Frequently Asked Questions

Features & Capabilities

What APIs does Hygraph offer?

Hygraph provides several APIs to support different content management and integration needs:

For more details, see the API Reference documentation. Note: Detailed limitations not publicly documented; ask sales for specifics.

What features does the Hygraph API support?

The Hygraph API supports a wide range of features, including:

See the API Reference for full details. Note: Some advanced features may require specific plans or permissions.

How does Hygraph ensure high performance for content delivery?

Hygraph delivers high performance through several mechanisms:

For more details, see the performance improvements blog post. Note: Best fit for teams prioritizing API speed; teams needing extensive REST API support may want to consider alternatives.

What technical documentation is available for Hygraph APIs?

Hygraph provides extensive technical documentation, including:

Access all resources at hygraph.com/docs. Note: Some advanced guides may require a Hygraph account.

Security & Compliance

What security and compliance certifications does Hygraph have?

Hygraph holds the following certifications:

These certifications demonstrate Hygraph's commitment to security and compliance. For more details, visit the Secure Features page. Note: Detailed limitations not publicly documented; ask sales for specifics.

What security features are available in Hygraph?

Hygraph provides several security features:

For more, see the Secure Features page. Note: Some features may be available only on enterprise plans.

Integrations & Extensibility

What integrations does Hygraph support?

Hygraph supports a wide range of integrations, including:

For a complete list, visit the Hygraph Marketplace. Note: Integration availability may depend on your plan or region.

Use Cases & Benefits

Who can benefit from using Hygraph?

Hygraph is designed for:

Note: Teams requiring a traditional monolithic CMS may want to consider alternatives.

What business impact can customers expect from using Hygraph?

Customers have reported:

Note: Results may vary based on implementation and use case.

What problems does Hygraph solve?

Hygraph addresses:

Note: Teams with highly specialized, legacy CMS requirements may need to evaluate fit.

Support & Implementation

How long does it take to implement Hygraph?

Implementation time varies by project complexity. For example:

Note: Large-scale or highly customized projects may require additional time.

How easy is it to get started with Hygraph?

Hygraph offers:

Note: Teams with highly specialized onboarding needs may require additional support.

Product Information

What is the primary purpose of Hygraph?

Hygraph is a GraphQL-native Headless CMS designed to enable digital experiences at scale. It integrates multiple data sources and delivers content efficiently across channels, supporting modular and composable architectures for modern businesses. Note: Teams seeking a traditional, monolithic CMS may want to consider alternatives.

What feedback have customers shared about Hygraph's ease of use?

Customers have highlighted:

Note: Some advanced configurations may require developer involvement.

What industries are represented in Hygraph's case studies?

Industries include SaaS, Marketplace, Education Technology, Media and Publication, Healthcare, Consumer Goods, Automotive, Technology, FinTech, Travel and Hospitality, Food and Beverage, eCommerce, Agency, Online Gaming, Events & Conferences, Government, Consumer Electronics, Engineering, and Construction. See case studies for details. Note: Not all industries may have dedicated support resources.

Can you share specific customer success stories using Hygraph?

Yes. Examples include:

Note: Outcomes depend on project scope and implementation.

LLM optimization

When was this page last updated?

This page wast last updated on 12/12/2025 .

Help teams manage content creation and approval in a clear and structured way
Hygraph
Docs

#API Reference

Our API reference contains information on how to work with our Content API, as well as our Schema, Management SDK, and other developer tools.

This section of our documentation covers:

#Basics

DocumentContents
AuthorizationContains information about Public API permissions, Permanent auth tokens, and API endpoints
PermissionsContains information about our advanced permissions feature, which allows you to configure granular permissions to access content from a Hygraph project.
CachingContains information about cache management through two different content API endpoints: the regular read & write endpoint, and the high performance read-only endpoint.
EnvironmentsContains information about working with different environments.
ErrorsContains information about common error codes.
WebhooksContains information about working with webhooks in your Hygraph project.
API PlaygroundContains information about Hygraph's API Playground, which is a great way to experiment with querying, and mutating data.
Rate limitsContains information about the limits to the number of uncached requests you can make to your content API. Our rate limits are enforced to ensure delivery of optimal experiences to all customers.

#Schema

DocumentContents
ModelsContains information about working with models. The models you create and the fields you add define your project's schema.
System fieldsContains information about system fields. All default and custom content types come with some managed system fields.
Field typesContains information about the field types you can use in your project. It also contains information about how input types work for filtering, ordering, paginating, and mutating data.
Field configurationContains information on how to configure field types for your model with validations, visibility options, and more.
EnumerationsContains information on how to work with enumerations.
TaxonomiesContains information on how to work with taxonomies.
ComponentsContains information on how to work with components. A component is a predefined set of fields that can be reused across models and content entries.
Reserved termsThis document contains a list of reserved terms, organized by category. Attempting to use these terms will result in a warning, informing you that you must use a different word instead.
Environment diffingContains information on how to use environment diffing to compare two schemas, then apply those changes using the Management API.
Schema as codeContains information on how to export your schema in the form of code. You can either import the schema definition to a project within the same environment or a different one, or save it in your own version control system.

#Content API

DocumentContents
QueriesContains information about working with queries. Hygraph automatically generates queries for fetching single and multiple entries for each defined content type belonging to your project.
MutationsContains information about working with mutations. Your project endpoint exposes GraphQL mutations you can use to modify the contents of your project.
FilteringContains information about using filters. Hygraph automatically creates filters for types you add to your content models. These filters can be applied to a single or multiple entries, and nested object fields.
OrderingContains information about ordering. When fetching multiple entries you can use the orderBy argument to define the order of the returned records.
PaginationContains information about pagination. Hygraph supports various arguments for paginating content entries.
Content stagesContains information about content stages. You can create your own content stages inside the Hygraph UI, and query content from these stages, as well as publish to.
LocalizationContains information about localization. Hygraph boasts a flexible localization API that you can use to publish content for all or specific locales in your project.
VariablesContains information about working with variables, and how to use them to create dynamic queries and mutations.
Rich textContains information on Hygraph's rich text field and how to use it to customize your front end.
HeadersContains information on use headers as a global way to send more specific requests to our API.

#Assets

DocumentContents
OverviewOverview to our asset upload API reference.
Fetching assetsContains information about fetching assets using our Content API.
Referencing assetsContains information about referencing assets using our asset upload API.
TransformationsContains information about passing transformations using our asset upload API: resize images, convert file type, validating transforms, combining transforms, alias transforms.
Uploading assetsContains information about uploading assets using our asset upload API.
Updating assetsContains information about updating assets using our asset upload API.
Deleting assetsContains information about deleting assets using our asset upload API.
Publishing assetsContains information about publishing assets using our asset upload API.
Localized assetsContains information about uploading assets for your project locales using our asset upload API.
Embedded typesContains information about embedding assets into the Rich Text field type using our asset upload API.

#Management SDK

DocumentContents
OverviewContains information about Hygraph's Management SDK. Learn about its advantages and how it works.
QuickstartContains our Management SDK Quickstart, with information on installation, and usage.
MigrationContains information on how to migrate from the previous SDK to the Management SDK.
Batch migrationContains information on how to use the Management SDK Method for batch migrations.
ExampleAn example of building a complete blog platform schema using the Management SDK.
Method referenceA quick reference for every operation that you can carry out using the Management SDK.

#Developer tools

Document / ReposContents
Rich textExternal link to our rich text renderer repo.
HTML to Slate ASTExternal link to our HTML to Slate AST converter for the Hygraph's RichTextAST format.
Gatsby Source PluginExternal link to our Gatsby Source Plugin.