pedestal

emccue 2019-04-14T19:54:33.004400Z

I got lacinia-pedestal working with some hello world stuff

emccue 2019-04-14T19:54:44.004800Z

but I really don't understand pedestal all that well

emccue 2019-04-14T19:55:00.005200Z

so I don't know how to add routes outside of the graphql stuff

emccue 2019-04-14T19:55:09.005400Z

(def service-map (lacinia/service-map #'load-schema {:graphiql true}))

emccue 2019-04-14T20:14:12.005800Z

I know its a very vauge question

emccue 2019-04-14T20:14:25.006200Z

but i am definitely missing some fundamental bits here