We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempting to generate type definitions for environments with >100 content types will omit the type definitions for (seemingly arbitrary) content types after that limit is reached. Seems to be caused by Contentful's default limit of 100 on their entry/content_type queries. https://www.contentful.com/developers/docs/references/content-delivery-api/#/reference/search-parameters/reverse-order
#47 addresses this by increasing this limit to the maximum allowed value for the getContentTypes call.
getContentTypes
The text was updated successfully, but these errors were encountered:
Released in v0.2.12
Sorry, something went wrong.
No branches or pull requests
Attempting to generate type definitions for environments with >100 content types will omit the type definitions for (seemingly arbitrary) content types after that limit is reached. Seems to be caused by Contentful's default limit of 100 on their entry/content_type queries. https://www.contentful.com/developers/docs/references/content-delivery-api/#/reference/search-parameters/reverse-order
#47 addresses this by increasing this limit to the maximum allowed value for the
getContentTypes
call.The text was updated successfully, but these errors were encountered: