Skip to content
New issue

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

Type definitions are being omitted for environments with >100 content types #48

Closed
Ben-Kincaid opened this issue Jan 9, 2024 · 1 comment

Comments

@Ben-Kincaid
Copy link
Contributor

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.

@gburgett
Copy link
Member

Released in v0.2.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants