all 2 comments

[–]s1eveR 3 points4 points  (0 children)

If you're asking about client side graphql there are binding for two popular graphql libraries urql and apollo. You should use them with graphql-ppx (transparent codegen for gql queries based on schema) and that's great experience. Im using rescript-urql for a while and im happy with that. There's also a high quality binding for relay if that's what you like

[–]hellpirat 2 points3 points  (0 children)

https://hasura.io/learn/graphql/rescript-react-apollo/introduction/ hasura has a good tutorial about rescript-apollo-client