Ц
[request]
{:status 200
:body "OK"}))
(def service-routes
(let [service (lacinia/service-map graphql-schema {:graphiql true})
routes (conj (:io.pedestal.http/routes service)
["/myroute"
:post myroute
:route-name ::myroute])]
(assoc service :io.pedestal.http/routes routes)))