You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graphql-relay-tools is a "library that allows the easy creation of Relay compliant servers using the GraphQL type language", used in conjunction with graphql-tools. It provides helper functions for dealing with Relay connections, object identification, etc.
graphql-relay-tools & graphql-tools both assume that you're defining your types, etc using JavaScript templated strings, and uses interpolation to call its functions. For example,
Right now, I can't see a way to use this pattern with static .graphql files and graphql-import. Am I missing something? If not, is this something that would be considered as an addition to the library?
The text was updated successfully, but these errors were encountered:
grahamb
changed the title
Use in conjunction with graphql-tools
Use in conjunction with graphql-tools?
Feb 28, 2018
graphql-relay-tools
is a "library that allows the easy creation of Relay compliant servers using the GraphQL type language", used in conjunction withgraphql-tools
. It provides helper functions for dealing with Relay connections, object identification, etc.graphql-relay-tools & graphql-tools both assume that you're defining your types, etc using JavaScript templated strings, and uses interpolation to call its functions. For example,
… would result in the following GraphQL type:
Right now, I can't see a way to use this pattern with static
.graphql
files andgraphql-import
. Am I missing something? If not, is this something that would be considered as an addition to the library?The text was updated successfully, but these errors were encountered: