Skip to content

Commit e1e8f8f

Browse files
committed
Update pagination keywords in OpenAPI configuration to streamline query handling
1 parent dd68cce commit e1e8f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/openapi-ts-tanstack-react-query/openapi-ts.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
},
1111
parser: {
1212
pagination: {
13-
keywords: ['tags', 'limit', 'offset', 'cursor', 'after', 'before'],
13+
keywords: ['tags'],
1414
},
1515
},
1616
plugins: [

0 commit comments

Comments
 (0)