polen 0.11.0-next.24 → 0.11.0-next.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/api/config/input.d.ts +259 -77
- package/build/api/config/input.d.ts.map +1 -1
- package/build/api/config/input.js +2 -0
- package/build/api/config/input.js.map +1 -1
- package/build/api/config/normalized.d.ts +433 -143
- package/build/api/config/normalized.d.ts.map +1 -1
- package/build/api/config/normalized.js +47 -0
- package/build/api/config/normalized.js.map +1 -1
- package/build/api/config-template/template.d.ts +191 -121
- package/build/api/config-template/template.d.ts.map +1 -1
- package/build/api/config-template/template.js +18 -1
- package/build/api/config-template/template.js.map +1 -1
- package/build/api/examples/diagnostic/diagnostic.d.ts +0 -23
- package/build/api/examples/diagnostic/diagnostic.d.ts.map +1 -1
- package/build/api/examples/diagnostic/diagnostic.js +1 -3
- package/build/api/examples/diagnostic/diagnostic.js.map +1 -1
- package/build/api/examples/scanner.d.ts +27 -1
- package/build/api/examples/scanner.d.ts.map +1 -1
- package/build/api/examples/scanner.js +30 -17
- package/build/api/examples/scanner.js.map +1 -1
- package/build/api/examples/schemas/catalog.d.ts +56 -12
- package/build/api/examples/schemas/catalog.d.ts.map +1 -1
- package/build/api/examples/schemas/example/example.d.ts +54 -11
- package/build/api/examples/schemas/example/example.d.ts.map +1 -1
- package/build/api/examples/schemas/example/example.js +5 -0
- package/build/api/examples/schemas/example/example.js.map +1 -1
- package/build/api/reference/$.d.ts +4 -0
- package/build/api/reference/$.d.ts.map +1 -0
- package/build/api/reference/$.js +4 -0
- package/build/api/reference/$.js.map +1 -0
- package/build/api/reference/catalog.d.ts +69 -0
- package/build/api/reference/catalog.d.ts.map +1 -0
- package/build/api/reference/catalog.js +44 -0
- package/build/api/reference/catalog.js.map +1 -0
- package/build/api/reference/config.d.ts +616 -0
- package/build/api/reference/config.d.ts.map +1 -0
- package/build/api/reference/config.js +162 -0
- package/build/api/reference/config.js.map +1 -0
- package/build/api/reference/scanner.d.ts +26 -0
- package/build/api/reference/scanner.d.ts.map +1 -0
- package/build/api/reference/scanner.js +27 -0
- package/build/api/reference/scanner.js.map +1 -0
- package/build/api/schema/augmentations/$$.d.ts +7 -0
- package/build/api/schema/augmentations/$$.d.ts.map +1 -0
- package/build/api/schema/augmentations/$$.js +7 -0
- package/build/api/schema/augmentations/$$.js.map +1 -0
- package/build/api/schema/augmentations/$.d.ts +1 -1
- package/build/api/schema/augmentations/$.d.ts.map +1 -1
- package/build/api/schema/augmentations/$.js +1 -1
- package/build/api/schema/augmentations/$.js.map +1 -1
- package/build/api/schema/augmentations/apply.d.ts +29 -0
- package/build/api/schema/augmentations/apply.d.ts.map +1 -0
- package/build/api/schema/augmentations/apply.js +181 -0
- package/build/api/schema/augmentations/apply.js.map +1 -0
- package/build/api/schema/augmentations/augmentation.d.ts +31 -0
- package/build/api/schema/augmentations/augmentation.d.ts.map +1 -0
- package/build/api/schema/augmentations/augmentation.js +22 -0
- package/build/api/schema/augmentations/augmentation.js.map +1 -0
- package/build/api/schema/augmentations/config.d.ts +24 -0
- package/build/api/schema/augmentations/config.d.ts.map +1 -0
- package/build/api/schema/augmentations/config.js +9 -0
- package/build/api/schema/augmentations/config.js.map +1 -0
- package/build/api/schema/augmentations/diagnostics/diagnostic.d.ts +67 -0
- package/build/api/schema/augmentations/diagnostics/diagnostic.d.ts.map +1 -0
- package/build/api/schema/augmentations/diagnostics/diagnostic.js +13 -0
- package/build/api/schema/augmentations/diagnostics/diagnostic.js.map +1 -0
- package/build/api/schema/augmentations/diagnostics/duplicate-version.d.ts +45 -0
- package/build/api/schema/augmentations/diagnostics/duplicate-version.d.ts.map +1 -0
- package/build/api/schema/augmentations/diagnostics/duplicate-version.js +17 -0
- package/build/api/schema/augmentations/diagnostics/duplicate-version.js.map +1 -0
- package/build/api/schema/augmentations/diagnostics/invalid-path.d.ts +46 -0
- package/build/api/schema/augmentations/diagnostics/invalid-path.d.ts.map +1 -0
- package/build/api/schema/augmentations/diagnostics/invalid-path.js +18 -0
- package/build/api/schema/augmentations/diagnostics/invalid-path.js.map +1 -0
- package/build/api/schema/augmentations/diagnostics/version-mismatch.d.ts +46 -0
- package/build/api/schema/augmentations/diagnostics/version-mismatch.d.ts.map +1 -0
- package/build/api/schema/augmentations/diagnostics/version-mismatch.js +18 -0
- package/build/api/schema/augmentations/diagnostics/version-mismatch.js.map +1 -0
- package/build/api/schema/augmentations/input.d.ts +145 -0
- package/build/api/schema/augmentations/input.d.ts.map +1 -0
- package/build/api/schema/augmentations/input.js +191 -0
- package/build/api/schema/augmentations/input.js.map +1 -0
- package/build/api/schema/augmentations/placement.d.ts +8 -0
- package/build/api/schema/augmentations/placement.d.ts.map +1 -0
- package/build/api/schema/augmentations/placement.js +7 -0
- package/build/api/schema/augmentations/placement.js.map +1 -0
- package/build/api/schema/config-schema.d.ts +66 -66
- package/build/api/schema/config-schema.d.ts.map +1 -1
- package/build/api/schema/config-schema.js +2 -2
- package/build/api/schema/config-schema.js.map +1 -1
- package/build/api/schema/input-source/load.d.ts +2 -0
- package/build/api/schema/input-source/load.d.ts.map +1 -1
- package/build/api/schema/input-source/load.js.map +1 -1
- package/build/api/schema/input-sources/directory.d.ts +39 -39
- package/build/api/schema/input-sources/file.d.ts +39 -39
- package/build/api/schema/input-sources/introspection-file.d.ts +39 -39
- package/build/api/schema/input-sources/introspection.d.ts +39 -39
- package/build/api/schema/input-sources/memory.d.ts +39 -39
- package/build/api/schema/input-sources/versioned-directory.d.ts +79 -79
- package/build/api/schema/load.d.ts.map +1 -1
- package/build/api/schema/load.js +9 -2
- package/build/api/schema/load.js.map +1 -1
- package/build/lib/catalog/catalog.d.ts +1181 -1181
- package/build/lib/catalog/unversioned.d.ts +312 -312
- package/build/lib/catalog/versioned.d.ts +634 -634
- package/build/lib/change/change.d.ts +238 -238
- package/build/lib/document/document.d.ts +14 -8
- package/build/lib/document/document.d.ts.map +1 -1
- package/build/lib/document/versioned.d.ts +17 -10
- package/build/lib/document/versioned.d.ts.map +1 -1
- package/build/lib/grafaid/schema/KindMap/_.d.ts +1 -1
- package/build/lib/grafaid/schema/format-default-value.d.ts +11 -0
- package/build/lib/grafaid/schema/format-default-value.d.ts.map +1 -0
- package/build/lib/grafaid/schema/format-default-value.js +20 -0
- package/build/lib/grafaid/schema/format-default-value.js.map +1 -0
- package/build/lib/grafaid/schema/schema.d.ts +1 -0
- package/build/lib/grafaid/schema/schema.d.ts.map +1 -1
- package/build/lib/grafaid/schema/schema.js +1 -0
- package/build/lib/grafaid/schema/schema.js.map +1 -1
- package/build/lib/graphql-path/$$.d.ts +7 -13
- package/build/lib/graphql-path/$$.d.ts.map +1 -1
- package/build/lib/graphql-path/$$.js +7 -13
- package/build/lib/graphql-path/$$.js.map +1 -1
- package/build/lib/graphql-path/definition.d.ts +104 -94
- package/build/lib/graphql-path/definition.d.ts.map +1 -1
- package/build/lib/graphql-path/definition.js +126 -125
- package/build/lib/graphql-path/definition.js.map +1 -1
- package/build/lib/graphql-path/query.d.ts +25 -57
- package/build/lib/graphql-path/query.d.ts.map +1 -1
- package/build/lib/graphql-path/query.js +15 -93
- package/build/lib/graphql-path/query.js.map +1 -1
- package/build/lib/graphql-path/schema.d.ts +49 -0
- package/build/lib/graphql-path/schema.d.ts.map +1 -0
- package/build/lib/graphql-path/schema.js +89 -0
- package/build/lib/graphql-path/schema.js.map +1 -0
- package/build/lib/graphql-path/types.d.ts +76 -28
- package/build/lib/graphql-path/types.d.ts.map +1 -1
- package/build/lib/graphql-path/types.js +101 -2
- package/build/lib/graphql-path/types.js.map +1 -1
- package/build/lib/revision/revision.d.ts +1170 -1170
- package/build/lib/schema/schema.d.ts +708 -708
- package/build/lib/schema/unversioned.d.ts +1092 -1092
- package/build/lib/schema/versioned.d.ts +634 -634
- package/build/lib/semver/official-release.d.ts +10 -10
- package/build/lib/semver/pre-release.d.ts +10 -10
- package/build/lib/semver/semver.d.ts +50 -50
- package/build/lib/version-coverage/version-coverage.d.ts +43 -11
- package/build/lib/version-coverage/version-coverage.d.ts.map +1 -1
- package/build/lib/version-coverage/version-coverage.js +40 -6
- package/build/lib/version-coverage/version-coverage.js.map +1 -1
- package/build/template/components/ArgumentAnnotation.d.ts +2 -1
- package/build/template/components/ArgumentAnnotation.d.ts.map +1 -1
- package/build/template/components/ArgumentAnnotation.js +14 -4
- package/build/template/components/ArgumentAnnotation.js.map +1 -1
- package/build/template/components/ArgumentListAnnotation.d.ts +1 -0
- package/build/template/components/ArgumentListAnnotation.d.ts.map +1 -1
- package/build/template/components/ArgumentListAnnotation.js +21 -8
- package/build/template/components/ArgumentListAnnotation.js.map +1 -1
- package/build/template/components/Changelog/groups/FieldArgument.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldArgument.js +0 -1
- package/build/template/components/Changelog/groups/FieldArgument.js.map +1 -1
- package/build/template/components/CodeBlock.d.ts.map +1 -1
- package/build/template/components/CodeBlock.js +1 -1
- package/build/template/components/CodeBlock.js.map +1 -1
- package/build/template/components/Description.js +1 -1
- package/build/template/components/Description.js.map +1 -1
- package/build/template/components/ExampleLink.d.ts.map +1 -1
- package/build/template/components/ExampleLink.js +2 -1
- package/build/template/components/ExampleLink.js.map +1 -1
- package/build/template/components/Field.d.ts +2 -0
- package/build/template/components/Field.d.ts.map +1 -1
- package/build/template/components/Field.js +42 -4
- package/build/template/components/Field.js.map +1 -1
- package/build/template/components/FieldList.d.ts +2 -1
- package/build/template/components/FieldList.d.ts.map +1 -1
- package/build/template/components/FieldList.js +14 -3
- package/build/template/components/FieldList.js.map +1 -1
- package/build/template/components/FieldListSection.d.ts.map +1 -1
- package/build/template/components/FieldListSection.js +6 -1
- package/build/template/components/FieldListSection.js.map +1 -1
- package/build/template/components/GraphQLDocument.d.ts.map +1 -1
- package/build/template/components/GraphQLDocument.js +2 -1
- package/build/template/components/GraphQLDocument.js.map +1 -1
- package/build/template/components/GraphQLInteractive/GraphQLInteractive.d.ts +2 -0
- package/build/template/components/GraphQLInteractive/GraphQLInteractive.d.ts.map +1 -1
- package/build/template/components/GraphQLInteractive/GraphQLInteractive.js +4 -3
- package/build/template/components/GraphQLInteractive/GraphQLInteractive.js.map +1 -1
- package/build/template/components/GraphQLInteractive/lib/parser.d.ts +2 -2
- package/build/template/components/GraphQLInteractive/lib/parser.d.ts.map +1 -1
- package/build/template/components/GraphQLInteractive/lib/parser.js +17 -12
- package/build/template/components/GraphQLInteractive/lib/parser.js.map +1 -1
- package/build/template/components/IAPIndicator.d.ts +12 -0
- package/build/template/components/IAPIndicator.d.ts.map +1 -0
- package/build/template/components/IAPIndicator.js +21 -0
- package/build/template/components/IAPIndicator.js.map +1 -0
- package/build/template/components/Link.d.ts +1 -2
- package/build/template/components/Link.d.ts.map +1 -1
- package/build/template/components/Link.js +5 -2
- package/build/template/components/Link.js.map +1 -1
- package/build/template/components/NamedType.d.ts.map +1 -1
- package/build/template/components/NamedType.js +9 -5
- package/build/template/components/NamedType.js.map +1 -1
- package/build/template/components/ReferenceLink.d.ts +2 -2
- package/build/template/components/ReferenceLink.d.ts.map +1 -1
- package/build/template/components/ReferenceLink.js +5 -3
- package/build/template/components/ReferenceLink.js.map +1 -1
- package/build/template/components/TypeAnnotation.d.ts +2 -0
- package/build/template/components/TypeAnnotation.d.ts.map +1 -1
- package/build/template/components/TypeAnnotation.js +4 -4
- package/build/template/components/TypeAnnotation.js.map +1 -1
- package/build/template/components/ViewModeToggle.d.ts +3 -0
- package/build/template/components/ViewModeToggle.d.ts.map +1 -0
- package/build/template/components/ViewModeToggle.js +9 -0
- package/build/template/components/ViewModeToggle.js.map +1 -0
- package/build/template/components/graphql/type-link.d.ts +2 -0
- package/build/template/components/graphql/type-link.d.ts.map +1 -1
- package/build/template/components/graphql/type-link.js +15 -3
- package/build/template/components/graphql/type-link.js.map +1 -1
- package/build/template/components/home/PlaygroundPreview.d.ts.map +1 -1
- package/build/template/components/home/PlaygroundPreview.js +3 -2
- package/build/template/components/home/PlaygroundPreview.js.map +1 -1
- package/build/template/components/sidebar/SidebarItem.d.ts.map +1 -1
- package/build/template/components/sidebar/SidebarItem.js +18 -5
- package/build/template/components/sidebar/SidebarItem.js.map +1 -1
- package/build/template/contexts/ReferenceConfigContext.d.ts +16 -0
- package/build/template/contexts/ReferenceConfigContext.d.ts.map +1 -0
- package/build/template/contexts/ReferenceConfigContext.js +14 -0
- package/build/template/contexts/ReferenceConfigContext.js.map +1 -0
- package/build/template/contexts/ViewModeContext.d.ts +14 -0
- package/build/template/contexts/ViewModeContext.d.ts.map +1 -0
- package/build/template/contexts/ViewModeContext.js +40 -0
- package/build/template/contexts/ViewModeContext.js.map +1 -0
- package/build/template/hooks/use-examples.d.ts +4 -1
- package/build/template/hooks/use-examples.d.ts.map +1 -1
- package/build/template/hooks/useAlignedColumns.d.ts +10 -0
- package/build/template/hooks/useAlignedColumns.d.ts.map +1 -0
- package/build/template/hooks/useAlignedColumns.js +17 -0
- package/build/template/hooks/useAlignedColumns.js.map +1 -0
- package/build/template/routes/changelog/ChangelogSidebar.d.ts +2 -2
- package/build/template/routes/changelog/ChangelogSidebar.d.ts.map +1 -1
- package/build/template/routes/changelog/ChangelogSidebar.js +4 -4
- package/build/template/routes/changelog/ChangelogSidebar.js.map +1 -1
- package/build/template/routes/examples/_.d.ts +12 -3
- package/build/template/routes/examples/_.d.ts.map +1 -1
- package/build/template/routes/examples/_index.d.ts +8 -2
- package/build/template/routes/examples/_index.d.ts.map +1 -1
- package/build/template/routes/examples/name.d.ts +12 -3
- package/build/template/routes/examples/name.d.ts.map +1 -1
- package/build/template/routes/examples/name.js +6 -2
- package/build/template/routes/examples/name.js.map +1 -1
- package/build/template/routes/reference.d.ts.map +1 -1
- package/build/template/routes/reference.js +37 -10
- package/build/template/routes/reference.js.map +1 -1
- package/build/template/stores/changelog.d.ts +39 -39
- package/build/vite/plugins/core.d.ts.map +1 -1
- package/build/vite/plugins/core.js +6 -0
- package/build/vite/plugins/core.js.map +1 -1
- package/build/vite/plugins/examples.d.ts.map +1 -1
- package/build/vite/plugins/examples.js +10 -3
- package/build/vite/plugins/examples.js.map +1 -1
- package/build/vite/plugins/index.d.ts +1 -0
- package/build/vite/plugins/index.d.ts.map +1 -1
- package/build/vite/plugins/index.js +1 -0
- package/build/vite/plugins/index.js.map +1 -1
- package/build/vite/plugins/navbar.d.ts.map +1 -1
- package/build/vite/plugins/navbar.js +3 -1
- package/build/vite/plugins/navbar.js.map +1 -1
- package/build/vite/plugins/reference.d.ts +19 -0
- package/build/vite/plugins/reference.d.ts.map +1 -0
- package/build/vite/plugins/reference.js +96 -0
- package/build/vite/plugins/reference.js.map +1 -0
- package/build/vite/plugins/schemas.d.ts.map +1 -1
- package/build/vite/plugins/schemas.js +38 -2
- package/build/vite/plugins/schemas.js.map +1 -1
- package/package.json +1 -1
- package/src/api/config/input.ts +2 -0
- package/src/api/config/normalized.ts +54 -0
- package/src/api/config-template/template.ts +18 -1
- package/src/api/examples/diagnostic/diagnostic.ts +0 -3
- package/src/api/examples/scanner.test.ts +83 -0
- package/src/api/examples/scanner.ts +31 -21
- package/src/api/examples/schemas/example/example.ts +6 -0
- package/src/api/reference/$.ts +3 -0
- package/src/api/reference/catalog.ts +55 -0
- package/src/api/reference/config.ts +193 -0
- package/src/api/reference/scanner.ts +53 -0
- package/src/api/schema/augmentations/$$.ts +6 -0
- package/src/api/schema/augmentations/$.ts +1 -1
- package/src/api/schema/augmentations/apply.test.ts +89 -0
- package/src/api/schema/augmentations/apply.ts +277 -0
- package/src/api/schema/augmentations/augmentation.ts +24 -0
- package/src/api/schema/augmentations/config.ts +11 -0
- package/src/api/schema/augmentations/diagnostics/diagnostic.ts +20 -0
- package/src/api/schema/augmentations/diagnostics/duplicate-version.ts +20 -0
- package/src/api/schema/augmentations/diagnostics/invalid-path.ts +21 -0
- package/src/api/schema/augmentations/diagnostics/version-mismatch.ts +21 -0
- package/src/api/schema/augmentations/input.test.ts +144 -0
- package/src/api/schema/augmentations/input.ts +215 -0
- package/src/api/schema/augmentations/placement.ts +11 -0
- package/src/api/schema/config-schema.ts +2 -2
- package/src/api/schema/input-source/load.ts +2 -0
- package/src/api/schema/load.ts +19 -2
- package/src/lib/grafaid/schema/format-default-value.ts +22 -0
- package/src/lib/grafaid/schema/schema.ts +2 -0
- package/src/lib/graphql-path/$$.ts +7 -13
- package/src/lib/graphql-path/$.test.ts +175 -0
- package/src/lib/graphql-path/definition.ts +162 -162
- package/src/lib/graphql-path/query.ts +15 -98
- package/src/lib/graphql-path/schema.ts +136 -0
- package/src/lib/graphql-path/types.ts +108 -28
- package/src/lib/version-coverage/version-coverage.ts +48 -6
- package/src/template/components/ArgumentAnnotation.tsx +58 -9
- package/src/template/components/ArgumentListAnnotation.tsx +50 -17
- package/src/template/components/Changelog/groups/FieldArgument.tsx +0 -1
- package/src/template/components/CodeBlock.tsx +1 -0
- package/src/template/components/Description.tsx +1 -1
- package/src/template/components/ExampleLink.tsx +2 -1
- package/src/template/components/Field.tsx +148 -20
- package/src/template/components/FieldList.tsx +28 -13
- package/src/template/components/FieldListSection.tsx +12 -2
- package/src/template/components/GraphQLDocument.tsx +2 -0
- package/src/template/components/GraphQLInteractive/GraphQLInteractive.tsx +6 -1
- package/src/template/components/GraphQLInteractive/lib/parser.ts +16 -3
- package/src/template/components/IAPIndicator.tsx +73 -0
- package/src/template/components/Link.tsx +9 -3
- package/src/template/components/NamedType.tsx +54 -28
- package/src/template/components/ReferenceLink.tsx +16 -10
- package/src/template/components/TypeAnnotation.tsx +17 -5
- package/src/template/components/ViewModeToggle.tsx +27 -0
- package/src/template/components/graphql/type-link.tsx +34 -3
- package/src/template/components/home/PlaygroundPreview.tsx +3 -0
- package/src/template/components/sidebar/SidebarItem.tsx +21 -5
- package/src/template/contexts/ReferenceConfigContext.tsx +37 -0
- package/src/template/contexts/ViewModeContext.tsx +64 -0
- package/src/template/hooks/useAlignedColumns.ts +19 -0
- package/src/template/routes/changelog/ChangelogSidebar.tsx +4 -4
- package/src/template/routes/examples/name.tsx +13 -1
- package/src/template/routes/reference.tsx +67 -23
- package/src/types/virtual-modules.d.ts +5 -0
- package/src/vite/plugins/core.ts +6 -0
- package/src/vite/plugins/examples.ts +12 -2
- package/src/vite/plugins/index.ts +1 -0
- package/src/vite/plugins/navbar.ts +4 -1
- package/src/vite/plugins/reference.ts +130 -0
- package/src/vite/plugins/schemas.ts +51 -2
- package/build/api/examples/diagnostic/unused-default.d.ts +0 -49
- package/build/api/examples/diagnostic/unused-default.d.ts.map +0 -1
- package/build/api/examples/diagnostic/unused-default.js +0 -19
- package/build/api/examples/diagnostic/unused-default.js.map +0 -1
- package/build/api/schema/augmentations/augmentations/description.d.ts +0 -26
- package/build/api/schema/augmentations/augmentations/description.d.ts.map +0 -1
- package/build/api/schema/augmentations/augmentations/description.js +0 -55
- package/build/api/schema/augmentations/augmentations/description.js.map +0 -1
- package/build/api/schema/augmentations/schema-augmentation.d.ts +0 -20
- package/build/api/schema/augmentations/schema-augmentation.d.ts.map +0 -1
- package/build/api/schema/augmentations/schema-augmentation.js +0 -22
- package/build/api/schema/augmentations/schema-augmentation.js.map +0 -1
- package/build/api/schema/augmentations/target.d.ts +0 -25
- package/build/api/schema/augmentations/target.d.ts.map +0 -1
- package/build/api/schema/augmentations/target.js +0 -39
- package/build/api/schema/augmentations/target.js.map +0 -1
- package/build/lib/graphql-path/constructors.d.ts +0 -57
- package/build/lib/graphql-path/constructors.d.ts.map +0 -1
- package/build/lib/graphql-path/constructors.js +0 -73
- package/build/lib/graphql-path/constructors.js.map +0 -1
- package/build/template/components/ArgumentList.d.ts +0 -6
- package/build/template/components/ArgumentList.d.ts.map +0 -1
- package/build/template/components/ArgumentList.js +0 -9
- package/build/template/components/ArgumentList.js.map +0 -1
- package/src/api/examples/diagnostic/unused-default.ts +0 -22
- package/src/api/schema/augmentations/augmentations/description.ts +0 -69
- package/src/api/schema/augmentations/schema-augmentation.ts +0 -32
- package/src/api/schema/augmentations/target.ts +0 -61
- package/src/lib/graphql-path/constructors.ts +0 -81
- package/src/template/components/ArgumentList.tsx +0 -22
@@ -96,34 +96,34 @@ export declare const loader: InputSource.EffectInputSource<"file", Options, {
|
|
96
96
|
readonly _tag: "FIELD_ADDED";
|
97
97
|
readonly path?: string | undefined;
|
98
98
|
readonly message: string;
|
99
|
+
readonly typeName: string;
|
100
|
+
readonly fieldName: string;
|
99
101
|
readonly criticality: {
|
100
102
|
readonly reason?: string | undefined;
|
101
103
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
102
104
|
};
|
103
|
-
readonly typeName: string;
|
104
|
-
readonly fieldName: string;
|
105
105
|
readonly isDeprecated: boolean;
|
106
106
|
readonly isSafe: boolean;
|
107
107
|
} | {
|
108
108
|
readonly _tag: "FIELD_REMOVED";
|
109
109
|
readonly path?: string | undefined;
|
110
110
|
readonly message: string;
|
111
|
+
readonly typeName: string;
|
112
|
+
readonly fieldName: string;
|
111
113
|
readonly criticality: {
|
112
114
|
readonly reason?: string | undefined;
|
113
115
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
114
116
|
};
|
115
|
-
readonly typeName: string;
|
116
|
-
readonly fieldName: string;
|
117
117
|
} | {
|
118
118
|
readonly _tag: "FIELD_TYPE_CHANGED";
|
119
119
|
readonly path?: string | undefined;
|
120
120
|
readonly message: string;
|
121
|
+
readonly typeName: string;
|
122
|
+
readonly fieldName: string;
|
121
123
|
readonly criticality: {
|
122
124
|
readonly reason?: string | undefined;
|
123
125
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
124
126
|
};
|
125
|
-
readonly typeName: string;
|
126
|
-
readonly fieldName: string;
|
127
127
|
readonly isSafe: boolean;
|
128
128
|
readonly oldType: string;
|
129
129
|
readonly newType: string;
|
@@ -132,32 +132,32 @@ export declare const loader: InputSource.EffectInputSource<"file", Options, {
|
|
132
132
|
readonly reason?: string | undefined;
|
133
133
|
readonly path?: string | undefined;
|
134
134
|
readonly message: string;
|
135
|
+
readonly typeName: string;
|
136
|
+
readonly fieldName: string;
|
135
137
|
readonly criticality: {
|
136
138
|
readonly reason?: string | undefined;
|
137
139
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
138
140
|
};
|
139
|
-
readonly typeName: string;
|
140
|
-
readonly fieldName: string;
|
141
141
|
} | {
|
142
142
|
readonly _tag: "FIELD_DEPRECATION_REMOVED";
|
143
143
|
readonly path?: string | undefined;
|
144
144
|
readonly message: string;
|
145
|
+
readonly typeName: string;
|
146
|
+
readonly fieldName: string;
|
145
147
|
readonly criticality: {
|
146
148
|
readonly reason?: string | undefined;
|
147
149
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
148
150
|
};
|
149
|
-
readonly typeName: string;
|
150
|
-
readonly fieldName: string;
|
151
151
|
} | {
|
152
152
|
readonly _tag: "FIELD_DEPRECATION_REASON_CHANGED";
|
153
153
|
readonly path?: string | undefined;
|
154
154
|
readonly message: string;
|
155
|
+
readonly typeName: string;
|
156
|
+
readonly fieldName: string;
|
155
157
|
readonly criticality: {
|
156
158
|
readonly reason?: string | undefined;
|
157
159
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
158
160
|
};
|
159
|
-
readonly typeName: string;
|
160
|
-
readonly fieldName: string;
|
161
161
|
readonly oldReason?: string | undefined;
|
162
162
|
readonly newReason?: string | undefined;
|
163
163
|
} | {
|
@@ -165,89 +165,89 @@ export declare const loader: InputSource.EffectInputSource<"file", Options, {
|
|
165
165
|
readonly reason: string;
|
166
166
|
readonly path?: string | undefined;
|
167
167
|
readonly message: string;
|
168
|
+
readonly typeName: string;
|
169
|
+
readonly fieldName: string;
|
168
170
|
readonly criticality: {
|
169
171
|
readonly reason?: string | undefined;
|
170
172
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
171
173
|
};
|
172
|
-
readonly typeName: string;
|
173
|
-
readonly fieldName: string;
|
174
174
|
} | {
|
175
175
|
readonly _tag: "FIELD_DEPRECATION_REASON_REMOVED";
|
176
176
|
readonly path?: string | undefined;
|
177
177
|
readonly message: string;
|
178
|
+
readonly typeName: string;
|
179
|
+
readonly fieldName: string;
|
178
180
|
readonly criticality: {
|
179
181
|
readonly reason?: string | undefined;
|
180
182
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
181
183
|
};
|
182
|
-
readonly typeName: string;
|
183
|
-
readonly fieldName: string;
|
184
184
|
} | {
|
185
185
|
readonly _tag: "FIELD_DESCRIPTION_CHANGED";
|
186
186
|
readonly path?: string | undefined;
|
187
187
|
readonly message: string;
|
188
|
+
readonly typeName: string;
|
189
|
+
readonly fieldName: string;
|
188
190
|
readonly criticality: {
|
189
191
|
readonly reason?: string | undefined;
|
190
192
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
191
193
|
};
|
192
194
|
readonly oldDescription?: string | undefined;
|
193
195
|
readonly newDescription?: string | undefined;
|
194
|
-
readonly typeName: string;
|
195
|
-
readonly fieldName: string;
|
196
196
|
} | {
|
197
197
|
readonly _tag: "FIELD_DESCRIPTION_ADDED";
|
198
198
|
readonly description: string;
|
199
199
|
readonly path?: string | undefined;
|
200
200
|
readonly message: string;
|
201
|
+
readonly typeName: string;
|
202
|
+
readonly fieldName: string;
|
201
203
|
readonly criticality: {
|
202
204
|
readonly reason?: string | undefined;
|
203
205
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
204
206
|
};
|
205
|
-
readonly typeName: string;
|
206
|
-
readonly fieldName: string;
|
207
207
|
} | {
|
208
208
|
readonly _tag: "FIELD_DESCRIPTION_REMOVED";
|
209
209
|
readonly path?: string | undefined;
|
210
210
|
readonly message: string;
|
211
|
+
readonly typeName: string;
|
212
|
+
readonly fieldName: string;
|
211
213
|
readonly criticality: {
|
212
214
|
readonly reason?: string | undefined;
|
213
215
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
214
216
|
};
|
215
|
-
readonly typeName: string;
|
216
|
-
readonly fieldName: string;
|
217
217
|
} | {
|
218
218
|
readonly _tag: "FIELD_ARGUMENT_ADDED";
|
219
219
|
readonly path?: string | undefined;
|
220
220
|
readonly message: string;
|
221
221
|
readonly type: string;
|
222
222
|
readonly defaultValue?: unknown;
|
223
|
+
readonly typeName: string;
|
224
|
+
readonly fieldName: string;
|
223
225
|
readonly criticality: {
|
224
226
|
readonly reason?: string | undefined;
|
225
227
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
226
228
|
};
|
227
|
-
readonly typeName: string;
|
228
|
-
readonly fieldName: string;
|
229
229
|
readonly argumentName: string;
|
230
230
|
} | {
|
231
231
|
readonly _tag: "FIELD_ARGUMENT_REMOVED";
|
232
232
|
readonly path?: string | undefined;
|
233
233
|
readonly message: string;
|
234
|
+
readonly typeName: string;
|
235
|
+
readonly fieldName: string;
|
234
236
|
readonly criticality: {
|
235
237
|
readonly reason?: string | undefined;
|
236
238
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
237
239
|
};
|
238
|
-
readonly typeName: string;
|
239
|
-
readonly fieldName: string;
|
240
240
|
readonly argumentName: string;
|
241
241
|
} | {
|
242
242
|
readonly _tag: "FIELD_ARGUMENT_TYPE_CHANGED";
|
243
243
|
readonly path?: string | undefined;
|
244
244
|
readonly message: string;
|
245
|
+
readonly typeName: string;
|
246
|
+
readonly fieldName: string;
|
245
247
|
readonly criticality: {
|
246
248
|
readonly reason?: string | undefined;
|
247
249
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
248
250
|
};
|
249
|
-
readonly typeName: string;
|
250
|
-
readonly fieldName: string;
|
251
251
|
readonly oldType: string;
|
252
252
|
readonly newType: string;
|
253
253
|
readonly argumentName: string;
|
@@ -255,25 +255,25 @@ export declare const loader: InputSource.EffectInputSource<"file", Options, {
|
|
255
255
|
readonly _tag: "FIELD_ARGUMENT_DESCRIPTION_CHANGED";
|
256
256
|
readonly path?: string | undefined;
|
257
257
|
readonly message: string;
|
258
|
+
readonly typeName: string;
|
259
|
+
readonly fieldName: string;
|
258
260
|
readonly criticality: {
|
259
261
|
readonly reason?: string | undefined;
|
260
262
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
261
263
|
};
|
262
264
|
readonly oldDescription?: string | undefined;
|
263
265
|
readonly newDescription?: string | undefined;
|
264
|
-
readonly typeName: string;
|
265
|
-
readonly fieldName: string;
|
266
266
|
readonly argumentName: string;
|
267
267
|
} | {
|
268
268
|
readonly _tag: "FIELD_ARGUMENT_DEFAULT_CHANGED";
|
269
269
|
readonly path?: string | undefined;
|
270
270
|
readonly message: string;
|
271
|
+
readonly typeName: string;
|
272
|
+
readonly fieldName: string;
|
271
273
|
readonly criticality: {
|
272
274
|
readonly reason?: string | undefined;
|
273
275
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
274
276
|
};
|
275
|
-
readonly typeName: string;
|
276
|
-
readonly fieldName: string;
|
277
277
|
readonly argumentName: string;
|
278
278
|
readonly oldDefault?: unknown;
|
279
279
|
readonly newDefault?: unknown;
|
@@ -368,32 +368,32 @@ export declare const loader: InputSource.EffectInputSource<"file", Options, {
|
|
368
368
|
readonly _tag: "INPUT_FIELD_ADDED";
|
369
369
|
readonly path?: string | undefined;
|
370
370
|
readonly message: string;
|
371
|
+
readonly fieldName: string;
|
371
372
|
readonly criticality: {
|
372
373
|
readonly reason?: string | undefined;
|
373
374
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
374
375
|
};
|
375
|
-
readonly fieldName: string;
|
376
376
|
readonly inputName: string;
|
377
377
|
readonly isNullable: boolean;
|
378
378
|
} | {
|
379
379
|
readonly _tag: "INPUT_FIELD_REMOVED";
|
380
380
|
readonly path?: string | undefined;
|
381
381
|
readonly message: string;
|
382
|
+
readonly fieldName: string;
|
382
383
|
readonly criticality: {
|
383
384
|
readonly reason?: string | undefined;
|
384
385
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
385
386
|
};
|
386
|
-
readonly fieldName: string;
|
387
387
|
readonly inputName: string;
|
388
388
|
} | {
|
389
389
|
readonly _tag: "INPUT_FIELD_TYPE_CHANGED";
|
390
390
|
readonly path?: string | undefined;
|
391
391
|
readonly message: string;
|
392
|
+
readonly fieldName: string;
|
392
393
|
readonly criticality: {
|
393
394
|
readonly reason?: string | undefined;
|
394
395
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
395
396
|
};
|
396
|
-
readonly fieldName: string;
|
397
397
|
readonly oldType: string;
|
398
398
|
readonly newType: string;
|
399
399
|
readonly inputName: string;
|
@@ -402,43 +402,43 @@ export declare const loader: InputSource.EffectInputSource<"file", Options, {
|
|
402
402
|
readonly description: string;
|
403
403
|
readonly path?: string | undefined;
|
404
404
|
readonly message: string;
|
405
|
+
readonly fieldName: string;
|
405
406
|
readonly criticality: {
|
406
407
|
readonly reason?: string | undefined;
|
407
408
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
408
409
|
};
|
409
|
-
readonly fieldName: string;
|
410
410
|
readonly inputName: string;
|
411
411
|
} | {
|
412
412
|
readonly _tag: "INPUT_FIELD_DESCRIPTION_REMOVED";
|
413
413
|
readonly path?: string | undefined;
|
414
414
|
readonly message: string;
|
415
|
+
readonly fieldName: string;
|
415
416
|
readonly criticality: {
|
416
417
|
readonly reason?: string | undefined;
|
417
418
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
418
419
|
};
|
419
|
-
readonly fieldName: string;
|
420
420
|
readonly inputName: string;
|
421
421
|
} | {
|
422
422
|
readonly _tag: "INPUT_FIELD_DESCRIPTION_CHANGED";
|
423
423
|
readonly path?: string | undefined;
|
424
424
|
readonly message: string;
|
425
|
+
readonly fieldName: string;
|
425
426
|
readonly criticality: {
|
426
427
|
readonly reason?: string | undefined;
|
427
428
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
428
429
|
};
|
429
430
|
readonly oldDescription?: string | undefined;
|
430
431
|
readonly newDescription?: string | undefined;
|
431
|
-
readonly fieldName: string;
|
432
432
|
readonly inputName: string;
|
433
433
|
} | {
|
434
434
|
readonly _tag: "INPUT_FIELD_DEFAULT_VALUE_CHANGED";
|
435
435
|
readonly path?: string | undefined;
|
436
436
|
readonly message: string;
|
437
|
+
readonly fieldName: string;
|
437
438
|
readonly criticality: {
|
438
439
|
readonly reason?: string | undefined;
|
439
440
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
440
441
|
};
|
441
|
-
readonly fieldName: string;
|
442
442
|
readonly oldDefault?: unknown;
|
443
443
|
readonly newDefault?: unknown;
|
444
444
|
readonly inputName: string;
|
@@ -114,34 +114,34 @@ export declare const loader: InputSource.EffectInputSource<"introspectionFile",
|
|
114
114
|
readonly _tag: "FIELD_ADDED";
|
115
115
|
readonly path?: string | undefined;
|
116
116
|
readonly message: string;
|
117
|
+
readonly typeName: string;
|
118
|
+
readonly fieldName: string;
|
117
119
|
readonly criticality: {
|
118
120
|
readonly reason?: string | undefined;
|
119
121
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
120
122
|
};
|
121
|
-
readonly typeName: string;
|
122
|
-
readonly fieldName: string;
|
123
123
|
readonly isDeprecated: boolean;
|
124
124
|
readonly isSafe: boolean;
|
125
125
|
} | {
|
126
126
|
readonly _tag: "FIELD_REMOVED";
|
127
127
|
readonly path?: string | undefined;
|
128
128
|
readonly message: string;
|
129
|
+
readonly typeName: string;
|
130
|
+
readonly fieldName: string;
|
129
131
|
readonly criticality: {
|
130
132
|
readonly reason?: string | undefined;
|
131
133
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
132
134
|
};
|
133
|
-
readonly typeName: string;
|
134
|
-
readonly fieldName: string;
|
135
135
|
} | {
|
136
136
|
readonly _tag: "FIELD_TYPE_CHANGED";
|
137
137
|
readonly path?: string | undefined;
|
138
138
|
readonly message: string;
|
139
|
+
readonly typeName: string;
|
140
|
+
readonly fieldName: string;
|
139
141
|
readonly criticality: {
|
140
142
|
readonly reason?: string | undefined;
|
141
143
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
142
144
|
};
|
143
|
-
readonly typeName: string;
|
144
|
-
readonly fieldName: string;
|
145
145
|
readonly isSafe: boolean;
|
146
146
|
readonly oldType: string;
|
147
147
|
readonly newType: string;
|
@@ -150,32 +150,32 @@ export declare const loader: InputSource.EffectInputSource<"introspectionFile",
|
|
150
150
|
readonly reason?: string | undefined;
|
151
151
|
readonly path?: string | undefined;
|
152
152
|
readonly message: string;
|
153
|
+
readonly typeName: string;
|
154
|
+
readonly fieldName: string;
|
153
155
|
readonly criticality: {
|
154
156
|
readonly reason?: string | undefined;
|
155
157
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
156
158
|
};
|
157
|
-
readonly typeName: string;
|
158
|
-
readonly fieldName: string;
|
159
159
|
} | {
|
160
160
|
readonly _tag: "FIELD_DEPRECATION_REMOVED";
|
161
161
|
readonly path?: string | undefined;
|
162
162
|
readonly message: string;
|
163
|
+
readonly typeName: string;
|
164
|
+
readonly fieldName: string;
|
163
165
|
readonly criticality: {
|
164
166
|
readonly reason?: string | undefined;
|
165
167
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
166
168
|
};
|
167
|
-
readonly typeName: string;
|
168
|
-
readonly fieldName: string;
|
169
169
|
} | {
|
170
170
|
readonly _tag: "FIELD_DEPRECATION_REASON_CHANGED";
|
171
171
|
readonly path?: string | undefined;
|
172
172
|
readonly message: string;
|
173
|
+
readonly typeName: string;
|
174
|
+
readonly fieldName: string;
|
173
175
|
readonly criticality: {
|
174
176
|
readonly reason?: string | undefined;
|
175
177
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
176
178
|
};
|
177
|
-
readonly typeName: string;
|
178
|
-
readonly fieldName: string;
|
179
179
|
readonly oldReason?: string | undefined;
|
180
180
|
readonly newReason?: string | undefined;
|
181
181
|
} | {
|
@@ -183,89 +183,89 @@ export declare const loader: InputSource.EffectInputSource<"introspectionFile",
|
|
183
183
|
readonly reason: string;
|
184
184
|
readonly path?: string | undefined;
|
185
185
|
readonly message: string;
|
186
|
+
readonly typeName: string;
|
187
|
+
readonly fieldName: string;
|
186
188
|
readonly criticality: {
|
187
189
|
readonly reason?: string | undefined;
|
188
190
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
189
191
|
};
|
190
|
-
readonly typeName: string;
|
191
|
-
readonly fieldName: string;
|
192
192
|
} | {
|
193
193
|
readonly _tag: "FIELD_DEPRECATION_REASON_REMOVED";
|
194
194
|
readonly path?: string | undefined;
|
195
195
|
readonly message: string;
|
196
|
+
readonly typeName: string;
|
197
|
+
readonly fieldName: string;
|
196
198
|
readonly criticality: {
|
197
199
|
readonly reason?: string | undefined;
|
198
200
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
199
201
|
};
|
200
|
-
readonly typeName: string;
|
201
|
-
readonly fieldName: string;
|
202
202
|
} | {
|
203
203
|
readonly _tag: "FIELD_DESCRIPTION_CHANGED";
|
204
204
|
readonly path?: string | undefined;
|
205
205
|
readonly message: string;
|
206
|
+
readonly typeName: string;
|
207
|
+
readonly fieldName: string;
|
206
208
|
readonly criticality: {
|
207
209
|
readonly reason?: string | undefined;
|
208
210
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
209
211
|
};
|
210
212
|
readonly oldDescription?: string | undefined;
|
211
213
|
readonly newDescription?: string | undefined;
|
212
|
-
readonly typeName: string;
|
213
|
-
readonly fieldName: string;
|
214
214
|
} | {
|
215
215
|
readonly _tag: "FIELD_DESCRIPTION_ADDED";
|
216
216
|
readonly description: string;
|
217
217
|
readonly path?: string | undefined;
|
218
218
|
readonly message: string;
|
219
|
+
readonly typeName: string;
|
220
|
+
readonly fieldName: string;
|
219
221
|
readonly criticality: {
|
220
222
|
readonly reason?: string | undefined;
|
221
223
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
222
224
|
};
|
223
|
-
readonly typeName: string;
|
224
|
-
readonly fieldName: string;
|
225
225
|
} | {
|
226
226
|
readonly _tag: "FIELD_DESCRIPTION_REMOVED";
|
227
227
|
readonly path?: string | undefined;
|
228
228
|
readonly message: string;
|
229
|
+
readonly typeName: string;
|
230
|
+
readonly fieldName: string;
|
229
231
|
readonly criticality: {
|
230
232
|
readonly reason?: string | undefined;
|
231
233
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
232
234
|
};
|
233
|
-
readonly typeName: string;
|
234
|
-
readonly fieldName: string;
|
235
235
|
} | {
|
236
236
|
readonly _tag: "FIELD_ARGUMENT_ADDED";
|
237
237
|
readonly path?: string | undefined;
|
238
238
|
readonly message: string;
|
239
239
|
readonly type: string;
|
240
240
|
readonly defaultValue?: unknown;
|
241
|
+
readonly typeName: string;
|
242
|
+
readonly fieldName: string;
|
241
243
|
readonly criticality: {
|
242
244
|
readonly reason?: string | undefined;
|
243
245
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
244
246
|
};
|
245
|
-
readonly typeName: string;
|
246
|
-
readonly fieldName: string;
|
247
247
|
readonly argumentName: string;
|
248
248
|
} | {
|
249
249
|
readonly _tag: "FIELD_ARGUMENT_REMOVED";
|
250
250
|
readonly path?: string | undefined;
|
251
251
|
readonly message: string;
|
252
|
+
readonly typeName: string;
|
253
|
+
readonly fieldName: string;
|
252
254
|
readonly criticality: {
|
253
255
|
readonly reason?: string | undefined;
|
254
256
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
255
257
|
};
|
256
|
-
readonly typeName: string;
|
257
|
-
readonly fieldName: string;
|
258
258
|
readonly argumentName: string;
|
259
259
|
} | {
|
260
260
|
readonly _tag: "FIELD_ARGUMENT_TYPE_CHANGED";
|
261
261
|
readonly path?: string | undefined;
|
262
262
|
readonly message: string;
|
263
|
+
readonly typeName: string;
|
264
|
+
readonly fieldName: string;
|
263
265
|
readonly criticality: {
|
264
266
|
readonly reason?: string | undefined;
|
265
267
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
266
268
|
};
|
267
|
-
readonly typeName: string;
|
268
|
-
readonly fieldName: string;
|
269
269
|
readonly oldType: string;
|
270
270
|
readonly newType: string;
|
271
271
|
readonly argumentName: string;
|
@@ -273,25 +273,25 @@ export declare const loader: InputSource.EffectInputSource<"introspectionFile",
|
|
273
273
|
readonly _tag: "FIELD_ARGUMENT_DESCRIPTION_CHANGED";
|
274
274
|
readonly path?: string | undefined;
|
275
275
|
readonly message: string;
|
276
|
+
readonly typeName: string;
|
277
|
+
readonly fieldName: string;
|
276
278
|
readonly criticality: {
|
277
279
|
readonly reason?: string | undefined;
|
278
280
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
279
281
|
};
|
280
282
|
readonly oldDescription?: string | undefined;
|
281
283
|
readonly newDescription?: string | undefined;
|
282
|
-
readonly typeName: string;
|
283
|
-
readonly fieldName: string;
|
284
284
|
readonly argumentName: string;
|
285
285
|
} | {
|
286
286
|
readonly _tag: "FIELD_ARGUMENT_DEFAULT_CHANGED";
|
287
287
|
readonly path?: string | undefined;
|
288
288
|
readonly message: string;
|
289
|
+
readonly typeName: string;
|
290
|
+
readonly fieldName: string;
|
289
291
|
readonly criticality: {
|
290
292
|
readonly reason?: string | undefined;
|
291
293
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
292
294
|
};
|
293
|
-
readonly typeName: string;
|
294
|
-
readonly fieldName: string;
|
295
295
|
readonly argumentName: string;
|
296
296
|
readonly oldDefault?: unknown;
|
297
297
|
readonly newDefault?: unknown;
|
@@ -386,32 +386,32 @@ export declare const loader: InputSource.EffectInputSource<"introspectionFile",
|
|
386
386
|
readonly _tag: "INPUT_FIELD_ADDED";
|
387
387
|
readonly path?: string | undefined;
|
388
388
|
readonly message: string;
|
389
|
+
readonly fieldName: string;
|
389
390
|
readonly criticality: {
|
390
391
|
readonly reason?: string | undefined;
|
391
392
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
392
393
|
};
|
393
|
-
readonly fieldName: string;
|
394
394
|
readonly inputName: string;
|
395
395
|
readonly isNullable: boolean;
|
396
396
|
} | {
|
397
397
|
readonly _tag: "INPUT_FIELD_REMOVED";
|
398
398
|
readonly path?: string | undefined;
|
399
399
|
readonly message: string;
|
400
|
+
readonly fieldName: string;
|
400
401
|
readonly criticality: {
|
401
402
|
readonly reason?: string | undefined;
|
402
403
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
403
404
|
};
|
404
|
-
readonly fieldName: string;
|
405
405
|
readonly inputName: string;
|
406
406
|
} | {
|
407
407
|
readonly _tag: "INPUT_FIELD_TYPE_CHANGED";
|
408
408
|
readonly path?: string | undefined;
|
409
409
|
readonly message: string;
|
410
|
+
readonly fieldName: string;
|
410
411
|
readonly criticality: {
|
411
412
|
readonly reason?: string | undefined;
|
412
413
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
413
414
|
};
|
414
|
-
readonly fieldName: string;
|
415
415
|
readonly oldType: string;
|
416
416
|
readonly newType: string;
|
417
417
|
readonly inputName: string;
|
@@ -420,43 +420,43 @@ export declare const loader: InputSource.EffectInputSource<"introspectionFile",
|
|
420
420
|
readonly description: string;
|
421
421
|
readonly path?: string | undefined;
|
422
422
|
readonly message: string;
|
423
|
+
readonly fieldName: string;
|
423
424
|
readonly criticality: {
|
424
425
|
readonly reason?: string | undefined;
|
425
426
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
426
427
|
};
|
427
|
-
readonly fieldName: string;
|
428
428
|
readonly inputName: string;
|
429
429
|
} | {
|
430
430
|
readonly _tag: "INPUT_FIELD_DESCRIPTION_REMOVED";
|
431
431
|
readonly path?: string | undefined;
|
432
432
|
readonly message: string;
|
433
|
+
readonly fieldName: string;
|
433
434
|
readonly criticality: {
|
434
435
|
readonly reason?: string | undefined;
|
435
436
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
436
437
|
};
|
437
|
-
readonly fieldName: string;
|
438
438
|
readonly inputName: string;
|
439
439
|
} | {
|
440
440
|
readonly _tag: "INPUT_FIELD_DESCRIPTION_CHANGED";
|
441
441
|
readonly path?: string | undefined;
|
442
442
|
readonly message: string;
|
443
|
+
readonly fieldName: string;
|
443
444
|
readonly criticality: {
|
444
445
|
readonly reason?: string | undefined;
|
445
446
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
446
447
|
};
|
447
448
|
readonly oldDescription?: string | undefined;
|
448
449
|
readonly newDescription?: string | undefined;
|
449
|
-
readonly fieldName: string;
|
450
450
|
readonly inputName: string;
|
451
451
|
} | {
|
452
452
|
readonly _tag: "INPUT_FIELD_DEFAULT_VALUE_CHANGED";
|
453
453
|
readonly path?: string | undefined;
|
454
454
|
readonly message: string;
|
455
|
+
readonly fieldName: string;
|
455
456
|
readonly criticality: {
|
456
457
|
readonly reason?: string | undefined;
|
457
458
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
458
459
|
};
|
459
|
-
readonly fieldName: string;
|
460
460
|
readonly oldDefault?: unknown;
|
461
461
|
readonly newDefault?: unknown;
|
462
462
|
readonly inputName: string;
|