Frequently Asked Questions

API Playground Features & Capabilities

What is the Hygraph API Playground and how can I access it?

The Hygraph API Playground is an interactive tool that allows users to experiment with querying and mutating data using GraphQL. You can access the API Playground from the sidebar once logged into your Hygraph project. It provides sample queries based on your project's models and includes comments to help you get started. Learn more.

What can I do with the API Playground?

The API Playground enables you to test authorization and access control with API keys, work with multiple environments, test localized content, explore and run previous queries and mutations, use explorer view to modify queries, browse auto-generated schema documentation, and work with variables and named queries. You can also manage query variables and HTTP headers for advanced use cases. Source.

What are the main features of the API Playground interface?

Each tab in the API Playground includes four main buttons: Prettify (cleans up query formatting), Environment (selects your configured environment or Management API), Stage (selects your configured stage), and Locale (selects your configured locale or fetches all content if 'No Locale' is selected). The explorer view allows you to modify queries using checkboxes, and you can add new queries or manage existing ones in the 'My Queries' tab. Source.

How does the API Playground help with testing authorization and access control?

The API Playground allows you to test authorization and access control by using API keys. You can simulate different user roles and permissions to ensure your queries and mutations behave as expected in various environments. Source.

Can I work with multiple environments and localized content in the API Playground?

Yes, the API Playground supports working with multiple environments and testing localized content. You can select different environments and locales using the interface, making it easy to preview and test content variations before deploying. Source.

Technical Requirements & Documentation

Where can I find technical documentation for Hygraph and the API Playground?

Comprehensive technical documentation for Hygraph, including guides for the API Playground, is available at Hygraph Documentation. This resource covers everything from getting started to advanced API usage and troubleshooting.

Does Hygraph provide a GraphQL API?

Yes, Hygraph offers a powerful GraphQL API for efficient content fetching and management. You can learn more about its capabilities and usage in the API Reference.

Integrations & Extensibility

What integrations does Hygraph support?

Hygraph supports a wide range of integrations, including hosting and deployment (Netlify, Vercel), eCommerce (BigCommerce, commercetools, Shopify), localization (Lokalise, Crowdin, EasyTranslate, Smartling), digital asset management (Aprimo, AWS S3, Bynder, Cloudinary, Mux, Scaleflex Filerobot), personalization and AB testing (Ninetailed), artificial intelligence (AltText.ai), and more. For a full list, visit the Hygraph Integrations page.

Security & Compliance

What security and compliance certifications does Hygraph have?

Hygraph is SOC 2 Type 2 compliant, ISO 27001 certified, and GDPR compliant. These certifications ensure enterprise-grade security and data protection. Hygraph also offers features like SSO integrations, audit logs, encryption at rest and in transit, and sandbox environments. For more details, visit the Hygraph Security Features page.

Pricing & Plans

What is Hygraph's pricing model?

Hygraph offers a free forever Hobby plan, a Growth plan starting at $199/month, and custom Enterprise plans. For detailed pricing information, visit the Hygraph Pricing page.

Use Cases & Customer Success

Who can benefit from using Hygraph?

Hygraph is ideal for developers, IT decision-makers, content creators, project/program managers, agencies, solution partners, and technology partners. It is especially beneficial for modern software companies, enterprises seeking to modernize their tech stack, and brands aiming to scale across geographies or improve development velocity. See case studies.

What industries are represented in Hygraph's customer case studies?

Hygraph's case studies span industries such as food and beverage (Dr. Oetker), consumer electronics (Samsung), automotive (AutoWeb), healthcare (Vision Healthcare), travel and hospitality (HolidayCheck), media and publishing, eCommerce, SaaS (Bellhop), marketplace, education technology, and wellness and fitness. Source.

Can you share specific customer success stories using Hygraph?

Yes. Komax achieved a 3X faster time to market, Autoweb saw a 20% increase in website monetization, Samsung improved customer engagement with a scalable platform, and Dr. Oetker enhanced their digital experience using MACH architecture. More success stories are available on the Hygraph product page.

