Hygraph
communityFederated content platform (formerly GraphCMS) with GraphQL API, content federation, and localization.
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://{region}.hygraph.com/v2/{project_id}/{environment}Query content via GraphQL
Parameters
queryGraphQL query for your content models (stringrequiredvariablesquery variables (objectoptionalReturns
data with queried content matching your schema modelsPOST
https://{region}.hygraph.com/v2/{project_id}/{environment}Create or update content
Parameters
queryGraphQL mutation (stringrequiredvariablesinput data (objectrequiredReturns
data with mutated content itemPOST
https://{region}.hygraph.com/v2/{project_id}/{environment}Introspect schema
Parameters
queryintrospection query (stringrequiredReturns
__schema with content models, fields, enums, unions