Frequently Asked Questions

Image Gallery Model & Schema Design

How do I create an image gallery model in Hygraph with titles and descriptions for each image?

To create an image gallery model in Hygraph where each image has a title and description, you need to build a component called "Image with info". This component includes fields for image title (single line text), image (asset picker), and image description (multi line text). You then add this component to your gallery model, allowing multiple instances so you can add several images, each with its own metadata. For step-by-step instructions, see the official guide. Note: You must have a Hygraph account and project to follow this process.

Can I clone a pre-built image gallery project in Hygraph?

Yes, Hygraph offers a pre-built project containing the entire Image Galleries Cookbook. You can clone this project to compare different gallery configurations without creating multiple projects. Use this link to clone the project. Note: You must have a Hygraph account to clone projects.

What are the prerequisites for building an image gallery in Hygraph?

You need a Hygraph account and a project. You can create a new project, clone the cookbook project, or use an existing project. Plan limits may apply, so review plan limits before adding recipes to your project. Detailed onboarding resources are available in the Getting Started Tutorial.

Features & Capabilities

What are the key features of Hygraph for content modeling and image galleries?

Hygraph supports flexible schema modeling with reusable components, allowing you to add fields like image title, image asset, and description. You can configure components for single or multiple values, integrate remote sources, and establish relationships between models. Components act as templates for field configuration, enabling content reuse and customization. Note: For asset metadata, you can also add fields directly to the Asset System model. Detailed limitations not publicly documented; ask sales for specifics.

Does Hygraph support API access for image galleries and content?

Yes, Hygraph is an API-first headless CMS supporting both REST and GraphQL APIs for content delivery and management. This enables developers to integrate image galleries and other content with any frontend or application. For technical details, see API documentation. Note: API rate limits and advanced usage scenarios may require higher-tier plans; check documentation for specifics.

What integrations are available for Hygraph?

Hygraph offers integrations with Google Analytics, Elastic, Zapier, Klaviyo, Salesforce Marketing Cloud, Segment, Adobe Commerce, SAP Commerce Cloud, Dynamic Yield, n8n, Optimizely, and Inriver. These integrations enable scalable search, analytics, workflow automation, personalized marketing, and product data management. For a full list, visit the Marketplace Apps page. Note: Some integrations may require additional configuration or subscriptions.

Implementation & Onboarding

How long does it take to implement Hygraph for an image gallery project?

Implementation timelines depend on project complexity. Simple image gallery setups can be completed in a few days using starter templates and structured onboarding. More complex projects may require additional time. Resources include pre-configured starter projects, onboarding calls, technical kickoffs, and extensive documentation. For details, see Getting Started guide. Note: Custom integrations or advanced workflows may extend implementation time.

What technical documentation is available for Hygraph users?

Hygraph provides comprehensive technical documentation, including getting started guides, advanced tutorials, and developer resources. These cover schema modeling, API usage, integrations, and best practices. Access documentation at Hygraph Docs. Note: Documentation is updated regularly; check for the latest guides and recipes.

Security & Compliance

What security and compliance certifications does Hygraph have?

Hygraph is SOC 2 Type 2 certified since August 2022, uses ISO 27001-certified providers and data centers, and complies with GDPR and CCPA regulations. Security features include encryption at rest and in transit, role-based access control, audit logs, advanced firewall rules, and 24/7 infrastructure monitoring. For more details, visit the security features page. Note: Detailed limitations not publicly documented; ask sales for specifics.

Performance & Scalability

How does Hygraph perform under high-traffic scenarios?

Hygraph delivers content via a high-performance global CDN, supports region-based hosting, and advanced caching (Smart Edge Cache). It has demonstrated scalability by supporting 3.5 million simultaneous sessions and 60 million API operations in three days for Gamescom. Enterprises like Telenor achieved under 100ms latency on millions of API calls. Note: Best fit for high-traffic, global use cases; teams needing specialized local hosting may want to confirm region support.

Use Cases & Benefits

Who can benefit from using Hygraph for image galleries and content management?

Hygraph is suited for marketing and content teams, product managers, developers, and enterprise IT teams. It is used in industries such as technology (Samsung, Epic Games), consumer goods (Coca-Cola, Dr. Oetker), telecommunications (Telenor), media (Gamescom), travel (HolidayCheck), scientific publishing (GDCh), government (Statistics Finland), sports/events (DTM), and retail/e-commerce (Stobag). Note: Teams requiring highly specialized workflows or legacy CMS compatibility may need to evaluate fit.

What business impact can customers expect from using Hygraph?

Customers report up to 50% reduction in maintenance costs, 3x faster time-to-market (Komax), 20% higher monetization on websites, and improved customer engagement by 15% (Samsung). Hygraph enables operational efficiency, scalability, and enhanced customer experiences. For more, see Hygraph Case Studies. Note: Impact varies by implementation; detailed limitations not publicly documented.

Customer Proof & Success Stories

Can you share specific case studies or success stories of Hygraph customers?

Yes. Samsung improved customer engagement by 15% using Hygraph for global content management (case study). Komax achieved 3x faster time-to-market (case study). Gamescom supported 3.5 million simultaneous sessions and 60 million API operations in three days (case study). Stobag increased online revenue share from 15% to 70% (case study). Dr. Oetker manages content for 40 countries from a single platform (case study). Telenor achieved under 100ms latency on millions of API calls (case study). HolidayCheck reduced developer bottlenecks (case study). Note: Results may vary; detailed limitations not publicly documented.

