Commit f38a887
committed
fix(codegen): expand boilerplate filter to cover clientMutationId, cursor, edge, pagination descriptions
Added additional PostGraphile boilerplate prefixes:
- 'The exact same clientMutationId that was provided...'
- 'A cursor for use in pagination.'
- 'An edge for our...'
- 'Information to aid in pagination.'
- 'Reads and enables pagination through a set of...'
- 'A list of edges which contains the...'
- And several more generic PostGraphile descriptions
Removes 2,468 additional lines of noise from the generated SDK.1 parent cb82a82 commit f38a887
8 files changed
Lines changed: 12 additions & 2468 deletions
File tree
- graphql/codegen/src/core/codegen
- sdk/constructive-sdk/src
- admin/orm
- query
- auth/orm
- objects/orm
- query
- public/orm
- query
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
| 444 | + | |
444 | 445 | | |
445 | 446 | | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
446 | 458 | | |
447 | 459 | | |
448 | 460 | | |
| |||
0 commit comments