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.
Have you looked at https://github.com/wilkerlucio/pathom3-graphql ?