# 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. **Endpoint:** https://graphql.fauna.com **Documentation:** https://docs.fauna.com/fauna/current/ **References:** - Documentation: https://docs.fauna.com/fauna/current/