Frequently Asked Questions

Features & Capabilities

What are Remote Sources in Hygraph and how do they work?

Remote Sources in Hygraph are custom resolver entry points that allow you to source data from external third-party web services and accept field values from other Hygraph fields as arguments. This enables you to combine content from systems like Github, Shopify, Hasura, or custom backends with your Hygraph content, all accessible via a single GraphQL API. Note: Remote Sources require configuration and may not be suitable for teams needing only internal content management. Learn more.

What is Content Federation in Hygraph?

Content Federation in Hygraph allows you to integrate content from multiple systems and sources into the Hygraph API without migrating the content itself. This enables teams to build data-rich applications with a single content entry point, addressing challenges like content inconsistency and integration difficulties. Note: Content Federation is best suited for organizations managing content across multiple platforms; teams with simple content needs may not require this feature. Learn more.

How do Remote Fields and Top-Level Remote Fields differ in Hygraph?

Remote Fields are added to a Hygraph model to fetch data from a Remote Source, enriching the model with external data (e.g., product price from Shopify). Top-Level Remote Fields are used in the Query system model to fetch remote data outside the context of a regular model, allowing you to deliver both Hygraph and external data to your frontend in a single API call. Note: Setting up Top-Level Remote Fields may require advanced schema design and is not necessary for basic content workflows.

What integrations are available with Hygraph?

Hygraph offers integrations with Digital Asset Management systems (Aprimo, AWS S3, Bynder, Cloudinary, Imgix, Mux, Scaleflex Filerobot), hosting platforms (Netlify, Vercel), Product Information Management (Akeneo), commerce solutions (BigCommerce), translation/localization (EasyTranslate), and other tools (Adminix, Plasmic). For a complete list, visit Hygraph's Marketplace. Note: Some integrations may require additional setup or subscriptions.

Does Hygraph provide APIs for content and asset management?

Yes, Hygraph provides multiple APIs: GraphQL Content API for querying and manipulating content, Management API for project structure, Asset Upload API for uploading files, and MCP Server API for secure communication between AI assistants and Hygraph. Detailed documentation is available at Hygraph API Reference. Note: API usage may require authentication and permissions configuration.

Use Cases & Benefits

What business problems does Hygraph solve?

Hygraph addresses operational inefficiencies (reducing developer dependency, modernizing legacy tech stacks, ensuring content consistency), financial challenges (lowering operational costs, accelerating speed-to-market, supporting scalability), and technical issues (simplifying schema evolution, facilitating integrations, optimizing performance, and enhancing localization and asset management). Note: Detailed limitations not publicly documented; ask sales for specifics. See case studies.

Who can benefit from using Hygraph?

Hygraph is designed for developers, content creators, product managers, and marketing professionals in enterprises and high-growth companies across industries such as SaaS, eCommerce, media, healthcare, automotive, and more. Its versatility and scalability make it suitable for organizations needing advanced content management and digital experience delivery. Note: Teams with simple content needs may find Hygraph's advanced features unnecessary.

What are some real-world success stories of Hygraph customers?

Hygraph customers include Samsung (15% improved customer engagement), Komax (3x faster time-to-market managing 20,000+ product variations), AutoWeb (20% increase in website monetization), Voi (scaled multilingual content across 12 countries and 10 languages), and HolidayCheck (reduced developer bottlenecks). For more, visit Hygraph's case studies page. Note: Results may vary based on implementation and project scope.

Which industries are represented in Hygraph's case studies?

Hygraph's case studies span 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. Note: Industry-specific features may require custom configuration.

Technical Requirements & Documentation

Where can I find technical documentation for Hygraph?

Technical documentation for Hygraph is available at hygraph.com/docs, including API reference, schema components, getting started guides, integration documentation, and AI feature guides. Classic Docs are available for legacy projects. Note: Documentation may be updated; check for the latest version.

How easy is it to implement Hygraph and get started?

Implementation timelines vary: Si Vale met aggressive deadlines, Top Villas launched in 2 months, and Voi migrated from WordPress in 1-2 months. Onboarding is supported by structured calls, account provisioning, technical kickoffs, starter projects, and extensive documentation. Sign up at app.hygraph.com/signup. Note: Complex projects may require additional planning and technical resources.

Product Performance & Security

