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 was 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.
Fauna docs provide examples of how a graphql schema can be represented. https://docs.fauna.com/fauna/current/api/graphql/endpoints
Todo:
ListandNon NullrepresentationNotNullThings to think about but will work on later:
Querytype'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.