pathom

hadils 2023-04-17T13:46:59.342249Z

Good morning. I want to use a GraphQL interface to my Pathom 3 implementation. Can anyone outline how to do this? Thanks in advance!

2023-04-19T10:26:22.178549Z

@hadilsabbagh18 maybe the discussion here would be helpful too https://github.com/wilkerlucio/pathom3/discussions/18

sheluchin 2023-04-17T14:06:29.259149Z

Not sure which order you mean in, but check out: • https://github.com/jmayaalv/graffito/https://pathom3.wsscode.com/docs/tutorials/graphql-integration/

hadils 2023-04-17T14:23:25.190259Z

Thanks @alex.sheluchin. So I need a Lacinia server to serve my GraphQL and interface it to Pathom, correct?

sheluchin 2023-04-17T14:24:58.415769Z

It looks like it, but I haven't used that library myself. I'm also curious if there are other approaches.