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
{{ message }}
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
define the Query type's fields with directives and create helpers that will run the correct index based on the data model. This will make GraphQL client resolvers even easier to use.
The text was updated successfully, but these errors were encountered:
Fauna docs provide examples of how a graphql schema can be represented. https://docs.fauna.com/fauna/current/api/graphql/endpoints
Todo:
List
andNon Null
representationNotNull
Things to think about but will work on later:
Query
type's fields with directives and create helpers that will run the correct index based on the data model. This will make GraphQL client resolvers even easier to use.The text was updated successfully, but these errors were encountered: