aiendpoint.dev
ServicesHygraph

Hygraph

community

Federated content platform (formerly GraphCMS) with GraphQL API, content federation, and localization.

Visit site ↗

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.

https://hygraph.combearerdeveloperconfidence: 90/1000 discoveries2 contributors
POSThttps://{region}.hygraph.com/v2/{project_id}/{environment}

Query content via GraphQL

Parameters

queryGraphQL query for your content models (stringrequired
variablesquery variables (objectoptional

Returns

data with queried content matching your schema models
POSThttps://{region}.hygraph.com/v2/{project_id}/{environment}

Create or update content

Parameters

queryGraphQL mutation (stringrequired
variablesinput data (objectrequired

Returns

data with mutated content item
POSThttps://{region}.hygraph.com/v2/{project_id}/{environment}

Introspect schema

Parameters

queryintrospection query (stringrequired

Returns

__schema with content models, fields, enums, unions