Commit 77118e1
committed
feat: consolidate graphile-misc-plugins into graphile-settings and add @RequiredInput plugin
- Move all plugin source files from graphile-misc-plugins/src/ to graphile-settings/src/plugins/
- Move all tests from graphile-misc-plugins/__tests__/ to graphile-settings/__tests__/
- Update all imports to use local paths instead of graphile-misc-plugins package
- Update graphile-settings package.json with dependencies from graphile-misc-plugins
- Remove graphile-misc-plugins package from workspace
- Implement RequiredInputPlugin: reads @RequiredInput smart tag and makes mutation input fields non-nullable
- Add RequiredInputPreset to ConstructivePreset
- Add comprehensive tests for RequiredInputPlugin (14 test cases)1 parent f4c3938 commit 77118e1
38 files changed
Lines changed: 538 additions & 504 deletions
File tree
- graphile
- graphile-misc-plugins
- src
- graphile-settings
- __tests__
- __snapshots__
- src
- plugins
- meta-schema
- presets
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments