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
@@ -120,34 +120,34 @@ export declare const loader: InputSource.EffectInputSource<"introspection", Opti
|
|
120
120
|
readonly _tag: "FIELD_ADDED";
|
121
121
|
readonly path?: string | undefined;
|
122
122
|
readonly message: string;
|
123
|
+
readonly typeName: string;
|
124
|
+
readonly fieldName: string;
|
123
125
|
readonly criticality: {
|
124
126
|
readonly reason?: string | undefined;
|
125
127
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
126
128
|
};
|
127
|
-
readonly typeName: string;
|
128
|
-
readonly fieldName: string;
|
129
129
|
readonly isDeprecated: boolean;
|
130
130
|
readonly isSafe: boolean;
|
131
131
|
} | {
|
132
132
|
readonly _tag: "FIELD_REMOVED";
|
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_TYPE_CHANGED";
|
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
|
readonly isSafe: boolean;
|
152
152
|
readonly oldType: string;
|
153
153
|
readonly newType: string;
|
@@ -156,32 +156,32 @@ export declare const loader: InputSource.EffectInputSource<"introspection", Opti
|
|
156
156
|
readonly reason?: string | undefined;
|
157
157
|
readonly path?: string | undefined;
|
158
158
|
readonly message: string;
|
159
|
+
readonly typeName: string;
|
160
|
+
readonly fieldName: string;
|
159
161
|
readonly criticality: {
|
160
162
|
readonly reason?: string | undefined;
|
161
163
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
162
164
|
};
|
163
|
-
readonly typeName: string;
|
164
|
-
readonly fieldName: string;
|
165
165
|
} | {
|
166
166
|
readonly _tag: "FIELD_DEPRECATION_REMOVED";
|
167
167
|
readonly path?: string | undefined;
|
168
168
|
readonly message: string;
|
169
|
+
readonly typeName: string;
|
170
|
+
readonly fieldName: string;
|
169
171
|
readonly criticality: {
|
170
172
|
readonly reason?: string | undefined;
|
171
173
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
172
174
|
};
|
173
|
-
readonly typeName: string;
|
174
|
-
readonly fieldName: string;
|
175
175
|
} | {
|
176
176
|
readonly _tag: "FIELD_DEPRECATION_REASON_CHANGED";
|
177
177
|
readonly path?: string | undefined;
|
178
178
|
readonly message: string;
|
179
|
+
readonly typeName: string;
|
180
|
+
readonly fieldName: string;
|
179
181
|
readonly criticality: {
|
180
182
|
readonly reason?: string | undefined;
|
181
183
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
182
184
|
};
|
183
|
-
readonly typeName: string;
|
184
|
-
readonly fieldName: string;
|
185
185
|
readonly oldReason?: string | undefined;
|
186
186
|
readonly newReason?: string | undefined;
|
187
187
|
} | {
|
@@ -189,89 +189,89 @@ export declare const loader: InputSource.EffectInputSource<"introspection", Opti
|
|
189
189
|
readonly reason: string;
|
190
190
|
readonly path?: string | undefined;
|
191
191
|
readonly message: string;
|
192
|
+
readonly typeName: string;
|
193
|
+
readonly fieldName: string;
|
192
194
|
readonly criticality: {
|
193
195
|
readonly reason?: string | undefined;
|
194
196
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
195
197
|
};
|
196
|
-
readonly typeName: string;
|
197
|
-
readonly fieldName: string;
|
198
198
|
} | {
|
199
199
|
readonly _tag: "FIELD_DEPRECATION_REASON_REMOVED";
|
200
200
|
readonly path?: string | undefined;
|
201
201
|
readonly message: string;
|
202
|
+
readonly typeName: string;
|
203
|
+
readonly fieldName: string;
|
202
204
|
readonly criticality: {
|
203
205
|
readonly reason?: string | undefined;
|
204
206
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
205
207
|
};
|
206
|
-
readonly typeName: string;
|
207
|
-
readonly fieldName: string;
|
208
208
|
} | {
|
209
209
|
readonly _tag: "FIELD_DESCRIPTION_CHANGED";
|
210
210
|
readonly path?: string | undefined;
|
211
211
|
readonly message: string;
|
212
|
+
readonly typeName: string;
|
213
|
+
readonly fieldName: string;
|
212
214
|
readonly criticality: {
|
213
215
|
readonly reason?: string | undefined;
|
214
216
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
215
217
|
};
|
216
218
|
readonly oldDescription?: string | undefined;
|
217
219
|
readonly newDescription?: string | undefined;
|
218
|
-
readonly typeName: string;
|
219
|
-
readonly fieldName: string;
|
220
220
|
} | {
|
221
221
|
readonly _tag: "FIELD_DESCRIPTION_ADDED";
|
222
222
|
readonly description: string;
|
223
223
|
readonly path?: string | undefined;
|
224
224
|
readonly message: string;
|
225
|
+
readonly typeName: string;
|
226
|
+
readonly fieldName: string;
|
225
227
|
readonly criticality: {
|
226
228
|
readonly reason?: string | undefined;
|
227
229
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
228
230
|
};
|
229
|
-
readonly typeName: string;
|
230
|
-
readonly fieldName: string;
|
231
231
|
} | {
|
232
232
|
readonly _tag: "FIELD_DESCRIPTION_REMOVED";
|
233
233
|
readonly path?: string | undefined;
|
234
234
|
readonly message: string;
|
235
|
+
readonly typeName: string;
|
236
|
+
readonly fieldName: string;
|
235
237
|
readonly criticality: {
|
236
238
|
readonly reason?: string | undefined;
|
237
239
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
238
240
|
};
|
239
|
-
readonly typeName: string;
|
240
|
-
readonly fieldName: string;
|
241
241
|
} | {
|
242
242
|
readonly _tag: "FIELD_ARGUMENT_ADDED";
|
243
243
|
readonly path?: string | undefined;
|
244
244
|
readonly message: string;
|
245
245
|
readonly type: string;
|
246
246
|
readonly defaultValue?: unknown;
|
247
|
+
readonly typeName: string;
|
248
|
+
readonly fieldName: string;
|
247
249
|
readonly criticality: {
|
248
250
|
readonly reason?: string | undefined;
|
249
251
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
250
252
|
};
|
251
|
-
readonly typeName: string;
|
252
|
-
readonly fieldName: string;
|
253
253
|
readonly argumentName: string;
|
254
254
|
} | {
|
255
255
|
readonly _tag: "FIELD_ARGUMENT_REMOVED";
|
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
|
-
readonly typeName: string;
|
263
|
-
readonly fieldName: string;
|
264
264
|
readonly argumentName: string;
|
265
265
|
} | {
|
266
266
|
readonly _tag: "FIELD_ARGUMENT_TYPE_CHANGED";
|
267
267
|
readonly path?: string | undefined;
|
268
268
|
readonly message: string;
|
269
|
+
readonly typeName: string;
|
270
|
+
readonly fieldName: string;
|
269
271
|
readonly criticality: {
|
270
272
|
readonly reason?: string | undefined;
|
271
273
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
272
274
|
};
|
273
|
-
readonly typeName: string;
|
274
|
-
readonly fieldName: string;
|
275
275
|
readonly oldType: string;
|
276
276
|
readonly newType: string;
|
277
277
|
readonly argumentName: string;
|
@@ -279,25 +279,25 @@ export declare const loader: InputSource.EffectInputSource<"introspection", Opti
|
|
279
279
|
readonly _tag: "FIELD_ARGUMENT_DESCRIPTION_CHANGED";
|
280
280
|
readonly path?: string | undefined;
|
281
281
|
readonly message: string;
|
282
|
+
readonly typeName: string;
|
283
|
+
readonly fieldName: string;
|
282
284
|
readonly criticality: {
|
283
285
|
readonly reason?: string | undefined;
|
284
286
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
285
287
|
};
|
286
288
|
readonly oldDescription?: string | undefined;
|
287
289
|
readonly newDescription?: string | undefined;
|
288
|
-
readonly typeName: string;
|
289
|
-
readonly fieldName: string;
|
290
290
|
readonly argumentName: string;
|
291
291
|
} | {
|
292
292
|
readonly _tag: "FIELD_ARGUMENT_DEFAULT_CHANGED";
|
293
293
|
readonly path?: string | undefined;
|
294
294
|
readonly message: string;
|
295
|
+
readonly typeName: string;
|
296
|
+
readonly fieldName: string;
|
295
297
|
readonly criticality: {
|
296
298
|
readonly reason?: string | undefined;
|
297
299
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
298
300
|
};
|
299
|
-
readonly typeName: string;
|
300
|
-
readonly fieldName: string;
|
301
301
|
readonly argumentName: string;
|
302
302
|
readonly oldDefault?: unknown;
|
303
303
|
readonly newDefault?: unknown;
|
@@ -392,32 +392,32 @@ export declare const loader: InputSource.EffectInputSource<"introspection", Opti
|
|
392
392
|
readonly _tag: "INPUT_FIELD_ADDED";
|
393
393
|
readonly path?: string | undefined;
|
394
394
|
readonly message: string;
|
395
|
+
readonly fieldName: string;
|
395
396
|
readonly criticality: {
|
396
397
|
readonly reason?: string | undefined;
|
397
398
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
398
399
|
};
|
399
|
-
readonly fieldName: string;
|
400
400
|
readonly inputName: string;
|
401
401
|
readonly isNullable: boolean;
|
402
402
|
} | {
|
403
403
|
readonly _tag: "INPUT_FIELD_REMOVED";
|
404
404
|
readonly path?: string | undefined;
|
405
405
|
readonly message: string;
|
406
|
+
readonly fieldName: string;
|
406
407
|
readonly criticality: {
|
407
408
|
readonly reason?: string | undefined;
|
408
409
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
409
410
|
};
|
410
|
-
readonly fieldName: string;
|
411
411
|
readonly inputName: string;
|
412
412
|
} | {
|
413
413
|
readonly _tag: "INPUT_FIELD_TYPE_CHANGED";
|
414
414
|
readonly path?: string | undefined;
|
415
415
|
readonly message: string;
|
416
|
+
readonly fieldName: string;
|
416
417
|
readonly criticality: {
|
417
418
|
readonly reason?: string | undefined;
|
418
419
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
419
420
|
};
|
420
|
-
readonly fieldName: string;
|
421
421
|
readonly oldType: string;
|
422
422
|
readonly newType: string;
|
423
423
|
readonly inputName: string;
|
@@ -426,43 +426,43 @@ export declare const loader: InputSource.EffectInputSource<"introspection", Opti
|
|
426
426
|
readonly description: string;
|
427
427
|
readonly path?: string | undefined;
|
428
428
|
readonly message: string;
|
429
|
+
readonly fieldName: string;
|
429
430
|
readonly criticality: {
|
430
431
|
readonly reason?: string | undefined;
|
431
432
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
432
433
|
};
|
433
|
-
readonly fieldName: string;
|
434
434
|
readonly inputName: string;
|
435
435
|
} | {
|
436
436
|
readonly _tag: "INPUT_FIELD_DESCRIPTION_REMOVED";
|
437
437
|
readonly path?: string | undefined;
|
438
438
|
readonly message: string;
|
439
|
+
readonly fieldName: string;
|
439
440
|
readonly criticality: {
|
440
441
|
readonly reason?: string | undefined;
|
441
442
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
442
443
|
};
|
443
|
-
readonly fieldName: string;
|
444
444
|
readonly inputName: string;
|
445
445
|
} | {
|
446
446
|
readonly _tag: "INPUT_FIELD_DESCRIPTION_CHANGED";
|
447
447
|
readonly path?: string | undefined;
|
448
448
|
readonly message: string;
|
449
|
+
readonly fieldName: string;
|
449
450
|
readonly criticality: {
|
450
451
|
readonly reason?: string | undefined;
|
451
452
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
452
453
|
};
|
453
454
|
readonly oldDescription?: string | undefined;
|
454
455
|
readonly newDescription?: string | undefined;
|
455
|
-
readonly fieldName: string;
|
456
456
|
readonly inputName: string;
|
457
457
|
} | {
|
458
458
|
readonly _tag: "INPUT_FIELD_DEFAULT_VALUE_CHANGED";
|
459
459
|
readonly path?: string | undefined;
|
460
460
|
readonly message: string;
|
461
|
+
readonly fieldName: string;
|
461
462
|
readonly criticality: {
|
462
463
|
readonly reason?: string | undefined;
|
463
464
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
464
465
|
};
|
465
|
-
readonly fieldName: string;
|
466
466
|
readonly oldDefault?: unknown;
|
467
467
|
readonly newDefault?: unknown;
|
468
468
|
readonly inputName: string;
|
@@ -140,34 +140,34 @@ export declare const loader: InputSource.EffectInputSource<"memory", Options, {
|
|
140
140
|
readonly _tag: "FIELD_ADDED";
|
141
141
|
readonly path?: string | undefined;
|
142
142
|
readonly message: string;
|
143
|
+
readonly typeName: string;
|
144
|
+
readonly fieldName: string;
|
143
145
|
readonly criticality: {
|
144
146
|
readonly reason?: string | undefined;
|
145
147
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
146
148
|
};
|
147
|
-
readonly typeName: string;
|
148
|
-
readonly fieldName: string;
|
149
149
|
readonly isDeprecated: boolean;
|
150
150
|
readonly isSafe: boolean;
|
151
151
|
} | {
|
152
152
|
readonly _tag: "FIELD_REMOVED";
|
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
|
} | {
|
162
162
|
readonly _tag: "FIELD_TYPE_CHANGED";
|
163
163
|
readonly path?: string | undefined;
|
164
164
|
readonly message: string;
|
165
|
+
readonly typeName: string;
|
166
|
+
readonly fieldName: string;
|
165
167
|
readonly criticality: {
|
166
168
|
readonly reason?: string | undefined;
|
167
169
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
168
170
|
};
|
169
|
-
readonly typeName: string;
|
170
|
-
readonly fieldName: string;
|
171
171
|
readonly isSafe: boolean;
|
172
172
|
readonly oldType: string;
|
173
173
|
readonly newType: string;
|
@@ -176,32 +176,32 @@ export declare const loader: InputSource.EffectInputSource<"memory", Options, {
|
|
176
176
|
readonly reason?: string | undefined;
|
177
177
|
readonly path?: string | undefined;
|
178
178
|
readonly message: string;
|
179
|
+
readonly typeName: string;
|
180
|
+
readonly fieldName: string;
|
179
181
|
readonly criticality: {
|
180
182
|
readonly reason?: string | undefined;
|
181
183
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
182
184
|
};
|
183
|
-
readonly typeName: string;
|
184
|
-
readonly fieldName: string;
|
185
185
|
} | {
|
186
186
|
readonly _tag: "FIELD_DEPRECATION_REMOVED";
|
187
187
|
readonly path?: string | undefined;
|
188
188
|
readonly message: string;
|
189
|
+
readonly typeName: string;
|
190
|
+
readonly fieldName: string;
|
189
191
|
readonly criticality: {
|
190
192
|
readonly reason?: string | undefined;
|
191
193
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
192
194
|
};
|
193
|
-
readonly typeName: string;
|
194
|
-
readonly fieldName: string;
|
195
195
|
} | {
|
196
196
|
readonly _tag: "FIELD_DEPRECATION_REASON_CHANGED";
|
197
197
|
readonly path?: string | undefined;
|
198
198
|
readonly message: string;
|
199
|
+
readonly typeName: string;
|
200
|
+
readonly fieldName: string;
|
199
201
|
readonly criticality: {
|
200
202
|
readonly reason?: string | undefined;
|
201
203
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
202
204
|
};
|
203
|
-
readonly typeName: string;
|
204
|
-
readonly fieldName: string;
|
205
205
|
readonly oldReason?: string | undefined;
|
206
206
|
readonly newReason?: string | undefined;
|
207
207
|
} | {
|
@@ -209,89 +209,89 @@ export declare const loader: InputSource.EffectInputSource<"memory", Options, {
|
|
209
209
|
readonly reason: string;
|
210
210
|
readonly path?: string | undefined;
|
211
211
|
readonly message: string;
|
212
|
+
readonly typeName: string;
|
213
|
+
readonly fieldName: string;
|
212
214
|
readonly criticality: {
|
213
215
|
readonly reason?: string | undefined;
|
214
216
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
215
217
|
};
|
216
|
-
readonly typeName: string;
|
217
|
-
readonly fieldName: string;
|
218
218
|
} | {
|
219
219
|
readonly _tag: "FIELD_DEPRECATION_REASON_REMOVED";
|
220
220
|
readonly path?: string | undefined;
|
221
221
|
readonly message: string;
|
222
|
+
readonly typeName: string;
|
223
|
+
readonly fieldName: string;
|
222
224
|
readonly criticality: {
|
223
225
|
readonly reason?: string | undefined;
|
224
226
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
225
227
|
};
|
226
|
-
readonly typeName: string;
|
227
|
-
readonly fieldName: string;
|
228
228
|
} | {
|
229
229
|
readonly _tag: "FIELD_DESCRIPTION_CHANGED";
|
230
230
|
readonly path?: string | undefined;
|
231
231
|
readonly message: string;
|
232
|
+
readonly typeName: string;
|
233
|
+
readonly fieldName: string;
|
232
234
|
readonly criticality: {
|
233
235
|
readonly reason?: string | undefined;
|
234
236
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
235
237
|
};
|
236
238
|
readonly oldDescription?: string | undefined;
|
237
239
|
readonly newDescription?: string | undefined;
|
238
|
-
readonly typeName: string;
|
239
|
-
readonly fieldName: string;
|
240
240
|
} | {
|
241
241
|
readonly _tag: "FIELD_DESCRIPTION_ADDED";
|
242
242
|
readonly description: string;
|
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
|
} | {
|
252
252
|
readonly _tag: "FIELD_DESCRIPTION_REMOVED";
|
253
253
|
readonly path?: string | undefined;
|
254
254
|
readonly message: string;
|
255
|
+
readonly typeName: string;
|
256
|
+
readonly fieldName: string;
|
255
257
|
readonly criticality: {
|
256
258
|
readonly reason?: string | undefined;
|
257
259
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
258
260
|
};
|
259
|
-
readonly typeName: string;
|
260
|
-
readonly fieldName: string;
|
261
261
|
} | {
|
262
262
|
readonly _tag: "FIELD_ARGUMENT_ADDED";
|
263
263
|
readonly path?: string | undefined;
|
264
264
|
readonly message: string;
|
265
265
|
readonly type: string;
|
266
266
|
readonly defaultValue?: unknown;
|
267
|
+
readonly typeName: string;
|
268
|
+
readonly fieldName: string;
|
267
269
|
readonly criticality: {
|
268
270
|
readonly reason?: string | undefined;
|
269
271
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
270
272
|
};
|
271
|
-
readonly typeName: string;
|
272
|
-
readonly fieldName: string;
|
273
273
|
readonly argumentName: string;
|
274
274
|
} | {
|
275
275
|
readonly _tag: "FIELD_ARGUMENT_REMOVED";
|
276
276
|
readonly path?: string | undefined;
|
277
277
|
readonly message: string;
|
278
|
+
readonly typeName: string;
|
279
|
+
readonly fieldName: string;
|
278
280
|
readonly criticality: {
|
279
281
|
readonly reason?: string | undefined;
|
280
282
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
281
283
|
};
|
282
|
-
readonly typeName: string;
|
283
|
-
readonly fieldName: string;
|
284
284
|
readonly argumentName: string;
|
285
285
|
} | {
|
286
286
|
readonly _tag: "FIELD_ARGUMENT_TYPE_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 oldType: string;
|
296
296
|
readonly newType: string;
|
297
297
|
readonly argumentName: string;
|
@@ -299,25 +299,25 @@ export declare const loader: InputSource.EffectInputSource<"memory", Options, {
|
|
299
299
|
readonly _tag: "FIELD_ARGUMENT_DESCRIPTION_CHANGED";
|
300
300
|
readonly path?: string | undefined;
|
301
301
|
readonly message: string;
|
302
|
+
readonly typeName: string;
|
303
|
+
readonly fieldName: string;
|
302
304
|
readonly criticality: {
|
303
305
|
readonly reason?: string | undefined;
|
304
306
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
305
307
|
};
|
306
308
|
readonly oldDescription?: string | undefined;
|
307
309
|
readonly newDescription?: string | undefined;
|
308
|
-
readonly typeName: string;
|
309
|
-
readonly fieldName: string;
|
310
310
|
readonly argumentName: string;
|
311
311
|
} | {
|
312
312
|
readonly _tag: "FIELD_ARGUMENT_DEFAULT_CHANGED";
|
313
313
|
readonly path?: string | undefined;
|
314
314
|
readonly message: string;
|
315
|
+
readonly typeName: string;
|
316
|
+
readonly fieldName: string;
|
315
317
|
readonly criticality: {
|
316
318
|
readonly reason?: string | undefined;
|
317
319
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
318
320
|
};
|
319
|
-
readonly typeName: string;
|
320
|
-
readonly fieldName: string;
|
321
321
|
readonly argumentName: string;
|
322
322
|
readonly oldDefault?: unknown;
|
323
323
|
readonly newDefault?: unknown;
|
@@ -412,32 +412,32 @@ export declare const loader: InputSource.EffectInputSource<"memory", Options, {
|
|
412
412
|
readonly _tag: "INPUT_FIELD_ADDED";
|
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
|
readonly isNullable: boolean;
|
422
422
|
} | {
|
423
423
|
readonly _tag: "INPUT_FIELD_REMOVED";
|
424
424
|
readonly path?: string | undefined;
|
425
425
|
readonly message: string;
|
426
|
+
readonly fieldName: string;
|
426
427
|
readonly criticality: {
|
427
428
|
readonly reason?: string | undefined;
|
428
429
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
429
430
|
};
|
430
|
-
readonly fieldName: string;
|
431
431
|
readonly inputName: string;
|
432
432
|
} | {
|
433
433
|
readonly _tag: "INPUT_FIELD_TYPE_CHANGED";
|
434
434
|
readonly path?: string | undefined;
|
435
435
|
readonly message: string;
|
436
|
+
readonly fieldName: string;
|
436
437
|
readonly criticality: {
|
437
438
|
readonly reason?: string | undefined;
|
438
439
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
439
440
|
};
|
440
|
-
readonly fieldName: string;
|
441
441
|
readonly oldType: string;
|
442
442
|
readonly newType: string;
|
443
443
|
readonly inputName: string;
|
@@ -446,43 +446,43 @@ export declare const loader: InputSource.EffectInputSource<"memory", Options, {
|
|
446
446
|
readonly description: string;
|
447
447
|
readonly path?: string | undefined;
|
448
448
|
readonly message: string;
|
449
|
+
readonly fieldName: string;
|
449
450
|
readonly criticality: {
|
450
451
|
readonly reason?: string | undefined;
|
451
452
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
452
453
|
};
|
453
|
-
readonly fieldName: string;
|
454
454
|
readonly inputName: string;
|
455
455
|
} | {
|
456
456
|
readonly _tag: "INPUT_FIELD_DESCRIPTION_REMOVED";
|
457
457
|
readonly path?: string | undefined;
|
458
458
|
readonly message: string;
|
459
|
+
readonly fieldName: string;
|
459
460
|
readonly criticality: {
|
460
461
|
readonly reason?: string | undefined;
|
461
462
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
462
463
|
};
|
463
|
-
readonly fieldName: string;
|
464
464
|
readonly inputName: string;
|
465
465
|
} | {
|
466
466
|
readonly _tag: "INPUT_FIELD_DESCRIPTION_CHANGED";
|
467
467
|
readonly path?: string | undefined;
|
468
468
|
readonly message: string;
|
469
|
+
readonly fieldName: string;
|
469
470
|
readonly criticality: {
|
470
471
|
readonly reason?: string | undefined;
|
471
472
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
472
473
|
};
|
473
474
|
readonly oldDescription?: string | undefined;
|
474
475
|
readonly newDescription?: string | undefined;
|
475
|
-
readonly fieldName: string;
|
476
476
|
readonly inputName: string;
|
477
477
|
} | {
|
478
478
|
readonly _tag: "INPUT_FIELD_DEFAULT_VALUE_CHANGED";
|
479
479
|
readonly path?: string | undefined;
|
480
480
|
readonly message: string;
|
481
|
+
readonly fieldName: string;
|
481
482
|
readonly criticality: {
|
482
483
|
readonly reason?: string | undefined;
|
483
484
|
readonly level: "BREAKING" | "DANGEROUS" | "NON_BREAKING";
|
484
485
|
};
|
485
|
-
readonly fieldName: string;
|
486
486
|
readonly oldDefault?: unknown;
|
487
487
|
readonly newDefault?: unknown;
|
488
488
|
readonly inputName: string;
|