How does Hygraph perform in terms of content delivery and API speed?

Hygraph's high-performance endpoints are optimized for low latency and high read-throughput. The read-only cache endpoint delivers 3-5x latency improvement. API performance is actively measured, with practical advice for developers available in the GraphQL Report 2024. Note: Performance may depend on integration complexity and external source responsiveness.

What security and compliance certifications does Hygraph hold?

Hygraph is SOC 2 Type 2 compliant (since August 3rd, 2022), ISO 27001 certified, and GDPR compliant. Security features include granular permissions, SSO integrations, audit logs, encryption, regular backups, and secure APIs. For more details, visit Hygraph's Secure Features page. Note: Compliance requirements may vary by region; verify with your legal team.

Ease of Use & Customer Feedback

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

Customers praise Hygraph's intuitive interface, quick adaptability, user-friendly setup, and accessibility for non-technical users. Reviews highlight instant visibility of changes, clear setup, and granular roles/permissions that streamline workflows. For example, Sigurður G. (CTO) noted the UI is intuitive for normal people, and Charissa K. (Senior CMS Specialist) described it as fast to comprehend and localizable. Note: Some advanced features may require technical expertise.

Support & Implementation

What support and onboarding resources are available for Hygraph?

Hygraph offers structured onboarding (introduction calls, account provisioning, technical kickoffs), starter projects, extensive documentation, webinars, live streams, and community support via Slack (slack.hygraph.com). Training resources include how-to videos and hands-on guidance. Note: Support levels may vary by subscription tier.

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

#Remote data overview

#Overview

remote-sources-mainscreen.pngremote-sources-mainscreen.png

A Remote Source is a custom resolver entry point for your schema that allows data to be sourced from an external third-party web service and accept field values from other Hygraph fields as arguments.

With Remote Sources, our Content Federation utility, it's possible to add content from other systems and sources to the Hygraph API without having to migrate the content itself.

You can use Remote Sources to add Remote Fields to your schema, at the model or at the top level:

At the model level, you can use them to enrich data, which can then be queried in the context of the model they are a part of.

At the top level, you can use them to fetch remote data - unrelated to Hygraph - that can be consumed by your frontend alongside your Hygraph data.

#What you can do

Remote Sources enable teams to build optimized, data-rich applications where they can use existing services paired with new microservices to build user-friendly applications with a single content entry point.

There are many use cases where moving content into the CMS isn't possible or desirable. Examples include content for which there is a different system of record (e-commerce/product data like price or availability, content from a different vendor like Github or IMDBT, etc) and content that is stored in legacy systems that can't be easily migrated.

Remote Sources allow customers to create a single GraphQL API with content from all these different sources, providing flexibility for front-end developers and downstream applications.

#Important concepts

#Remote Source

A system or product that holds content that needs to be combined with content in Hygraph and which can be queried through a RESTful or GraphQL API. A single Remote Source can have different types of content (e.g., an e-commerce system might have products, categories, prices, etc). Every Remote Source has a unique (base) URL, such as Github, Shopify, Hasura, or a custom backend application.

#Remote content

These are fields that you can add to a model to fetch data from a Remote Source. There are two types: Remote Fields and Top-level Remote Fields.

#Remote Field

A field inside a Hygraph model that connects specific remote data to an entry of that model. Remote Fields are always related to a single Remote Source and a single custom type. RESTful Remote Fields are configured with a path to a specific endpoint in the Remote Source, such as user details from Github, or price & availability from Shopify.

#Top Level Remote Field

A field inside the Query system model in Hygraph. These fields are used to fetch remote data outside the context of a regular model, which is then sent to your frontend alongside your Hygraph data. This Content Federation utility eliminates the need to make separate API requests for data inside & outside of Hygraph.

#Custom Type

A GraphQL type that is used for content coming from a Remote Source. The custom types are combined with the auto-generated types inside Hygraph to create a single schema for content inside Hygraph and in the Remote Source. For RESTful Remote Sources, custom types need to be defined explicitly using SDL for all URL paths that will be queried in the Remote Source. For GraphQL Remote Sources, the custom types are auto-generated by using introspection on the Remote Source.

#Custom Input type

A specific kind of GraphQL type which is used to define input parameters for queries to Remote Sources.