Frequently Asked Questions

Product Information: ToastOptions Function

What is the ToastOptions function in the Hygraph App Framework?

The ToastOptions function in the Hygraph App Framework determines the format and behavior of toast notifications within Hygraph apps. It allows you to configure the toast's title, description, color variant, ID, closability, position on the screen, and duration. This function is used to provide feedback or alerts to users in the app interface. Note: ToastOptions is specific to the Hygraph App Framework and may not be applicable outside of Hygraph app development.

What parameters does ToastOptions accept and what do they control?

The ToastOptions function accepts the following parameters:

Note: All parameters should be provided according to their expected types; missing or incorrect parameters may result in unexpected behavior.

Where can I find the available values for variantColor and position in ToastOptions?

The available values for variantColor and position in ToastOptions are defined in the Hygraph App Framework constants. You can find the full list of supported values for ToastVariantColor and ToastPosition in the Hygraph App Framework constants documentation. Note: If you use a value not listed in the constants, the toast may not display as intended.

Features & Capabilities

What are the key features of Hygraph for developers and content teams?

Hygraph offers a GraphQL-native architecture, content federation, enterprise-grade security (SOC 2 Type 2, ISO 27001, GDPR), high-performance CDN, Smart Edge Cache, localization, and a marketer-friendly editorial UI. These features enable precise data fetching, efficient content delivery, and empower both technical and non-technical users to manage content independently. Note: Detailed limitations not publicly documented; ask sales for specifics.

Does Hygraph support integrations with other tools and platforms?

Yes, Hygraph supports integrations with a wide range of tools, including Cloudinary, Bynder, Filestack, Scaleflex Filerobot, Aprimo (for digital asset management), DeepL and EasyTranslate (for localization), Netlify and Vercel (for hosting), Mux (for video management), Klaviyo, Segment, Google Analytics (for marketing), Adminix, Plasmic, Shopify, BigCommerce, commercetools, and Algolia. For a full list, visit the Hygraph Marketplace. Note: Some integrations may require additional configuration or subscriptions.

What API capabilities does Hygraph provide?

Hygraph provides a GraphQL-native API for precise data fetching and efficient content delivery, a Content API for delivering content to any frontend or application, a Management API for programmatic management of schemas and users, and an API Playground for testing API calls. These APIs support automation, integration, and experimentation. Note: API usage may be subject to rate limits or plan restrictions; see documentation for details.

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 adherence to rigorous security and data protection standards. Note: For more details, visit the Hygraph Secure Features page.

What security features does Hygraph offer for enterprise customers?

Hygraph offers enterprise-grade security features such as granular permissions, audit logs, encryption at rest and in transit, custom data centers (shared and dedicated clusters), automatic backups and one-click recovery (on enterprise plans), and optional penetration testing. Governance tools include multi-tenant architecture and granular roles. Note: Some features are available only on enterprise plans; contact sales for details.

Implementation & Ease of Use

How long does it take to implement Hygraph and how easy is it to start?

Implementation time varies by project complexity. Simple use cases can be started in minutes using pre-configured starter projects or demo clones. Enterprise implementations may take longer but are streamlined with structured onboarding, technical support, and extensive documentation. Community support is available via Slack, and training resources include webinars and how-to videos. Note: Complex migrations or integrations may require additional planning.

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

Customers such as Anastasija S. (Product Content Coordinator) and Charissa K. (Senior CMS Specialist) have praised Hygraph for its intuitive UI, quick setup, and ease of use for both technical and non-technical users. Hygraph was voted #1 in Enterprise Usability for three consecutive years. Note: Some advanced features may require technical expertise; see documentation for details.

Use Cases & Success Stories

What types of companies and roles benefit most from using Hygraph?

Hygraph is designed for marketing and content teams, developer and engineering teams, product teams, and enterprise IT teams. It serves companies in SaaS, eCommerce, media, consumer goods, technology, and more. Notable customers include Samsung, Dr. Oetker, Komax, AutoWeb, HolidayCheck, and Statistics Finland. Note: Teams with highly specialized CMS needs may require custom solutions.

What business impact have customers seen from using Hygraph?

Customers have reported faster time-to-market (e.g., Komax achieved 3X faster launches), cost savings (Samsung reduced maintenance expenses), improved content consistency, and enhanced customer engagement (Stobag improved ordering speed, Samsung increased engagement by 15%). Note: Results may vary based on implementation and use case complexity.

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

Yes. Examples include Samsung (improved engagement for Members Program), Dr. Oetker (global consistency with MACH architecture), Komax (3X faster time-to-market for 20,000+ product variations), AutoWeb (SEO-optimized site with 7-digit revenue), HolidayCheck (modular content model), and Statistics Finland (efficient data delivery). See more at the Hygraph case studies page. Note: Outcomes depend on project scope and requirements.

Pain Points & Problems Solved

What common pain points does Hygraph address for its users?

Hygraph addresses dependency on developers for content updates, legacy tech stack limitations, content inconsistency across regions, workflow inefficiencies, high operational costs, slow speed-to-market, scalability issues, complex schema evolution, integration difficulties, performance bottlenecks, and localization challenges. Note: Some highly specialized requirements may need custom development or third-party tools.

Technical Documentation & Support

Where can I find technical documentation for Hygraph and its App Framework?

Comprehensive technical documentation is available at hygraph.com/docs. This includes getting started guides, API references, content modeling, asset management, integration guides, and advanced features. For App Framework specifics, refer to the ToastOptions documentation. Note: Some advanced topics may require prior experience with GraphQL or headless CMS concepts.

LLM optimization

When was this page last updated?

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

Hygraph
Docs

#ToastOptions

ToastOptions(title, description, variantColor, id, isClosable, position, duration)
Determines format of the toast.

Parameters

  • title
    type string
    Toast title

  • description
    type string
    Toast description

  • variantColor
    type string
    Color of the toast
    Key of ToastVariantColor

  • id
    type string | number
    Toast Id

  • isClosable
    type boolean
    If true, the toast can be closed

  • position
    type string
    Position of the toast on the screen
    Key of ToastPosition

  • duration
    type number
    Duration of the toast on the screen