fauna GraphQL API
The Fauna GraphQL API allows developers to interact with their Fauna databases using standard GraphQL queries and mutations. By uploading a GraphQL schema, Fauna automatically generates the necessary collections, indexes, and resolvers. This API can be used from any programming language or HTTP client without requiring a dedicated Fauna driver. It provides an alternative to FQL for developers who prefer the GraphQL query paradigm and ecosystem tooling.
Overview
fauna GraphQL API is a GraphQL API specification published by fauna on the APIs.io network.
The Fauna GraphQL API allows developers to interact with their Fauna databases using standard GraphQL queries and mutations. By uploading a GraphQL schema, Fauna automatically generates the necessary collections, indexes, and resolvers. This API can be used from any programming language or HTTP client without requiring a dedicated Fauna driver. It provides an alternative to FQL for developers who prefer the GraphQL query paradigm and ecosystem tooling.
The GraphQL endpoint is available at https://graphql.fauna.com. documentation is published at https://docs.fauna.com/fauna/current/.
The specification includes 1 reference link.
Endpoint
References
- Documentation https://docs.fauna.com/fauna/current/