Contentstack introduces the Agentic Experience Platform | Press release
Contentstack introduces the Agentic Experience Platform | Press release
Contentstack.comAcademyLogin
CS-log-dark.svgCS-log-dark.svg
  • Changelog
  • APIs
  • SDKs
  • Solution Center
  • Marketplace
  • Changelog
  • Developers & IT
  • Business users
  • Digital leaders
  • Developer Fast Track
  • Plans & Pricing
  • Retail
  • Travel and tourism
  • Financial services
  • Technology
  • Manufacturing
  • E-commerce
  • Localization
  • Personalization
  • Portals and knowledge bases
  • Academy
  • Docs
  • Product updates
  • Contentstack on Contentstack
  • Blog
  • Insights and analyst reports
  • Webinars
  • Podcasts
  • Glossary
  • Content generative library
  • Community
  • Headless CMS
  • Composable AXP
  • Personalization
  • CDP
  • Case Studies
  • Customer Care
  • Contentstack Experience Awards
  • Customer support
  • Overview
  • Find a partner
  • Login
  • About us
  • News
  • Customer support portal
  • Contact
  • Facebook
  • LinkedIn
  • Instagram
  • Github
  • Youtube
  • Discord
  • X

Platform

  • Solution Center
  • Marketplace
  • Changelog
  • Developers & IT
  • Business users
  • Digital leaders
  • Developer Fast Track
  • Plans & Pricing

Solutions

  • Retail
  • Travel and tourism
  • Financial services
  • Technology
  • Manufacturing
  • E-commerce
  • Localization
  • Personalization
  • Portals and knowledge bases

Resources

  • Academy
  • Docs
  • Product updates
  • Contentstack on Contentstack
  • Blog
  • Insights and analyst reports
  • Webinars
  • Podcasts
  • Glossary
  • Content generative library
  • Community
  • Headless CMS
  • Composable AXP
  • Personalization
  • CDP

Customers

  • Case Studies
  • Customer Care
  • Contentstack Experience Awards
  • Customer support

Partners

  • Overview
  • Find a partner
  • Login

Company

  • About us
  • News
  • Customer support portal
  • Contact

Social

  • Facebook
  • LinkedIn
  • Instagram
  • Github
  • Youtube
  • Discord
  • X
LegalTermsPrivacyTrust Center

Cookie settings

Copyright © 2026 Contentstack Inc. All rights reserved.

AI Assistant

Ask a question below...

infoAI responses may contain mistakes.
/
  1. Home
  2. APIs
  3. GraphQL Content Delivery API
  4. Limitations

Limitations

markdownView as Markdown

There are certain limitations that we have applied for Contentstack GraphQL. Let’s understand what they are:

FeaturesLimitations
GraphQL
  • If there are any typename collisions on GraphiQL Explorer, the introspection schema will fail to load.
  • Avoid using special characters while naming content types or fields to prevent typename collisions.
  • If your content type UIDs and field UIDs start with a number, you won't be able to run any GraphQL queries.
Maximum content type schema generated in a single requestThe maximum limit for the number of content types for which schema definition can be generated in a single API request is 100.
Sorting

The ‘Order by Asc’ and ‘Order by Desc’ operators can only be used on the following system-defined fields:

  • Created at
  • Updated at
Searching based on referenceYou can use referenced fields that lie up to three levels deep in the “where” argument to search for top-level content.
Nested reference fetching depthThe maximum depth limit for fetching nested items (entries and/or assets) is three.
Maximum objectsThe maximum objects that can be fetched in a single query is 7,500.
Maximum reference objects for a single Reference fieldThe maximum referenced items that can be fetched for a single Reference field is 100.
Maximum embedded objects (entries and assets combined) for a JSON Rich Text Editor fieldThe maximum embedded items (entries and assets combined) that can be fetched for a single JSON Rich Text Editor field is 100.
Querying multiple content typesThe maximum content types that can be queried in a single request is three.
Response SizeThe maximum size limit for the response returned by a GraphQL query is 7 MB.
Regular ExpressionsThe Contentstack GraphQL API does not support the use of regular expressions to filter query responses.