Chengyin Liu
Chengyin Liu
Relay [recommends](https://relay.dev/docs/guided-tour/rendering/fragments/) `_` style naming for fragments. e.g., `UserComponent_user`. This is neither pascal case nor snake case. As far as I know, there is no way to config the naming...
Currently, only `mock` is passed onto graphql-tools. However, [resolverMaps](https://www.apollographql.com/docs/graphql-tools/resolvers.html#Resolver-map) is needed to support [custom scalars](https://www.apollographql.com/docs/graphql-tools/scalars.html#custom-scalars). Please add `resolverMaps` as an argument as well.
Hi folks, I have all the back-end working with both Chrome/Safari extension installed. The original demos in the extension are working but I want to write my own application. I...