Fauna
communityDistributed document-relational database with native GraphQL, strong consistency, and global distribution.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
POST
https://db.fauna.com/query/1Execute FQL query
Parameters
queryFQL v10 query string (stringrequiredReturns
data with query results (varies by query)POST
https://graphql.fauna.com/graphqlExecute GraphQL query
Parameters
queryGraphQL query (stringrequiredvariablesquery variables (objectoptionalReturns
data with query results matching schemaPOST
https://db.fauna.com/stream/1Stream real-time changes
Parameters
tokenstream token from query (stringrequiredReturns
events[] with type (add|update|remove), document data, ts