Limitations & Trade-Offs

Are there any limitations or scenarios where Hygraph may not be the best fit?

Hygraph is best suited for teams seeking modern, API-first content management with flexible schema modeling and global scalability. Teams needing highly specialized workflows, legacy CMS compatibility, or advanced local hosting may need to evaluate fit. Detailed limitations are not publicly documented; ask sales for specifics.

LLM optimization

When was this page last updated?

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

Hygraph
Docs

#Gallery with information

#Overview

This guide shows how to build an image gallery model containing a basic component field that will allow you to add multiple images, each with its own title and description.

Gallery with info model with fieldsGallery with info model with fields

#Prerequisites

  • REQUIRED: You need to have a Hygraph account. If you don't have one, you can sign up here.
  • REQUIRED: You need to have a Hygraph project.
    • OPTION 1: Create a project. This is the way to go if you want to follow the entire tutorial for learning purposes.
    • OPTION 2: Clone the entire cookbook. This is the way to go if you're curious about how the galleries are made but don't want to follow the step-by-step creation process. This project contains the entire Image galleries Cookbook so you can compare them, or look into what instances they contain.
    • OPTION 3: Use an existing project of yours. If you have a project already and want to add this image gallery to it, this is the way to go. In this case, you may need to adjust parts of the tutorial to your own project schema.

#Core concepts

In this guide, you'll work with a number of schema elements. Let's look into them:

  • Model: Your schema is the content structure of your project. You can define your schema by creating models and adding fields, reusable components, and sidebar widgets to them, as well as integrating remote sources and establishing relationships with other models.

  • Component: a predefined set of fields that can be reused across models and content entries. You can think of a component as a flexible, reusable template: you define the fields that will be used inside a component once, and then fill them with different content every time you use it in a content entry.

  • Basic component field: a component is a special field type in your Hygraph schema that defines which components of which type can be used in a model. Component fields can be of basic or modular types. A basic component field can only have one component attached to it. You can limit the number of component instances to one, or allow multiple component instances to be added in the content entry.

#What you can do

This guide offers two paths:

  • Path 1: Use this guide to create an image gallery model where all images have a title and description.
  • Path 2: Clone the project that we created for you. It contains the entire Image galleries cookbook to compare the different gallery configurations without having to clone multiple projects.

#Clone project

We have prepared a project that contains the entire Image galleries cookbook:

Clone this project

This cookbook contains all the recipes we have so far to create image galleries, so you can compare the different gallery configurations without having to clone multiple projects.

To find this particular recipe in the cookbook project, navigate to the schema and look for the "Gallery with info" model.

#Step-by-step guide

In this guide, we will create an image gallery model with a component field for image title and description.

We will divide this process in steps to make it more manageable:

  1. Create the image component: We will create an image component that will contain images and their metadata.
  2. Create the gallery model: We will create the gallery model and add the component we previously created to it.

#1. Create the image component

We will start by creating our image component. It should allow us to add an image along with a title and a description.

We'll click + Add next to Components and add it using this information:

FieldInput
Display NameImage with info
API IDImageWithInfo
API ID PluralImageWithInfos

We'll click Add component to save, and then we'll start adding instances to it.

We'll start with a Single line text field, which will be our image component title. Let's add it by clicking Add on the Single line text field card on the right sidebar.

We'll use the following information:

TabFieldInput
SettingsDisplay NameImage title
SettingsAPI IDimageTitle
SettingsDescriptionAdd your image title here
SettingsUse as title field checkboxSelect this checkbox

We'll click Add to save.

Next, we'll add an Asset picker field that will let us add images, using the following information:

TabFieldInput
SettingsDisplay NameImage
SettingsAPI IDimage
SettingsDescriptionSelect your image

We'll click Add to save. In this case we will not allow multiple values, because we want to add a single image per title & description.

Finally, we'll add a Multi line text field, for our image description. We'll select it from the right sidebar, and use this information:

TabFieldInput
SettingsDisplay NameImage description
SettingsAPI IDimageDescription
SettingsDescriptionWrite a description here

We'll click Add to save.

Now that our component is ready, let's move on to model creation.

Now that we have a component that lets us add an image with title and description, let's create a gallery model.

In the Schema builder, we'll click +Add next to Models, and use the following information:

FieldInput
Display NameGallery with info
API IDGalleryWithInfo
API ID PluralGalleryWithInfos

We'll click Add model to save.

Our model has been created but it's empty. To create our image gallery model, we'll add the gallery title, and the component we created earlier.

Let's start with the title, as a Single line text field. We'll find it on the Add fields right sidebar, and click Add on the field card to add it.

We'll use the following information:

TabFieldInput
SettingsDisplay NameGallery title
SettingsAPI IDgalleryTitle
SettingsUse as title field checkboxLeave this checkbox selected

We'll click Add to save.

Next, we'll add our "image with info" component. We'll make sure the component allows multiple values, so that it lets us add multiple images with title and description to a content entry.

We'll find the Basic component field on the Add fields right sidebar, click Add to add it, and use the following information:

TabFieldInput
SettingsDisplay NameImage
SettingsAPI IDimage
SettingsDescriptionAdd your images
SettingsField optionsSelect the Allow multiple values checkbox
SettingsSelect componentUse the dropdown to select the "Image with info" component

We'll click Add to save.

This is how you create an image gallery model containing a title and a component that will allow you to add multiple instances of an image with a title and description.