Fork me on GitHub
#pathom
<
2023-04-30
>
oliver20:04:37

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.