Good morning. I want to use a GraphQL interface to my Pathom 3 implementation. Can anyone outline how to do this? Thanks in advance!
@hadilsabbagh18 maybe the discussion here would be helpful too https://github.com/wilkerlucio/pathom3/discussions/18
Not sure which order you mean in, but check out: • https://github.com/jmayaalv/graffito/ • https://pathom3.wsscode.com/docs/tutorials/graphql-integration/
Thanks @alex.sheluchin. So I need a Lacinia server to serve my GraphQL and interface it to Pathom, correct?
It looks like it, but I haven't used that library myself. I'm also curious if there are other approaches.