pathom

oliver 2023-04-30T20:23:37.635559Z

Hi! I've integrated a GraphQL backend with pathom using https://pathom3.wsscode.com/docs/integrations/graphql. Ultimately, however I would like to do this in Clojurescript, be it on the backend of frontend. Is this even possible? com.wsscode.pathom3.graphql/connect-graphql seems to assume that its request argument be a synchronous function, which makes me doubt it.

sheluchin 2023-05-21T20:54:16.380679Z

Have you looked at https://github.com/wilkerlucio/pathom3-graphql ?