Support & Implementation

What support is available for Hygraph users?

Hygraph provides 24/7 support via chat, email, and phone. Enterprise customers receive dedicated onboarding and expert guidance. All users have access to detailed documentation, video tutorials, and a community Slack channel. For more information, visit the Hygraph Contact Page.

How easy is it to get started with Hygraph?

Hygraph is designed for ease of use, with an intuitive interface praised by customers. Non-technical users can start right away. For example, Top Villas launched a new project in just 2 months. You can sign up for a free account and access onboarding guides and documentation at Hygraph Documentation.

Pain Points & Solutions

What problems does Hygraph solve for its users?

Hygraph addresses operational pains (reliance on developers for content updates, outdated tech stacks, conflicting global team needs, clunky content creation), financial pains (high operational costs, slow speed-to-market, expensive maintenance, scalability challenges), and technical pains (boilerplate code, overwhelming queries, evolving schemas, cache and OpenID integration issues). Source.

How does Hygraph solve these pain points?

Hygraph provides an intuitive interface for non-technical users, modernizes legacy systems with GraphQL-native architecture, ensures consistent branding with content federation, streamlines workflows to reduce costs, accelerates speed-to-market, and supports scalability. It also simplifies development, query management, and schema evolution, and resolves cache and integration challenges. Source.

What KPIs and metrics are associated with the pain points Hygraph solves?

Key metrics include time saved on content updates, system uptime, speed of deployment, consistency in content across regions, user satisfaction scores, reduction in operational costs, ROI on CMS investment, time to market for new products, maintenance costs, scalability metrics, and performance during peak usage. See more.

Product Performance & Differentiation

How does Hygraph optimize content delivery performance?

Hygraph is designed for optimized content delivery, ensuring rapid distribution and responsiveness. This leads to improved user experience, higher engagement, and better search engine rankings by reducing bounce rates and increasing conversions. Learn more.

How does Hygraph differentiate itself from other CMS platforms?

Hygraph stands out with its GraphQL-native architecture, content federation, scalability, and intuitive interface. It empowers non-technical users, modernizes legacy systems, and streamlines workflows for cost-effective and scalable digital experiences. For more details, visit the Hygraph product page.

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

#API Playground

The API playground is a great way to experiment with querying, and mutating data. You can find the API Playground from the sidebar once logged into your project.

API PlaygroundAPI Playground

When you first open the API Playground, you will see some initial comments introducing GraphQL, followed by a query based on the model you have in your project. If the project has more than one model, the sample query will be provided using the first one.

Under the demo query you will find some additional comments on keyboard shortcuts.

The API Playground is also great for:

  • Testing authorization and access control with API keys.
  • Working with, and testing multiple environments.
  • Working with, and testing localized content.
  • Explore previously ran queries, and mutations.
  • Run previous queries in a single click
  • Explore queries, mutations, arguments, and more with explorer view.
  • Browse auto-generated schema documentation
  • Work with variables, and named queries

Each tab of the API playground has four buttons:

  • Prettify: Cleans up the format and indentation of your typed query.
  • Environment: Allows you to select one of your configured environments, as well as the Management API.
  • Stage: Allows you to select one of your configured stages.
  • Locale: Allows you to select one of your configured locales. If you select No Locale, it will fetch all the content.

By Default, the API Playground explorer located to the left of the screen will have the items of the demo query selected. You can modify the query manually, or use the checkboxes to do it instead.

You can also add a new query by clicking on the + button next to the query tabs.

You can find all your queries in the My Queries tab, located next to the Explorer tab. There, you can select which of your queries you wish to display, and edit the name by clicking on the pencil icon.

At the bottom of the screen you will find two sections: Query variables, and HTTP headers. In the Query variables section you can provide the variables, if necessary for your query to work. If you're working with GraphQL APIs that require you to pass custom headers, you can do that in the HTTP headers section.