We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b9c44 commit 84b7085Copy full SHA for 84b7085
src/contentful-typescript-codegen.ts
@@ -42,7 +42,7 @@ async function runCodegen(outputFile: string) {
42
const getEnvironmentPath = path.resolve(process.cwd(), "./getContentfulEnvironment.js")
43
const getEnvironment = require(getEnvironmentPath)
44
const environment = await getEnvironment()
45
- const contentTypes = await environment.getContentTypes()
+ const contentTypes = await environment.getContentTypes({ limit: 1000 })
46
const locales = await environment.getLocales()
47
const output = await render(contentTypes.items, locales.items)
48
0 commit comments