fauna · GraphQL Specification

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.

Documentation Endpoint View on GitHub GraphQL

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

https://graphql.fauna.com

References

Related API Specs

Fauna Core HTTP API (OpenAPI) Fauna Event Streaming API (AsyncAPI) Fauna GraphQL API (OpenAPI)
Back to fauna · All GraphQL Specs · GitHub