From 0db820cc8bcca205d1c92dc3b47093b3f019ef09 Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Tue, 5 Mar 2024 06:54:33 -0500 Subject: [PATCH 1/2] fix(json-schema): make array elements nonnullable (#6630) * fix(json-schema): make array elements nonnullable * Changeset * chore(dependencies): updated changesets for modified dependencies * Fix build * Remove extra yarn.lock * chore(dependencies): updated changesets for modified dependencies * Fix integration tests * Update more snapshots * Snapshots last turn --------- Co-authored-by: github-actions[bot] --- ...phql-mesh_compose-cli-6630-dependencies.md | 5 + ...sh_fusion-composition-6630-dependencies.md | 5 + ...gin-operation-headers-6630-dependencies.md | 7 + .changeset/smart-coats-smash.md | 6 + .../json-schema-covid.test.ts.snap | 2 +- .../json-schema-example.test.js.snap | 2 +- .../tests/__snapshots__/fhir.test.js.snap | 6276 +++---- .../json-schema-subscriptions.test.ts.snap | 2 +- .../javascript-wiki.test.js.snap | 122 +- .../location-weather.test.ts.snap | 106 +- .../tests/__snapshots__/orbit.test.ts.snap | 156 +- .../programmatic-batching.spec.ts.snap | 4 +- .../batching-resolver.spec.ts.snap | 4 +- .../json-schema-subscriptions.test.ts.snap | 2 +- .../javascript-wiki.test.ts.snap | 122 +- .../type-merging-batching-example.test.ts | 3 +- jest.config.js | 2 +- packages/compose-cli/package.json | 2 +- .../transforms/transfer-schema/yarn.lock | 4 - .../src/getComposerFromJSONSchema.ts | 40 +- .../json-schema/src/getUnionTypeComposers.ts | 32 +- .../test/getComposerFromSchema.test.ts | 12 +- .../tests/__snapshots__/basket.test.ts.snap | 12 +- .../tests/__snapshots__/calendly.test.ts.snap | 68 +- .../tests/__snapshots__/docusign.test.ts.snap | 1044 +- .../__snapshots__/example_api.test.ts.snap | 30 +- .../example_api_combined.test.ts.snap | 2 +- .../government_social_work.test.ts.snap | 338 +- .../tests/__snapshots__/looker.test.ts.snap | 764 +- .../__snapshots__/nested-one-of.test.ts.snap | 4 +- .../__snapshots__/nested_objects.test.ts.snap | 20 +- .../tests/__snapshots__/schemas.test.ts.snap | 14230 ++++++++-------- .../tests/__snapshots__/spotify.test.ts.snap | 222 +- .../__snapshots__/query-params.test.ts.snap | 2 +- .../plugins/operation-headers/package.json | 6 +- yarn.lock | 8 +- 36 files changed, 11852 insertions(+), 11814 deletions(-) create mode 100644 .changeset/@graphql-mesh_compose-cli-6630-dependencies.md create mode 100644 .changeset/@graphql-mesh_fusion-composition-6630-dependencies.md create mode 100644 .changeset/@graphql-mesh_plugin-operation-headers-6630-dependencies.md create mode 100644 .changeset/smart-coats-smash.md delete mode 100644 packages/legacy/transforms/transfer-schema/yarn.lock diff --git a/.changeset/@graphql-mesh_compose-cli-6630-dependencies.md b/.changeset/@graphql-mesh_compose-cli-6630-dependencies.md new file mode 100644 index 0000000000000..e2ae1893482f8 --- /dev/null +++ b/.changeset/@graphql-mesh_compose-cli-6630-dependencies.md @@ -0,0 +1,5 @@ +--- +"@graphql-mesh/compose-cli": patch +--- +dependencies updates: + - Updated dependency [`@graphql-tools/utils@^10.1.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.1.0) (from `^10.0.8`, in `dependencies`) diff --git a/.changeset/@graphql-mesh_fusion-composition-6630-dependencies.md b/.changeset/@graphql-mesh_fusion-composition-6630-dependencies.md new file mode 100644 index 0000000000000..ae12091e3073e --- /dev/null +++ b/.changeset/@graphql-mesh_fusion-composition-6630-dependencies.md @@ -0,0 +1,5 @@ +--- +"@graphql-mesh/fusion-composition": patch +--- +dependencies updates: + - Added dependency [`pluralize@^8.0.0` ↗︎](https://www.npmjs.com/package/pluralize/v/8.0.0) (to `dependencies`) diff --git a/.changeset/@graphql-mesh_plugin-operation-headers-6630-dependencies.md b/.changeset/@graphql-mesh_plugin-operation-headers-6630-dependencies.md new file mode 100644 index 0000000000000..01b7768e8051e --- /dev/null +++ b/.changeset/@graphql-mesh_plugin-operation-headers-6630-dependencies.md @@ -0,0 +1,7 @@ +--- +"@graphql-mesh/plugin-operation-headers": patch +--- +dependencies updates: + - Updated dependency [`@graphql-mesh/serve-runtime@^0.2.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/serve-runtime/v/0.2.0) (from `^0.1.1`, in `peerDependencies`) + - Updated dependency [`@graphql-mesh/types@^0.97.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.97.0) (from `^0.96.6`, in `peerDependencies`) + - Updated dependency [`@graphql-mesh/utils@^0.97.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.97.0) (from `^0.96.6`, in `peerDependencies`) diff --git a/.changeset/smart-coats-smash.md b/.changeset/smart-coats-smash.md new file mode 100644 index 0000000000000..a90f7ef7c682c --- /dev/null +++ b/.changeset/smart-coats-smash.md @@ -0,0 +1,6 @@ +--- +"@omnigraph/json-schema": patch +--- + +Array elements should be nonnullable +NOTE: The output might be breaking in terms of GraphQL but it is a fix actually to represent JSON schemas correctly in GraphQL diff --git a/examples/json-schema-covid/tests/__snapshots__/json-schema-covid.test.ts.snap b/examples/json-schema-covid/tests/__snapshots__/json-schema-covid.test.ts.snap index 1ddb0b3dbbaea..0b3717cc18f39 100644 --- a/examples/json-schema-covid/tests/__snapshots__/json-schema-covid.test.ts.snap +++ b/examples/json-schema-covid/tests/__snapshots__/json-schema-covid.test.ts.snap @@ -15,7 +15,7 @@ directive @transport(headers: ObjMap, kind: String, location: String, queryParam """Desc Api Population""" type ApiPopulation { _response: ResponseMetadata - records: [Result] + records: [Result!] } """""" diff --git a/examples/json-schema-example/tests/__snapshots__/json-schema-example.test.js.snap b/examples/json-schema-example/tests/__snapshots__/json-schema-example.test.js.snap index dba795ec49ce0..4dbe4b0e000f7 100644 --- a/examples/json-schema-example/tests/__snapshots__/json-schema-example.test.js.snap +++ b/examples/json-schema-example/tests/__snapshots__/json-schema-example.test.js.snap @@ -26,7 +26,7 @@ type User { jobTitle: String companyId: String birthDate: Date - foos: [Foo] + foos: [Foo!] company: Company } diff --git a/examples/json-schema-fhir/tests/__snapshots__/fhir.test.js.snap b/examples/json-schema-fhir/tests/__snapshots__/fhir.test.js.snap index 4a1b9638fad43..c3e11f3faa957 100644 --- a/examples/json-schema-fhir/tests/__snapshots__/fhir.test.js.snap +++ b/examples/json-schema-fhir/tests/__snapshots__/fhir.test.js.snap @@ -44,21 +44,21 @@ type Account { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Unique identifier used to reference the account. Might or might not be intended for human use (e.g. credit card number). """ - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element type: CodeableConcept @@ -67,19 +67,19 @@ type Account { """ Identifies the entity which incurs the expenses. While the immediate recipients of services or goods might be entities related to the subject, the expenses were ultimately incurred by the subject of the Account. """ - subject: [Reference] + subject: [Reference!] servicePeriod: Period """ The party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account. """ - coverage: [Account_Coverage] + coverage: [Account_Coverage!] owner: Reference description: string _description: Element """ The parties responsible for balancing the account if other payment options fall short. """ - guarantor: [Account_Guarantor] + guarantor: [Account_Guarantor!] partOf: Reference } @@ -97,7 +97,7 @@ type Meta { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] versionId: id _versionId: Element lastUpdated: instant @@ -107,15 +107,15 @@ type Meta { """ A list of profiles (references to [[[StructureDefinition]]] resources) that this resource claims to conform to. The URL is a reference to [[[StructureDefinition.url]]]. """ - profile: [canonical] + profile: [canonical!] """ Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure. """ - security: [Coding] + security: [Coding!] """ Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource. """ - tag: [Coding] + tag: [Coding!] } """Optional Extension Element - found in all resources.""" @@ -124,7 +124,7 @@ type Extension { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] url: uri _url: Element valueBase64Binary: query_resourceById_oneOf_0_meta_extension_items_valueBase64Binary @@ -210,7 +210,7 @@ type Element { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] } scalar query_resourceById_oneOf_0_meta_extension_items_valueBase64Binary @regexp(subgraph: "FHIR", pattern: "^(\\\\s*([0-9a-zA-Z\\\\+/=]){4}\\\\s*)+$") @typescript(subgraph: "FHIR", type: "string") @@ -257,7 +257,7 @@ type Address { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] use: query_resourceById_oneOf_0_meta_extension_items_valueAddress_use _use: Element type: query_resourceById_oneOf_0_meta_extension_items_valueAddress_type @@ -267,9 +267,9 @@ type Address { """ This component contains the house number, apartment number, street name, street direction, P.O. Box number, delivery hints, and similar address information. """ - line: [string] + line: [string!] """Extensions for line""" - _line: [Element] + _line: [Element!] city: string _city: Element district: string @@ -307,7 +307,7 @@ type Period { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] start: dateTime _start: Element end: dateTime @@ -324,7 +324,7 @@ type Age { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] value: decimal _value: Element comparator: query_resourceById_oneOf_0_meta_extension_items_valueAge_comparator @@ -359,7 +359,7 @@ type Annotation { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] authorReference: Reference authorString: query_resourceById_oneOf_0_meta_extension_items_valueAnnotation_authorString _authorString: Element @@ -375,7 +375,7 @@ type Reference { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] reference: string _reference: Element type: uri @@ -394,7 +394,7 @@ type Identifier { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] use: query_resourceById_oneOf_0_meta_extension_items_valueAnnotation_authorReference_identifier_use _use: Element type: CodeableConcept @@ -424,9 +424,9 @@ type CodeableConcept { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """A reference to a code defined by a terminology system.""" - coding: [Coding] + coding: [Coding!] text: string _text: Element } @@ -437,7 +437,7 @@ type Coding { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] system: uri _system: Element version: string @@ -462,7 +462,7 @@ type Attachment { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] contentType: code _contentType: Element language: code @@ -495,7 +495,7 @@ type CodeableReference { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] concept: CodeableConcept reference: Reference } @@ -508,7 +508,7 @@ type ContactPoint { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] system: query_resourceById_oneOf_0_meta_extension_items_valueContactPoint_system _system: Element value: string @@ -552,7 +552,7 @@ type Count { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] value: decimal _value: Element comparator: query_resourceById_oneOf_0_meta_extension_items_valueCount_comparator @@ -581,7 +581,7 @@ type Distance { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] value: decimal _value: Element comparator: query_resourceById_oneOf_0_meta_extension_items_valueDistance_comparator @@ -610,7 +610,7 @@ type Duration { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] value: decimal _value: Element comparator: query_resourceById_oneOf_0_meta_extension_items_valueDuration_comparator @@ -639,7 +639,7 @@ type HumanName { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] use: query_resourceById_oneOf_0_meta_extension_items_valueHumanName_use _use: Element text: string @@ -647,21 +647,21 @@ type HumanName { family: string _family: Element """Given name.""" - given: [string] + given: [string!] """Extensions for given""" - _given: [Element] + _given: [Element!] """ Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the start of the name. """ - prefix: [string] + prefix: [string!] """Extensions for prefix""" - _prefix: [Element] + _prefix: [Element!] """ Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the end of the name. """ - suffix: [string] + suffix: [string!] """Extensions for suffix""" - _suffix: [Element] + _suffix: [Element!] period: Period } @@ -682,7 +682,7 @@ type Money { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] value: decimal _value: Element currency: code @@ -697,7 +697,7 @@ type Quantity { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] value: decimal _value: Element comparator: query_resourceById_oneOf_0_meta_extension_items_valueQuantity_comparator @@ -726,7 +726,7 @@ type Range { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] low: Quantity high: Quantity } @@ -739,7 +739,7 @@ type Ratio { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] numerator: Quantity denominator: Quantity } @@ -752,7 +752,7 @@ type RatioRange { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] lowNumerator: Quantity highNumerator: Quantity denominator: Quantity @@ -766,7 +766,7 @@ type SampledData { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] origin: Quantity! period: decimal _period: Element @@ -790,11 +790,11 @@ type Signature { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ An indication of the reason that the entity signed this document. This may be explicitly included as part of the signature information and can be used when determining accountability for various actions concerning the document. """ - type: [Coding]! + type: [Coding!]! when: instant _when: Element who: Reference! @@ -818,17 +818,17 @@ type Timing { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Identifies specific times when the event occurs.""" - event: [dateTime] + event: [dateTime!] """Extensions for event""" - _event: [Element] + _event: [Element!] repeat: Timing_Repeat code: CodeableConcept } @@ -841,13 +841,13 @@ type Timing_Repeat { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] boundsDuration: Duration boundsRange: Range boundsPeriod: Period @@ -874,19 +874,19 @@ type Timing_Repeat { """ If one or more days of week is provided, then the action happens only on the specified day(s). """ - dayOfWeek: [code] + dayOfWeek: [code!] """Extensions for dayOfWeek""" - _dayOfWeek: [Element] + _dayOfWeek: [Element!] """Specified time of day for action to take place.""" - timeOfDay: [time] + timeOfDay: [time!] """Extensions for timeOfDay""" - _timeOfDay: [Element] + _timeOfDay: [Element!] """ An approximate time period during the day, potentially linked to an event of daily living that indicates when the action should occur. """ - when: [query_resourceById_oneOf_0_meta_extension_items_valueTiming_repeat_when_items] + when: [query_resourceById_oneOf_0_meta_extension_items_valueTiming_repeat_when_items!] """Extensions for when""" - _when: [Element] + _when: [Element!] offset: unsignedInt _offset: Element } @@ -950,13 +950,13 @@ type ContactDetail { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] name: string _name: Element """ The contact details for the individual (if a name was provided) or the organization. """ - telecom: [ContactPoint] + telecom: [ContactPoint!] } """ @@ -967,7 +967,7 @@ type Contributor { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] type: query_resourceById_oneOf_0_meta_extension_items_valueContributor_type _type: Element name: string @@ -975,7 +975,7 @@ type Contributor { """ Contact details to assist a user in finding and communicating with the contributor. """ - contact: [ContactDetail] + contact: [ContactDetail!] } """The type of contributor.""" @@ -994,13 +994,13 @@ type DataRequirement { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] type: code _type: Element """ The profile of the required data, specified as the uri of the profile definition. """ - profile: [canonical] + profile: [canonical!] subjectCodeableConcept: CodeableConcept subjectReference: Reference """ @@ -1008,21 +1008,21 @@ type DataRequirement { The value of mustSupport SHALL be a FHIRPath resolveable on the type of the DataRequirement. The path SHALL consist only of identifiers, constant indexers, and .resolve() (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details). """ - mustSupport: [string] + mustSupport: [string!] """Extensions for mustSupport""" - _mustSupport: [Element] + _mustSupport: [Element!] """ Code filters specify additional constraints on the data, specifying the value set of interest for a particular element of the data. Each code filter defines an additional constraint on the data, i.e. code filters are AND'ed, not OR'ed. """ - codeFilter: [DataRequirement_CodeFilter] + codeFilter: [DataRequirement_CodeFilter!] """ Date filters specify additional constraints on the data in terms of the applicable date range for specific elements. Each date filter specifies an additional constraint on the data, i.e. date filters are AND'ed, not OR'ed. """ - dateFilter: [DataRequirement_DateFilter] + dateFilter: [DataRequirement_DateFilter!] limit: positiveInt _limit: Element """Specifies the order of the results to be returned.""" - sort: [DataRequirement_Sort] + sort: [DataRequirement_Sort!] } scalar canonical @regexp(subgraph: "FHIR", pattern: "^\\\\S*$") @typescript(subgraph: "FHIR", type: "string") @@ -1035,13 +1035,13 @@ type DataRequirement_CodeFilter { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] path: string _path: Element searchParam: string @@ -1050,7 +1050,7 @@ type DataRequirement_CodeFilter { """ The codes for the code filter. If values are given, the filter will return only those data items for which the code-valued attribute specified by the path has a value that is one of the specified codes. If codes are specified in addition to a value set, the filter returns items matching a code in the value set or one of the specified codes. """ - code: [Coding] + code: [Coding!] } """ @@ -1061,13 +1061,13 @@ type DataRequirement_DateFilter { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] path: string _path: Element searchParam: string @@ -1088,13 +1088,13 @@ type DataRequirement_Sort { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] path: string _path: Element direction: query_resourceById_oneOf_0_meta_extension_items_valueDataRequirement_sort_items_direction @@ -1115,7 +1115,7 @@ type Expression { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] description: string _description: Element name: id @@ -1147,7 +1147,7 @@ type ParameterDefinition { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] name: code _name: Element use: code @@ -1173,7 +1173,7 @@ type RelatedArtifact { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] type: query_resourceById_oneOf_0_meta_extension_items_valueRelatedArtifact_type _type: Element label: string @@ -1208,7 +1208,7 @@ type TriggerDefinition { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] type: query_resourceById_oneOf_0_meta_extension_items_valueTriggerDefinition_type _type: Element name: string @@ -1222,7 +1222,7 @@ type TriggerDefinition { """ The triggering data of the event (if this is a data trigger). If more than one data is requirement is specified, then all the data requirements must be true. """ - data: [DataRequirement] + data: [DataRequirement!] condition: Expression } @@ -1250,7 +1250,7 @@ type UsageContext { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] code: Coding! valueCodeableConcept: CodeableConcept valueQuantity: Quantity @@ -1266,13 +1266,13 @@ type Dosage { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] sequence: integer _sequence: Element text: string @@ -1280,7 +1280,7 @@ type Dosage { """ Supplemental instructions to the patient on how to take the medication (e.g. "with meals" or"take half to one hour before food") or warnings for the patient about the medication (e.g. "may cause drowsiness" or "avoid exposure of skin to direct sunlight or sunlamps"). """ - additionalInstruction: [CodeableConcept] + additionalInstruction: [CodeableConcept!] patientInstruction: string _patientInstruction: Element timing: Timing @@ -1294,7 +1294,7 @@ type Dosage { route: CodeableConcept method: CodeableConcept """The amount of medication administered.""" - doseAndRate: [Dosage_DoseAndRate] + doseAndRate: [Dosage_DoseAndRate!] maxDosePerPeriod: Ratio maxDosePerAdministration: Quantity maxDosePerLifetime: Quantity @@ -1308,13 +1308,13 @@ type Dosage_DoseAndRate { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept doseRange: Range doseQuantity: Quantity @@ -1331,7 +1331,7 @@ type Narrative { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] status: query_resourceById_oneOf_0_text_status _status: Element """xhtml - escaped html (see specfication)""" @@ -1361,13 +1361,13 @@ type Account_Coverage { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] coverage: Reference! priority: positiveInt _priority: Element @@ -1381,13 +1381,13 @@ type Account_Guarantor { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] party: Reference! onHold: boolean _onHold: Element @@ -1409,23 +1409,23 @@ type ActivityDefinition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element """ A formal identifier that is used to identify this activity definition when it is represented in other formats, or referenced in a specification, model, design or an instance. """ - identifier: [Identifier] + identifier: [Identifier!] version: string _version: Element name: string @@ -1449,17 +1449,17 @@ type ActivityDefinition { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate activity definition instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the activity definition is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] purpose: markdown _purpose: Element usage: string @@ -1474,31 +1474,31 @@ type ActivityDefinition { """ Descriptive topics related to the content of the activity. Topics provide a high-level categorization of the activity that can be useful for filtering and searching. """ - topic: [CodeableConcept] + topic: [CodeableConcept!] """ An individiual or organization primarily involved in the creation and maintenance of the content. """ - author: [ContactDetail] + author: [ContactDetail!] """ An individual or organization primarily responsible for internal coherence of the content. """ - editor: [ContactDetail] + editor: [ContactDetail!] """ An individual or organization primarily responsible for review of some aspect of the content. """ - reviewer: [ContactDetail] + reviewer: [ContactDetail!] """ An individual or organization responsible for officially endorsing the content for use in some setting. """ - endorser: [ContactDetail] + endorser: [ContactDetail!] """ Related artifacts such as additional documentation, justification, or bibliographic references. """ - relatedArtifact: [RelatedArtifact] + relatedArtifact: [RelatedArtifact!] """ A reference to a Library resource containing any formal logic used by the activity definition. """ - library: [canonical] + library: [canonical!] kind: code _kind: Element profile: canonical @@ -1518,35 +1518,35 @@ type ActivityDefinition { timingDuration: Duration location: Reference """Indicates who should participate in performing the action described.""" - participant: [ActivityDefinition_Participant] + participant: [ActivityDefinition_Participant!] productReference: Reference productCodeableConcept: CodeableConcept quantity: Quantity """ Provides detailed dosage instructions in the same way that they are described for MedicationRequest resources. """ - dosage: [Dosage] + dosage: [Dosage!] """ Indicates the sites on the subject's body where the procedure should be performed (I.e. the target sites). """ - bodySite: [CodeableConcept] + bodySite: [CodeableConcept!] """ Defines specimen requirements for the action to be performed, such as required specimens for a lab test. """ - specimenRequirement: [Reference] + specimenRequirement: [Reference!] """ Defines observation requirements for the action to be performed, such as body weight or surface area. """ - observationRequirement: [Reference] + observationRequirement: [Reference!] """ Defines the observations that are expected to be produced by the action. """ - observationResultRequirement: [Reference] + observationResultRequirement: [Reference!] transform: canonical """ Dynamic values that will be evaluated to produce values for elements of the resulting resource. For example, if the dosage of a medication must be computed based on the patient's weight, a dynamic value would be used to specify an expression that calculated the weight, and the path on the request resource that would contain the result. """ - dynamicValue: [ActivityDefinition_DynamicValue] + dynamicValue: [ActivityDefinition_DynamicValue!] } enum ActivityDefinition_const @typescript(subgraph: "FHIR", type: "\\"ActivityDefinition\\"") @example(subgraph: "FHIR", value: "\\"ActivityDefinition\\"") { @@ -1567,13 +1567,13 @@ type ActivityDefinition_Participant { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: code _type: Element role: CodeableConcept @@ -1587,13 +1587,13 @@ type ActivityDefinition_DynamicValue { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] path: string _path: Element expression: Expression! @@ -1614,42 +1614,42 @@ type AdministrableProductDefinition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """An identifier for the administrable product.""" - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element """ References a product from which one or more of the constituent parts of that product can be prepared and used as described by this administrable product. If this administrable product describes the administration of a crushed tablet, the 'formOf' would be the product representing a distribution containing tablets and possibly also a cream. This is distinct from the 'producedFrom' which refers to the specific components of the product that are used in this preparation, rather than the product as a whole. """ - formOf: [Reference] + formOf: [Reference!] administrableDoseForm: CodeableConcept unitOfPresentation: CodeableConcept """ Indicates the specific manufactured items that are part of the 'formOf' product that are used in the preparation of this specific administrable form. In some cases, an administrable form might use all of the items from the overall product (or there might only be one item), while in other cases, an administrable form might use only a subset of the items available in the overall product. For example, an administrable form might involve combining a liquid and a powder available as part of an overall product, but not involve applying the also supplied cream. """ - producedFrom: [Reference] + producedFrom: [Reference!] """ The ingredients of this administrable medicinal product. This is only needed if the ingredients are not specified either using ManufacturedItemDefiniton (via AdministrableProductDefinition.producedFrom) to state which component items are used to make this, or using by incoming references from the Ingredient resource, to state in detail which substances exist within this. This element allows a basic coded ingredient to be used. """ - ingredient: [CodeableConcept] + ingredient: [CodeableConcept!] device: Reference """Characteristics e.g. a product's onset of action.""" - property: [AdministrableProductDefinition_Property] + property: [AdministrableProductDefinition_Property!] """ The path by which the product is taken into or makes contact with the body. In some regions this is referred to as the licenced or approved route. RouteOfAdministration cannot be used when the 'formOf' product already uses MedicinalProductDefinition.route (and vice versa). """ - routeOfAdministration: [AdministrableProductDefinition_RouteOfAdministration]! + routeOfAdministration: [AdministrableProductDefinition_RouteOfAdministration!]! } enum AdministrableProductDefinition_const @typescript(subgraph: "FHIR", type: "\\"AdministrableProductDefinition\\"") @example(subgraph: "FHIR", value: "\\"AdministrableProductDefinition\\"") { @@ -1664,13 +1664,13 @@ type AdministrableProductDefinition_Property { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! valueCodeableConcept: CodeableConcept valueQuantity: Quantity @@ -1693,13 +1693,13 @@ type AdministrableProductDefinition_RouteOfAdministration { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept! firstDose: Quantity maxSingleDose: Quantity @@ -1707,7 +1707,7 @@ type AdministrableProductDefinition_RouteOfAdministration { maxDosePerTreatmentPeriod: Ratio maxTreatmentPeriod: Duration """A species for which this route applies.""" - targetSpecies: [AdministrableProductDefinition_TargetSpecies] + targetSpecies: [AdministrableProductDefinition_TargetSpecies!] } """ @@ -1718,18 +1718,18 @@ type AdministrableProductDefinition_TargetSpecies { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept! """ A species specific time during which consumption of animal product is not appropriate. """ - withdrawalPeriod: [AdministrableProductDefinition_WithdrawalPeriod] + withdrawalPeriod: [AdministrableProductDefinition_WithdrawalPeriod!] } """ @@ -1740,13 +1740,13 @@ type AdministrableProductDefinition_WithdrawalPeriod { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] tissue: CodeableConcept! value: Quantity! supportingInformation: string @@ -1768,22 +1768,22 @@ type AdverseEvent { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] identifier: Identifier actuality: code _actuality: Element """The overall type of event, intended for search and filtering purposes.""" - category: [CodeableConcept] + category: [CodeableConcept!] event: CodeableConcept subject: Reference! encounter: Reference @@ -1796,7 +1796,7 @@ type AdverseEvent { """ Includes information about the reaction that occurred as a result of exposure to a substance (for example, a drug or a chemical). """ - resultingCondition: [Reference] + resultingCondition: [Reference!] location: Reference seriousness: CodeableConcept severity: CodeableConcept @@ -1805,17 +1805,17 @@ type AdverseEvent { """ Parties that may or should contribute or have contributed information to the adverse event, which can consist of one or more activities. Such information includes information leading to the decision to perform the activity and how to perform the activity (e.g. consultant), information that the activity itself seeks to reveal (e.g. informant of clinical history), or information about what activity was performed (e.g. informant witness). """ - contributor: [Reference] + contributor: [Reference!] """ Describes the entity that is suspected to have caused the adverse event. """ - suspectEntity: [AdverseEvent_SuspectEntity] + suspectEntity: [AdverseEvent_SuspectEntity!] """AdverseEvent.subjectMedicalHistory.""" - subjectMedicalHistory: [Reference] + subjectMedicalHistory: [Reference!] """AdverseEvent.referenceDocument.""" - referenceDocument: [Reference] + referenceDocument: [Reference!] """AdverseEvent.study.""" - study: [Reference] + study: [Reference!] } enum AdverseEvent_const @typescript(subgraph: "FHIR", type: "\\"AdverseEvent\\"") @example(subgraph: "FHIR", value: "\\"AdverseEvent\\"") { @@ -1830,16 +1830,16 @@ type AdverseEvent_SuspectEntity { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] instance: Reference! """Information on the possible cause of the event.""" - causality: [AdverseEvent_Causality] + causality: [AdverseEvent_Causality!] } """ @@ -1850,13 +1850,13 @@ type AdverseEvent_Causality { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] assessment: CodeableConcept productRelatedness: string _productRelatedness: Element @@ -1879,29 +1879,29 @@ type AllergyIntolerance { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Business identifiers assigned to this AllergyIntolerance by the performer or other systems which remain constant as the resource is updated and propagates from server to server. """ - identifier: [Identifier] + identifier: [Identifier!] clinicalStatus: CodeableConcept verificationStatus: CodeableConcept type: code _type: Element """Category of the identified substance.""" - category: [code] + category: [code!] """Extensions for category""" - _category: [Element] + _category: [Element!] criticality: code _criticality: Element code: CodeableConcept @@ -1923,11 +1923,11 @@ type AllergyIntolerance { """ Additional narrative about the propensity for the Adverse Reaction, not captured in other fields. """ - note: [Annotation] + note: [Annotation!] """ Details about each adverse reaction event linked to exposure to the identified substance. """ - reaction: [AllergyIntolerance_Reaction] + reaction: [AllergyIntolerance_Reaction!] } enum AllergyIntolerance_const @typescript(subgraph: "FHIR", type: "\\"AllergyIntolerance\\"") @example(subgraph: "FHIR", value: "\\"AllergyIntolerance\\"") { @@ -1946,18 +1946,18 @@ type AllergyIntolerance_Reaction { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] substance: CodeableConcept """ Clinical symptoms and/or signs that are observed or associated with the adverse reaction event. """ - manifestation: [CodeableConcept]! + manifestation: [CodeableConcept!]! description: string _description: Element onset: dateTime @@ -1968,7 +1968,7 @@ type AllergyIntolerance_Reaction { """ Additional text about the adverse reaction event not captured in other fields. """ - note: [Annotation] + note: [Annotation!] } """ @@ -1986,43 +1986,43 @@ type Appointment { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ This records identifiers associated with this appointment concern that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation). """ - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element cancelationReason: CodeableConcept """ A broad categorization of the service that is to be performed during this appointment. """ - serviceCategory: [CodeableConcept] + serviceCategory: [CodeableConcept!] """The specific service that is to be performed during this appointment.""" - serviceType: [CodeableConcept] + serviceType: [CodeableConcept!] """ The specialty of a practitioner that would be required to perform the service requested in this appointment. """ - specialty: [CodeableConcept] + specialty: [CodeableConcept!] appointmentType: CodeableConcept """ The coded reason that this appointment is being scheduled. This is more clinical than administrative. """ - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] """ Reason the appointment has been scheduled to take place, as specified using information from another resource. When the patient arrives and the encounter begins it may be used as the admission diagnosis. The indication will typically be a Condition (with other resources referenced in the evidence.detail), or a Procedure. """ - reasonReference: [Reference] + reasonReference: [Reference!] priority: unsignedInt _priority: Element description: string @@ -2030,7 +2030,7 @@ type Appointment { """ Additional information to support the appointment provided when making the appointment. """ - supportingInformation: [Reference] + supportingInformation: [Reference!] start: instant _start: Element end: instant @@ -2040,7 +2040,7 @@ type Appointment { """ The slots from the participants' schedules that will be filled by the appointment. """ - slot: [Reference] + slot: [Reference!] created: dateTime _created: Element comment: string @@ -2050,15 +2050,15 @@ type Appointment { """ The service request this appointment is allocated to assess (e.g. incoming referral or procedure request). """ - basedOn: [Reference] + basedOn: [Reference!] """List of participants involved in the appointment.""" - participant: [Appointment_Participant]! + participant: [Appointment_Participant!]! """ A set of date ranges (potentially including times) that the appointment is preferred to be scheduled within. The duration (usually in minutes) could also be provided to indicate the length of the appointment to fill and populate the start/end times for the actual allocated time. However, in other situations the duration may be calculated by the scheduling system. """ - requestedPeriod: [Period] + requestedPeriod: [Period!] } enum Appointment_const @typescript(subgraph: "FHIR", type: "\\"Appointment\\"") @example(subgraph: "FHIR", value: "\\"Appointment\\"") { @@ -2073,15 +2073,15 @@ type Appointment_Participant { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Role of participant in the appointment.""" - type: [CodeableConcept] + type: [CodeableConcept!] actor: Reference required: code _required: Element @@ -2105,28 +2105,28 @@ type AppointmentResponse { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ This records identifiers associated with this appointment response concern that are defined by business processes and/ or used to refer to it when a direct URL reference to the resource itself is not appropriate. """ - identifier: [Identifier] + identifier: [Identifier!] appointment: Reference! start: instant _start: Element end: instant _end: Element """Role of participant in the appointment.""" - participantType: [CodeableConcept] + participantType: [CodeableConcept!] actor: Reference participantStatus: code _participantStatus: Element @@ -2153,20 +2153,20 @@ type AuditEvent { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: Coding! """Identifier for the category of event.""" - subtype: [Coding] + subtype: [Coding!] action: code _action: Element period: Period @@ -2179,14 +2179,14 @@ type AuditEvent { """ The purposeOfUse (reason) that was used during the event being recorded. """ - purposeOfEvent: [CodeableConcept] + purposeOfEvent: [CodeableConcept!] """ An actor taking an active role in the event or activity that is logged. """ - agent: [AuditEvent_Agent]! + agent: [AuditEvent_Agent!]! source: AuditEvent_Source! """Specific instances of data or objects that have been accessed.""" - entity: [AuditEvent_Entity] + entity: [AuditEvent_Entity!] } enum AuditEvent_const @typescript(subgraph: "FHIR", type: "\\"AuditEvent\\"") @example(subgraph: "FHIR", value: "\\"AuditEvent\\"") { @@ -2201,18 +2201,18 @@ type AuditEvent_Agent { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept """ The security role that the user was acting under, that come from local codes defined by the access control security system (e.g. RBAC, ABAC) used in the local context. """ - role: [CodeableConcept] + role: [CodeableConcept!] who: Reference altId: string _altId: Element @@ -2224,15 +2224,15 @@ type AuditEvent_Agent { """ The policy or plan that authorized the activity being recorded. Typically, a single activity may have multiple applicable policies, such as patient consent, guarantor funding, etc. The policy would also indicate the security token used. """ - policy: [uri] + policy: [uri!] """Extensions for policy""" - _policy: [Element] + _policy: [Element!] media: Coding network: AuditEvent_Network """ The reason (purpose of use), specific to this agent, that was used during the event being recorded. """ - purposeOfUse: [CodeableConcept] + purposeOfUse: [CodeableConcept!] } """ @@ -2243,13 +2243,13 @@ type AuditEvent_Network { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] address: string _address: Element type: code @@ -2264,18 +2264,18 @@ type AuditEvent_Source { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] site: string _site: Element observer: Reference! """Code specifying the type of source where event originated.""" - type: [Coding] + type: [Coding!] } """ @@ -2286,19 +2286,19 @@ type AuditEvent_Entity { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] what: Reference type: Coding role: Coding lifecycle: Coding """Security labels for the identified entity.""" - securityLabel: [Coding] + securityLabel: [Coding!] name: string _name: Element description: string @@ -2309,7 +2309,7 @@ type AuditEvent_Entity { """ Tagged value pairs for conveying additional information about the entity. """ - detail: [AuditEvent_Detail] + detail: [AuditEvent_Detail!] } """ @@ -2320,13 +2320,13 @@ type AuditEvent_Detail { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: string _type: Element valueString: query_resourceById_oneOf_7_entity_items_detail_items_valueString @@ -2354,21 +2354,21 @@ type Basic { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Identifier assigned to the resource for business purposes, outside the context of FHIR. """ - identifier: [Identifier] + identifier: [Identifier!] code: CodeableConcept! subject: Reference created: date @@ -2419,40 +2419,40 @@ type BiologicallyDerivedProduct { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ This records identifiers associated with this biologically derived product instance that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation). """ - identifier: [Identifier] + identifier: [Identifier!] productCategory: code _productCategory: Element productCode: CodeableConcept status: code _status: Element """Procedure request to obtain this biologically derived product.""" - request: [Reference] + request: [Reference!] quantity: integer _quantity: Element """Parent product (if any).""" - parent: [Reference] + parent: [Reference!] collection: BiologicallyDerivedProduct_Collection """ Any processing of the product during collection that does not change the fundamental nature of the product. For example adding anti-coagulants during the collection of Peripheral Blood Stem Cells. """ - processing: [BiologicallyDerivedProduct_Processing] + processing: [BiologicallyDerivedProduct_Processing!] manipulation: BiologicallyDerivedProduct_Manipulation """Product storage.""" - storage: [BiologicallyDerivedProduct_Storage] + storage: [BiologicallyDerivedProduct_Storage!] } enum BiologicallyDerivedProduct_const @typescript(subgraph: "FHIR", type: "\\"BiologicallyDerivedProduct\\"") @example(subgraph: "FHIR", value: "\\"BiologicallyDerivedProduct\\"") { @@ -2468,13 +2468,13 @@ type BiologicallyDerivedProduct_Collection { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] collector: Reference source: Reference collectedDateTime: query_resourceById_oneOf_10_collection_collectedDateTime @@ -2493,13 +2493,13 @@ type BiologicallyDerivedProduct_Processing { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] description: string _description: Element procedure: CodeableConcept @@ -2520,13 +2520,13 @@ type BiologicallyDerivedProduct_Manipulation { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] description: string _description: Element timeDateTime: query_resourceById_oneOf_10_manipulation_timeDateTime @@ -2545,13 +2545,13 @@ type BiologicallyDerivedProduct_Storage { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] description: string _description: Element temperature: decimal @@ -2576,19 +2576,19 @@ type BodyStructure { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Identifier for this instance of the anatomical structure.""" - identifier: [Identifier] + identifier: [Identifier!] active: boolean _active: Element morphology: CodeableConcept @@ -2596,11 +2596,11 @@ type BodyStructure { """ Qualifier to refine the anatomical location. These include qualifiers for laterality, relative location, directionality, number, and plane. """ - locationQualifier: [CodeableConcept] + locationQualifier: [CodeableConcept!] description: string _description: Element """Image or images used to identify a location.""" - image: [Attachment] + image: [Attachment!] patient: Reference! } @@ -2625,11 +2625,11 @@ type Bundle { total: unsignedInt _total: Element """A series of links that provide context to this bundle.""" - link: [Bundle_Link] + link: [Bundle_Link!] """ An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only). """ - entry: [Bundle_Entry] + entry: [Bundle_Entry!] signature: Signature } @@ -2643,13 +2643,13 @@ type Bundle_Link { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] relation: string _relation: Element url: uri @@ -2662,15 +2662,15 @@ type Bundle_Entry { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """A series of links that provide context to this entry.""" - link: [Bundle_Link] + link: [Bundle_Link!] fullUrl: uri _fullUrl: Element resource: ResourceList @@ -2685,13 +2685,13 @@ type Bundle_Search { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] mode: code _mode: Element score: decimal @@ -2704,13 +2704,13 @@ type Bundle_Request { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] method: code _method: Element url: uri @@ -2731,13 +2731,13 @@ type Bundle_Response { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] status: string _status: Element location: uri @@ -2764,17 +2764,17 @@ type CapabilityStatement { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element version: string @@ -2794,17 +2794,17 @@ type CapabilityStatement { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate capability statement instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the capability statement is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] purpose: markdown _purpose: Element copyright: markdown @@ -2814,11 +2814,11 @@ type CapabilityStatement { """ Reference to a canonical URL of another CapabilityStatement that this software implements. This capability statement is a published API description that corresponds to a business service. The server may actually implement a subset of the capability statement it claims to implement, so the capability statement must specify the full capability details. """ - instantiates: [canonical] + instantiates: [canonical!] """ Reference to a canonical URL of another CapabilityStatement that this software adds to. The capability statement automatically includes everything in the other statement, and it is not duplicated, though the server may repeat the same resources, interactions and operations to add additional details to them. """ - imports: [canonical] + imports: [canonical!] software: CapabilityStatement_Software implementation: CapabilityStatement_Implementation fhirVersion: code @@ -2826,25 +2826,25 @@ type CapabilityStatement { """ A list of the formats supported by this implementation using their content types. """ - format: [code] + format: [code!] """Extensions for format""" - _format: [Element] + _format: [Element!] """ A list of the patch formats supported by this implementation using their content types. """ - patchFormat: [code] + patchFormat: [code!] """Extensions for patchFormat""" - _patchFormat: [Element] + _patchFormat: [Element!] """ A list of implementation guides that the server does (or should) support in their entirety. """ - implementationGuide: [canonical] + implementationGuide: [canonical!] """A definition of the restful capabilities of the solution, if any.""" - rest: [CapabilityStatement_Rest] + rest: [CapabilityStatement_Rest!] """A description of the messaging capabilities of the solution.""" - messaging: [CapabilityStatement_Messaging] + messaging: [CapabilityStatement_Messaging!] """A document definition.""" - document: [CapabilityStatement_Document] + document: [CapabilityStatement_Document!] } enum CapabilityStatement_const @typescript(subgraph: "FHIR", type: "\\"CapabilityStatement\\"") @example(subgraph: "FHIR", value: "\\"CapabilityStatement\\"") { @@ -2859,13 +2859,13 @@ type CapabilityStatement_Software { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: string _name: Element version: string @@ -2882,13 +2882,13 @@ type CapabilityStatement_Implementation { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] description: string _description: Element url: url @@ -2904,13 +2904,13 @@ type CapabilityStatement_Rest { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] mode: code _mode: Element documentation: markdown @@ -2919,21 +2919,21 @@ type CapabilityStatement_Rest { """ A specification of the restful capabilities of the solution for a specific resource type. """ - resource: [CapabilityStatement_Resource] + resource: [CapabilityStatement_Resource!] """A specification of restful operations supported by the system.""" - interaction: [CapabilityStatement_Interaction1] + interaction: [CapabilityStatement_Interaction1!] """ Search parameters that are supported for searching all resources for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation. """ - searchParam: [CapabilityStatement_SearchParam] + searchParam: [CapabilityStatement_SearchParam!] """ Definition of an operation or a named query together with its parameters and their meaning and type. """ - operation: [CapabilityStatement_Operation] + operation: [CapabilityStatement_Operation!] """ An absolute URI which is a reference to the definition of a compartment that the system supports. The reference is to a CompartmentDefinition resource by its canonical URL . """ - compartment: [canonical] + compartment: [canonical!] } """ @@ -2944,17 +2944,17 @@ type CapabilityStatement_Security { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] cors: boolean _cors: Element """Types of security services that are supported/required by the system.""" - service: [CodeableConcept] + service: [CodeableConcept!] description: markdown _description: Element } @@ -2967,24 +2967,24 @@ type CapabilityStatement_Resource { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: code _type: Element profile: canonical """ A list of profiles that represent different use cases supported by the system. For a server, "supported by the system" means the system hosts/produces a set of resources that are conformant to a particular profile, and allows clients that use its services to search using this profile and to find appropriate data. For a client, it means the system will search by this profile and process data according to the guidance implicit in the profile. See further discussion in [Using Profiles](profiling.html#profile-uses). """ - supportedProfile: [canonical] + supportedProfile: [canonical!] documentation: markdown _documentation: Element """Identifies a restful operation supported by the solution.""" - interaction: [CapabilityStatement_Interaction] + interaction: [CapabilityStatement_Interaction!] versioning: code _versioning: Element readHistory: boolean @@ -3000,27 +3000,27 @@ type CapabilityStatement_Resource { conditionalDelete: code _conditionalDelete: Element """A set of flags that defines how references are supported.""" - referencePolicy: [code] + referencePolicy: [code!] """Extensions for referencePolicy""" - _referencePolicy: [Element] + _referencePolicy: [Element!] """A list of _include values supported by the server.""" - searchInclude: [string] + searchInclude: [string!] """Extensions for searchInclude""" - _searchInclude: [Element] + _searchInclude: [Element!] """ A list of _revinclude (reverse include) values supported by the server. """ - searchRevInclude: [string] + searchRevInclude: [string!] """Extensions for searchRevInclude""" - _searchRevInclude: [Element] + _searchRevInclude: [Element!] """ Search parameters for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation. """ - searchParam: [CapabilityStatement_SearchParam] + searchParam: [CapabilityStatement_SearchParam!] """ Definition of an operation or a named query together with its parameters and their meaning and type. Consult the definition of the operation for details about how to invoke the operation, and the parameters. """ - operation: [CapabilityStatement_Operation] + operation: [CapabilityStatement_Operation!] } """ @@ -3031,13 +3031,13 @@ type CapabilityStatement_Interaction { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: code _code: Element documentation: markdown @@ -3052,13 +3052,13 @@ type CapabilityStatement_SearchParam { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: string _name: Element definition: canonical @@ -3076,13 +3076,13 @@ type CapabilityStatement_Operation { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: string _name: Element definition: canonical! @@ -3098,13 +3098,13 @@ type CapabilityStatement_Interaction1 { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: code _code: Element documentation: markdown @@ -3119,17 +3119,17 @@ type CapabilityStatement_Messaging { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ An endpoint (network accessible address) to which messages and/or replies are to be sent. """ - endpoint: [CapabilityStatement_Endpoint] + endpoint: [CapabilityStatement_Endpoint!] reliableCache: unsignedInt _reliableCache: Element documentation: markdown @@ -3137,7 +3137,7 @@ type CapabilityStatement_Messaging { """ References to message definitions for messages this system can send or receive. """ - supportedMessage: [CapabilityStatement_SupportedMessage] + supportedMessage: [CapabilityStatement_SupportedMessage!] } """ @@ -3148,13 +3148,13 @@ type CapabilityStatement_Endpoint { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] protocol: Coding! address: url _address: Element @@ -3168,13 +3168,13 @@ type CapabilityStatement_SupportedMessage { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] mode: code _mode: Element definition: canonical! @@ -3188,13 +3188,13 @@ type CapabilityStatement_Document { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] mode: code _mode: Element documentation: markdown @@ -3217,41 +3217,41 @@ type CarePlan { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Business identifiers assigned to this care plan by the performer or other systems which remain constant as the resource is updated and propagates from server to server. """ - identifier: [Identifier] + identifier: [Identifier!] """ The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan. """ - instantiatesCanonical: [canonical] + instantiatesCanonical: [canonical!] """ The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan. """ - instantiatesUri: [uri] + instantiatesUri: [uri!] """Extensions for instantiatesUri""" - _instantiatesUri: [Element] + _instantiatesUri: [Element!] """A care plan that is fulfilled in whole or in part by this care plan.""" - basedOn: [Reference] + basedOn: [Reference!] """ Completed or terminated care plan whose function is taken by this new care plan. """ - replaces: [Reference] + replaces: [Reference!] """ A larger care plan of which this particular care plan is a component or step. """ - partOf: [Reference] + partOf: [Reference!] status: code _status: Element intent: code @@ -3259,7 +3259,7 @@ type CarePlan { """ Identifies what "kind" of plan this is to support differentiation between multiple co-existing plans; e.g. "Home health", "psychiatric", "asthma", "disease management", "wellness plan", etc. """ - category: [CodeableConcept] + category: [CodeableConcept!] title: string _title: Element description: string @@ -3273,27 +3273,27 @@ type CarePlan { """ Identifies the individual(s) or organization who provided the contents of the care plan. """ - contributor: [Reference] + contributor: [Reference!] """ Identifies all people and organizations who are expected to be involved in the care envisioned by this plan. """ - careTeam: [Reference] + careTeam: [Reference!] """ Identifies the conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan. """ - addresses: [Reference] + addresses: [Reference!] """ Identifies portions of the patient's record that specifically influenced the formation of the plan. These might include comorbidities, recent procedures, limitations, recent assessments, etc. """ - supportingInfo: [Reference] + supportingInfo: [Reference!] """Describes the intended objective(s) of carrying out the care plan.""" - goal: [Reference] + goal: [Reference!] """ Identifies a planned action to occur as part of the plan. For example, a medication to be used, lab tests to perform, self-monitoring, education, etc. """ - activity: [CarePlan_Activity] + activity: [CarePlan_Activity!] """General notes about the care plan not covered elsewhere.""" - note: [Annotation] + note: [Annotation!] } enum CarePlan_const @typescript(subgraph: "FHIR", type: "\\"CarePlan\\"") @example(subgraph: "FHIR", value: "\\"CarePlan\\"") { @@ -3308,23 +3308,23 @@ type CarePlan_Activity { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Identifies the outcome at the point when the status of the activity is assessed. For example, the outcome of an education activity could be patient understands (or not). """ - outcomeCodeableConcept: [CodeableConcept] + outcomeCodeableConcept: [CodeableConcept!] """ Details of the outcome or action resulting from the activity. The reference to an "event" resource, such as Procedure or Encounter or Observation, is the result/outcome of the activity itself. The activity can be conveyed using CarePlan.activity.detail OR using the CarePlan.activity.reference (a reference to a “request” resource). """ - outcomeReference: [Reference] + outcomeReference: [Reference!] """Notes about the adherence/status/progress of the activity.""" - progress: [Annotation] + progress: [Annotation!] reference: Reference detail: CarePlan_Detail } @@ -3337,38 +3337,38 @@ type CarePlan_Detail { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] kind: code _kind: Element """ The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity. """ - instantiatesCanonical: [canonical] + instantiatesCanonical: [canonical!] """ The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity. """ - instantiatesUri: [uri] + instantiatesUri: [uri!] """Extensions for instantiatesUri""" - _instantiatesUri: [Element] + _instantiatesUri: [Element!] code: CodeableConcept """ Provides the rationale that drove the inclusion of this particular activity as part of the plan or the reason why the activity was prohibited. """ - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] """ Indicates another resource, such as the health condition(s), whose existence justifies this request and drove the inclusion of this particular activity as part of the plan. """ - reasonReference: [Reference] + reasonReference: [Reference!] """ Internal reference that identifies the goals that this activity is intended to contribute towards meeting. """ - goal: [Reference] + goal: [Reference!] status: code _status: Element statusReason: CodeableConcept @@ -3380,7 +3380,7 @@ type CarePlan_Detail { _scheduledString: Element location: Reference """Identifies who's expected to be involved in the activity.""" - performer: [Reference] + performer: [Reference!] productCodeableConcept: CodeableConcept productReference: Reference dailyAmount: Quantity @@ -3406,27 +3406,27 @@ type CareTeam { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Business identifiers assigned to this care team by the performer or other systems which remain constant as the resource is updated and propagates from server to server. """ - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element """ Identifies what kind of team. This is to support differentiation between multiple co-existing teams, such as care plan team, episode of care team, longitudinal care team. """ - category: [CodeableConcept] + category: [CodeableConcept!] name: string _name: Element subject: Reference @@ -3435,19 +3435,19 @@ type CareTeam { """ Identifies all people and organizations who are expected to be involved in the care team. """ - participant: [CareTeam_Participant] + participant: [CareTeam_Participant!] """Describes why the care team exists.""" - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] """Condition(s) that this care team addresses.""" - reasonReference: [Reference] + reasonReference: [Reference!] """The organization responsible for the care team.""" - managingOrganization: [Reference] + managingOrganization: [Reference!] """ A central contact detail for the care team (that applies to all members). """ - telecom: [ContactPoint] + telecom: [ContactPoint!] """Comments made about the CareTeam.""" - note: [Annotation] + note: [Annotation!] } enum CareTeam_const @typescript(subgraph: "FHIR", type: "\\"CareTeam\\"") @example(subgraph: "FHIR", value: "\\"CareTeam\\"") { @@ -3462,17 +3462,17 @@ type CareTeam_Participant { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Indicates specific responsibility of an individual within the care team, such as "Primary care physician", "Trained social worker counselor", "Caregiver", etc. """ - role: [CodeableConcept] + role: [CodeableConcept!] member: Reference onBehalfOf: Reference period: Period @@ -3493,29 +3493,29 @@ type CatalogEntry { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Used in supporting different identifiers for the same product, e.g. manufacturer code and retailer code. """ - identifier: [Identifier] + identifier: [Identifier!] type: CodeableConcept orderable: boolean _orderable: Element referencedItem: Reference! """Used in supporting related concepts, e.g. NDC to RxNorm.""" - additionalIdentifier: [Identifier] + additionalIdentifier: [Identifier!] """Classes of devices, or ATC for medication.""" - classification: [CodeableConcept] + classification: [CodeableConcept!] status: code _status: Element validityPeriod: Period @@ -3524,13 +3524,13 @@ type CatalogEntry { lastUpdated: dateTime _lastUpdated: Element """Used for examplefor Out of Formulary, or any specifics.""" - additionalCharacteristic: [CodeableConcept] + additionalCharacteristic: [CodeableConcept!] """User for example for ATC classification, or.""" - additionalClassification: [CodeableConcept] + additionalClassification: [CodeableConcept!] """ Used for example, to point to a substance, or to a device used to administer a medication. """ - relatedEntry: [CatalogEntry_RelatedEntry] + relatedEntry: [CatalogEntry_RelatedEntry!] } enum CatalogEntry_const @typescript(subgraph: "FHIR", type: "\\"CatalogEntry\\"") @example(subgraph: "FHIR", value: "\\"CatalogEntry\\"") { @@ -3545,13 +3545,13 @@ type CatalogEntry_RelatedEntry { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] relationtype: code _relationtype: Element item: Reference! @@ -3572,35 +3572,35 @@ type ChargeItem { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Identifiers assigned to this event performer or other systems.""" - identifier: [Identifier] + identifier: [Identifier!] """ References the (external) source of pricing information, rules of application for the code this ChargeItem uses. """ - definitionUri: [uri] + definitionUri: [uri!] """Extensions for definitionUri""" - _definitionUri: [Element] + _definitionUri: [Element!] """ References the source of pricing information, rules of application for the code this ChargeItem uses. """ - definitionCanonical: [canonical] + definitionCanonical: [canonical!] status: code _status: Element """ ChargeItems can be grouped to larger ChargeItems covering the whole set. """ - partOf: [Reference] + partOf: [Reference!] code: CodeableConcept! subject: Reference! context: Reference @@ -3611,13 +3611,13 @@ type ChargeItem { """ Indicates who or what performed or participated in the charged service. """ - performer: [ChargeItem_Performer] + performer: [ChargeItem_Performer!] performingOrganization: Reference requestingOrganization: Reference costCenter: Reference quantity: Quantity """The anatomical location where the related service has been applied.""" - bodysite: [CodeableConcept] + bodysite: [CodeableConcept!] factorOverride: decimal _factorOverride: Element priceOverride: Money @@ -3627,19 +3627,19 @@ type ChargeItem { enteredDate: dateTime _enteredDate: Element """Describes why the event occurred in coded or textual form.""" - reason: [CodeableConcept] + reason: [CodeableConcept!] """Indicated the rendered service that caused this charge.""" - service: [Reference] + service: [Reference!] productReference: Reference productCodeableConcept: CodeableConcept """Account into which this ChargeItems belongs.""" - account: [Reference] + account: [Reference!] """ Comments made about the event by the performer, subject or other participants. """ - note: [Annotation] + note: [Annotation!] """Further information supporting this charge.""" - supportingInformation: [Reference] + supportingInformation: [Reference!] } enum ChargeItem_const @typescript(subgraph: "FHIR", type: "\\"ChargeItem\\"") @example(subgraph: "FHIR", value: "\\"ChargeItem\\"") { @@ -3656,13 +3656,13 @@ type ChargeItem_Performer { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] function: CodeableConcept actor: Reference! } @@ -3682,23 +3682,23 @@ type ChargeItemDefinition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element """ A formal identifier that is used to identify this charge item definition when it is represented in other formats, or referenced in a specification, model, design or an instance. """ - identifier: [Identifier] + identifier: [Identifier!] version: string _version: Element title: string @@ -3706,17 +3706,17 @@ type ChargeItemDefinition { """ The URL pointing to an externally-defined charge item definition that is adhered to in whole or in part by this definition. """ - derivedFromUri: [uri] + derivedFromUri: [uri!] """Extensions for derivedFromUri""" - _derivedFromUri: [Element] + _derivedFromUri: [Element!] """ A larger definition of which this particular definition is a component or step. """ - partOf: [canonical] + partOf: [canonical!] """ As new versions of a protocol or guideline are defined, allows identification of what versions are replaced by a new instance. """ - replaces: [canonical] + replaces: [canonical!] status: code _status: Element experimental: boolean @@ -3728,17 +3728,17 @@ type ChargeItemDefinition { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate charge item definition instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the charge item definition is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] copyright: markdown _copyright: Element approvalDate: date @@ -3750,13 +3750,13 @@ type ChargeItemDefinition { """ The defined billing details in this resource pertain to the given product instance(s). """ - instance: [Reference] + instance: [Reference!] """Expressions that describe applicability criteria for the billing code.""" - applicability: [ChargeItemDefinition_Applicability] + applicability: [ChargeItemDefinition_Applicability!] """ Group of properties which are applicable under the same conditions. If no applicability rules are established for the group, then all properties always apply. """ - propertyGroup: [ChargeItemDefinition_PropertyGroup] + propertyGroup: [ChargeItemDefinition_PropertyGroup!] } enum ChargeItemDefinition_const @typescript(subgraph: "FHIR", type: "\\"ChargeItemDefinition\\"") @example(subgraph: "FHIR", value: "\\"ChargeItemDefinition\\"") { @@ -3771,13 +3771,13 @@ type ChargeItemDefinition_Applicability { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] description: string _description: Element language: string @@ -3794,21 +3794,21 @@ type ChargeItemDefinition_PropertyGroup { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Expressions that describe applicability criteria for the priceComponent. """ - applicability: [ChargeItemDefinition_Applicability] + applicability: [ChargeItemDefinition_Applicability!] """ The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions. A ChargeItemDefinition resource that defines the prices, factors and conditions that apply to a billing code is currently under development. The priceComponent element can be used to offer transparency to the recipient of the Invoice of how the prices have been calculated. """ - priceComponent: [ChargeItemDefinition_PriceComponent] + priceComponent: [ChargeItemDefinition_PriceComponent!] } """ @@ -3819,13 +3819,13 @@ type ChargeItemDefinition_PriceComponent { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: code _type: Element code: CodeableConcept @@ -3849,23 +3849,23 @@ type Citation { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element """ A formal identifier that is used to identify this citation when it is represented in other formats, or referenced in a specification, model, design or an instance. """ - identifier: [Identifier] + identifier: [Identifier!] version: string _version: Element name: string @@ -3883,17 +3883,17 @@ type Citation { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate citation instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the citation is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] purpose: markdown _purpose: Element copyright: markdown @@ -3904,25 +3904,25 @@ type Citation { _lastReviewDate: Element effectivePeriod: Period """Who authored the Citation.""" - author: [ContactDetail] + author: [ContactDetail!] """Who edited the Citation.""" - editor: [ContactDetail] + editor: [ContactDetail!] """Who reviewed the Citation.""" - reviewer: [ContactDetail] + reviewer: [ContactDetail!] """Who endorsed the Citation.""" - endorser: [ContactDetail] + endorser: [ContactDetail!] """A human-readable display of the citation.""" - summary: [Citation_Summary] + summary: [Citation_Summary!] """The assignment to an organizing scheme.""" - classification: [Citation_Classification] + classification: [Citation_Classification!] """Used for general notes and annotations not coded elsewhere.""" - note: [Annotation] + note: [Annotation!] """The status of the citation.""" - currentState: [CodeableConcept] + currentState: [CodeableConcept!] """An effective date or period for a status of the citation.""" - statusDate: [Citation_StatusDate] + statusDate: [Citation_StatusDate!] """Artifact related to the Citation Resource.""" - relatesTo: [Citation_RelatesTo] + relatesTo: [Citation_RelatesTo!] citedArtifact: Citation_CitedArtifact } @@ -3938,13 +3938,13 @@ type Citation_Summary { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] style: CodeableConcept text: markdown _text: Element @@ -3958,16 +3958,16 @@ type Citation_Classification { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept """The specific classification value.""" - classifier: [CodeableConcept] + classifier: [CodeableConcept!] } """ @@ -3978,13 +3978,13 @@ type Citation_StatusDate { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] activity: CodeableConcept! actual: boolean _actual: Element @@ -3999,16 +3999,16 @@ type Citation_RelatesTo { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] relationshipType: CodeableConcept! """The clasification of the related artifact.""" - targetClassifier: [CodeableConcept] + targetClassifier: [CodeableConcept!] targetUri: query_resourceById_oneOf_19_relatesTo_items_targetUri _targetUri: Element targetIdentifier: Identifier @@ -4026,46 +4026,46 @@ type Citation_CitedArtifact { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ A formal identifier that is used to identify this citation when it is represented in other formats, or referenced in a specification, model, design or an instance. """ - identifier: [Identifier] + identifier: [Identifier!] """ A formal identifier that is used to identify things closely related to this citation. """ - relatedIdentifier: [Identifier] + relatedIdentifier: [Identifier!] dateAccessed: dateTime _dateAccessed: Element version: Citation_Version """The status of the cited artifact.""" - currentState: [CodeableConcept] + currentState: [CodeableConcept!] """An effective date or period for a status of the cited artifact.""" - statusDate: [Citation_StatusDate1] + statusDate: [Citation_StatusDate1!] """The title details of the article or artifact.""" - title: [Citation_Title] + title: [Citation_Title!] """Summary of the article or artifact.""" - abstract: [Citation_Abstract] + abstract: [Citation_Abstract!] part: Citation_Part """The artifact related to the cited artifact.""" - relatesTo: [Citation_RelatesTo1] + relatesTo: [Citation_RelatesTo1!] """ If multiple, used to represent alternative forms of the article that are not separate citations. """ - publicationForm: [Citation_PublicationForm] + publicationForm: [Citation_PublicationForm!] """Used for any URL for the article or artifact cited.""" - webLocation: [Citation_WebLocation] + webLocation: [Citation_WebLocation!] """The assignment to an organizing scheme.""" - classification: [Citation_Classification1] + classification: [Citation_Classification1!] contributorship: Citation_Contributorship """Any additional information or content for the article or artifact.""" - note: [Annotation] + note: [Annotation!] } """ @@ -4076,13 +4076,13 @@ type Citation_Version { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] value: string _value: Element baseCitation: Reference @@ -4096,13 +4096,13 @@ type Citation_StatusDate1 { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] activity: CodeableConcept! actual: boolean _actual: Element @@ -4117,15 +4117,15 @@ type Citation_Title { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Used to express the reason or specific aspect for the title.""" - type: [CodeableConcept] + type: [CodeableConcept!] language: CodeableConcept text: markdown _text: Element @@ -4139,13 +4139,13 @@ type Citation_Abstract { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept language: CodeableConcept text: markdown @@ -4162,13 +4162,13 @@ type Citation_Part { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept value: string _value: Element @@ -4183,16 +4183,16 @@ type Citation_RelatesTo1 { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] relationshipType: CodeableConcept! """The clasification of the related artifact.""" - targetClassifier: [CodeableConcept] + targetClassifier: [CodeableConcept!] targetUri: query_resourceById_oneOf_19_citedArtifact_relatesTo_items_targetUri _targetUri: Element targetIdentifier: Identifier @@ -4210,13 +4210,13 @@ type Citation_PublicationForm { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] publishedIn: Citation_PublishedIn periodicRelease: Citation_PeriodicRelease articleDate: dateTime @@ -4224,7 +4224,7 @@ type Citation_PublicationForm { lastRevisionDate: dateTime _lastRevisionDate: Element """Language in which this form of the article is published.""" - language: [CodeableConcept] + language: [CodeableConcept!] accessionNumber: string _accessionNumber: Element pageString: string @@ -4247,18 +4247,18 @@ type Citation_PublishedIn { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept """ Journal identifiers include ISSN, ISO Abbreviation and NLMuniqueID; Book identifiers include ISBN. """ - identifier: [Identifier] + identifier: [Identifier!] title: string _title: Element publisher: Reference @@ -4274,13 +4274,13 @@ type Citation_PeriodicRelease { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] citedMedium: CodeableConcept volume: string _volume: Element @@ -4297,13 +4297,13 @@ type Citation_DateOfPublication { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] date: date _date: Element year: string @@ -4326,13 +4326,13 @@ type Citation_WebLocation { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept url: uri _url: Element @@ -4346,16 +4346,16 @@ type Citation_Classification1 { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept """The specific classification value.""" - classifier: [CodeableConcept] + classifier: [CodeableConcept!] whoClassified: Citation_WhoClassified } @@ -4367,13 +4367,13 @@ type Citation_WhoClassified { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] person: Reference organization: Reference publisher: Reference @@ -4391,21 +4391,21 @@ type Citation_Contributorship { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] complete: boolean _complete: Element """An individual entity named in the author list or contributor list.""" - entry: [Citation_Entry] + entry: [Citation_Entry!] """ Used to record a display of the author/contributor list without separate coding for each list member. """ - summary: [Citation_Summary1] + summary: [Citation_Summary1!] } """ @@ -4416,33 +4416,33 @@ type Citation_Entry { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: HumanName initials: string _initials: Element collectiveName: string _collectiveName: Element """Unique person identifier.""" - identifier: [Identifier] + identifier: [Identifier!] """Organization affiliated with the entity.""" - affiliationInfo: [Citation_AffiliationInfo] + affiliationInfo: [Citation_AffiliationInfo!] """Physical mailing address for the author or contributor.""" - address: [Address] + address: [Address!] """Email or telephone contact methods for the author or contributor.""" - telecom: [ContactPoint] + telecom: [ContactPoint!] """ This element identifies the specific nature of an individual’s contribution with respect to the cited work. """ - contributionType: [CodeableConcept] + contributionType: [CodeableConcept!] role: CodeableConcept """Contributions with accounting for time or number.""" - contributionInstance: [Citation_ContributionInstance] + contributionInstance: [Citation_ContributionInstance!] correspondingContact: boolean _correspondingContact: Element listOrder: positiveInt @@ -4457,19 +4457,19 @@ type Citation_AffiliationInfo { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] affiliation: string _affiliation: Element role: string _role: Element """Identifier for the organization.""" - identifier: [Identifier] + identifier: [Identifier!] } """ @@ -4480,13 +4480,13 @@ type Citation_ContributionInstance { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! time: dateTime _time: Element @@ -4500,13 +4500,13 @@ type Citation_Summary1 { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept style: CodeableConcept source: CodeableConcept @@ -4529,19 +4529,19 @@ type Claim { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """A unique identifier assigned to this claim.""" - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element type: CodeableConcept! @@ -4560,33 +4560,33 @@ type Claim { """ Other claims which are related to this claim such as prior submissions or claims for related services or for the same event. """ - related: [Claim_Related] + related: [Claim_Related!] prescription: Reference originalPrescription: Reference payee: Claim_Payee referral: Reference facility: Reference """The members of the team who provided the products and services.""" - careTeam: [Claim_CareTeam] + careTeam: [Claim_CareTeam!] """ Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues. """ - supportingInfo: [Claim_SupportingInfo] + supportingInfo: [Claim_SupportingInfo!] """Information about diagnoses relevant to the claim items.""" - diagnosis: [Claim_Diagnosis] + diagnosis: [Claim_Diagnosis!] """ Procedures performed on the patient relevant to the billing items with the claim. """ - procedure: [Claim_Procedure] + procedure: [Claim_Procedure!] """ Financial instruments for reimbursement for the health care products and services specified on the claim. """ - insurance: [Claim_Insurance]! + insurance: [Claim_Insurance!]! accident: Claim_Accident """ A claim line. Either a simple product or service or a 'group' of details which can each be a simple items or groups of sub-details. """ - item: [Claim_Item] + item: [Claim_Item!] total: Money } @@ -4602,13 +4602,13 @@ type Claim_Related { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] claim: Reference relationship: CodeableConcept reference: Identifier @@ -4622,13 +4622,13 @@ type Claim_Payee { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! party: Reference } @@ -4641,13 +4641,13 @@ type Claim_CareTeam { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] sequence: positiveInt _sequence: Element provider: Reference! @@ -4665,13 +4665,13 @@ type Claim_SupportingInfo { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] sequence: positiveInt _sequence: Element category: CodeableConcept! @@ -4704,19 +4704,19 @@ type Claim_Diagnosis { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] sequence: positiveInt _sequence: Element diagnosisCodeableConcept: CodeableConcept diagnosisReference: Reference """When the condition was observed or the relative ranking.""" - type: [CodeableConcept] + type: [CodeableConcept!] onAdmission: CodeableConcept packageCode: CodeableConcept } @@ -4729,23 +4729,23 @@ type Claim_Procedure { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] sequence: positiveInt _sequence: Element """When the condition was observed or the relative ranking.""" - type: [CodeableConcept] + type: [CodeableConcept!] date: dateTime _date: Element procedureCodeableConcept: CodeableConcept procedureReference: Reference """Unique Device Identifiers associated with this line item.""" - udi: [Reference] + udi: [Reference!] } """ @@ -4756,13 +4756,13 @@ type Claim_Insurance { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] sequence: positiveInt _sequence: Element focal: boolean @@ -4774,9 +4774,9 @@ type Claim_Insurance { """ Reference numbers previously provided by the insurer to the provider to be quoted on subsequent claims containing services or products related to the prior authorization. """ - preAuthRef: [string] + preAuthRef: [string!] """Extensions for preAuthRef""" - _preAuthRef: [Element] + _preAuthRef: [Element!] claimResponse: Reference } @@ -4788,13 +4788,13 @@ type Claim_Accident { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] date: date _date: Element type: CodeableConcept @@ -4810,42 +4810,42 @@ type Claim_Item { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] sequence: positiveInt _sequence: Element """CareTeam members related to this service or product.""" - careTeamSequence: [positiveInt] + careTeamSequence: [positiveInt!] """Extensions for careTeamSequence""" - _careTeamSequence: [Element] + _careTeamSequence: [Element!] """Diagnosis applicable for this service or product.""" - diagnosisSequence: [positiveInt] + diagnosisSequence: [positiveInt!] """Extensions for diagnosisSequence""" - _diagnosisSequence: [Element] + _diagnosisSequence: [Element!] """Procedures applicable for this service or product.""" - procedureSequence: [positiveInt] + procedureSequence: [positiveInt!] """Extensions for procedureSequence""" - _procedureSequence: [Element] + _procedureSequence: [Element!] """ Exceptions, special conditions and supporting information applicable for this service or product. """ - informationSequence: [positiveInt] + informationSequence: [positiveInt!] """Extensions for informationSequence""" - _informationSequence: [Element] + _informationSequence: [Element!] revenue: CodeableConcept category: CodeableConcept productOrService: CodeableConcept! """ Item typification or modifiers codes to convey additional context for the product or service. """ - modifier: [CodeableConcept] + modifier: [CodeableConcept!] """Identifies the program under which this may be recovered.""" - programCode: [CodeableConcept] + programCode: [CodeableConcept!] servicedDate: query_resourceById_oneOf_20_item_items_servicedDate _servicedDate: Element servicedPeriod: Period @@ -4858,20 +4858,20 @@ type Claim_Item { _factor: Element net: Money """Unique Device Identifiers associated with this line item.""" - udi: [Reference] + udi: [Reference!] bodySite: CodeableConcept """ A region or surface of the bodySite, e.g. limb region or tooth surface(s). """ - subSite: [CodeableConcept] + subSite: [CodeableConcept!] """ The Encounters during which this Claim was created or to which the creation of this record is tightly associated. """ - encounter: [Reference] + encounter: [Reference!] """ A claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items. """ - detail: [Claim_Detail] + detail: [Claim_Detail!] } scalar query_resourceById_oneOf_20_item_items_servicedDate @regexp(subgraph: "FHIR", pattern: "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1]))?)?$") @typescript(subgraph: "FHIR", type: "string") @@ -4884,13 +4884,13 @@ type Claim_Detail { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] sequence: positiveInt _sequence: Element revenue: CodeableConcept @@ -4899,20 +4899,20 @@ type Claim_Detail { """ Item typification or modifiers codes to convey additional context for the product or service. """ - modifier: [CodeableConcept] + modifier: [CodeableConcept!] """Identifies the program under which this may be recovered.""" - programCode: [CodeableConcept] + programCode: [CodeableConcept!] quantity: Quantity unitPrice: Money factor: decimal _factor: Element net: Money """Unique Device Identifiers associated with this line item.""" - udi: [Reference] + udi: [Reference!] """ A claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items. """ - subDetail: [Claim_SubDetail] + subDetail: [Claim_SubDetail!] } """ @@ -4923,13 +4923,13 @@ type Claim_SubDetail { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] sequence: positiveInt _sequence: Element revenue: CodeableConcept @@ -4938,16 +4938,16 @@ type Claim_SubDetail { """ Item typification or modifiers codes to convey additional context for the product or service. """ - modifier: [CodeableConcept] + modifier: [CodeableConcept!] """Identifies the program under which this may be recovered.""" - programCode: [CodeableConcept] + programCode: [CodeableConcept!] quantity: Quantity unitPrice: Money factor: decimal _factor: Element net: Money """Unique Device Identifiers associated with this line item.""" - udi: [Reference] + udi: [Reference!] } """ @@ -4965,19 +4965,19 @@ type ClaimResponse { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """A unique identifier assigned to this claim response.""" - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element type: CodeableConcept! @@ -5001,17 +5001,17 @@ type ClaimResponse { """ A claim line. Either a simple (a product or service) or a 'group' of details which can also be a simple items or groups of sub-details. """ - item: [ClaimResponse_Item] + item: [ClaimResponse_Item!] """ The first-tier service adjudications for payor added product or service lines. """ - addItem: [ClaimResponse_AddItem] + addItem: [ClaimResponse_AddItem!] """ The adjudication results which are presented at the header level rather than at the line-item or add-item levels. """ - adjudication: [ClaimResponse_Adjudication] + adjudication: [ClaimResponse_Adjudication!] """Categorized monetary totals for the adjudication.""" - total: [ClaimResponse_Total] + total: [ClaimResponse_Total!] payment: ClaimResponse_Payment fundsReserve: CodeableConcept formCode: CodeableConcept @@ -5019,15 +5019,15 @@ type ClaimResponse { """ A note that describes or explains adjudication results in a human readable form. """ - processNote: [ClaimResponse_ProcessNote] + processNote: [ClaimResponse_ProcessNote!] """Request for additional supporting or authorizing information.""" - communicationRequest: [Reference] + communicationRequest: [Reference!] """ Financial instruments for reimbursement for the health care products and services specified on the claim. """ - insurance: [ClaimResponse_Insurance] + insurance: [ClaimResponse_Insurance!] """Errors encountered during the processing of the adjudication.""" - error: [ClaimResponse_Error] + error: [ClaimResponse_Error!] } enum ClaimResponse_const @typescript(subgraph: "FHIR", type: "\\"ClaimResponse\\"") @example(subgraph: "FHIR", value: "\\"ClaimResponse\\"") { @@ -5042,29 +5042,29 @@ type ClaimResponse_Item { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] itemSequence: positiveInt _itemSequence: Element """ The numbers associated with notes below which apply to the adjudication of this item. """ - noteNumber: [positiveInt] + noteNumber: [positiveInt!] """Extensions for noteNumber""" - _noteNumber: [Element] + _noteNumber: [Element!] """ If this item is a group then the values here are a summary of the adjudication of the detail items. If this item is a simple product or service then this is the result of the adjudication of this item. """ - adjudication: [ClaimResponse_Adjudication]! + adjudication: [ClaimResponse_Adjudication!]! """ A claim detail. Either a simple (a product or service) or a 'group' of sub-details which are simple items. """ - detail: [ClaimResponse_Detail] + detail: [ClaimResponse_Detail!] } """ @@ -5075,13 +5075,13 @@ type ClaimResponse_Adjudication { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] category: CodeableConcept! reason: CodeableConcept amount: Money @@ -5097,25 +5097,25 @@ type ClaimResponse_Detail { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] detailSequence: positiveInt _detailSequence: Element """ The numbers associated with notes below which apply to the adjudication of this item. """ - noteNumber: [positiveInt] + noteNumber: [positiveInt!] """Extensions for noteNumber""" - _noteNumber: [Element] + _noteNumber: [Element!] """The adjudication results.""" - adjudication: [ClaimResponse_Adjudication]! + adjudication: [ClaimResponse_Adjudication!]! """A sub-detail adjudication of a simple product or service.""" - subDetail: [ClaimResponse_SubDetail] + subDetail: [ClaimResponse_SubDetail!] } """ @@ -5126,23 +5126,23 @@ type ClaimResponse_SubDetail { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] subDetailSequence: positiveInt _subDetailSequence: Element """ The numbers associated with notes below which apply to the adjudication of this item. """ - noteNumber: [positiveInt] + noteNumber: [positiveInt!] """Extensions for noteNumber""" - _noteNumber: [Element] + _noteNumber: [Element!] """The adjudication results.""" - adjudication: [ClaimResponse_Adjudication] + adjudication: [ClaimResponse_Adjudication!] } """ @@ -5153,40 +5153,40 @@ type ClaimResponse_AddItem { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Claim items which this service line is intended to replace.""" - itemSequence: [positiveInt] + itemSequence: [positiveInt!] """Extensions for itemSequence""" - _itemSequence: [Element] + _itemSequence: [Element!] """ The sequence number of the details within the claim item which this line is intended to replace. """ - detailSequence: [positiveInt] + detailSequence: [positiveInt!] """Extensions for detailSequence""" - _detailSequence: [Element] + _detailSequence: [Element!] """ The sequence number of the sub-details within the details within the claim item which this line is intended to replace. """ - subdetailSequence: [positiveInt] + subdetailSequence: [positiveInt!] """Extensions for subdetailSequence""" - _subdetailSequence: [Element] + _subdetailSequence: [Element!] """ The providers who are authorized for the services rendered to the patient. """ - provider: [Reference] + provider: [Reference!] productOrService: CodeableConcept! """ Item typification or modifiers codes to convey additional context for the product or service. """ - modifier: [CodeableConcept] + modifier: [CodeableConcept!] """Identifies the program under which this may be recovered.""" - programCode: [CodeableConcept] + programCode: [CodeableConcept!] servicedDate: query_resourceById_oneOf_21_addItem_items_servicedDate _servicedDate: Element servicedPeriod: Period @@ -5202,17 +5202,17 @@ type ClaimResponse_AddItem { """ A region or surface of the bodySite, e.g. limb region or tooth surface(s). """ - subSite: [CodeableConcept] + subSite: [CodeableConcept!] """ The numbers associated with notes below which apply to the adjudication of this item. """ - noteNumber: [positiveInt] + noteNumber: [positiveInt!] """Extensions for noteNumber""" - _noteNumber: [Element] + _noteNumber: [Element!] """The adjudication results.""" - adjudication: [ClaimResponse_Adjudication]! + adjudication: [ClaimResponse_Adjudication!]! """The second-tier service adjudications for payor added services.""" - detail: [ClaimResponse_Detail1] + detail: [ClaimResponse_Detail1!] } scalar query_resourceById_oneOf_21_addItem_items_servicedDate @regexp(subgraph: "FHIR", pattern: "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1]))?)?$") @typescript(subgraph: "FHIR", type: "string") @@ -5225,18 +5225,18 @@ type ClaimResponse_Detail1 { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] productOrService: CodeableConcept! """ Item typification or modifiers codes to convey additional context for the product or service. """ - modifier: [CodeableConcept] + modifier: [CodeableConcept!] quantity: Quantity unitPrice: Money factor: decimal @@ -5245,13 +5245,13 @@ type ClaimResponse_Detail1 { """ The numbers associated with notes below which apply to the adjudication of this item. """ - noteNumber: [positiveInt] + noteNumber: [positiveInt!] """Extensions for noteNumber""" - _noteNumber: [Element] + _noteNumber: [Element!] """The adjudication results.""" - adjudication: [ClaimResponse_Adjudication]! + adjudication: [ClaimResponse_Adjudication!]! """The third-tier service adjudications for payor added services.""" - subDetail: [ClaimResponse_SubDetail1] + subDetail: [ClaimResponse_SubDetail1!] } """ @@ -5262,18 +5262,18 @@ type ClaimResponse_SubDetail1 { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] productOrService: CodeableConcept! """ Item typification or modifiers codes to convey additional context for the product or service. """ - modifier: [CodeableConcept] + modifier: [CodeableConcept!] quantity: Quantity unitPrice: Money factor: decimal @@ -5282,11 +5282,11 @@ type ClaimResponse_SubDetail1 { """ The numbers associated with notes below which apply to the adjudication of this item. """ - noteNumber: [positiveInt] + noteNumber: [positiveInt!] """Extensions for noteNumber""" - _noteNumber: [Element] + _noteNumber: [Element!] """The adjudication results.""" - adjudication: [ClaimResponse_Adjudication]! + adjudication: [ClaimResponse_Adjudication!]! } """ @@ -5297,13 +5297,13 @@ type ClaimResponse_Total { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] category: CodeableConcept! amount: Money! } @@ -5316,13 +5316,13 @@ type ClaimResponse_Payment { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! adjustment: Money adjustmentReason: CodeableConcept @@ -5340,13 +5340,13 @@ type ClaimResponse_ProcessNote { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] number: positiveInt _number: Element type: code @@ -5364,13 +5364,13 @@ type ClaimResponse_Insurance { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] sequence: positiveInt _sequence: Element focal: boolean @@ -5389,13 +5389,13 @@ type ClaimResponse_Error { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] itemSequence: positiveInt _itemSequence: Element detailSequence: positiveInt @@ -5420,21 +5420,21 @@ type ClinicalImpression { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Business identifiers assigned to this clinical impression by the performer or other systems which remain constant as the resource is updated and propagates from server to server. """ - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element statusReason: CodeableConcept @@ -5451,33 +5451,33 @@ type ClinicalImpression { assessor: Reference previous: Reference """A list of the relevant problems/conditions for a patient.""" - problem: [Reference] + problem: [Reference!] """ One or more sets of investigations (signs, symptoms, etc.). The actual grouping of investigations varies greatly depending on the type and context of the assessment. These investigations may include data generated during the assessment process, or data previously generated and recorded that is pertinent to the outcomes. """ - investigation: [ClinicalImpression_Investigation] + investigation: [ClinicalImpression_Investigation!] """ Reference to a specific published clinical protocol that was followed during this assessment, and/or that provides evidence in support of the diagnosis. """ - protocol: [uri] + protocol: [uri!] """Extensions for protocol""" - _protocol: [Element] + _protocol: [Element!] summary: string _summary: Element """ Specific findings or diagnoses that were considered likely or relevant to ongoing treatment. """ - finding: [ClinicalImpression_Finding] + finding: [ClinicalImpression_Finding!] """Estimate of likely outcome.""" - prognosisCodeableConcept: [CodeableConcept] + prognosisCodeableConcept: [CodeableConcept!] """RiskAssessment expressing likely outcome.""" - prognosisReference: [Reference] + prognosisReference: [Reference!] """Information supporting the clinical impression.""" - supportingInfo: [Reference] + supportingInfo: [Reference!] """ Commentary about the impression, typically recorded after the impression itself was made, though supplemental notes by the original author could also appear. """ - note: [Annotation] + note: [Annotation!] } enum ClinicalImpression_const @typescript(subgraph: "FHIR", type: "\\"ClinicalImpression\\"") @example(subgraph: "FHIR", value: "\\"ClinicalImpression\\"") { @@ -5494,16 +5494,16 @@ type ClinicalImpression_Investigation { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept! """A record of a specific investigation that was undertaken.""" - item: [Reference] + item: [Reference!] } """ @@ -5514,13 +5514,13 @@ type ClinicalImpression_Finding { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] itemCodeableConcept: CodeableConcept itemReference: Reference basis: string @@ -5542,33 +5542,33 @@ type ClinicalUseDefinition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Business identifier for this issue.""" - identifier: [Identifier] + identifier: [Identifier!] type: code _type: Element """ A categorisation of the issue, primarily for dividing warnings into subject heading areas such as "Pregnancy and Lactation", "Overdose", "Effects on Ability to Drive and Use Machines". """ - category: [CodeableConcept] + category: [CodeableConcept!] """The medication or procedure for which this is an indication.""" - subject: [Reference] + subject: [Reference!] status: CodeableConcept contraindication: ClinicalUseDefinition_Contraindication indication: ClinicalUseDefinition_Indication interaction: ClinicalUseDefinition_Interaction """The population group to which this applies.""" - population: [Reference] + population: [Reference!] undesirableEffect: ClinicalUseDefinition_UndesirableEffect warning: ClinicalUseDefinition_Warning } @@ -5585,23 +5585,23 @@ type ClinicalUseDefinition_Contraindication { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] diseaseSymptomProcedure: CodeableReference diseaseStatus: CodeableReference """A comorbidity (concurrent condition) or coinfection.""" - comorbidity: [CodeableReference] + comorbidity: [CodeableReference!] """The indication which this is a contraidication for.""" - indication: [Reference] + indication: [Reference!] """ Information about the use of the medicinal product in relation to other therapies described as part of the contraindication. """ - otherTherapy: [ClinicalUseDefinition_OtherTherapy] + otherTherapy: [ClinicalUseDefinition_OtherTherapy!] } """ @@ -5612,13 +5612,13 @@ type ClinicalUseDefinition_OtherTherapy { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] relationshipType: CodeableConcept! therapy: CodeableReference! } @@ -5631,19 +5631,19 @@ type ClinicalUseDefinition_Indication { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] diseaseSymptomProcedure: CodeableReference diseaseStatus: CodeableReference """ A comorbidity (concurrent condition) or coinfection as part of the indication. """ - comorbidity: [CodeableReference] + comorbidity: [CodeableReference!] intendedEffect: CodeableReference durationRange: Range durationString: query_resourceById_oneOf_23_indication_durationString @@ -5651,11 +5651,11 @@ type ClinicalUseDefinition_Indication { """ An unwanted side effect or negative outcome that may happen if you use the drug (or other subject of this resource) for this indication. """ - undesirableEffect: [Reference] + undesirableEffect: [Reference!] """ Information about the use of the medicinal product in relation to other therapies described as part of the indication. """ - otherTherapy: [ClinicalUseDefinition_OtherTherapy] + otherTherapy: [ClinicalUseDefinition_OtherTherapy!] } scalar query_resourceById_oneOf_23_indication_durationString @regexp(subgraph: "FHIR", pattern: "^[ \\\\r\\\\n\\\\t\\\\S]+$") @typescript(subgraph: "FHIR", type: "string") @@ -5668,22 +5668,22 @@ type ClinicalUseDefinition_Interaction { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ The specific medication, food, substance or laboratory test that interacts. """ - interactant: [ClinicalUseDefinition_Interactant] + interactant: [ClinicalUseDefinition_Interactant!] type: CodeableConcept effect: CodeableReference incidence: CodeableConcept """Actions for managing the interaction.""" - management: [CodeableConcept] + management: [CodeableConcept!] } """ @@ -5694,13 +5694,13 @@ type ClinicalUseDefinition_Interactant { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] itemReference: Reference itemCodeableConcept: CodeableConcept } @@ -5713,13 +5713,13 @@ type ClinicalUseDefinition_UndesirableEffect { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] symptomConditionEffect: CodeableReference classification: CodeableConcept frequencyOfOccurrence: CodeableConcept @@ -5733,13 +5733,13 @@ type ClinicalUseDefinition_Warning { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] description: markdown _description: Element code: CodeableConcept @@ -5760,23 +5760,23 @@ type CodeSystem { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element """ A formal identifier that is used to identify this code system when it is represented in other formats, or referenced in a specification, model, design or an instance. """ - identifier: [Identifier] + identifier: [Identifier!] version: string _version: Element name: string @@ -5794,17 +5794,17 @@ type CodeSystem { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate code system instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the code system is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] purpose: markdown _purpose: Element copyright: markdown @@ -5826,15 +5826,15 @@ type CodeSystem { """ A filter that can be used in a value set compose statement when selecting concepts using a filter. """ - filter: [CodeSystem_Filter] + filter: [CodeSystem_Filter!] """ A property defines an additional slot through which additional information can be provided about a concept. """ - property: [CodeSystem_Property] + property: [CodeSystem_Property!] """ Concepts that are in the code system. The concept definitions are inherently hierarchical, but the definitions must be consulted to determine what the meanings of the hierarchical relationships are. """ - concept: [CodeSystem_Concept] + concept: [CodeSystem_Concept!] } enum CodeSystem_const @typescript(subgraph: "FHIR", type: "\\"CodeSystem\\"") @example(subgraph: "FHIR", value: "\\"CodeSystem\\"") { @@ -5849,21 +5849,21 @@ type CodeSystem_Filter { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: code _code: Element description: string _description: Element """A list of operators that can be used with the filter.""" - operator: [code] + operator: [code!] """Extensions for operator""" - _operator: [Element] + _operator: [Element!] value: string _value: Element } @@ -5876,13 +5876,13 @@ type CodeSystem_Property { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: code _code: Element uri: uri @@ -5901,13 +5901,13 @@ type CodeSystem_Concept { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: code _code: Element display: string @@ -5917,13 +5917,13 @@ type CodeSystem_Concept { """ Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc. """ - designation: [CodeSystem_Designation] + designation: [CodeSystem_Designation!] """A property value for this concept.""" - property: [CodeSystem_Property1] + property: [CodeSystem_Property1!] """ Defines children of a concept to produce a hierarchy of concepts. The nature of the relationships is variable (is-a/contains/categorizes) - see hierarchyMeaning. """ - concept: [CodeSystem_Concept] + concept: [CodeSystem_Concept!] } """ @@ -5934,13 +5934,13 @@ type CodeSystem_Designation { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] language: code _language: Element use: Coding @@ -5956,13 +5956,13 @@ type CodeSystem_Property1 { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: code _code: Element valueCode: query_resourceById_oneOf_24_concept_items_property_items_valueCode @@ -6006,56 +6006,56 @@ type Communication { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Business identifiers assigned to this communication by the performer or other systems which remain constant as the resource is updated and propagates from server to server. """ - identifier: [Identifier] + identifier: [Identifier!] """ The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Communication. """ - instantiatesCanonical: [canonical] + instantiatesCanonical: [canonical!] """ The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Communication. """ - instantiatesUri: [uri] + instantiatesUri: [uri!] """Extensions for instantiatesUri""" - _instantiatesUri: [Element] + _instantiatesUri: [Element!] """ An order, proposal or plan fulfilled in whole or in part by this Communication. """ - basedOn: [Reference] + basedOn: [Reference!] """Part of this action.""" - partOf: [Reference] + partOf: [Reference!] """Prior communication that this communication is in response to.""" - inResponseTo: [Reference] + inResponseTo: [Reference!] status: code _status: Element statusReason: CodeableConcept """ The type of message conveyed such as alert, notification, reminder, instruction, etc. """ - category: [CodeableConcept] + category: [CodeableConcept!] priority: code _priority: Element """A channel that was used for this communication (e.g. email, fax).""" - medium: [CodeableConcept] + medium: [CodeableConcept!] subject: Reference topic: CodeableConcept """ Other resources that pertain to this communication and to which this communication should be associated. """ - about: [Reference] + about: [Reference!] encounter: Reference sent: dateTime _sent: Element @@ -6064,22 +6064,22 @@ type Communication { """ The entity (e.g. person, organization, clinical information system, care team or device) which was the target of the communication. If receipts need to be tracked by an individual, a separate resource instance will need to be created for each recipient. Multiple recipient communications are intended where either receipts are not tracked (e.g. a mass mail-out) or a receipt is captured in aggregate (all emails confirmed received by a particular time). """ - recipient: [Reference] + recipient: [Reference!] sender: Reference """The reason or justification for the communication.""" - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] """ Indicates another resource whose existence justifies this communication. """ - reasonReference: [Reference] + reasonReference: [Reference!] """ Text, attachment(s), or resource(s) that was communicated to the recipient. """ - payload: [Communication_Payload] + payload: [Communication_Payload!] """ Additional notes or commentary about the communication by the sender, receiver or other interested parties. """ - note: [Annotation] + note: [Annotation!] } enum Communication_const @typescript(subgraph: "FHIR", type: "\\"Communication\\"") @example(subgraph: "FHIR", value: "\\"Communication\\"") { @@ -6094,13 +6094,13 @@ type Communication_Payload { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] contentString: query_resourceById_oneOf_25_payload_items_contentString _contentString: Element contentAttachment: Attachment @@ -6124,29 +6124,29 @@ type CommunicationRequest { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Business identifiers assigned to this communication request by the performer or other systems which remain constant as the resource is updated and propagates from server to server. """ - identifier: [Identifier] + identifier: [Identifier!] """ A plan or proposal that is fulfilled in whole or in part by this request. """ - basedOn: [Reference] + basedOn: [Reference!] """ Completed or terminated request(s) whose function is taken by this new request. """ - replaces: [Reference] + replaces: [Reference!] groupIdentifier: Identifier status: code _status: Element @@ -6154,23 +6154,23 @@ type CommunicationRequest { """ The type of message to be sent such as alert, notification, reminder, instruction, etc. """ - category: [CodeableConcept] + category: [CodeableConcept!] priority: code _priority: Element doNotPerform: boolean _doNotPerform: Element """A channel that was used for this communication (e.g. email, fax).""" - medium: [CodeableConcept] + medium: [CodeableConcept!] subject: Reference """ Other resources that pertain to this communication request and to which this communication request should be associated. """ - about: [Reference] + about: [Reference!] encounter: Reference """ Text, attachment(s), or resource(s) to be communicated to the recipient. """ - payload: [CommunicationRequest_Payload] + payload: [CommunicationRequest_Payload!] occurrenceDateTime: query_resourceById_oneOf_26_occurrenceDateTime _occurrenceDateTime: Element occurrencePeriod: Period @@ -6180,16 +6180,16 @@ type CommunicationRequest { """ The entity (e.g. person, organization, clinical information system, device, group, or care team) which is the intended target of the communication. """ - recipient: [Reference] + recipient: [Reference!] sender: Reference """Describes why the request is being made in coded or textual form.""" - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] """Indicates another resource whose existence justifies this request.""" - reasonReference: [Reference] + reasonReference: [Reference!] """ Comments made about the request by the requester, sender, recipient, subject or other participants. """ - note: [Annotation] + note: [Annotation!] } enum CommunicationRequest_const @typescript(subgraph: "FHIR", type: "\\"CommunicationRequest\\"") @example(subgraph: "FHIR", value: "\\"CommunicationRequest\\"") { @@ -6204,13 +6204,13 @@ type CommunicationRequest_Payload { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] contentString: query_resourceById_oneOf_26_payload_items_contentString _contentString: Element contentAttachment: Attachment @@ -6236,17 +6236,17 @@ type CompartmentDefinition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element version: string @@ -6264,13 +6264,13 @@ type CompartmentDefinition { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate compartment definition instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] purpose: markdown _purpose: Element code: code @@ -6278,7 +6278,7 @@ type CompartmentDefinition { search: boolean _search: Element """Information about how a resource is related to the compartment.""" - resource: [CompartmentDefinition_Resource] + resource: [CompartmentDefinition_Resource!] } enum CompartmentDefinition_const @typescript(subgraph: "FHIR", type: "\\"CompartmentDefinition\\"") @example(subgraph: "FHIR", value: "\\"CompartmentDefinition\\"") { @@ -6293,21 +6293,21 @@ type CompartmentDefinition_Resource { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: code _code: Element """ The name of a search parameter that represents the link to the compartment. More than one may be listed because a resource may be linked to a compartment in more than one way,. """ - param: [string] + param: [string!] """Extensions for param""" - _param: [Element] + _param: [Element!] documentation: string _documentation: Element } @@ -6327,17 +6327,17 @@ type Composition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] identifier: Identifier status: code _status: Element @@ -6345,7 +6345,7 @@ type Composition { """ A categorization for the type of the composition - helps for indexing and searching. This may be implied by or derived from the code specified in the Composition Type. """ - category: [CodeableConcept] + category: [CodeableConcept!] subject: Reference encounter: Reference date: dateTime @@ -6353,7 +6353,7 @@ type Composition { """ Identifies who is responsible for the information in the composition, not necessarily who typed it in. """ - author: [Reference]! + author: [Reference!]! title: string _title: Element confidentiality: code @@ -6361,18 +6361,18 @@ type Composition { """ A participant who has attested to the accuracy of the composition/document. """ - attester: [Composition_Attester] + attester: [Composition_Attester!] custodian: Reference """ Relationships that this composition has with other compositions or documents that already exist. """ - relatesTo: [Composition_RelatesTo] + relatesTo: [Composition_RelatesTo!] """ The clinical service, such as a colonoscopy or an appendectomy, being documented. """ - event: [Composition_Event] + event: [Composition_Event!] """The root of the sections that make up the composition.""" - section: [Composition_Section] + section: [Composition_Section!] } enum Composition_const @typescript(subgraph: "FHIR", type: "\\"Composition\\"") @example(subgraph: "FHIR", value: "\\"Composition\\"") { @@ -6387,13 +6387,13 @@ type Composition_Attester { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] mode: code _mode: Element time: dateTime @@ -6409,13 +6409,13 @@ type Composition_RelatesTo { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: code _code: Element targetIdentifier: Identifier @@ -6430,22 +6430,22 @@ type Composition_Event { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a "History and Physical Report" in which the procedure being documented is necessarily a "History and Physical" act. """ - code: [CodeableConcept] + code: [CodeableConcept!] period: Period """ The description and/or reference of the event(s) being documented. For example, this could be used to document such a colonoscopy or an appendectomy. """ - detail: [Reference] + detail: [Reference!] } """ @@ -6456,20 +6456,20 @@ type Composition_Section { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] title: string _title: Element code: CodeableConcept """ Identifies who is responsible for the information in this section, not necessarily who typed it in. """ - author: [Reference] + author: [Reference!] focus: Reference text: Narrative mode: code @@ -6478,10 +6478,10 @@ type Composition_Section { """ A reference to the actual resource from which the narrative in the section is derived. """ - entry: [Reference] + entry: [Reference!] emptyReason: CodeableConcept """A nested sub-section within this section.""" - section: [Composition_Section] + section: [Composition_Section!] } """ @@ -6499,17 +6499,17 @@ type ConceptMap { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element identifier: Identifier @@ -6530,17 +6530,17 @@ type ConceptMap { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate concept map instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the concept map is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] purpose: markdown _purpose: Element copyright: markdown @@ -6554,7 +6554,7 @@ type ConceptMap { targetCanonical: query_resourceById_oneOf_29_targetCanonical _targetCanonical: Element """A group of mappings that all have the same source and target system.""" - group: [ConceptMap_Group] + group: [ConceptMap_Group!] } enum ConceptMap_const @typescript(subgraph: "FHIR", type: "\\"ConceptMap\\"") @example(subgraph: "FHIR", value: "\\"ConceptMap\\"") { @@ -6577,13 +6577,13 @@ type ConceptMap_Group { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] source: uri _source: Element sourceVersion: string @@ -6595,7 +6595,7 @@ type ConceptMap_Group { """ Mappings for an individual concept in the source to one or more concepts in the target. """ - element: [ConceptMap_Element]! + element: [ConceptMap_Element!]! unmapped: ConceptMap_Unmapped } @@ -6607,19 +6607,19 @@ type ConceptMap_Element { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: code _code: Element display: string _display: Element """A concept from the target value set that this concept maps to.""" - target: [ConceptMap_Target] + target: [ConceptMap_Target!] } """ @@ -6630,13 +6630,13 @@ type ConceptMap_Target { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: code _code: Element display: string @@ -6648,11 +6648,11 @@ type ConceptMap_Target { """ A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified element can be resolved, and it has the specified value. """ - dependsOn: [ConceptMap_DependsOn] + dependsOn: [ConceptMap_DependsOn!] """ A set of additional outcomes from this mapping to other elements. To properly execute this mapping, the specified element must be mapped to some data element or source that is in context. The mapping may still be useful without a place for the additional data elements, but the equivalence cannot be relied on. """ - product: [ConceptMap_DependsOn] + product: [ConceptMap_DependsOn!] } """ @@ -6663,13 +6663,13 @@ type ConceptMap_DependsOn { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] property: uri _property: Element system: canonical @@ -6687,13 +6687,13 @@ type ConceptMap_Unmapped { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] mode: code _mode: Element code: code @@ -6718,29 +6718,29 @@ type Condition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Business identifiers assigned to this condition by the performer or other systems which remain constant as the resource is updated and propagates from server to server. """ - identifier: [Identifier] + identifier: [Identifier!] clinicalStatus: CodeableConcept verificationStatus: CodeableConcept """A category assigned to the condition.""" - category: [CodeableConcept] + category: [CodeableConcept!] severity: CodeableConcept code: CodeableConcept """The anatomical location where this condition manifests itself.""" - bodySite: [CodeableConcept] + bodySite: [CodeableConcept!] subject: Reference! encounter: Reference onsetDateTime: query_resourceById_oneOf_30_onsetDateTime @@ -6764,15 +6764,15 @@ type Condition { """ Clinical stage or grade of a condition. May include formal severity assessments. """ - stage: [Condition_Stage] + stage: [Condition_Stage!] """ Supporting evidence / manifestations that are the basis of the Condition's verification status, such as evidence that confirmed or refuted the condition. """ - evidence: [Condition_Evidence] + evidence: [Condition_Evidence!] """ Additional information about the Condition. This is a general notes/comments entry for description of the Condition, its diagnosis and prognosis. """ - note: [Annotation] + note: [Annotation!] } enum Condition_const @typescript(subgraph: "FHIR", type: "\\"Condition\\"") @example(subgraph: "FHIR", value: "\\"Condition\\"") { @@ -6795,18 +6795,18 @@ type Condition_Stage { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] summary: CodeableConcept """ Reference to a formal record of the evidence on which the staging assessment is based. """ - assessment: [Reference] + assessment: [Reference!] type: CodeableConcept } @@ -6818,19 +6818,19 @@ type Condition_Evidence { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ A manifestation or symptom that led to the recording of this condition. """ - code: [CodeableConcept] + code: [CodeableConcept!] """Links to other relevant information, including pathology reports.""" - detail: [Reference] + detail: [Reference!] } """ @@ -6848,48 +6848,48 @@ type Consent { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Unique identifier for this copy of the Consent Statement.""" - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element scope: CodeableConcept! """ A classification of the type of consents found in the statement. This element supports indexing and retrieval of consent statements. """ - category: [CodeableConcept]! + category: [CodeableConcept!]! patient: Reference dateTime: dateTime _dateTime: Element """ Either the Grantor, which is the entity responsible for granting the rights listed in a Consent Directive or the Grantee, which is the entity responsible for complying with the Consent Directive, including any obligations or limitations on authorizations and enforcement of prohibitions. """ - performer: [Reference] + performer: [Reference!] """ The organization that manages the consent, and the framework within which it is executed. """ - organization: [Reference] + organization: [Reference!] sourceAttachment: Attachment sourceReference: Reference """ The references to the policies that are included in this consent scope. Policies may be organizational, but are often defined jurisdictionally, or in law. """ - policy: [Consent_Policy] + policy: [Consent_Policy!] policyRule: CodeableConcept """ Whether a treatment instruction (e.g. artificial respiration yes or no) was verified with the patient, his/her family or another authorized person. """ - verification: [Consent_Verification] + verification: [Consent_Verification!] provision: Consent_Provision } @@ -6905,13 +6905,13 @@ type Consent_Policy { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] authority: uri _authority: Element uri: uri @@ -6926,13 +6926,13 @@ type Consent_Verification { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] verified: boolean _verified: Element verifiedWith: Reference @@ -6948,43 +6948,43 @@ type Consent_Provision { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: code _type: Element period: Period """ Who or what is controlled by this rule. Use group to identify a set of actors by some property they share (e.g. 'admitting officers'). """ - actor: [Consent_Actor] + actor: [Consent_Actor!] """Actions controlled by this Rule.""" - action: [CodeableConcept] + action: [CodeableConcept!] """ A security label, comprised of 0..* security label fields (Privacy tags), which define which resources are controlled by this exception. """ - securityLabel: [Coding] + securityLabel: [Coding!] """ The context of the activities a user is taking - why the user is accessing the data - that are controlled by this rule. """ - purpose: [Coding] + purpose: [Coding!] """ The class of information covered by this rule. The type can be a FHIR resource type, a profile on a type, or a CDA document, or some other type that indicates what sort of information the consent relates to. """ - class: [Coding] + class: [Coding!] """If this code is found in an instance, then the rule applies.""" - code: [CodeableConcept] + code: [CodeableConcept!] dataPeriod: Period """ The resources controlled by this rule if specific resources are referenced. """ - data: [Consent_Data] + data: [Consent_Data!] """Rules which provide exceptions to the base rule or subrules.""" - provision: [Consent_Provision] + provision: [Consent_Provision!] } """ @@ -6995,13 +6995,13 @@ type Consent_Actor { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] role: CodeableConcept! reference: Reference! } @@ -7014,13 +7014,13 @@ type Consent_Data { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] meaning: code _meaning: Element reference: Reference! @@ -7041,21 +7041,21 @@ type Contract { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Unique identifier for this Contract or a derivative that references a Source Contract. """ - identifier: [Identifier] + identifier: [Identifier!] url: uri _url: Element version: string @@ -7074,17 +7074,17 @@ type Contract { """ The target entity impacted by or of interest to parties to the agreement. """ - subject: [Reference] + subject: [Reference!] """ A formally or informally recognized grouping of people, principals, organizations, or jurisdictions formed for the purpose of achieving some form of collective action such as the promulgation, administration and enforcement of contracts and policies. """ - authority: [Reference] + authority: [Reference!] """ Recognized governance framework or system operating with a circumscribed scope in accordance with specified principles, policies, processes or procedures for managing rights, actions, or behaviors of parties or principals relative to resources. """ - domain: [Reference] + domain: [Reference!] """Sites in which the contract is complied with, exercised, or in force.""" - site: [Reference] + site: [Reference!] name: string _name: Element title: string @@ -7094,9 +7094,9 @@ type Contract { """ Alternative representation of the title for this Contract definition, derivative, or instance in any legal state., e.g., a domain specific contract number related to legislation. """ - alias: [string] + alias: [string!] """Extensions for alias""" - _alias: [Element] + _alias: [Element!] author: Reference scope: CodeableConcept topicCodeableConcept: CodeableConcept @@ -7105,34 +7105,34 @@ type Contract { """ Sub-category for the Contract that distinguishes the kinds of systems that would be interested in the Contract within the context of the Contract's scope. """ - subType: [CodeableConcept] + subType: [CodeableConcept!] contentDefinition: Contract_ContentDefinition """ One or more Contract Provisions, which may be related and conveyed as a group, and may contain nested groups. """ - term: [Contract_Term] + term: [Contract_Term!] """ Information that may be needed by/relevant to the performer in their execution of this term action. """ - supportingInfo: [Reference] + supportingInfo: [Reference!] """ Links to Provenance records for past versions of this Contract definition, derivative, or instance, which identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the Contract. The Provence.entity indicates the target that was changed in the update. http://build.fhir.org/provenance-definitions.html#Provenance.entity. """ - relevantHistory: [Reference] + relevantHistory: [Reference!] """ Parties with legal standing in the Contract, including the principal parties, the grantor(s) and grantee(s), which are any person or organization bound by the contract, and any ancillary parties, which facilitate the execution of the contract such as a notary or witness. """ - signer: [Contract_Signer] + signer: [Contract_Signer!] """ The "patient friendly language" versionof the Contract in whole or in parts. "Patient friendly language" means the representation of the Contract and Contract Provisions in a manner that is readily accessible and understandable by a layperson in accordance with best practices for communication styles that ensure that those agreeing to or signing the Contract understand the roles, actions, obligations, responsibilities, and implication of the agreement. """ - friendly: [Contract_Friendly] + friendly: [Contract_Friendly!] """List of Legal expressions or representations of this Contract.""" - legal: [Contract_Legal] + legal: [Contract_Legal!] """ List of Computable Policy Rule Language Representations of this Contract. """ - rule: [Contract_Rule] + rule: [Contract_Rule!] legallyBindingAttachment: Attachment legallyBindingReference: Reference } @@ -7149,13 +7149,13 @@ type Contract_ContentDefinition { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! subType: CodeableConcept publisher: Reference @@ -7175,13 +7175,13 @@ type Contract_Term { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] identifier: Identifier issued: dateTime _issued: Element @@ -7195,16 +7195,16 @@ type Contract_Term { """ Security labels that protect the handling of information about the term and its elements, which may be specifically identified.. """ - securityLabel: [Contract_SecurityLabel] + securityLabel: [Contract_SecurityLabel!] offer: Contract_Offer! """Contract Term Asset List.""" - asset: [Contract_Asset] + asset: [Contract_Asset!] """ An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place. """ - action: [Contract_Action] + action: [Contract_Action!] """Nested group of Contract Provisions.""" - group: [Contract_Term] + group: [Contract_Term!] } """ @@ -7215,28 +7215,28 @@ type Contract_SecurityLabel { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Number used to link this term or term element to the applicable Security Label. """ - number: [unsignedInt] + number: [unsignedInt!] """Extensions for number""" - _number: [Element] + _number: [Element!] classification: Coding! """ Security label privacy tag that species the applicable privacy and security policies governing this term and/or term elements. """ - category: [Coding] + category: [Coding!] """ Security label privacy tag that species the manner in which term and/or term elements are to be protected. """ - control: [Coding] + control: [Coding!] } """ @@ -7247,36 +7247,36 @@ type Contract_Offer { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Unique identifier for this particular Contract Provision.""" - identifier: [Identifier] + identifier: [Identifier!] """Offer Recipient.""" - party: [Contract_Party] + party: [Contract_Party!] topic: Reference type: CodeableConcept decision: CodeableConcept """How the decision about a Contract was conveyed.""" - decisionMode: [CodeableConcept] + decisionMode: [CodeableConcept!] """Response to offer text.""" - answer: [Contract_Answer] + answer: [Contract_Answer!] text: string _text: Element """ The id of the clause or question text of the offer in the referenced questionnaire/response. """ - linkId: [string] + linkId: [string!] """Extensions for linkId""" - _linkId: [Element] + _linkId: [Element!] """Security labels that protects the offer.""" - securityLabelNumber: [unsignedInt] + securityLabelNumber: [unsignedInt!] """Extensions for securityLabelNumber""" - _securityLabelNumber: [Element] + _securityLabelNumber: [Element!] } """ @@ -7287,15 +7287,15 @@ type Contract_Party { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Participant in the offer.""" - reference: [Reference]! + reference: [Reference!]! role: CodeableConcept! } @@ -7307,13 +7307,13 @@ type Contract_Answer { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Response to an offer clause or question text, which enables selection of values to be agreed to, e.g., the period of participation, the date of occupancy of a rental, warrently duration, or whether biospecimen may be used for further research. """ @@ -7361,47 +7361,47 @@ type Contract_Asset { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] scope: CodeableConcept """Target entity type about which the term may be concerned.""" - type: [CodeableConcept] + type: [CodeableConcept!] """Associated entities.""" - typeReference: [Reference] + typeReference: [Reference!] """May be a subtype or part of an offered asset.""" - subtype: [CodeableConcept] + subtype: [CodeableConcept!] relationship: Coding """Circumstance of the asset.""" - context: [Contract_Context] + context: [Contract_Context!] condition: string _condition: Element """Type of Asset availability for use or ownership.""" - periodType: [CodeableConcept] + periodType: [CodeableConcept!] """Asset relevant contractual time period.""" - period: [Period] + period: [Period!] """Time period of asset use.""" - usePeriod: [Period] + usePeriod: [Period!] text: string _text: Element """ Id [identifier??] of the clause or question text about the asset in the referenced form or QuestionnaireResponse. """ - linkId: [string] + linkId: [string!] """Extensions for linkId""" - _linkId: [Element] + _linkId: [Element!] """Response to assets.""" - answer: [Contract_Answer] + answer: [Contract_Answer!] """Security labels that protects the asset.""" - securityLabelNumber: [unsignedInt] + securityLabelNumber: [unsignedInt!] """Extensions for securityLabelNumber""" - _securityLabelNumber: [Element] + _securityLabelNumber: [Element!] """Contract Valued Item List.""" - valuedItem: [Contract_ValuedItem] + valuedItem: [Contract_ValuedItem!] } """ @@ -7412,18 +7412,18 @@ type Contract_Context { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] reference: Reference """ Coded representation of the context generally or of the Referenced entity, such as the asset holder type or location. """ - code: [CodeableConcept] + code: [CodeableConcept!] text: string _text: Element } @@ -7436,13 +7436,13 @@ type Contract_ValuedItem { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] entityCodeableConcept: CodeableConcept entityReference: Reference identifier: Identifier @@ -7464,15 +7464,15 @@ type Contract_ValuedItem { """ Id of the clause or question text related to the context of this valuedItem in the referenced form or QuestionnaireResponse. """ - linkId: [string] + linkId: [string!] """Extensions for linkId""" - _linkId: [Element] + _linkId: [Element!] """ A set of security labels that define which terms are controlled by this condition. """ - securityLabelNumber: [unsignedInt] + securityLabelNumber: [unsignedInt!] """Extensions for securityLabelNumber""" - _securityLabelNumber: [Element] + _securityLabelNumber: [Element!] } """ @@ -7483,33 +7483,33 @@ type Contract_Action { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] doNotPerform: boolean _doNotPerform: Element type: CodeableConcept! """Entity of the action.""" - subject: [Contract_Subject] + subject: [Contract_Subject!] intent: CodeableConcept! """ Id [identifier??] of the clause or question text related to this action in the referenced form or QuestionnaireResponse. """ - linkId: [string] + linkId: [string!] """Extensions for linkId""" - _linkId: [Element] + _linkId: [Element!] status: CodeableConcept! context: Reference """ Id [identifier??] of the clause or question text related to the requester of this action in the referenced form or QuestionnaireResponse. """ - contextLinkId: [string] + contextLinkId: [string!] """Extensions for contextLinkId""" - _contextLinkId: [Element] + _contextLinkId: [Element!] occurrenceDateTime: query_resourceById_oneOf_32_term_items_action_items_occurrenceDateTime _occurrenceDateTime: Element occurrencePeriod: Period @@ -7517,53 +7517,53 @@ type Contract_Action { """ Who or what initiated the action and has responsibility for its activation. """ - requester: [Reference] + requester: [Reference!] """ Id [identifier??] of the clause or question text related to the requester of this action in the referenced form or QuestionnaireResponse. """ - requesterLinkId: [string] + requesterLinkId: [string!] """Extensions for requesterLinkId""" - _requesterLinkId: [Element] + _requesterLinkId: [Element!] """ The type of individual that is desired or required to perform or not perform the action. """ - performerType: [CodeableConcept] + performerType: [CodeableConcept!] performerRole: CodeableConcept performer: Reference """ Id [identifier??] of the clause or question text related to the reason type or reference of this action in the referenced form or QuestionnaireResponse. """ - performerLinkId: [string] + performerLinkId: [string!] """Extensions for performerLinkId""" - _performerLinkId: [Element] + _performerLinkId: [Element!] """ Rationale for the action to be performed or not performed. Describes why the action is permitted or prohibited. """ - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] """ Indicates another resource whose existence justifies permitting or not permitting this action. """ - reasonReference: [Reference] + reasonReference: [Reference!] """ Describes why the action is to be performed or not performed in textual form. """ - reason: [string] + reason: [string!] """Extensions for reason""" - _reason: [Element] + _reason: [Element!] """ Id [identifier??] of the clause or question text related to the reason type or reference of this action in the referenced form or QuestionnaireResponse. """ - reasonLinkId: [string] + reasonLinkId: [string!] """Extensions for reasonLinkId""" - _reasonLinkId: [Element] + _reasonLinkId: [Element!] """ Comments made about the term action made by the requester, performer, subject or other participants. """ - note: [Annotation] + note: [Annotation!] """Security labels that protects the action.""" - securityLabelNumber: [unsignedInt] + securityLabelNumber: [unsignedInt!] """Extensions for securityLabelNumber""" - _securityLabelNumber: [Element] + _securityLabelNumber: [Element!] } """ @@ -7574,15 +7574,15 @@ type Contract_Subject { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """The entity the action is performed or not performed on or for.""" - reference: [Reference]! + reference: [Reference!]! role: CodeableConcept } @@ -7596,17 +7596,17 @@ type Contract_Signer { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: Coding! party: Reference! """Legally binding Contract DSIG signature contents in Base64.""" - signature: [Signature]! + signature: [Signature!]! } """ @@ -7617,13 +7617,13 @@ type Contract_Friendly { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] contentAttachment: Attachment contentReference: Reference } @@ -7636,13 +7636,13 @@ type Contract_Legal { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] contentAttachment: Attachment contentReference: Reference } @@ -7655,13 +7655,13 @@ type Contract_Rule { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] contentAttachment: Attachment contentReference: Reference } @@ -7681,19 +7681,19 @@ type Coverage { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """A unique identifier assigned to this coverage.""" - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element type: CodeableConcept @@ -7709,9 +7709,9 @@ type Coverage { """ The program or plan underwriter or payor including both insurance and non-insurance agreements, such as patient-pay agreements. """ - payor: [Reference]! + payor: [Reference!]! """A suite of underwriter specific classifiers.""" - class: [Coverage_Class] + class: [Coverage_Class!] order: positiveInt _order: Element network: string @@ -7719,11 +7719,11 @@ type Coverage { """ A suite of codes indicating the cost category and associated amount which have been detailed in the policy and may have been included on the health card. """ - costToBeneficiary: [Coverage_CostToBeneficiary] + costToBeneficiary: [Coverage_CostToBeneficiary!] subrogation: boolean _subrogation: Element """The policy(s) which constitute this insurance coverage.""" - contract: [Reference] + contract: [Reference!] } enum Coverage_const @typescript(subgraph: "FHIR", type: "\\"Coverage\\"") @example(subgraph: "FHIR", value: "\\"Coverage\\"") { @@ -7738,13 +7738,13 @@ type Coverage_Class { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! value: string _value: Element @@ -7760,20 +7760,20 @@ type Coverage_CostToBeneficiary { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept valueQuantity: Quantity valueMoney: Money """ A suite of codes indicating exceptions or reductions to patient costs and their effective periods. """ - exception: [Coverage_Exception] + exception: [Coverage_Exception!] } """ @@ -7784,13 +7784,13 @@ type Coverage_Exception { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! period: Period } @@ -7810,28 +7810,28 @@ type CoverageEligibilityRequest { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """A unique identifier assigned to this coverage eligiblity request.""" - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element priority: CodeableConcept """ Code to specify whether requesting: prior authorization requirements for some service categories or billing codes; benefits for coverages specified or discovered; discovery and return of coverages for the patient; and/or validation that the specified coverage is in-force at the date/period specified or 'now' if not specified. """ - purpose: [code] + purpose: [code!] """Extensions for purpose""" - _purpose: [Element] + _purpose: [Element!] patient: Reference! servicedDate: query_resourceById_oneOf_34_servicedDate _servicedDate: Element @@ -7845,15 +7845,15 @@ type CoverageEligibilityRequest { """ Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues. """ - supportingInfo: [CoverageEligibilityRequest_SupportingInfo] + supportingInfo: [CoverageEligibilityRequest_SupportingInfo!] """ Financial instruments for reimbursement for the health care products and services. """ - insurance: [CoverageEligibilityRequest_Insurance] + insurance: [CoverageEligibilityRequest_Insurance!] """ Service categories or billable services for which benefit details and/or an authorization prior to service delivery may be required by the payor. """ - item: [CoverageEligibilityRequest_Item] + item: [CoverageEligibilityRequest_Item!] } enum CoverageEligibilityRequest_const @typescript(subgraph: "FHIR", type: "\\"CoverageEligibilityRequest\\"") @example(subgraph: "FHIR", value: "\\"CoverageEligibilityRequest\\"") { @@ -7870,13 +7870,13 @@ type CoverageEligibilityRequest_SupportingInfo { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] sequence: positiveInt _sequence: Element information: Reference! @@ -7892,13 +7892,13 @@ type CoverageEligibilityRequest_Insurance { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] focal: boolean _focal: Element coverage: Reference! @@ -7914,33 +7914,33 @@ type CoverageEligibilityRequest_Item { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Exceptions, special conditions and supporting information applicable for this service or product line. """ - supportingInfoSequence: [positiveInt] + supportingInfoSequence: [positiveInt!] """Extensions for supportingInfoSequence""" - _supportingInfoSequence: [Element] + _supportingInfoSequence: [Element!] category: CodeableConcept productOrService: CodeableConcept """ Item typification or modifiers codes to convey additional context for the product or service. """ - modifier: [CodeableConcept] + modifier: [CodeableConcept!] provider: Reference quantity: Quantity unitPrice: Money facility: Reference """Patient diagnosis for which care is sought.""" - diagnosis: [CoverageEligibilityRequest_Diagnosis] + diagnosis: [CoverageEligibilityRequest_Diagnosis!] """The plan/proposal/order describing the proposed service in detail.""" - detail: [Reference] + detail: [Reference!] } """ @@ -7951,13 +7951,13 @@ type CoverageEligibilityRequest_Diagnosis { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] diagnosisCodeableConcept: CodeableConcept diagnosisReference: Reference } @@ -7977,27 +7977,27 @@ type CoverageEligibilityResponse { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """A unique identifier assigned to this coverage eligiblity request.""" - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element """ Code to specify whether requesting: prior authorization requirements for some service categories or billing codes; benefits for coverages specified or discovered; discovery and return of coverages for the patient; and/or validation that the specified coverage is in-force at the date/period specified or 'now' if not specified. """ - purpose: [code] + purpose: [code!] """Extensions for purpose""" - _purpose: [Element] + _purpose: [Element!] patient: Reference! servicedDate: query_resourceById_oneOf_35_servicedDate _servicedDate: Element @@ -8014,12 +8014,12 @@ type CoverageEligibilityResponse { """ Financial instruments for reimbursement for the health care products and services. """ - insurance: [CoverageEligibilityResponse_Insurance] + insurance: [CoverageEligibilityResponse_Insurance!] preAuthRef: string _preAuthRef: Element form: CodeableConcept """Errors encountered during the processing of the request.""" - error: [CoverageEligibilityResponse_Error] + error: [CoverageEligibilityResponse_Error!] } enum CoverageEligibilityResponse_const @typescript(subgraph: "FHIR", type: "\\"CoverageEligibilityResponse\\"") @example(subgraph: "FHIR", value: "\\"CoverageEligibilityResponse\\"") { @@ -8036,13 +8036,13 @@ type CoverageEligibilityResponse_Insurance { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] coverage: Reference! inforce: boolean _inforce: Element @@ -8050,7 +8050,7 @@ type CoverageEligibilityResponse_Insurance { """ Benefits and optionally current balances, and authorization details by category or service. """ - item: [CoverageEligibilityResponse_Item] + item: [CoverageEligibilityResponse_Item!] } """ @@ -8061,19 +8061,19 @@ type CoverageEligibilityResponse_Item { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] category: CodeableConcept productOrService: CodeableConcept """ Item typification or modifiers codes to convey additional context for the product or service. """ - modifier: [CodeableConcept] + modifier: [CodeableConcept!] provider: Reference excluded: boolean _excluded: Element @@ -8085,13 +8085,13 @@ type CoverageEligibilityResponse_Item { unit: CodeableConcept term: CodeableConcept """Benefits used to date.""" - benefit: [CoverageEligibilityResponse_Benefit] + benefit: [CoverageEligibilityResponse_Benefit!] authorizationRequired: boolean _authorizationRequired: Element """ Codes or comments regarding information or actions associated with the preauthorization. """ - authorizationSupporting: [CodeableConcept] + authorizationSupporting: [CodeableConcept!] authorizationUrl: uri _authorizationUrl: Element } @@ -8104,13 +8104,13 @@ type CoverageEligibilityResponse_Benefit { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! allowedUnsignedInt: query_resourceById_oneOf_35_insurance_items_item_items_benefit_items_allowedUnsignedInt _allowedUnsignedInt: Element @@ -8140,13 +8140,13 @@ type CoverageEligibilityResponse_Error { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept! } @@ -8165,19 +8165,19 @@ type DetectedIssue { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Business identifier associated with the detected issue record.""" - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element code: CodeableConcept @@ -8191,11 +8191,11 @@ type DetectedIssue { """ Indicates the resource representing the current activity or proposed activity that is potentially problematic. """ - implicated: [Reference] + implicated: [Reference!] """ Supporting evidence or manifestations that provide the basis for identifying the detected issue such as a GuidanceResponse or MeasureReport. """ - evidence: [DetectedIssue_Evidence] + evidence: [DetectedIssue_Evidence!] detail: string _detail: Element reference: uri @@ -8203,7 +8203,7 @@ type DetectedIssue { """ Indicates an action that has been taken or is committed to reduce or eliminate the likelihood of the risk identified by the detected issue from manifesting. Can also reflect an observation of known mitigating factors that may reduce/eliminate the need for any action. """ - mitigation: [DetectedIssue_Mitigation] + mitigation: [DetectedIssue_Mitigation!] } enum DetectedIssue_const @typescript(subgraph: "FHIR", type: "\\"DetectedIssue\\"") @example(subgraph: "FHIR", value: "\\"DetectedIssue\\"") { @@ -8220,19 +8220,19 @@ type DetectedIssue_Evidence { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """A manifestation that led to the recording of this detected issue.""" - code: [CodeableConcept] + code: [CodeableConcept!] """ Links to resources that constitute evidence for the detected issue such as a GuidanceResponse or MeasureReport. """ - detail: [Reference] + detail: [Reference!] } """ @@ -8243,13 +8243,13 @@ type DetectedIssue_Mitigation { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] action: CodeableConcept! date: dateTime _date: Element @@ -8271,30 +8271,30 @@ type Device { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Unique instance identifiers assigned to a device by manufacturers other organizations or owners. """ - identifier: [Identifier] + identifier: [Identifier!] definition: Reference """ Unique device identifier (UDI) assigned to device label or package. Note that the Device may include multiple udiCarriers as it either may include just the udiCarrier for the jurisdiction it is sold, or for multiple jurisdictions it could have been sold. """ - udiCarrier: [Device_UdiCarrier] + udiCarrier: [Device_UdiCarrier!] status: code _status: Element """Reason for the dtatus of the Device availability.""" - statusReason: [CodeableConcept] + statusReason: [CodeableConcept!] distinctIdentifier: string _distinctIdentifier: Element manufacturer: string @@ -8310,7 +8310,7 @@ type Device { """ This represents the manufacturer's name of the device as provided by the device, from a UDI label, or by a person describing the Device. This typically would be used when a person provides the name(s) or when the device represents one of the names available from DeviceDefinition. """ - deviceName: [Device_DeviceName] + deviceName: [Device_DeviceName!] modelNumber: string _modelNumber: Element partNumber: string @@ -8319,32 +8319,32 @@ type Device { """ The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication. """ - specialization: [Device_Specialization] + specialization: [Device_Specialization!] """ The actual design of the device or software version running on the device. """ - version: [Device_Version] + version: [Device_Version!] """ The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties. """ - property: [Device_Property] + property: [Device_Property!] patient: Reference owner: Reference """ Contact details for an organization or a particular human that is responsible for the device. """ - contact: [ContactPoint] + contact: [ContactPoint!] location: Reference url: uri _url: Element """ Descriptive information, usage information or implantation information that is not captured in an existing element. """ - note: [Annotation] + note: [Annotation!] """ Provides additional safety characteristics about a medical device. For example devices containing latex. """ - safety: [CodeableConcept] + safety: [CodeableConcept!] parent: Reference } @@ -8360,13 +8360,13 @@ type Device_UdiCarrier { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] deviceIdentifier: string _deviceIdentifier: Element issuer: uri @@ -8390,13 +8390,13 @@ type Device_DeviceName { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: string _name: Element type: code @@ -8411,13 +8411,13 @@ type Device_Specialization { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] systemType: CodeableConcept! version: string _version: Element @@ -8431,13 +8431,13 @@ type Device_Version { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept component: Identifier value: string @@ -8452,18 +8452,18 @@ type Device_Property { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! """Property value as a quantity.""" - valueQuantity: [Quantity] + valueQuantity: [Quantity!] """Property value as a code, e.g., NTP4 (synced to NTP).""" - valueCode: [CodeableConcept] + valueCode: [CodeableConcept!] } """ @@ -8481,61 +8481,61 @@ type DeviceDefinition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Unique instance identifiers assigned to a device by the software, manufacturers, other organizations or owners. For example: handle ID. """ - identifier: [Identifier] + identifier: [Identifier!] """ Unique device identifier (UDI) assigned to device label or package. Note that the Device may include multiple udiCarriers as it either may include just the udiCarrier for the jurisdiction it is sold, or for multiple jurisdictions it could have been sold. """ - udiDeviceIdentifier: [DeviceDefinition_UdiDeviceIdentifier] + udiDeviceIdentifier: [DeviceDefinition_UdiDeviceIdentifier!] manufacturerString: query_resourceById_oneOf_38_manufacturerString _manufacturerString: Element manufacturerReference: Reference """A name given to the device to identify it.""" - deviceName: [DeviceDefinition_DeviceName] + deviceName: [DeviceDefinition_DeviceName!] modelNumber: string _modelNumber: Element type: CodeableConcept """ The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication. """ - specialization: [DeviceDefinition_Specialization] + specialization: [DeviceDefinition_Specialization!] """The available versions of the device, e.g., software versions.""" - version: [string] + version: [string!] """Extensions for version""" - _version: [Element] + _version: [Element!] """Safety characteristics of the device.""" - safety: [CodeableConcept] + safety: [CodeableConcept!] """Shelf Life and storage information.""" - shelfLifeStorage: [ProductShelfLife] + shelfLifeStorage: [ProductShelfLife!] physicalCharacteristics: ProdCharacteristic """ Language code for the human-readable text strings produced by the device (all supported). """ - languageCode: [CodeableConcept] + languageCode: [CodeableConcept!] """Device capabilities.""" - capability: [DeviceDefinition_Capability] + capability: [DeviceDefinition_Capability!] """ The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties. """ - property: [DeviceDefinition_Property] + property: [DeviceDefinition_Property!] owner: Reference """ Contact details for an organization or a particular human that is responsible for the device. """ - contact: [ContactPoint] + contact: [ContactPoint!] url: uri _url: Element onlineInformation: uri @@ -8543,13 +8543,13 @@ type DeviceDefinition { """ Descriptive information, usage information or implantation information that is not captured in an existing element. """ - note: [Annotation] + note: [Annotation!] quantity: Quantity parentDevice: Reference """ A substance used to create the material(s) of which the device is made. """ - material: [DeviceDefinition_Material] + material: [DeviceDefinition_Material!] } enum DeviceDefinition_const @typescript(subgraph: "FHIR", type: "\\"DeviceDefinition\\"") @example(subgraph: "FHIR", value: "\\"DeviceDefinition\\"") { @@ -8564,13 +8564,13 @@ type DeviceDefinition_UdiDeviceIdentifier { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] deviceIdentifier: string _deviceIdentifier: Element issuer: uri @@ -8589,13 +8589,13 @@ type DeviceDefinition_DeviceName { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: string _name: Element type: code @@ -8610,13 +8610,13 @@ type DeviceDefinition_Specialization { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] systemType: string _systemType: Element version: string @@ -8631,20 +8631,20 @@ type ProductShelfLife { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] identifier: Identifier type: CodeableConcept! period: Quantity! """ Special precautions for storage, if any, can be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified. """ - specialPrecautionsForStorage: [CodeableConcept] + specialPrecautionsForStorage: [CodeableConcept!] } """ @@ -8655,13 +8655,13 @@ type ProdCharacteristic { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] height: Quantity width: Quantity depth: Quantity @@ -8673,17 +8673,17 @@ type ProdCharacteristic { """ Where applicable, the color can be specified An appropriate controlled vocabulary shall be used The term and the term identifier shall be used. """ - color: [string] + color: [string!] """Extensions for color""" - _color: [Element] + _color: [Element!] """Where applicable, the imprint can be specified as text.""" - imprint: [string] + imprint: [string!] """Extensions for imprint""" - _imprint: [Element] + _imprint: [Element!] """ Where applicable, the image can be provided The format of the image attachment shall be specified by regional implementations. """ - image: [Attachment] + image: [Attachment!] scoring: CodeableConcept } @@ -8695,16 +8695,16 @@ type DeviceDefinition_Capability { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! """Description of capability.""" - description: [CodeableConcept] + description: [CodeableConcept!] } """ @@ -8715,18 +8715,18 @@ type DeviceDefinition_Property { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! """Property value as a quantity.""" - valueQuantity: [Quantity] + valueQuantity: [Quantity!] """Property value as a code, e.g., NTP4 (synced to NTP).""" - valueCode: [CodeableConcept] + valueCode: [CodeableConcept!] } """ @@ -8737,13 +8737,13 @@ type DeviceDefinition_Material { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] substance: CodeableConcept! alternate: boolean _alternate: Element @@ -8766,21 +8766,21 @@ type DeviceMetric { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Unique instance identifiers assigned to a device by the device or gateway software, manufacturers, other organizations or owners. For example: handle ID. """ - identifier: [Identifier] + identifier: [Identifier!] type: CodeableConcept! unit: CodeableConcept source: Reference @@ -8795,7 +8795,7 @@ type DeviceMetric { """ Describes the calibrations that have been performed or that are required to be performed. """ - calibration: [DeviceMetric_Calibration] + calibration: [DeviceMetric_Calibration!] } enum DeviceMetric_const @typescript(subgraph: "FHIR", type: "\\"DeviceMetric\\"") @example(subgraph: "FHIR", value: "\\"DeviceMetric\\"") { @@ -8810,13 +8810,13 @@ type DeviceMetric_Calibration { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: code _type: Element state: code @@ -8840,35 +8840,35 @@ type DeviceRequest { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Identifiers assigned to this order by the orderer or by the receiver.""" - identifier: [Identifier] + identifier: [Identifier!] """ The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this DeviceRequest. """ - instantiatesCanonical: [canonical] + instantiatesCanonical: [canonical!] """ The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this DeviceRequest. """ - instantiatesUri: [uri] + instantiatesUri: [uri!] """Extensions for instantiatesUri""" - _instantiatesUri: [Element] + _instantiatesUri: [Element!] """Plan/proposal/order fulfilled by this request.""" - basedOn: [Reference] + basedOn: [Reference!] """ The request takes the place of the referenced completed or terminated request(s). """ - priorRequest: [Reference] + priorRequest: [Reference!] groupIdentifier: Identifier status: code _status: Element @@ -8881,7 +8881,7 @@ type DeviceRequest { """ Specific parameters for the ordered item. For example, the prism value for lenses. """ - parameter: [DeviceRequest_Parameter] + parameter: [DeviceRequest_Parameter!] subject: Reference! encounter: Reference occurrenceDateTime: query_resourceById_oneOf_40_occurrenceDateTime @@ -8894,23 +8894,23 @@ type DeviceRequest { performerType: CodeableConcept performer: Reference """Reason or justification for the use of this device.""" - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] """Reason or justification for the use of this device.""" - reasonReference: [Reference] + reasonReference: [Reference!] """ Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be required for delivering the requested service. """ - insurance: [Reference] + insurance: [Reference!] """ Additional clinical information about the patient that may influence the request fulfilment. For example, this may include where on the subject's body the device will be used (i.e. the target site). """ - supportingInfo: [Reference] + supportingInfo: [Reference!] """ Details about this request that were not represented at all or sufficiently in one of the attributes provided in a class. These may include for example a comment, an instruction, or a note associated with the statement. """ - note: [Annotation] + note: [Annotation!] """Key events in the history of the request.""" - relevantHistory: [Reference] + relevantHistory: [Reference!] } enum DeviceRequest_const @typescript(subgraph: "FHIR", type: "\\"DeviceRequest\\"") @example(subgraph: "FHIR", value: "\\"DeviceRequest\\"") { @@ -8925,13 +8925,13 @@ type DeviceRequest_Parameter { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept valueCodeableConcept: CodeableConcept valueQuantity: Quantity @@ -8958,30 +8958,30 @@ type DeviceUseStatement { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """An external identifier for this statement such as an IRI.""" - identifier: [Identifier] + identifier: [Identifier!] """ A plan, proposal or order that is fulfilled in whole or in part by this DeviceUseStatement. """ - basedOn: [Reference] + basedOn: [Reference!] status: code _status: Element subject: Reference! """ Allows linking the DeviceUseStatement to the underlying Request, or to other information that supports or is used to derive the DeviceUseStatement. """ - derivedFrom: [Reference] + derivedFrom: [Reference!] timingTiming: Timing timingPeriod: Period timingDateTime: query_resourceById_oneOf_41_timingDateTime @@ -8991,16 +8991,16 @@ type DeviceUseStatement { source: Reference device: Reference! """Reason or justification for the use of the device.""" - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] """ Indicates another resource whose existence justifies this DeviceUseStatement. """ - reasonReference: [Reference] + reasonReference: [Reference!] bodySite: CodeableConcept """ Details about the device statement that were not represented at all or sufficiently in one of the attributes provided in a class. These may include for example a comment, an instruction, or a note associated with the statement. """ - note: [Annotation] + note: [Annotation!] } enum DeviceUseStatement_const @typescript(subgraph: "FHIR", type: "\\"DeviceUseStatement\\"") @example(subgraph: "FHIR", value: "\\"DeviceUseStatement\\"") { @@ -9024,27 +9024,27 @@ type DiagnosticReport { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Identifiers assigned to this report by the performer or other systems.""" - identifier: [Identifier] + identifier: [Identifier!] """Details concerning a service requested.""" - basedOn: [Reference] + basedOn: [Reference!] status: code _status: Element """ A code that classifies the clinical discipline, department or diagnostic service that created the report (e.g. cardiology, biochemistry, hematology, MRI). This is used for searching, sorting and display purposes. """ - category: [CodeableConcept] + category: [CodeableConcept!] code: CodeableConcept! subject: Reference encounter: Reference @@ -9054,35 +9054,35 @@ type DiagnosticReport { issued: instant _issued: Element """The diagnostic service that is responsible for issuing the report.""" - performer: [Reference] + performer: [Reference!] """ The practitioner or organization that is responsible for the report's conclusions and interpretations. """ - resultsInterpreter: [Reference] + resultsInterpreter: [Reference!] """Details about the specimens on which this diagnostic report is based.""" - specimen: [Reference] + specimen: [Reference!] """ [Observations](observation.html) that are part of this diagnostic report. """ - result: [Reference] + result: [Reference!] """ One or more links to full details of any imaging performed during the diagnostic investigation. Typically, this is imaging performed by DICOM enabled modalities, but this is not required. A fully enabled PACS viewer can use this information to provide views of the source images. """ - imagingStudy: [Reference] + imagingStudy: [Reference!] """ A list of key images associated with this report. The images are generally created during the diagnostic process, and may be directly of the patient, or of treated specimens (i.e. slides of interest). """ - media: [DiagnosticReport_Media] + media: [DiagnosticReport_Media!] conclusion: string _conclusion: Element """ One or more codes that represent the summary conclusion (interpretation/impression) of the diagnostic report. """ - conclusionCode: [CodeableConcept] + conclusionCode: [CodeableConcept!] """ Rich text representation of the entire result as issued by the diagnostic service. Multiple formats are allowed but they SHALL be semantically equivalent. """ - presentedForm: [Attachment] + presentedForm: [Attachment!] } enum DiagnosticReport_const @typescript(subgraph: "FHIR", type: "\\"DiagnosticReport\\"") @example(subgraph: "FHIR", value: "\\"DiagnosticReport\\"") { @@ -9099,13 +9099,13 @@ type DiagnosticReport_Media { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] comment: string _comment: Element link: Reference! @@ -9126,22 +9126,22 @@ type DocumentManifest { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] masterIdentifier: Identifier """ Other identifiers associated with the document manifest, including version independent identifiers. """ - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element type: CodeableConcept @@ -9151,19 +9151,19 @@ type DocumentManifest { """ Identifies who is the author of the manifest. Manifest author is not necessarly the author of the references included. """ - author: [Reference] + author: [Reference!] """ A patient, practitioner, or organization for which this set of documents is intended. """ - recipient: [Reference] + recipient: [Reference!] source: uri _source: Element description: string _description: Element """The list of Resources that consist of the parts of this manifest.""" - content: [Reference]! + content: [Reference!]! """Related identifiers or resources associated with the DocumentManifest.""" - related: [DocumentManifest_Related] + related: [DocumentManifest_Related!] } enum DocumentManifest_const @typescript(subgraph: "FHIR", type: "\\"DocumentManifest\\"") @example(subgraph: "FHIR", value: "\\"DocumentManifest\\"") { @@ -9178,13 +9178,13 @@ type DocumentManifest_Related { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] identifier: Identifier ref: Reference } @@ -9204,22 +9204,22 @@ type DocumentReference { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] masterIdentifier: Identifier """ Other identifiers associated with the document, including version independent identifiers. """ - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element docStatus: code @@ -9228,30 +9228,30 @@ type DocumentReference { """ A categorization for the type of document referenced - helps for indexing and searching. This may be implied by or derived from the code specified in the DocumentReference.type. """ - category: [CodeableConcept] + category: [CodeableConcept!] subject: Reference date: instant _date: Element """ Identifies who is responsible for adding the information to the document. """ - author: [Reference] + author: [Reference!] authenticator: Reference custodian: Reference """ Relationships that this document has with other document references that already exist. """ - relatesTo: [DocumentReference_RelatesTo] + relatesTo: [DocumentReference_RelatesTo!] description: string _description: Element """ A set of Security-Tag codes specifying the level of privacy/security of the Document. Note that DocumentReference.meta.security contains the security labels of the "reference" to the document, while DocumentReference.securityLabel contains a snapshot of the security labels on the document the reference refers to. """ - securityLabel: [CodeableConcept] + securityLabel: [CodeableConcept!] """ The document and format referenced. There may be multiple content element repetitions, each with a different format. """ - content: [DocumentReference_Content]! + content: [DocumentReference_Content!]! context: DocumentReference_Context } @@ -9267,13 +9267,13 @@ type DocumentReference_RelatesTo { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: code _code: Element target: Reference! @@ -9287,13 +9287,13 @@ type DocumentReference_Content { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] attachment: Attachment! format: Coding } @@ -9306,21 +9306,21 @@ type DocumentReference_Context { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Describes the clinical encounter or type of care that the document content is associated with. """ - encounter: [Reference] + encounter: [Reference!] """ This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the type Code, such as a "History and Physical Report" in which the procedure being documented is necessarily a "History and Physical" act. """ - event: [CodeableConcept] + event: [CodeableConcept!] period: Period facilityType: CodeableConcept practiceSetting: CodeableConcept @@ -9328,7 +9328,7 @@ type DocumentReference_Context { """ Related identifiers or resources associated with the DocumentReference. """ - related: [Reference] + related: [Reference!] } """ @@ -9346,66 +9346,66 @@ type Encounter { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Identifier(s) by which this encounter is known.""" - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element """ The status history permits the encounter resource to contain the status history without needing to read through the historical versions of the resource, or even have the server store them. """ - statusHistory: [Encounter_StatusHistory] + statusHistory: [Encounter_StatusHistory!] class: Coding! """ The class history permits the tracking of the encounters transitions without needing to go through the resource history. This would be used for a case where an admission starts of as an emergency encounter, then transitions into an inpatient scenario. Doing this and not restarting a new encounter ensures that any lab/diagnostic results can more easily follow the patient and not require re-processing and not get lost or cancelled during a kind of discharge from emergency to inpatient. """ - classHistory: [Encounter_ClassHistory] + classHistory: [Encounter_ClassHistory!] """ Specific type of encounter (e.g. e-mail consultation, surgical day-care, skilled nursing, rehabilitation). """ - type: [CodeableConcept] + type: [CodeableConcept!] serviceType: CodeableConcept priority: CodeableConcept subject: Reference """ Where a specific encounter should be classified as a part of a specific episode(s) of care this field should be used. This association can facilitate grouping of related encounters together for a specific purpose, such as government reporting, issue tracking, association via a common problem. The association is recorded on the encounter as these are typically created after the episode of care and grouped on entry rather than editing the episode of care to append another encounter to it (the episode of care could span years). """ - episodeOfCare: [Reference] + episodeOfCare: [Reference!] """ The request this encounter satisfies (e.g. incoming referral or procedure request). """ - basedOn: [Reference] + basedOn: [Reference!] """The list of people responsible for providing the service.""" - participant: [Encounter_Participant] + participant: [Encounter_Participant!] """The appointment that scheduled this encounter.""" - appointment: [Reference] + appointment: [Reference!] period: Period length: Duration """ Reason the encounter takes place, expressed as a code. For admissions, this can be used for a coded admission diagnosis. """ - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] """ Reason the encounter takes place, expressed as a code. For admissions, this can be used for a coded admission diagnosis. """ - reasonReference: [Reference] + reasonReference: [Reference!] """The list of diagnosis relevant to this encounter.""" - diagnosis: [Encounter_Diagnosis] + diagnosis: [Encounter_Diagnosis!] """The set of accounts that may be used for billing for this Encounter.""" - account: [Reference] + account: [Reference!] hospitalization: Encounter_Hospitalization """List of locations where the patient has been during this encounter.""" - location: [Encounter_Location] + location: [Encounter_Location!] serviceProvider: Reference partOf: Reference } @@ -9422,13 +9422,13 @@ type Encounter_StatusHistory { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] status: code _status: Element period: Period! @@ -9442,13 +9442,13 @@ type Encounter_ClassHistory { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] class: Coding! period: Period! } @@ -9461,15 +9461,15 @@ type Encounter_Participant { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Role of participant in encounter.""" - type: [CodeableConcept] + type: [CodeableConcept!] period: Period individual: Reference } @@ -9482,13 +9482,13 @@ type Encounter_Diagnosis { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] condition: Reference! use: CodeableConcept rank: positiveInt @@ -9503,25 +9503,25 @@ type Encounter_Hospitalization { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] preAdmissionIdentifier: Identifier origin: Reference admitSource: CodeableConcept reAdmission: CodeableConcept """Diet preferences reported by the patient.""" - dietPreference: [CodeableConcept] + dietPreference: [CodeableConcept!] """Special courtesies (VIP, board member).""" - specialCourtesy: [CodeableConcept] + specialCourtesy: [CodeableConcept!] """ Any special requests that have been made for this hospitalization encounter, such as the provision of specific equipment or other things. """ - specialArrangement: [CodeableConcept] + specialArrangement: [CodeableConcept!] destination: Reference dischargeDisposition: CodeableConcept } @@ -9534,13 +9534,13 @@ type Encounter_Location { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] location: Reference! status: code _status: Element @@ -9563,21 +9563,21 @@ type Endpoint { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Identifier for the organization that is used to identify the endpoint across multiple disparate systems. """ - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element connectionType: Coding! @@ -9587,24 +9587,24 @@ type Endpoint { """ Contact details for a human to contact about the subscription. The primary use of this for system administrator troubleshooting. """ - contact: [ContactPoint] + contact: [ContactPoint!] period: Period """ The payload type describes the acceptable content that can be communicated on the endpoint. """ - payloadType: [CodeableConcept]! + payloadType: [CodeableConcept!]! """ The mime type to send the payload in - e.g. application/fhir+xml, application/fhir+json. If the mime type is not specified, then the sender could send any content (including no content depending on the connectionType). """ - payloadMimeType: [code] + payloadMimeType: [code!] """Extensions for payloadMimeType""" - _payloadMimeType: [Element] + _payloadMimeType: [Element!] address: url _address: Element """Additional headers / information to send as part of the notification.""" - header: [string] + header: [string!] """Extensions for header""" - _header: [Element] + _header: [Element!] } enum Endpoint_const @typescript(subgraph: "FHIR", type: "\\"Endpoint\\"") @example(subgraph: "FHIR", value: "\\"Endpoint\\"") { @@ -9626,19 +9626,19 @@ type EnrollmentRequest { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """The Response business identifier.""" - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element created: dateTime @@ -9668,19 +9668,19 @@ type EnrollmentResponse { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """The Response business identifier.""" - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element request: Reference @@ -9713,49 +9713,49 @@ type EpisodeOfCare { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ The EpisodeOfCare may be known by different identifiers for different contexts of use, such as when an external agency is tracking the Episode for funding purposes. """ - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element """ The history of statuses that the EpisodeOfCare has been through (without requiring processing the history of the resource). """ - statusHistory: [EpisodeOfCare_StatusHistory] + statusHistory: [EpisodeOfCare_StatusHistory!] """ A classification of the type of episode of care; e.g. specialist referral, disease management, type of funded care. """ - type: [CodeableConcept] + type: [CodeableConcept!] """The list of diagnosis relevant to this episode of care.""" - diagnosis: [EpisodeOfCare_Diagnosis] + diagnosis: [EpisodeOfCare_Diagnosis!] patient: Reference! managingOrganization: Reference period: Period """ Referral Request(s) that are fulfilled by this EpisodeOfCare, incoming referrals. """ - referralRequest: [Reference] + referralRequest: [Reference!] careManager: Reference """ The list of practitioners that may be facilitating this episode of care for specific purposes. """ - team: [Reference] + team: [Reference!] """ The set of accounts that may be used for billing for this EpisodeOfCare. """ - account: [Reference] + account: [Reference!] } enum EpisodeOfCare_const @typescript(subgraph: "FHIR", type: "\\"EpisodeOfCare\\"") @example(subgraph: "FHIR", value: "\\"EpisodeOfCare\\"") { @@ -9770,13 +9770,13 @@ type EpisodeOfCare_StatusHistory { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] status: code _status: Element period: Period! @@ -9790,13 +9790,13 @@ type EpisodeOfCare_Diagnosis { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] condition: Reference! role: CodeableConcept rank: positiveInt @@ -9818,23 +9818,23 @@ type EventDefinition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element """ A formal identifier that is used to identify this event definition when it is represented in other formats, or referenced in a specification, model, design or an instance. """ - identifier: [Identifier] + identifier: [Identifier!] version: string _version: Element name: string @@ -9856,17 +9856,17 @@ type EventDefinition { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate event definition instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the event definition is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] purpose: markdown _purpose: Element usage: string @@ -9881,31 +9881,31 @@ type EventDefinition { """ Descriptive topics related to the module. Topics provide a high-level categorization of the module that can be useful for filtering and searching. """ - topic: [CodeableConcept] + topic: [CodeableConcept!] """ An individiual or organization primarily involved in the creation and maintenance of the content. """ - author: [ContactDetail] + author: [ContactDetail!] """ An individual or organization primarily responsible for internal coherence of the content. """ - editor: [ContactDetail] + editor: [ContactDetail!] """ An individual or organization primarily responsible for review of some aspect of the content. """ - reviewer: [ContactDetail] + reviewer: [ContactDetail!] """ An individual or organization responsible for officially endorsing the content for use in some setting. """ - endorser: [ContactDetail] + endorser: [ContactDetail!] """ Related resources such as additional documentation, justification, or bibliographic references. """ - relatedArtifact: [RelatedArtifact] + relatedArtifact: [RelatedArtifact!] """ The trigger element defines when the event occurs. If more than one trigger condition is specified, the event fires whenever any one of the trigger conditions is met. """ - trigger: [TriggerDefinition]! + trigger: [TriggerDefinition!]! } enum EventDefinition_const @typescript(subgraph: "FHIR", type: "\\"EventDefinition\\"") @example(subgraph: "FHIR", value: "\\"EventDefinition\\"") { @@ -9927,23 +9927,23 @@ type Evidence { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element """ A formal identifier that is used to identify this summary when it is represented in other formats, or referenced in a specification, model, design or an instance. """ - identifier: [Identifier] + identifier: [Identifier!] version: string _version: Element title: string @@ -9958,7 +9958,7 @@ type Evidence { """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate evidence instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] approvalDate: date _approvalDate: Element lastReviewDate: date @@ -9968,41 +9968,41 @@ type Evidence { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] """ An individiual, organization, or device primarily involved in the creation and maintenance of the content. """ - author: [ContactDetail] + author: [ContactDetail!] """ An individiual, organization, or device primarily responsible for internal coherence of the content. """ - editor: [ContactDetail] + editor: [ContactDetail!] """ An individiual, organization, or device primarily responsible for review of some aspect of the content. """ - reviewer: [ContactDetail] + reviewer: [ContactDetail!] """ An individiual, organization, or device responsible for officially endorsing the content for use in some setting. """ - endorser: [ContactDetail] + endorser: [ContactDetail!] """Link or citation to artifact associated with the summary.""" - relatedArtifact: [RelatedArtifact] + relatedArtifact: [RelatedArtifact!] description: markdown _description: Element assertion: markdown _assertion: Element """Footnotes and/or explanatory notes.""" - note: [Annotation] + note: [Annotation!] """Evidence variable such as population, exposure, or outcome.""" - variableDefinition: [Evidence_VariableDefinition]! + variableDefinition: [Evidence_VariableDefinition!]! synthesisType: CodeableConcept studyType: CodeableConcept """Values and parameters for a single statistic.""" - statistic: [Evidence_Statistic] + statistic: [Evidence_Statistic!] """ Assessment of certainty, confidence in the estimates, or quality of the evidence. """ - certainty: [Evidence_Certainty] + certainty: [Evidence_Certainty!] } enum Evidence_const @typescript(subgraph: "FHIR", type: "\\"Evidence\\"") @example(subgraph: "FHIR", value: "\\"Evidence\\"") { @@ -10019,17 +10019,17 @@ type Evidence_VariableDefinition { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] description: markdown _description: Element """Footnotes and/or explanatory notes.""" - note: [Annotation] + note: [Annotation!] variableRole: CodeableConcept! observed: Reference intended: Reference @@ -10044,17 +10044,17 @@ type Evidence_Statistic { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] description: string _description: Element """Footnotes and/or explanatory notes.""" - note: [Annotation] + note: [Annotation!] statisticType: CodeableConcept category: CodeableConcept quantity: Quantity @@ -10066,9 +10066,9 @@ type Evidence_Statistic { """ A statistical attribute of the statistic such as a measure of heterogeneity. """ - attributeEstimate: [Evidence_AttributeEstimate] + attributeEstimate: [Evidence_AttributeEstimate!] """A component of the method to generate the statistic.""" - modelCharacteristic: [Evidence_ModelCharacteristic] + modelCharacteristic: [Evidence_ModelCharacteristic!] } """ @@ -10079,17 +10079,17 @@ type Evidence_SampleSize { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] description: string _description: Element """Footnote or explanatory note about the sample size.""" - note: [Annotation] + note: [Annotation!] numberOfStudies: unsignedInt _numberOfStudies: Element numberOfParticipants: unsignedInt @@ -10106,17 +10106,17 @@ type Evidence_AttributeEstimate { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] description: string _description: Element """Footnote or explanatory note about the estimate.""" - note: [Annotation] + note: [Annotation!] type: CodeableConcept quantity: Quantity level: decimal @@ -10125,7 +10125,7 @@ type Evidence_AttributeEstimate { """ A nested attribute estimate; which is the attribute estimate of an attribute estimate. """ - attributeEstimate: [Evidence_AttributeEstimate] + attributeEstimate: [Evidence_AttributeEstimate!] } """ @@ -10136,19 +10136,19 @@ type Evidence_ModelCharacteristic { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept! value: Quantity """A variable adjusted for in the adjusted analysis.""" - variable: [Evidence_Variable] + variable: [Evidence_Variable!] """An attribute of the statistic used as a model characteristic.""" - attributeEstimate: [Evidence_AttributeEstimate] + attributeEstimate: [Evidence_AttributeEstimate!] } """ @@ -10159,22 +10159,22 @@ type Evidence_Variable { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] variableDefinition: Reference! handling: code _handling: Element """Description for grouping of ordinal or polychotomous variables.""" - valueCategory: [CodeableConcept] + valueCategory: [CodeableConcept!] """Discrete value for grouping of ordinal or polychotomous variables.""" - valueQuantity: [Quantity] + valueQuantity: [Quantity!] """Range of values for grouping of ordinal or polychotomous variables.""" - valueRange: [Range] + valueRange: [Range!] } """ @@ -10185,23 +10185,23 @@ type Evidence_Certainty { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] description: string _description: Element """Footnotes and/or explanatory notes.""" - note: [Annotation] + note: [Annotation!] type: CodeableConcept rating: CodeableConcept rater: string _rater: Element """A domain or subdomain of certainty.""" - subcomponent: [Evidence_Certainty] + subcomponent: [Evidence_Certainty!] } """ @@ -10219,17 +10219,17 @@ type EvidenceReport { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element status: code @@ -10237,52 +10237,52 @@ type EvidenceReport { """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate evidence report instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A formal identifier that is used to identify this EvidenceReport when it is represented in other formats, or referenced in a specification, model, design or an instance. """ - identifier: [Identifier] + identifier: [Identifier!] """ A formal identifier that is used to identify things closely related to this EvidenceReport. """ - relatedIdentifier: [Identifier] + relatedIdentifier: [Identifier!] citeAsReference: Reference citeAsMarkdown: query_resourceById_oneOf_52_citeAsMarkdown _citeAsMarkdown: Element type: CodeableConcept """Used for footnotes and annotations.""" - note: [Annotation] + note: [Annotation!] """Link, description or reference to artifact associated with the report.""" - relatedArtifact: [RelatedArtifact] + relatedArtifact: [RelatedArtifact!] subject: EvidenceReport_Subject! publisher: string _publisher: Element """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] """ An individiual, organization, or device primarily involved in the creation and maintenance of the content. """ - author: [ContactDetail] + author: [ContactDetail!] """ An individiual, organization, or device primarily responsible for internal coherence of the content. """ - editor: [ContactDetail] + editor: [ContactDetail!] """ An individiual, organization, or device primarily responsible for review of some aspect of the content. """ - reviewer: [ContactDetail] + reviewer: [ContactDetail!] """ An individiual, organization, or device responsible for officially endorsing the content for use in some setting. """ - endorser: [ContactDetail] + endorser: [ContactDetail!] """ Relationships that this composition has with other compositions or documents that already exist. """ - relatesTo: [EvidenceReport_RelatesTo] + relatesTo: [EvidenceReport_RelatesTo!] """The root of the sections that make up the composition.""" - section: [EvidenceReport_Section] + section: [EvidenceReport_Section!] } enum EvidenceReport_const @typescript(subgraph: "FHIR", type: "\\"EvidenceReport\\"") @example(subgraph: "FHIR", value: "\\"EvidenceReport\\"") { @@ -10299,17 +10299,17 @@ type EvidenceReport_Subject { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Characteristic.""" - characteristic: [EvidenceReport_Characteristic] + characteristic: [EvidenceReport_Characteristic!] """Used for general notes and annotations not coded elsewhere.""" - note: [Annotation] + note: [Annotation!] } """ @@ -10320,13 +10320,13 @@ type EvidenceReport_Characteristic { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept! valueReference: Reference valueCodeableConcept: CodeableConcept @@ -10348,13 +10348,13 @@ type EvidenceReport_RelatesTo { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: code _code: Element targetIdentifier: Identifier @@ -10369,13 +10369,13 @@ type EvidenceReport_Section { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] title: string _title: Element focus: CodeableConcept @@ -10383,22 +10383,22 @@ type EvidenceReport_Section { """ Identifies who is responsible for the information in this section, not necessarily who typed it in. """ - author: [Reference] + author: [Reference!] text: Narrative mode: code _mode: Element orderedBy: CodeableConcept """Specifies any type of classification of the evidence report.""" - entryClassifier: [CodeableConcept] + entryClassifier: [CodeableConcept!] """ A reference to the actual resource from which the narrative in the section is derived. """ - entryReference: [Reference] + entryReference: [Reference!] """Quantity as content.""" - entryQuantity: [Quantity] + entryQuantity: [Quantity!] emptyReason: CodeableConcept """A nested sub-section within this section.""" - section: [EvidenceReport_Section] + section: [EvidenceReport_Section!] } """ @@ -10416,23 +10416,23 @@ type EvidenceVariable { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element """ A formal identifier that is used to identify this evidence variable when it is represented in other formats, or referenced in a specification, model, design or an instance. """ - identifier: [Identifier] + identifier: [Identifier!] version: string _version: Element name: string @@ -10452,37 +10452,37 @@ type EvidenceVariable { """ A human-readable string to clarify or explain concepts about the resource. """ - note: [Annotation] + note: [Annotation!] """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate evidence variable instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] publisher: string _publisher: Element """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] """ An individiual or organization primarily involved in the creation and maintenance of the content. """ - author: [ContactDetail] + author: [ContactDetail!] """ An individual or organization primarily responsible for internal coherence of the content. """ - editor: [ContactDetail] + editor: [ContactDetail!] """ An individual or organization primarily responsible for review of some aspect of the content. """ - reviewer: [ContactDetail] + reviewer: [ContactDetail!] """ An individual or organization responsible for officially endorsing the content for use in some setting. """ - endorser: [ContactDetail] + endorser: [ContactDetail!] """ Related artifacts such as additional documentation, justification, or bibliographic references. """ - relatedArtifact: [RelatedArtifact] + relatedArtifact: [RelatedArtifact!] actual: boolean _actual: Element characteristicCombination: code @@ -10490,13 +10490,13 @@ type EvidenceVariable { """ A characteristic that defines the members of the evidence element. Multiple characteristics are applied with "and" semantics. """ - characteristic: [EvidenceVariable_Characteristic] + characteristic: [EvidenceVariable_Characteristic!] handling: code _handling: Element """ A grouping (or set of values) described along with other groupings to specify the set of groupings allowed for the variable. """ - category: [EvidenceVariable_Category] + category: [EvidenceVariable_Category!] } enum EvidenceVariable_const @typescript(subgraph: "FHIR", type: "\\"EvidenceVariable\\"") @example(subgraph: "FHIR", value: "\\"EvidenceVariable\\"") { @@ -10511,13 +10511,13 @@ type EvidenceVariable_Characteristic { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] description: string _description: Element definitionReference: Reference @@ -10544,13 +10544,13 @@ type EvidenceVariable_TimeFromStart { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] description: string _description: Element quantity: Quantity @@ -10558,7 +10558,7 @@ type EvidenceVariable_TimeFromStart { """ A human-readable string to clarify or explain concepts about the resource. """ - note: [Annotation] + note: [Annotation!] } """ @@ -10569,13 +10569,13 @@ type EvidenceVariable_Category { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: string _name: Element valueCodeableConcept: CodeableConcept @@ -10596,23 +10596,23 @@ type ExampleScenario { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element """ A formal identifier that is used to identify this example scenario when it is represented in other formats, or referenced in a specification, model, design or an instance. """ - identifier: [Identifier] + identifier: [Identifier!] version: string _version: Element name: string @@ -10628,27 +10628,27 @@ type ExampleScenario { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate example scenario instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the example scenario is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] copyright: markdown _copyright: Element purpose: markdown _purpose: Element """Actor participating in the resource.""" - actor: [ExampleScenario_Actor] + actor: [ExampleScenario_Actor!] """Each resource and each version that is present in the workflow.""" - instance: [ExampleScenario_Instance] + instance: [ExampleScenario_Instance!] """Each major process - a group of operations.""" - process: [ExampleScenario_Process] + process: [ExampleScenario_Process!] """Another nested workflow.""" - workflow: [canonical] + workflow: [canonical!] } enum ExampleScenario_const @typescript(subgraph: "FHIR", type: "\\"ExampleScenario\\"") @example(subgraph: "FHIR", value: "\\"ExampleScenario\\"") { @@ -10661,13 +10661,13 @@ type ExampleScenario_Actor { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] actorId: string _actorId: Element type: code @@ -10684,13 +10684,13 @@ type ExampleScenario_Instance { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] resourceId: string _resourceId: Element resourceType: code @@ -10700,11 +10700,11 @@ type ExampleScenario_Instance { description: markdown _description: Element """A specific version of the resource.""" - version: [ExampleScenario_Version] + version: [ExampleScenario_Version!] """ Resources contained in the instance (e.g. the observations contained in a bundle). """ - containedInstance: [ExampleScenario_ContainedInstance] + containedInstance: [ExampleScenario_ContainedInstance!] } """Example of workflow instance.""" @@ -10713,13 +10713,13 @@ type ExampleScenario_Version { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] versionId: string _versionId: Element description: markdown @@ -10732,13 +10732,13 @@ type ExampleScenario_ContainedInstance { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] resourceId: string _resourceId: Element versionId: string @@ -10751,13 +10751,13 @@ type ExampleScenario_Process { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] title: string _title: Element description: markdown @@ -10767,7 +10767,7 @@ type ExampleScenario_Process { postConditions: markdown _postConditions: Element """Each step of the process.""" - step: [ExampleScenario_Step] + step: [ExampleScenario_Step!] } """Example of workflow instance.""" @@ -10776,22 +10776,22 @@ type ExampleScenario_Step { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Nested process.""" - process: [ExampleScenario_Process] + process: [ExampleScenario_Process!] pause: boolean _pause: Element operation: ExampleScenario_Operation """ Indicates an alternative step that can be taken instead of the operations on the base step in exceptional/atypical circumstances. """ - alternative: [ExampleScenario_Alternative] + alternative: [ExampleScenario_Alternative!] } """Example of workflow instance.""" @@ -10800,13 +10800,13 @@ type ExampleScenario_Operation { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] number: string _number: Element type: string @@ -10833,19 +10833,19 @@ type ExampleScenario_Alternative { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] title: string _title: Element description: markdown _description: Element """What happens in each alternative option.""" - step: [ExampleScenario_Step] + step: [ExampleScenario_Step!] } """ @@ -10863,19 +10863,19 @@ type ExplanationOfBenefit { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """A unique identifier assigned to this explanation of benefit.""" - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element type: CodeableConcept! @@ -10895,7 +10895,7 @@ type ExplanationOfBenefit { """ Other claims which are related to this claim such as prior submissions or claims for related services or for the same event. """ - related: [ExplanationOfBenefit_Related] + related: [ExplanationOfBenefit_Related!] prescription: Reference originalPrescription: Reference payee: ExplanationOfBenefit_Payee @@ -10910,56 +10910,56 @@ type ExplanationOfBenefit { """ Reference from the Insurer which is used in later communications which refers to this adjudication. """ - preAuthRef: [string] + preAuthRef: [string!] """Extensions for preAuthRef""" - _preAuthRef: [Element] + _preAuthRef: [Element!] """ The timeframe during which the supplied preauthorization reference may be quoted on claims to obtain the adjudication as provided. """ - preAuthRefPeriod: [Period] + preAuthRefPeriod: [Period!] """The members of the team who provided the products and services.""" - careTeam: [ExplanationOfBenefit_CareTeam] + careTeam: [ExplanationOfBenefit_CareTeam!] """ Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues. """ - supportingInfo: [ExplanationOfBenefit_SupportingInfo] + supportingInfo: [ExplanationOfBenefit_SupportingInfo!] """Information about diagnoses relevant to the claim items.""" - diagnosis: [ExplanationOfBenefit_Diagnosis] + diagnosis: [ExplanationOfBenefit_Diagnosis!] """ Procedures performed on the patient relevant to the billing items with the claim. """ - procedure: [ExplanationOfBenefit_Procedure] + procedure: [ExplanationOfBenefit_Procedure!] precedence: positiveInt _precedence: Element """ Financial instruments for reimbursement for the health care products and services specified on the claim. """ - insurance: [ExplanationOfBenefit_Insurance]! + insurance: [ExplanationOfBenefit_Insurance!]! accident: ExplanationOfBenefit_Accident """ A claim line. Either a simple (a product or service) or a 'group' of details which can also be a simple items or groups of sub-details. """ - item: [ExplanationOfBenefit_Item] + item: [ExplanationOfBenefit_Item!] """ The first-tier service adjudications for payor added product or service lines. """ - addItem: [ExplanationOfBenefit_AddItem] + addItem: [ExplanationOfBenefit_AddItem!] """ The adjudication results which are presented at the header level rather than at the line-item or add-item levels. """ - adjudication: [ExplanationOfBenefit_Adjudication] + adjudication: [ExplanationOfBenefit_Adjudication!] """Categorized monetary totals for the adjudication.""" - total: [ExplanationOfBenefit_Total] + total: [ExplanationOfBenefit_Total!] payment: ExplanationOfBenefit_Payment formCode: CodeableConcept form: Attachment """ A note that describes or explains adjudication results in a human readable form. """ - processNote: [ExplanationOfBenefit_ProcessNote] + processNote: [ExplanationOfBenefit_ProcessNote!] benefitPeriod: Period """Balance by Benefit Category.""" - benefitBalance: [ExplanationOfBenefit_BenefitBalance] + benefitBalance: [ExplanationOfBenefit_BenefitBalance!] } enum ExplanationOfBenefit_const @typescript(subgraph: "FHIR", type: "\\"ExplanationOfBenefit\\"") @example(subgraph: "FHIR", value: "\\"ExplanationOfBenefit\\"") { @@ -10974,13 +10974,13 @@ type ExplanationOfBenefit_Related { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] claim: Reference relationship: CodeableConcept reference: Identifier @@ -10994,13 +10994,13 @@ type ExplanationOfBenefit_Payee { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept party: Reference } @@ -11013,13 +11013,13 @@ type ExplanationOfBenefit_CareTeam { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] sequence: positiveInt _sequence: Element provider: Reference! @@ -11037,13 +11037,13 @@ type ExplanationOfBenefit_SupportingInfo { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] sequence: positiveInt _sequence: Element category: CodeableConcept! @@ -11076,19 +11076,19 @@ type ExplanationOfBenefit_Diagnosis { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] sequence: positiveInt _sequence: Element diagnosisCodeableConcept: CodeableConcept diagnosisReference: Reference """When the condition was observed or the relative ranking.""" - type: [CodeableConcept] + type: [CodeableConcept!] onAdmission: CodeableConcept packageCode: CodeableConcept } @@ -11101,23 +11101,23 @@ type ExplanationOfBenefit_Procedure { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] sequence: positiveInt _sequence: Element """When the condition was observed or the relative ranking.""" - type: [CodeableConcept] + type: [CodeableConcept!] date: dateTime _date: Element procedureCodeableConcept: CodeableConcept procedureReference: Reference """Unique Device Identifiers associated with this line item.""" - udi: [Reference] + udi: [Reference!] } """ @@ -11128,22 +11128,22 @@ type ExplanationOfBenefit_Insurance { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] focal: boolean _focal: Element coverage: Reference! """ Reference numbers previously provided by the insurer to the provider to be quoted on subsequent claims containing services or products related to the prior authorization. """ - preAuthRef: [string] + preAuthRef: [string!] """Extensions for preAuthRef""" - _preAuthRef: [Element] + _preAuthRef: [Element!] } """ @@ -11154,13 +11154,13 @@ type ExplanationOfBenefit_Accident { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] date: date _date: Element type: CodeableConcept @@ -11176,42 +11176,42 @@ type ExplanationOfBenefit_Item { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] sequence: positiveInt _sequence: Element """Care team members related to this service or product.""" - careTeamSequence: [positiveInt] + careTeamSequence: [positiveInt!] """Extensions for careTeamSequence""" - _careTeamSequence: [Element] + _careTeamSequence: [Element!] """Diagnoses applicable for this service or product.""" - diagnosisSequence: [positiveInt] + diagnosisSequence: [positiveInt!] """Extensions for diagnosisSequence""" - _diagnosisSequence: [Element] + _diagnosisSequence: [Element!] """Procedures applicable for this service or product.""" - procedureSequence: [positiveInt] + procedureSequence: [positiveInt!] """Extensions for procedureSequence""" - _procedureSequence: [Element] + _procedureSequence: [Element!] """ Exceptions, special conditions and supporting information applicable for this service or product. """ - informationSequence: [positiveInt] + informationSequence: [positiveInt!] """Extensions for informationSequence""" - _informationSequence: [Element] + _informationSequence: [Element!] revenue: CodeableConcept category: CodeableConcept productOrService: CodeableConcept! """ Item typification or modifiers codes to convey additional context for the product or service. """ - modifier: [CodeableConcept] + modifier: [CodeableConcept!] """Identifies the program under which this may be recovered.""" - programCode: [CodeableConcept] + programCode: [CodeableConcept!] servicedDate: query_resourceById_oneOf_55_item_items_servicedDate _servicedDate: Element servicedPeriod: Period @@ -11224,28 +11224,28 @@ type ExplanationOfBenefit_Item { _factor: Element net: Money """Unique Device Identifiers associated with this line item.""" - udi: [Reference] + udi: [Reference!] bodySite: CodeableConcept """ A region or surface of the bodySite, e.g. limb region or tooth surface(s). """ - subSite: [CodeableConcept] + subSite: [CodeableConcept!] """ A billed item may include goods or services provided in multiple encounters. """ - encounter: [Reference] + encounter: [Reference!] """ The numbers associated with notes below which apply to the adjudication of this item. """ - noteNumber: [positiveInt] + noteNumber: [positiveInt!] """Extensions for noteNumber""" - _noteNumber: [Element] + _noteNumber: [Element!] """ If this item is a group then the values here are a summary of the adjudication of the detail items. If this item is a simple product or service then this is the result of the adjudication of this item. """ - adjudication: [ExplanationOfBenefit_Adjudication] + adjudication: [ExplanationOfBenefit_Adjudication!] """Second-tier of goods and services.""" - detail: [ExplanationOfBenefit_Detail] + detail: [ExplanationOfBenefit_Detail!] } scalar query_resourceById_oneOf_55_item_items_servicedDate @regexp(subgraph: "FHIR", pattern: "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1]))?)?$") @typescript(subgraph: "FHIR", type: "string") @@ -11258,13 +11258,13 @@ type ExplanationOfBenefit_Adjudication { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] category: CodeableConcept! reason: CodeableConcept amount: Money @@ -11280,13 +11280,13 @@ type ExplanationOfBenefit_Detail { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] sequence: positiveInt _sequence: Element revenue: CodeableConcept @@ -11295,26 +11295,26 @@ type ExplanationOfBenefit_Detail { """ Item typification or modifiers codes to convey additional context for the product or service. """ - modifier: [CodeableConcept] + modifier: [CodeableConcept!] """Identifies the program under which this may be recovered.""" - programCode: [CodeableConcept] + programCode: [CodeableConcept!] quantity: Quantity unitPrice: Money factor: decimal _factor: Element net: Money """Unique Device Identifiers associated with this line item.""" - udi: [Reference] + udi: [Reference!] """ The numbers associated with notes below which apply to the adjudication of this item. """ - noteNumber: [positiveInt] + noteNumber: [positiveInt!] """Extensions for noteNumber""" - _noteNumber: [Element] + _noteNumber: [Element!] """The adjudication results.""" - adjudication: [ExplanationOfBenefit_Adjudication] + adjudication: [ExplanationOfBenefit_Adjudication!] """Third-tier of goods and services.""" - subDetail: [ExplanationOfBenefit_SubDetail] + subDetail: [ExplanationOfBenefit_SubDetail!] } """ @@ -11325,13 +11325,13 @@ type ExplanationOfBenefit_SubDetail { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] sequence: positiveInt _sequence: Element revenue: CodeableConcept @@ -11340,24 +11340,24 @@ type ExplanationOfBenefit_SubDetail { """ Item typification or modifiers codes to convey additional context for the product or service. """ - modifier: [CodeableConcept] + modifier: [CodeableConcept!] """Identifies the program under which this may be recovered.""" - programCode: [CodeableConcept] + programCode: [CodeableConcept!] quantity: Quantity unitPrice: Money factor: decimal _factor: Element net: Money """Unique Device Identifiers associated with this line item.""" - udi: [Reference] + udi: [Reference!] """ The numbers associated with notes below which apply to the adjudication of this item. """ - noteNumber: [positiveInt] + noteNumber: [positiveInt!] """Extensions for noteNumber""" - _noteNumber: [Element] + _noteNumber: [Element!] """The adjudication results.""" - adjudication: [ExplanationOfBenefit_Adjudication] + adjudication: [ExplanationOfBenefit_Adjudication!] } """ @@ -11368,40 +11368,40 @@ type ExplanationOfBenefit_AddItem { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Claim items which this service line is intended to replace.""" - itemSequence: [positiveInt] + itemSequence: [positiveInt!] """Extensions for itemSequence""" - _itemSequence: [Element] + _itemSequence: [Element!] """ The sequence number of the details within the claim item which this line is intended to replace. """ - detailSequence: [positiveInt] + detailSequence: [positiveInt!] """Extensions for detailSequence""" - _detailSequence: [Element] + _detailSequence: [Element!] """ The sequence number of the sub-details woithin the details within the claim item which this line is intended to replace. """ - subDetailSequence: [positiveInt] + subDetailSequence: [positiveInt!] """Extensions for subDetailSequence""" - _subDetailSequence: [Element] + _subDetailSequence: [Element!] """ The providers who are authorized for the services rendered to the patient. """ - provider: [Reference] + provider: [Reference!] productOrService: CodeableConcept! """ Item typification or modifiers codes to convey additional context for the product or service. """ - modifier: [CodeableConcept] + modifier: [CodeableConcept!] """Identifies the program under which this may be recovered.""" - programCode: [CodeableConcept] + programCode: [CodeableConcept!] servicedDate: query_resourceById_oneOf_55_addItem_items_servicedDate _servicedDate: Element servicedPeriod: Period @@ -11417,17 +11417,17 @@ type ExplanationOfBenefit_AddItem { """ A region or surface of the bodySite, e.g. limb region or tooth surface(s). """ - subSite: [CodeableConcept] + subSite: [CodeableConcept!] """ The numbers associated with notes below which apply to the adjudication of this item. """ - noteNumber: [positiveInt] + noteNumber: [positiveInt!] """Extensions for noteNumber""" - _noteNumber: [Element] + _noteNumber: [Element!] """The adjudication results.""" - adjudication: [ExplanationOfBenefit_Adjudication] + adjudication: [ExplanationOfBenefit_Adjudication!] """The second-tier service adjudications for payor added services.""" - detail: [ExplanationOfBenefit_Detail1] + detail: [ExplanationOfBenefit_Detail1!] } scalar query_resourceById_oneOf_55_addItem_items_servicedDate @regexp(subgraph: "FHIR", pattern: "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1]))?)?$") @typescript(subgraph: "FHIR", type: "string") @@ -11440,18 +11440,18 @@ type ExplanationOfBenefit_Detail1 { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] productOrService: CodeableConcept! """ Item typification or modifiers codes to convey additional context for the product or service. """ - modifier: [CodeableConcept] + modifier: [CodeableConcept!] quantity: Quantity unitPrice: Money factor: decimal @@ -11460,13 +11460,13 @@ type ExplanationOfBenefit_Detail1 { """ The numbers associated with notes below which apply to the adjudication of this item. """ - noteNumber: [positiveInt] + noteNumber: [positiveInt!] """Extensions for noteNumber""" - _noteNumber: [Element] + _noteNumber: [Element!] """The adjudication results.""" - adjudication: [ExplanationOfBenefit_Adjudication] + adjudication: [ExplanationOfBenefit_Adjudication!] """The third-tier service adjudications for payor added services.""" - subDetail: [ExplanationOfBenefit_SubDetail1] + subDetail: [ExplanationOfBenefit_SubDetail1!] } """ @@ -11477,18 +11477,18 @@ type ExplanationOfBenefit_SubDetail1 { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] productOrService: CodeableConcept! """ Item typification or modifiers codes to convey additional context for the product or service. """ - modifier: [CodeableConcept] + modifier: [CodeableConcept!] quantity: Quantity unitPrice: Money factor: decimal @@ -11497,11 +11497,11 @@ type ExplanationOfBenefit_SubDetail1 { """ The numbers associated with notes below which apply to the adjudication of this item. """ - noteNumber: [positiveInt] + noteNumber: [positiveInt!] """Extensions for noteNumber""" - _noteNumber: [Element] + _noteNumber: [Element!] """The adjudication results.""" - adjudication: [ExplanationOfBenefit_Adjudication] + adjudication: [ExplanationOfBenefit_Adjudication!] } """ @@ -11512,13 +11512,13 @@ type ExplanationOfBenefit_Total { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] category: CodeableConcept! amount: Money! } @@ -11531,13 +11531,13 @@ type ExplanationOfBenefit_Payment { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept adjustment: Money adjustmentReason: CodeableConcept @@ -11555,13 +11555,13 @@ type ExplanationOfBenefit_ProcessNote { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] number: positiveInt _number: Element type: code @@ -11579,13 +11579,13 @@ type ExplanationOfBenefit_BenefitBalance { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] category: CodeableConcept! excluded: boolean _excluded: Element @@ -11597,7 +11597,7 @@ type ExplanationOfBenefit_BenefitBalance { unit: CodeableConcept term: CodeableConcept """Benefits Used to date.""" - financial: [ExplanationOfBenefit_Financial] + financial: [ExplanationOfBenefit_Financial!] } """ @@ -11608,13 +11608,13 @@ type ExplanationOfBenefit_Financial { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! allowedUnsignedInt: query_resourceById_oneOf_55_benefitBalance_items_financial_items_allowedUnsignedInt _allowedUnsignedInt: Element @@ -11647,31 +11647,31 @@ type FamilyMemberHistory { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Business identifiers assigned to this family member history by the performer or other systems which remain constant as the resource is updated and propagates from server to server. """ - identifier: [Identifier] + identifier: [Identifier!] """ The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this FamilyMemberHistory. """ - instantiatesCanonical: [canonical] + instantiatesCanonical: [canonical!] """ The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this FamilyMemberHistory. """ - instantiatesUri: [uri] + instantiatesUri: [uri!] """Extensions for instantiatesUri""" - _instantiatesUri: [Element] + _instantiatesUri: [Element!] status: code _status: Element dataAbsentReason: CodeableConcept @@ -11707,19 +11707,19 @@ type FamilyMemberHistory { """ Describes why the family member history occurred in coded or textual form. """ - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] """ Indicates a Condition, Observation, AllergyIntolerance, or QuestionnaireResponse that justifies this family member history event. """ - reasonReference: [Reference] + reasonReference: [Reference!] """ This property allows a non condition-specific note to the made about the related person. Ideally, the note would be in the condition property, but this is not always possible. """ - note: [Annotation] + note: [Annotation!] """ The significant Conditions (or condition) that the family member had. This is a repeating section to allow a system to represent more than one condition per resource, though there is nothing stopping multiple resources - one per condition. """ - condition: [FamilyMemberHistory_Condition] + condition: [FamilyMemberHistory_Condition!] } enum FamilyMemberHistory_const @typescript(subgraph: "FHIR", type: "\\"FamilyMemberHistory\\"") @example(subgraph: "FHIR", value: "\\"FamilyMemberHistory\\"") { @@ -11744,13 +11744,13 @@ type FamilyMemberHistory_Condition { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept! outcome: CodeableConcept contributedToDeath: boolean @@ -11763,7 +11763,7 @@ type FamilyMemberHistory_Condition { """ An area where general notes can be placed about this specific condition. """ - note: [Annotation] + note: [Annotation!] } scalar query_resourceById_oneOf_56_condition_items_onsetString @regexp(subgraph: "FHIR", pattern: "^[ \\\\r\\\\n\\\\t\\\\S]+$") @typescript(subgraph: "FHIR", type: "string") @@ -11783,27 +11783,27 @@ type Flag { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Business identifiers assigned to this flag by the performer or other systems which remain constant as the resource is updated and propagates from server to server. """ - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element """ Allows a flag to be divided into different categories like clinical, administrative etc. Intended to be used as a means of filtering which flags are displayed to particular user or in a given context. """ - category: [CodeableConcept] + category: [CodeableConcept!] code: CodeableConcept! subject: Reference! period: Period @@ -11830,26 +11830,26 @@ type Goal { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Business identifiers assigned to this goal by the performer or other systems which remain constant as the resource is updated and propagates from server to server. """ - identifier: [Identifier] + identifier: [Identifier!] lifecycleStatus: code _lifecycleStatus: Element achievementStatus: CodeableConcept """Indicates a category the goal falls within.""" - category: [CodeableConcept] + category: [CodeableConcept!] priority: CodeableConcept description: CodeableConcept! subject: Reference! @@ -11857,7 +11857,7 @@ type Goal { _startDate: Element startCodeableConcept: CodeableConcept """Indicates what should be done by when.""" - target: [Goal_Target] + target: [Goal_Target!] statusDate: date _statusDate: Element statusReason: string @@ -11866,15 +11866,15 @@ type Goal { """ The identified conditions and other health record elements that are intended to be addressed by the goal. """ - addresses: [Reference] + addresses: [Reference!] """Any comments related to the goal.""" - note: [Annotation] + note: [Annotation!] """ Identifies the change (or lack of change) at the point when the status of the goal is assessed. """ - outcomeCode: [CodeableConcept] + outcomeCode: [CodeableConcept!] """Details of what's changed (or not changed).""" - outcomeReference: [Reference] + outcomeReference: [Reference!] } enum Goal_const @typescript(subgraph: "FHIR", type: "\\"Goal\\"") @example(subgraph: "FHIR", value: "\\"Goal\\"") { @@ -11891,13 +11891,13 @@ type Goal_Target { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] measure: CodeableConcept detailQuantity: Quantity detailRange: Range @@ -11938,17 +11938,17 @@ type GraphDefinition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element version: string @@ -11966,24 +11966,24 @@ type GraphDefinition { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate graph definition instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the graph definition is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] purpose: markdown _purpose: Element start: code _start: Element profile: canonical """Links this graph makes rules about.""" - link: [GraphDefinition_Link] + link: [GraphDefinition_Link!] } enum GraphDefinition_const @typescript(subgraph: "FHIR", type: "\\"GraphDefinition\\"") @example(subgraph: "FHIR", value: "\\"GraphDefinition\\"") { @@ -11998,13 +11998,13 @@ type GraphDefinition_Link { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] path: string _path: Element sliceName: string @@ -12016,7 +12016,7 @@ type GraphDefinition_Link { description: string _description: Element """Potential target for the link.""" - target: [GraphDefinition_Target] + target: [GraphDefinition_Target!] } """ @@ -12027,22 +12027,22 @@ type GraphDefinition_Target { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: code _type: Element params: string _params: Element profile: canonical """Compartment Consistency Rules.""" - compartment: [GraphDefinition_Compartment] + compartment: [GraphDefinition_Compartment!] """Additional links from target resource.""" - link: [GraphDefinition_Link] + link: [GraphDefinition_Link!] } """ @@ -12053,13 +12053,13 @@ type GraphDefinition_Compartment { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] use: code _use: Element code: code @@ -12087,19 +12087,19 @@ type Group { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """A unique business identifier for this group.""" - identifier: [Identifier] + identifier: [Identifier!] active: boolean _active: Element type: code @@ -12115,9 +12115,9 @@ type Group { """ Identifies traits whose presence r absence is shared by members of the group. """ - characteristic: [Group_Characteristic] + characteristic: [Group_Characteristic!] """Identifies the resource instances that are members of the group.""" - member: [Group_Member] + member: [Group_Member!] } enum Group_const @typescript(subgraph: "FHIR", type: "\\"Group\\"") @example(subgraph: "FHIR", value: "\\"Group\\"") { @@ -12132,13 +12132,13 @@ type Group_Characteristic { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept! valueCodeableConcept: CodeableConcept """ @@ -12162,13 +12162,13 @@ type Group_Member { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] entity: Reference! period: Period inactive: boolean @@ -12190,22 +12190,22 @@ type GuidanceResponse { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] requestIdentifier: Identifier """ Allows a service to provide unique, business identifiers for the response. """ - identifier: [Identifier] + identifier: [Identifier!] moduleUri: query_resourceById_oneOf_61_moduleUri _moduleUri: Element moduleCanonical: query_resourceById_oneOf_61_moduleCanonical @@ -12221,25 +12221,25 @@ type GuidanceResponse { """ Describes the reason for the guidance response in coded or textual form. """ - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] """ Indicates the reason the request was initiated. This is typically provided as a parameter to the evaluation and echoed by the service, although for some use cases, such as subscription- or event-based scenarios, it may provide an indication of the cause for the response. """ - reasonReference: [Reference] + reasonReference: [Reference!] """ Provides a mechanism to communicate additional information about the response. """ - note: [Annotation] + note: [Annotation!] """ Messages resulting from the evaluation of the artifact or artifacts. As part of evaluating the request, the engine may produce informational or warning messages. These messages will be provided by this element. """ - evaluationMessage: [Reference] + evaluationMessage: [Reference!] outputParameters: Reference result: Reference """ If the evaluation could not be completed due to lack of information, or additional information would potentially result in a more accurate response, this element will a description of the data required in order to proceed with the evaluation. A subsequent request to the service should include this data. """ - dataRequirement: [DataRequirement] + dataRequirement: [DataRequirement!] } enum GuidanceResponse_const @typescript(subgraph: "FHIR", type: "\\"GuidanceResponse\\"") @example(subgraph: "FHIR", value: "\\"GuidanceResponse\\"") { @@ -12263,32 +12263,32 @@ type HealthcareService { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """External identifiers for this item.""" - identifier: [Identifier] + identifier: [Identifier!] active: boolean _active: Element providedBy: Reference """Identifies the broad category of service being performed or delivered.""" - category: [CodeableConcept] + category: [CodeableConcept!] """The specific type of service that may be delivered or performed.""" - type: [CodeableConcept] + type: [CodeableConcept!] """ Collection of specialties handled by the service site. This is more of a medical term. """ - specialty: [CodeableConcept] + specialty: [CodeableConcept!] """The location(s) where this healthcare service may be provided.""" - location: [Reference] + location: [Reference!] name: string _name: Element comment: string @@ -12297,45 +12297,45 @@ type HealthcareService { _extraDetails: Element photo: Attachment """List of contacts related to this specific healthcare service.""" - telecom: [ContactPoint] + telecom: [ContactPoint!] """ The location(s) that this service is available to (not where the service is provided). """ - coverageArea: [Reference] + coverageArea: [Reference!] """ The code(s) that detail the conditions under which the healthcare service is available/offered. """ - serviceProvisionCode: [CodeableConcept] + serviceProvisionCode: [CodeableConcept!] """ Does this service have specific eligibility requirements that need to be met in order to use the service? """ - eligibility: [HealthcareService_Eligibility] + eligibility: [HealthcareService_Eligibility!] """Programs that this service is applicable to.""" - program: [CodeableConcept] + program: [CodeableConcept!] """Collection of characteristics (attributes).""" - characteristic: [CodeableConcept] + characteristic: [CodeableConcept!] """ Some services are specifically made available in multiple languages, this property permits a directory to declare the languages this is offered in. Typically this is only provided where a service operates in communities with mixed languages used. """ - communication: [CodeableConcept] + communication: [CodeableConcept!] """ Ways that the service accepts referrals, if this is not provided then it is implied that no referral is required. """ - referralMethod: [CodeableConcept] + referralMethod: [CodeableConcept!] appointmentRequired: boolean _appointmentRequired: Element """A collection of times that the Service Site is available.""" - availableTime: [HealthcareService_AvailableTime] + availableTime: [HealthcareService_AvailableTime!] """ The HealthcareService is not available during this period of time due to the provided reason. """ - notAvailable: [HealthcareService_NotAvailable] + notAvailable: [HealthcareService_NotAvailable!] availabilityExceptions: string _availabilityExceptions: Element """ Technical endpoints providing access to services operated for the specific healthcare services defined at this resource. """ - endpoint: [Reference] + endpoint: [Reference!] } enum HealthcareService_const @typescript(subgraph: "FHIR", type: "\\"HealthcareService\\"") @example(subgraph: "FHIR", value: "\\"HealthcareService\\"") { @@ -12348,13 +12348,13 @@ type HealthcareService_Eligibility { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept comment: markdown _comment: Element @@ -12366,19 +12366,19 @@ type HealthcareService_AvailableTime { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Indicates which days of the week are available between the start and end Times. """ - daysOfWeek: [code] + daysOfWeek: [code!] """Extensions for daysOfWeek""" - _daysOfWeek: [Element] + _daysOfWeek: [Element!] allDay: boolean _allDay: Element availableStartTime: time @@ -12393,13 +12393,13 @@ type HealthcareService_NotAvailable { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] description: string _description: Element during: Period @@ -12420,27 +12420,27 @@ type ImagingStudy { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Identifiers for the ImagingStudy such as DICOM Study Instance UID, and Accession Number. """ - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element """ A list of all the series.modality values that are actual acquisition modalities, i.e. those in the DICOM Context Group 29 (value set OID 1.2.840.10008.6.1.19). """ - modality: [Coding] + modality: [Coding!] subject: Reference! encounter: Reference started: dateTime @@ -12448,36 +12448,36 @@ type ImagingStudy { """ A list of the diagnostic requests that resulted in this imaging study being performed. """ - basedOn: [Reference] + basedOn: [Reference!] referrer: Reference """Who read the study and interpreted the images or other content.""" - interpreter: [Reference] + interpreter: [Reference!] """ The network service providing access (e.g., query, view, or retrieval) for the study. See implementation notes for information about using DICOM endpoints. A study-level endpoint applies to each series in the study, unless overridden by a series-level endpoint with the same Endpoint.connectionType. """ - endpoint: [Reference] + endpoint: [Reference!] numberOfSeries: unsignedInt _numberOfSeries: Element numberOfInstances: unsignedInt _numberOfInstances: Element procedureReference: Reference """The code for the performed procedure type.""" - procedureCode: [CodeableConcept] + procedureCode: [CodeableConcept!] location: Reference """ Description of clinical condition indicating why the ImagingStudy was requested. """ - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] """Indicates another resource whose existence justifies this Study.""" - reasonReference: [Reference] + reasonReference: [Reference!] """ Per the recommended DICOM mapping, this element is derived from the Study Description attribute (0008,1030). Observations or findings about the imaging study should be recorded in another resource, e.g. Observation, and not in this element. """ - note: [Annotation] + note: [Annotation!] description: string _description: Element """Each study has one or more series of images or other content.""" - series: [ImagingStudy_Series] + series: [ImagingStudy_Series!] } enum ImagingStudy_const @typescript(subgraph: "FHIR", type: "\\"ImagingStudy\\"") @example(subgraph: "FHIR", value: "\\"ImagingStudy\\"") { @@ -12492,13 +12492,13 @@ type ImagingStudy_Series { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] uid: id _uid: Element number: unsignedInt @@ -12511,19 +12511,19 @@ type ImagingStudy_Series { """ The network service providing access (e.g., query, view, or retrieval) for this series. See implementation notes for information about using DICOM endpoints. A series-level endpoint, if present, has precedence over a study-level endpoint with the same Endpoint.connectionType. """ - endpoint: [Reference] + endpoint: [Reference!] bodySite: Coding laterality: Coding """The specimen imaged, e.g., for whole slide imaging of a biopsy.""" - specimen: [Reference] + specimen: [Reference!] started: dateTime _started: Element """Indicates who or what performed the series and how they were involved.""" - performer: [ImagingStudy_Performer] + performer: [ImagingStudy_Performer!] """ A single SOP instance within the series, e.g. an image, or presentation state. """ - instance: [ImagingStudy_Instance] + instance: [ImagingStudy_Instance!] } """ @@ -12534,13 +12534,13 @@ type ImagingStudy_Performer { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] function: CodeableConcept actor: Reference! } @@ -12553,13 +12553,13 @@ type ImagingStudy_Instance { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] uid: id _uid: Element sopClass: Coding! @@ -12584,19 +12584,19 @@ type Immunization { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """A unique identifier assigned to this immunization record.""" - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element statusReason: CodeableConcept @@ -12622,36 +12622,36 @@ type Immunization { route: CodeableConcept doseQuantity: Quantity """Indicates who performed the immunization event.""" - performer: [Immunization_Performer] + performer: [Immunization_Performer!] """ Extra information about the immunization that is not conveyed by the other attributes. """ - note: [Annotation] + note: [Annotation!] """Reasons why the vaccine was administered.""" - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] """ Condition, Observation or DiagnosticReport that supports why the immunization was administered. """ - reasonReference: [Reference] + reasonReference: [Reference!] isSubpotent: boolean _isSubpotent: Element """Reason why a dose is considered to be subpotent.""" - subpotentReason: [CodeableConcept] + subpotentReason: [CodeableConcept!] """ Educational material presented to the patient (or guardian) at the time of vaccine administration. """ - education: [Immunization_Education] + education: [Immunization_Education!] """Indicates a patient's eligibility for a funding program.""" - programEligibility: [CodeableConcept] + programEligibility: [CodeableConcept!] fundingSource: CodeableConcept """ Categorical data indicating that an adverse event is associated in time to an immunization. """ - reaction: [Immunization_Reaction] + reaction: [Immunization_Reaction!] """ The protocol (set of recommendations) being followed by the provider who administered the dose. """ - protocolApplied: [Immunization_ProtocolApplied] + protocolApplied: [Immunization_ProtocolApplied!] } enum Immunization_const @typescript(subgraph: "FHIR", type: "\\"Immunization\\"") @example(subgraph: "FHIR", value: "\\"Immunization\\"") { @@ -12670,13 +12670,13 @@ type Immunization_Performer { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] function: CodeableConcept actor: Reference! } @@ -12689,13 +12689,13 @@ type Immunization_Education { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] documentType: string _documentType: Element reference: uri @@ -12714,13 +12714,13 @@ type Immunization_Reaction { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] date: dateTime _date: Element detail: Reference @@ -12736,20 +12736,20 @@ type Immunization_ProtocolApplied { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] series: string _series: Element authority: Reference """ The vaccine preventable disease the dose is being administered against. """ - targetDisease: [CodeableConcept] + targetDisease: [CodeableConcept!] doseNumberPositiveInt: query_resourceById_oneOf_64_protocolApplied_items_doseNumberPositiveInt _doseNumberPositiveInt: Element doseNumberString: query_resourceById_oneOf_64_protocolApplied_items_doseNumberString @@ -12783,19 +12783,19 @@ type ImmunizationEvaluation { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """A unique identifier assigned to this immunization evaluation record.""" - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element patient: Reference! @@ -12808,7 +12808,7 @@ type ImmunizationEvaluation { """ Provides an explanation as to why the vaccine administration event is valid or not relative to the published recommendations. """ - doseStatusReason: [CodeableConcept] + doseStatusReason: [CodeableConcept!] description: string _description: Element series: string @@ -12850,25 +12850,25 @@ type ImmunizationRecommendation { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """A unique identifier assigned to this particular recommendation record.""" - identifier: [Identifier] + identifier: [Identifier!] patient: Reference! date: dateTime _date: Element authority: Reference """Vaccine administration recommendations.""" - recommendation: [ImmunizationRecommendation_Recommendation]! + recommendation: [ImmunizationRecommendation_Recommendation!]! } enum ImmunizationRecommendation_const @typescript(subgraph: "FHIR", type: "\\"ImmunizationRecommendation\\"") @example(subgraph: "FHIR", value: "\\"ImmunizationRecommendation\\"") { @@ -12883,25 +12883,25 @@ type ImmunizationRecommendation_Recommendation { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Vaccine(s) or vaccine group that pertain to the recommendation.""" - vaccineCode: [CodeableConcept] + vaccineCode: [CodeableConcept!] targetDisease: CodeableConcept """Vaccine(s) which should not be used to fulfill the recommendation.""" - contraindicatedVaccineCode: [CodeableConcept] + contraindicatedVaccineCode: [CodeableConcept!] forecastStatus: CodeableConcept! """The reason for the assigned forecast status.""" - forecastReason: [CodeableConcept] + forecastReason: [CodeableConcept!] """ Vaccine date recommendations. For example, earliest date to administer, latest date to administer, etc. """ - dateCriterion: [ImmunizationRecommendation_DateCriterion] + dateCriterion: [ImmunizationRecommendation_DateCriterion!] description: string _description: Element series: string @@ -12917,11 +12917,11 @@ type ImmunizationRecommendation_Recommendation { """ Immunization event history and/or evaluation that supports the status and recommendation. """ - supportingImmunization: [Reference] + supportingImmunization: [Reference!] """ Patient Information that supports the status and recommendation. This includes patient observations, adverse reactions and allergy/intolerance information. """ - supportingPatientInformation: [Reference] + supportingPatientInformation: [Reference!] } """ @@ -12932,13 +12932,13 @@ type ImmunizationRecommendation_DateCriterion { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept! value: dateTime _value: Element @@ -12967,17 +12967,17 @@ type ImplementationGuide { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element version: string @@ -12997,17 +12997,17 @@ type ImplementationGuide { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate implementation guide instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the implementation guide is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] copyright: markdown _copyright: Element packageId: id @@ -13017,17 +13017,17 @@ type ImplementationGuide { """ The version(s) of the FHIR specification that this ImplementationGuide targets - e.g. describes how to use. The value of this element is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is 4.3.0 for this version. """ - fhirVersion: [code] + fhirVersion: [code!] """Extensions for fhirVersion""" - _fhirVersion: [Element] + _fhirVersion: [Element!] """ Another implementation guide that this implementation depends on. Typically, an implementation guide uses value sets, profiles etc.defined in other implementation guides. """ - dependsOn: [ImplementationGuide_DependsOn] + dependsOn: [ImplementationGuide_DependsOn!] """ A set of profiles that all resources covered by this implementation guide must conform to. """ - global: [ImplementationGuide_Global] + global: [ImplementationGuide_Global!] definition: ImplementationGuide_Definition manifest: ImplementationGuide_Manifest } @@ -13044,13 +13044,13 @@ type ImplementationGuide_DependsOn { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] uri: canonical! packageId: id _packageId: Element @@ -13066,13 +13066,13 @@ type ImplementationGuide_Global { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: code _type: Element profile: canonical! @@ -13086,26 +13086,26 @@ type ImplementationGuide_Definition { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ A logical group of resources. Logical groups can be used when building pages. """ - grouping: [ImplementationGuide_Grouping] + grouping: [ImplementationGuide_Grouping!] """ A resource that is part of the implementation guide. Conformance resources (value set, structure definition, capability statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource. """ - resource: [ImplementationGuide_Resource]! + resource: [ImplementationGuide_Resource!]! page: ImplementationGuide_Page """Defines how IG is built by tools.""" - parameter: [ImplementationGuide_Parameter] + parameter: [ImplementationGuide_Parameter!] """A template for building resources.""" - template: [ImplementationGuide_Template] + template: [ImplementationGuide_Template!] } """ @@ -13116,13 +13116,13 @@ type ImplementationGuide_Grouping { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: string _name: Element description: string @@ -13137,20 +13137,20 @@ type ImplementationGuide_Resource { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] reference: Reference! """ Indicates the FHIR Version(s) this artifact is intended to apply to. If no versions are specified, the resource is assumed to apply to all the versions stated in ImplementationGuide.fhirVersion. """ - fhirVersion: [code] + fhirVersion: [code!] """Extensions for fhirVersion""" - _fhirVersion: [Element] + _fhirVersion: [Element!] name: string _name: Element description: string @@ -13176,13 +13176,13 @@ type ImplementationGuide_Page { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] nameUrl: query_resourceById_oneOf_67_definition_page_nameUrl _nameUrl: Element nameReference: Reference @@ -13191,7 +13191,7 @@ type ImplementationGuide_Page { generation: code _generation: Element """Nested Pages/Sections under this page.""" - page: [ImplementationGuide_Page] + page: [ImplementationGuide_Page!] } scalar query_resourceById_oneOf_67_definition_page_nameUrl @regexp(subgraph: "FHIR", pattern: "^\\\\S*$") @typescript(subgraph: "FHIR", type: "string") @@ -13204,13 +13204,13 @@ type ImplementationGuide_Parameter { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: code _code: Element value: string @@ -13225,13 +13225,13 @@ type ImplementationGuide_Template { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: code _code: Element source: string @@ -13248,31 +13248,31 @@ type ImplementationGuide_Manifest { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] rendering: url _rendering: Element """ A resource that is part of the implementation guide. Conformance resources (value set, structure definition, capability statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource. """ - resource: [ImplementationGuide_Resource1]! + resource: [ImplementationGuide_Resource1!]! """Information about a page within the IG.""" - page: [ImplementationGuide_Page1] + page: [ImplementationGuide_Page1!] """Indicates a relative path to an image that exists within the IG.""" - image: [string] + image: [string!] """Extensions for image""" - _image: [Element] + _image: [Element!] """ Indicates the relative path of an additional non-page, non-image file that is part of the IG - e.g. zip, jar and similar files that could be the target of a hyperlink in a derived IG. """ - other: [string] + other: [string!] """Extensions for other""" - _other: [Element] + _other: [Element!] } """ @@ -13283,13 +13283,13 @@ type ImplementationGuide_Resource1 { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] reference: Reference! """ If true or a reference, indicates the resource is an example instance. If a reference is present, indicates that the example is an example of the specified profile. @@ -13312,21 +13312,21 @@ type ImplementationGuide_Page1 { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: string _name: Element title: string _title: Element """The name of an anchor available on the page.""" - anchor: [string] + anchor: [string!] """Extensions for anchor""" - _anchor: [Element] + _anchor: [Element!] } """An ingredient of a manufactured item or pharmaceutical product.""" @@ -13342,33 +13342,33 @@ type Ingredient { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] identifier: Identifier status: code _status: Element """The product which this ingredient is a constituent part of.""" - for: [Reference] + for: [Reference!] role: CodeableConcept! """ A classification of the ingredient identifying its precise purpose(s) in the drug product. This extends the Ingredient.role to add more detail. Example: antioxidant, alkalizing agent. """ - function: [CodeableConcept] + function: [CodeableConcept!] allergenicIndicator: boolean _allergenicIndicator: Element """ The organization(s) that manufacture this ingredient. Can be used to indicate: 1) Organizations we are aware of that manufacture this ingredient 2) Specific Manufacturer(s) currently being used 3) Set of organisations allowed to manufacture this ingredient for this product Users must be clear on the application of context relevant to their use case. """ - manufacturer: [Ingredient_Manufacturer] + manufacturer: [Ingredient_Manufacturer!] substance: Ingredient_Substance! } @@ -13382,13 +13382,13 @@ type Ingredient_Manufacturer { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] role: code _role: Element manufacturer: Reference! @@ -13400,18 +13400,18 @@ type Ingredient_Substance { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableReference! """ The quantity of substance in the unit of presentation, or in the volume (or mass) of the single pharmaceutical product or manufactured item. The allowed repetitions do not represent different strengths, but are different representations - mathematically equivalent - of a single strength. """ - strength: [Ingredient_Strength] + strength: [Ingredient_Strength!] } """An ingredient of a manufactured item or pharmaceutical product.""" @@ -13420,13 +13420,13 @@ type Ingredient_Strength { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] presentationRatio: Ratio presentationRatioRange: RatioRange textPresentation: string @@ -13438,11 +13438,11 @@ type Ingredient_Strength { measurementPoint: string _measurementPoint: Element """The country or countries for which the strength range applies.""" - country: [CodeableConcept] + country: [CodeableConcept!] """ Strength expressed in terms of a reference substance. For when the ingredient strength is additionally expressed as equivalent to the strength of some other closely related substance (e.g. salt vs. base). Reference strength represents the strength (quantitative composition) of the active moiety of the active substance. There are situations when the active substance and active moiety are different, therefore both a strength and a reference strength are needed. """ - referenceStrength: [Ingredient_ReferenceStrength] + referenceStrength: [Ingredient_ReferenceStrength!] } """An ingredient of a manufactured item or pharmaceutical product.""" @@ -13451,20 +13451,20 @@ type Ingredient_ReferenceStrength { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] substance: CodeableReference strengthRatio: Ratio strengthRatioRange: RatioRange measurementPoint: string _measurementPoint: Element """The country or countries for which the strength range applies.""" - country: [CodeableConcept] + country: [CodeableConcept!] } """ @@ -13482,52 +13482,52 @@ type InsurancePlan { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Business identifiers assigned to this health insurance product which remain constant as the resource is updated and propagates from server to server. """ - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element """The kind of health insurance product.""" - type: [CodeableConcept] + type: [CodeableConcept!] name: string _name: Element """ A list of alternate names that the product is known as, or was known as in the past. """ - alias: [string] + alias: [string!] """Extensions for alias""" - _alias: [Element] + _alias: [Element!] period: Period ownedBy: Reference administeredBy: Reference """ The geographic region in which a health insurance product's benefits apply. """ - coverageArea: [Reference] + coverageArea: [Reference!] """The contact for the health insurance product for a certain purpose.""" - contact: [InsurancePlan_Contact] + contact: [InsurancePlan_Contact!] """ The technical endpoints providing access to services operated for the health insurance product. """ - endpoint: [Reference] + endpoint: [Reference!] """Reference to the network included in the health insurance product.""" - network: [Reference] + network: [Reference!] """Details about the coverage offered by the insurance product.""" - coverage: [InsurancePlan_Coverage] + coverage: [InsurancePlan_Coverage!] """Details about an insurance plan.""" - plan: [InsurancePlan_Plan] + plan: [InsurancePlan_Plan!] } enum InsurancePlan_const @typescript(subgraph: "FHIR", type: "\\"InsurancePlan\\"") @example(subgraph: "FHIR", value: "\\"InsurancePlan\\"") { @@ -13542,19 +13542,19 @@ type InsurancePlan_Contact { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] purpose: CodeableConcept name: HumanName """ A contact detail (e.g. a telephone number or an email address) by which the party may be contacted. """ - telecom: [ContactPoint] + telecom: [ContactPoint!] address: Address } @@ -13566,18 +13566,18 @@ type InsurancePlan_Coverage { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! """Reference to the network that providing the type of coverage.""" - network: [Reference] + network: [Reference!] """Specific benefits under this type of coverage.""" - benefit: [InsurancePlan_Benefit]! + benefit: [InsurancePlan_Benefit!]! } """ @@ -13588,18 +13588,18 @@ type InsurancePlan_Benefit { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! requirement: string _requirement: Element """The specific limits on the benefit.""" - limit: [InsurancePlan_Limit] + limit: [InsurancePlan_Limit!] } """ @@ -13610,13 +13610,13 @@ type InsurancePlan_Limit { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] value: Quantity code: CodeableConcept } @@ -13629,28 +13629,28 @@ type InsurancePlan_Plan { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Business identifiers assigned to this health insurance plan which remain constant as the resource is updated and propagates from server to server. """ - identifier: [Identifier] + identifier: [Identifier!] type: CodeableConcept """ The geographic region in which a health insurance plan's benefits apply. """ - coverageArea: [Reference] + coverageArea: [Reference!] """Reference to the network that providing the type of coverage.""" - network: [Reference] + network: [Reference!] """Overall costs associated with the plan.""" - generalCost: [InsurancePlan_GeneralCost] + generalCost: [InsurancePlan_GeneralCost!] """Costs associated with the coverage provided by the product.""" - specificCost: [InsurancePlan_SpecificCost] + specificCost: [InsurancePlan_SpecificCost!] } """ @@ -13661,13 +13661,13 @@ type InsurancePlan_GeneralCost { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept groupSize: positiveInt _groupSize: Element @@ -13684,16 +13684,16 @@ type InsurancePlan_SpecificCost { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] category: CodeableConcept! """List of the specific benefits under this category of benefit.""" - benefit: [InsurancePlan_Benefit1] + benefit: [InsurancePlan_Benefit1!] } """ @@ -13704,16 +13704,16 @@ type InsurancePlan_Benefit1 { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! """List of the costs associated with a specific benefit.""" - cost: [InsurancePlan_Cost] + cost: [InsurancePlan_Cost!] } """ @@ -13724,19 +13724,19 @@ type InsurancePlan_Cost { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! applicability: CodeableConcept """ Additional information about the cost, such as information about funding sources (e.g. HSA, HRA, FSA, RRA). """ - qualifiers: [CodeableConcept] + qualifiers: [CodeableConcept!] value: Quantity } @@ -13755,21 +13755,21 @@ type Invoice { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Identifier of this Invoice, often used for reference in correspondence about this invoice or for tracking of payments. """ - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element cancelledReason: string @@ -13782,17 +13782,17 @@ type Invoice { """ Indicates who or what performed or participated in the charged service. """ - participant: [Invoice_Participant] + participant: [Invoice_Participant!] issuer: Reference account: Reference """ Each line item represents one charge for goods and services rendered. Details such as date, code and amount are found in the referenced ChargeItem resource. """ - lineItem: [Invoice_LineItem] + lineItem: [Invoice_LineItem!] """ The total amount for the Invoice may be calculated as the sum of the line items with surcharges/deductions that apply in certain conditions. The priceComponent element can be used to offer transparency to the recipient of the Invoice of how the total price was calculated. """ - totalPriceComponent: [Invoice_PriceComponent] + totalPriceComponent: [Invoice_PriceComponent!] totalNet: Money totalGross: Money paymentTerms: markdown @@ -13800,7 +13800,7 @@ type Invoice { """ Comments made about the invoice by the issuer, subject, or other participants. """ - note: [Annotation] + note: [Annotation!] } enum Invoice_const @typescript(subgraph: "FHIR", type: "\\"Invoice\\"") @example(subgraph: "FHIR", value: "\\"Invoice\\"") { @@ -13815,13 +13815,13 @@ type Invoice_Participant { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] role: CodeableConcept actor: Reference! } @@ -13834,13 +13834,13 @@ type Invoice_LineItem { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] sequence: positiveInt _sequence: Element chargeItemReference: Reference @@ -13848,7 +13848,7 @@ type Invoice_LineItem { """ The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions. A ChargeItemDefinition resource that defines the prices, factors and conditions that apply to a billing code is currently under development. The priceComponent element can be used to offer transparency to the recipient of the Invoice as to how the prices have been calculated. """ - priceComponent: [Invoice_PriceComponent] + priceComponent: [Invoice_PriceComponent!] } """ @@ -13859,13 +13859,13 @@ type Invoice_PriceComponent { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: code _type: Element code: CodeableConcept @@ -13889,23 +13889,23 @@ type Library { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element """ A formal identifier that is used to identify this library when it is represented in other formats, or referenced in a specification, model, design or an instance. e.g. CMS or NQF identifiers for a measure artifact. Note that at least one identifier is required for non-experimental active artifacts. """ - identifier: [Identifier] + identifier: [Identifier!] version: string _version: Element name: string @@ -13928,17 +13928,17 @@ type Library { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate library instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the library is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] purpose: markdown _purpose: Element usage: string @@ -13953,37 +13953,37 @@ type Library { """ Descriptive topics related to the content of the library. Topics provide a high-level categorization of the library that can be useful for filtering and searching. """ - topic: [CodeableConcept] + topic: [CodeableConcept!] """ An individiual or organization primarily involved in the creation and maintenance of the content. """ - author: [ContactDetail] + author: [ContactDetail!] """ An individual or organization primarily responsible for internal coherence of the content. """ - editor: [ContactDetail] + editor: [ContactDetail!] """ An individual or organization primarily responsible for review of some aspect of the content. """ - reviewer: [ContactDetail] + reviewer: [ContactDetail!] """ An individual or organization responsible for officially endorsing the content for use in some setting. """ - endorser: [ContactDetail] + endorser: [ContactDetail!] """ Related artifacts such as additional documentation, justification, or bibliographic references. """ - relatedArtifact: [RelatedArtifact] + relatedArtifact: [RelatedArtifact!] """The parameter element defines parameters used by the library.""" - parameter: [ParameterDefinition] + parameter: [ParameterDefinition!] """ Describes a set of data that must be provided in order to be able to successfully perform the computations defined by the library. """ - dataRequirement: [DataRequirement] + dataRequirement: [DataRequirement!] """ The content of the library as an Attachment. The content may be a reference to a url, or may be directly embedded as a base-64 string. Either way, the contentType of the attachment determines how to interpret the content. """ - content: [Attachment] + content: [Attachment!] } enum Library_const @typescript(subgraph: "FHIR", type: "\\"Library\\"") @example(subgraph: "FHIR", value: "\\"Library\\"") { @@ -14005,24 +14005,24 @@ type Linkage { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] active: boolean _active: Element author: Reference """ Identifies which record considered as the reference to the same real-world occurrence as well as how the items should be evaluated within the collection of linked items. """ - item: [Linkage_Item]! + item: [Linkage_Item!]! } enum Linkage_const @typescript(subgraph: "FHIR", type: "\\"Linkage\\"") @example(subgraph: "FHIR", value: "\\"Linkage\\"") { @@ -14037,13 +14037,13 @@ type Linkage_Item { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: code _type: Element resource: Reference! @@ -14062,21 +14062,21 @@ type List { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Identifier for the List assigned for business purposes outside the context of FHIR. """ - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element mode: code @@ -14091,9 +14091,9 @@ type List { source: Reference orderedBy: CodeableConcept """Comments that apply to the overall list.""" - note: [Annotation] + note: [Annotation!] """Entries in this list.""" - entry: [List_Entry] + entry: [List_Entry!] emptyReason: CodeableConcept } @@ -14107,13 +14107,13 @@ type List_Entry { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] flag: CodeableConcept deleted: boolean _deleted: Element @@ -14137,19 +14137,19 @@ type Location { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Unique code or number identifying the location to its users.""" - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element operationalStatus: Coding @@ -14158,32 +14158,32 @@ type Location { """ A list of alternate names that the location is known as, or was known as, in the past. """ - alias: [string] + alias: [string!] """Extensions for alias""" - _alias: [Element] + _alias: [Element!] description: string _description: Element mode: code _mode: Element """Indicates the type of function performed at the location.""" - type: [CodeableConcept] + type: [CodeableConcept!] """ The contact details of communication devices available at the location. This can include phone numbers, fax numbers, mobile numbers, email addresses and web sites. """ - telecom: [ContactPoint] + telecom: [ContactPoint!] address: Address physicalType: CodeableConcept position: Location_Position managingOrganization: Reference partOf: Reference """What days/times during a week is this location usually open.""" - hoursOfOperation: [Location_HoursOfOperation] + hoursOfOperation: [Location_HoursOfOperation!] availabilityExceptions: string _availabilityExceptions: Element """ Technical endpoints providing access to services operated for the location. """ - endpoint: [Reference] + endpoint: [Reference!] } enum Location_const @typescript(subgraph: "FHIR", type: "\\"Location\\"") @example(subgraph: "FHIR", value: "\\"Location\\"") { @@ -14198,13 +14198,13 @@ type Location_Position { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] longitude: decimal _longitude: Element latitude: decimal @@ -14221,19 +14221,19 @@ type Location_HoursOfOperation { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Indicates which days of the week are available between the start and end Times. """ - daysOfWeek: [code] + daysOfWeek: [code!] """Extensions for daysOfWeek""" - _daysOfWeek: [Element] + _daysOfWeek: [Element!] allDay: boolean _allDay: Element openingTime: time @@ -14257,19 +14257,19 @@ type ManufacturedItemDefinition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Unique identifier.""" - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element manufacturedDoseForm: CodeableConcept! @@ -14277,13 +14277,13 @@ type ManufacturedItemDefinition { """ Manufacturer of the item (Note that this should be named "manufacturer" but it currently causes technical issues). """ - manufacturer: [Reference] + manufacturer: [Reference!] """ The ingredients of this manufactured item. This is only needed if the ingredients are not specified by incoming references from the Ingredient resource. """ - ingredient: [CodeableConcept] + ingredient: [CodeableConcept!] """General characteristics of this item.""" - property: [ManufacturedItemDefinition_Property] + property: [ManufacturedItemDefinition_Property!] } enum ManufacturedItemDefinition_const @typescript(subgraph: "FHIR", type: "\\"ManufacturedItemDefinition\\"") @example(subgraph: "FHIR", value: "\\"ManufacturedItemDefinition\\"") { @@ -14298,13 +14298,13 @@ type ManufacturedItemDefinition_Property { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! valueCodeableConcept: CodeableConcept valueQuantity: Quantity @@ -14331,23 +14331,23 @@ type Measure { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element """ A formal identifier that is used to identify this measure when it is represented in other formats, or referenced in a specification, model, design or an instance. """ - identifier: [Identifier] + identifier: [Identifier!] version: string _version: Element name: string @@ -14369,17 +14369,17 @@ type Measure { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate measure instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the measure is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] purpose: markdown _purpose: Element usage: string @@ -14394,31 +14394,31 @@ type Measure { """ Descriptive topics related to the content of the measure. Topics provide a high-level categorization grouping types of measures that can be useful for filtering and searching. """ - topic: [CodeableConcept] + topic: [CodeableConcept!] """ An individiual or organization primarily involved in the creation and maintenance of the content. """ - author: [ContactDetail] + author: [ContactDetail!] """ An individual or organization primarily responsible for internal coherence of the content. """ - editor: [ContactDetail] + editor: [ContactDetail!] """ An individual or organization primarily responsible for review of some aspect of the content. """ - reviewer: [ContactDetail] + reviewer: [ContactDetail!] """ An individual or organization responsible for officially endorsing the content for use in some setting. """ - endorser: [ContactDetail] + endorser: [ContactDetail!] """ Related artifacts such as additional documentation, justification, or bibliographic references. """ - relatedArtifact: [RelatedArtifact] + relatedArtifact: [RelatedArtifact!] """ A reference to a Library resource containing the formal logic used by the measure. """ - library: [canonical] + library: [canonical!] disclaimer: markdown _disclaimer: Element scoring: CodeableConcept @@ -14426,7 +14426,7 @@ type Measure { """ Indicates whether the measure is used to examine a process, an outcome over time, a patient-reported outcome, or a structure measure such as utilization. """ - type: [CodeableConcept] + type: [CodeableConcept!] riskAdjustment: string _riskAdjustment: Element rateAggregation: string @@ -14437,17 +14437,17 @@ type Measure { _clinicalRecommendationStatement: Element improvementNotation: CodeableConcept """Provides a description of an individual term used within the measure.""" - definition: [markdown] + definition: [markdown!] """Extensions for definition""" - _definition: [Element] + _definition: [Element!] guidance: markdown _guidance: Element """A group of population criteria for the measure.""" - group: [Measure_Group] + group: [Measure_Group!] """ The supplemental data criteria for the measure report, specified as either the name of a valid CQL expression within a referenced library, or a valid FHIR Resource Path. """ - supplementalData: [Measure_SupplementalData] + supplementalData: [Measure_SupplementalData!] } enum Measure_const @typescript(subgraph: "FHIR", type: "\\"Measure\\"") @example(subgraph: "FHIR", value: "\\"Measure\\"") { @@ -14460,22 +14460,22 @@ type Measure_Group { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept description: string _description: Element """A population criteria for the measure.""" - population: [Measure_Population] + population: [Measure_Population!] """ The stratifier criteria for the measure report, specified as either the name of a valid CQL expression defined within a referenced library or a valid FHIR Resource Path. """ - stratifier: [Measure_Stratifier] + stratifier: [Measure_Stratifier!] } """The Measure resource provides the definition of a quality measure.""" @@ -14484,13 +14484,13 @@ type Measure_Population { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept description: string _description: Element @@ -14503,13 +14503,13 @@ type Measure_Stratifier { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept description: string _description: Element @@ -14517,7 +14517,7 @@ type Measure_Stratifier { """ A component of the stratifier criteria for the measure report, specified as either the name of a valid CQL expression defined within a referenced library or a valid FHIR Resource Path. """ - component: [Measure_Component] + component: [Measure_Component!] } """The Measure resource provides the definition of a quality measure.""" @@ -14526,13 +14526,13 @@ type Measure_Component { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept description: string _description: Element @@ -14545,18 +14545,18 @@ type Measure_SupplementalData { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept """ An indicator of the intended usage for the supplemental data element. Supplemental data indicates the data is additional information requested to augment the measure information. Risk adjustment factor indicates the data is additional information used to calculate risk adjustment factors when applying a risk model to the measure calculation. """ - usage: [CodeableConcept] + usage: [CodeableConcept!] description: string _description: Element criteria: Expression! @@ -14577,21 +14577,21 @@ type MeasureReport { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ A formal identifier that is used to identify this MeasureReport when it is represented in other formats or referenced in a specification, model, design or an instance. """ - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element type: code @@ -14606,11 +14606,11 @@ type MeasureReport { """ The results of the calculation, one for each population group in the measure. """ - group: [MeasureReport_Group] + group: [MeasureReport_Group!] """ A reference to a Bundle containing the Resources that were used in the calculation of this measure. """ - evaluatedResource: [Reference] + evaluatedResource: [Reference!] } enum MeasureReport_const @typescript(subgraph: "FHIR", type: "\\"MeasureReport\\"") @example(subgraph: "FHIR", value: "\\"MeasureReport\\"") { @@ -14625,23 +14625,23 @@ type MeasureReport_Group { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept """ The populations that make up the population group, one for each type of population appropriate for the measure. """ - population: [MeasureReport_Population] + population: [MeasureReport_Population!] measureScore: Quantity """ When a measure includes multiple stratifiers, there will be a stratifier group for each stratifier defined by the measure. """ - stratifier: [MeasureReport_Stratifier] + stratifier: [MeasureReport_Stratifier!] } """ @@ -14652,13 +14652,13 @@ type MeasureReport_Population { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept count: integer _count: Element @@ -14673,19 +14673,19 @@ type MeasureReport_Stratifier { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """The meaning of this stratifier, as defined in the measure definition.""" - code: [CodeableConcept] + code: [CodeableConcept!] """ This element contains the results for a single stratum within the stratifier. For example, when stratifying on administrative gender, there will be four strata, one for each possible gender value. """ - stratum: [MeasureReport_Stratum] + stratum: [MeasureReport_Stratum!] } """ @@ -14696,20 +14696,20 @@ type MeasureReport_Stratum { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] value: CodeableConcept """A stratifier component value.""" - component: [MeasureReport_Component] + component: [MeasureReport_Component!] """ The populations that make up the stratum, one for each type of population appropriate to the measure. """ - population: [MeasureReport_Population1] + population: [MeasureReport_Population1!] measureScore: Quantity } @@ -14721,13 +14721,13 @@ type MeasureReport_Component { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept! value: CodeableConcept! } @@ -14740,13 +14740,13 @@ type MeasureReport_Population1 { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept count: integer _count: Element @@ -14768,27 +14768,27 @@ type Media { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Identifiers associated with the image - these may include identifiers for the image itself, identifiers for the context of its collection (e.g. series ids) and context ids such as accession numbers or other workflow identifiers. """ - identifier: [Identifier] + identifier: [Identifier!] """ A procedure that is fulfilled in whole or in part by the creation of this media. """ - basedOn: [Reference] + basedOn: [Reference!] """A larger event of which this particular event is a component or step.""" - partOf: [Reference] + partOf: [Reference!] status: code _status: Element type: CodeableConcept @@ -14803,7 +14803,7 @@ type Media { _issued: Element operator: Reference """Describes why the event occurred in coded or textual form.""" - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] bodySite: CodeableConcept deviceName: string _deviceName: Element @@ -14820,7 +14820,7 @@ type Media { """ Comments made about the media by the performer, subject or other participants. """ - note: [Annotation] + note: [Annotation!] } enum Media_const @typescript(subgraph: "FHIR", type: "\\"Media\\"") @example(subgraph: "FHIR", value: "\\"Media\\"") { @@ -14844,19 +14844,19 @@ type Medication { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Business identifier for this medication.""" - identifier: [Identifier] + identifier: [Identifier!] code: CodeableConcept status: code _status: Element @@ -14864,7 +14864,7 @@ type Medication { form: CodeableConcept amount: Ratio """Identifies a particular constituent of interest in the product.""" - ingredient: [Medication_Ingredient] + ingredient: [Medication_Ingredient!] batch: Medication_Batch } @@ -14880,13 +14880,13 @@ type Medication_Ingredient { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] itemCodeableConcept: CodeableConcept itemReference: Reference isActive: boolean @@ -14902,13 +14902,13 @@ type Medication_Batch { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] lotNumber: string _lotNumber: Element expirationDate: dateTime @@ -14930,33 +14930,33 @@ type MedicationAdministration { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Identifiers associated with this Medication Administration that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server. """ - identifier: [Identifier] + identifier: [Identifier!] """ A protocol, guideline, orderset, or other definition that was adhered to in whole or in part by this event. """ - instantiates: [uri] + instantiates: [uri!] """Extensions for instantiates""" - _instantiates: [Element] + _instantiates: [Element!] """A larger event of which this particular event is a component or step.""" - partOf: [Reference] + partOf: [Reference!] status: code _status: Element """A code indicating why the administration was not performed.""" - statusReason: [CodeableConcept] + statusReason: [CodeableConcept!] category: CodeableConcept medicationCodeableConcept: CodeableConcept medicationReference: Reference @@ -14965,34 +14965,34 @@ type MedicationAdministration { """ Additional information (for example, patient height and weight) that supports the administration of the medication. """ - supportingInformation: [Reference] + supportingInformation: [Reference!] effectiveDateTime: query_resourceById_oneOf_80_effectiveDateTime _effectiveDateTime: Element effectivePeriod: Period """ Indicates who or what performed the medication administration and how they were involved. """ - performer: [MedicationAdministration_Performer] + performer: [MedicationAdministration_Performer!] """A code indicating why the medication was given.""" - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] """ Condition or observation that supports why the medication was administered. """ - reasonReference: [Reference] + reasonReference: [Reference!] request: Reference """ The device used in administering the medication to the patient. For example, a particular infusion pump. """ - device: [Reference] + device: [Reference!] """ Extra information about the medication administration that is not conveyed by the other attributes. """ - note: [Annotation] + note: [Annotation!] dosage: MedicationAdministration_Dosage """ A summary of the events of interest that have occurred, such as when the administration was verified. """ - eventHistory: [Reference] + eventHistory: [Reference!] } enum MedicationAdministration_const @typescript(subgraph: "FHIR", type: "\\"MedicationAdministration\\"") @example(subgraph: "FHIR", value: "\\"MedicationAdministration\\"") { @@ -15009,13 +15009,13 @@ type MedicationAdministration_Performer { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] function: CodeableConcept actor: Reference! } @@ -15028,13 +15028,13 @@ type MedicationAdministration_Dosage { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] text: string _text: Element site: CodeableConcept @@ -15060,23 +15060,23 @@ type MedicationDispense { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Identifiers associated with this Medication Dispense that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server. """ - identifier: [Identifier] + identifier: [Identifier!] """The procedure that trigger the dispense.""" - partOf: [Reference] + partOf: [Reference!] status: code _status: Element statusReasonCodeableConcept: CodeableConcept @@ -15087,12 +15087,12 @@ type MedicationDispense { subject: Reference context: Reference """Additional information that supports the medication being dispensed.""" - supportingInformation: [Reference] + supportingInformation: [Reference!] """Indicates who or what performed the event.""" - performer: [MedicationDispense_Performer] + performer: [MedicationDispense_Performer!] location: Reference """Indicates the medication order that is being dispensed against.""" - authorizingPrescription: [Reference] + authorizingPrescription: [Reference!] type: CodeableConcept quantity: Quantity daysSupply: Quantity @@ -15104,22 +15104,22 @@ type MedicationDispense { """ Identifies the person who picked up the medication. This will usually be a patient or their caregiver, but some cases exist where it can be a healthcare professional. """ - receiver: [Reference] + receiver: [Reference!] """ Extra information about the dispense that could not be conveyed in the other attributes. """ - note: [Annotation] + note: [Annotation!] """Indicates how the medication is to be used by the patient.""" - dosageInstruction: [Dosage] + dosageInstruction: [Dosage!] substitution: MedicationDispense_Substitution """ Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. drug-drug interaction, duplicate therapy, dosage alert etc. """ - detectedIssue: [Reference] + detectedIssue: [Reference!] """ A summary of the events of interest that have occurred, such as when the dispense was verified. """ - eventHistory: [Reference] + eventHistory: [Reference!] } enum MedicationDispense_const @typescript(subgraph: "FHIR", type: "\\"MedicationDispense\\"") @example(subgraph: "FHIR", value: "\\"MedicationDispense\\"") { @@ -15134,13 +15134,13 @@ type MedicationDispense_Performer { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] function: CodeableConcept actor: Reference! } @@ -15153,24 +15153,24 @@ type MedicationDispense_Substitution { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] wasSubstituted: boolean _wasSubstituted: Element type: CodeableConcept """ Indicates the reason for the substitution (or lack of substitution) from what was prescribed. """ - reason: [CodeableConcept] + reason: [CodeableConcept!] """ The person or organization that has primary responsibility for the substitution. """ - responsibleParty: [Reference] + responsibleParty: [Reference!] } """Information about a medication that is used to support knowledge.""" @@ -15186,17 +15186,17 @@ type MedicationKnowledge { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept status: code _status: Element @@ -15206,52 +15206,52 @@ type MedicationKnowledge { """ Additional names for a medication, for example, the name(s) given to a medication in different countries. For example, acetaminophen and paracetamol or salbutamol and albuterol. """ - synonym: [string] + synonym: [string!] """Extensions for synonym""" - _synonym: [Element] + _synonym: [Element!] """Associated or related knowledge about a medication.""" - relatedMedicationKnowledge: [MedicationKnowledge_RelatedMedicationKnowledge] + relatedMedicationKnowledge: [MedicationKnowledge_RelatedMedicationKnowledge!] """ Associated or related medications. For example, if the medication is a branded product (e.g. Crestor), this is the Therapeutic Moeity (e.g. Rosuvastatin) or if this is a generic medication (e.g. Rosuvastatin), this would link to a branded product (e.g. Crestor). """ - associatedMedication: [Reference] + associatedMedication: [Reference!] """ Category of the medication or product (e.g. branded product, therapeutic moeity, generic product, innovator product, etc.). """ - productType: [CodeableConcept] + productType: [CodeableConcept!] """Associated documentation about the medication.""" - monograph: [MedicationKnowledge_Monograph] + monograph: [MedicationKnowledge_Monograph!] """Identifies a particular constituent of interest in the product.""" - ingredient: [MedicationKnowledge_Ingredient] + ingredient: [MedicationKnowledge_Ingredient!] preparationInstruction: markdown _preparationInstruction: Element """The intended or approved route of administration.""" - intendedRoute: [CodeableConcept] + intendedRoute: [CodeableConcept!] """The price of the medication.""" - cost: [MedicationKnowledge_Cost] + cost: [MedicationKnowledge_Cost!] """The program under which the medication is reviewed.""" - monitoringProgram: [MedicationKnowledge_MonitoringProgram] + monitoringProgram: [MedicationKnowledge_MonitoringProgram!] """Guidelines for the administration of the medication.""" - administrationGuidelines: [MedicationKnowledge_AdministrationGuidelines] + administrationGuidelines: [MedicationKnowledge_AdministrationGuidelines!] """ Categorization of the medication within a formulary or classification system. """ - medicineClassification: [MedicationKnowledge_MedicineClassification] + medicineClassification: [MedicationKnowledge_MedicineClassification!] packaging: MedicationKnowledge_Packaging """ Specifies descriptive properties of the medicine, such as color, shape, imprints, etc. """ - drugCharacteristic: [MedicationKnowledge_DrugCharacteristic] + drugCharacteristic: [MedicationKnowledge_DrugCharacteristic!] """ Potential clinical issue with or between medication(s) (for example, drug-drug interaction, drug-disease contraindication, drug-allergy interaction, etc.). """ - contraindication: [Reference] + contraindication: [Reference!] """Regulatory information about a medication.""" - regulatory: [MedicationKnowledge_Regulatory] + regulatory: [MedicationKnowledge_Regulatory!] """ The time course of drug absorption, distribution, metabolism and excretion of a medication from the body. """ - kinetics: [MedicationKnowledge_Kinetics] + kinetics: [MedicationKnowledge_Kinetics!] } enum MedicationKnowledge_const @typescript(subgraph: "FHIR", type: "\\"MedicationKnowledge\\"") @example(subgraph: "FHIR", value: "\\"MedicationKnowledge\\"") { @@ -15264,16 +15264,16 @@ type MedicationKnowledge_RelatedMedicationKnowledge { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! """Associated documentation about the associated medication knowledge.""" - reference: [Reference]! + reference: [Reference!]! } """Information about a medication that is used to support knowledge.""" @@ -15282,13 +15282,13 @@ type MedicationKnowledge_Monograph { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept source: Reference } @@ -15299,13 +15299,13 @@ type MedicationKnowledge_Ingredient { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] itemCodeableConcept: CodeableConcept itemReference: Reference isActive: boolean @@ -15319,13 +15319,13 @@ type MedicationKnowledge_Cost { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! source: string _source: Element @@ -15338,13 +15338,13 @@ type MedicationKnowledge_MonitoringProgram { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept name: string _name: Element @@ -15356,21 +15356,21 @@ type MedicationKnowledge_AdministrationGuidelines { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Dosage for the medication for the specific guidelines.""" - dosage: [MedicationKnowledge_Dosage] + dosage: [MedicationKnowledge_Dosage!] indicationCodeableConcept: CodeableConcept indicationReference: Reference """ Characteristics of the patient that are relevant to the administration guidelines (for example, height, weight, gender, etc.). """ - patientCharacteristics: [MedicationKnowledge_PatientCharacteristics] + patientCharacteristics: [MedicationKnowledge_PatientCharacteristics!] } """Information about a medication that is used to support knowledge.""" @@ -15379,16 +15379,16 @@ type MedicationKnowledge_Dosage { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! """Dosage for the medication for the specific guidelines.""" - dosage: [Dosage]! + dosage: [Dosage!]! } """Information about a medication that is used to support knowledge.""" @@ -15397,19 +15397,19 @@ type MedicationKnowledge_PatientCharacteristics { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] characteristicCodeableConcept: CodeableConcept characteristicQuantity: Quantity """The specific characteristic (e.g. height, weight, gender, etc.).""" - value: [string] + value: [string!] """Extensions for value""" - _value: [Element] + _value: [Element!] } """Information about a medication that is used to support knowledge.""" @@ -15418,18 +15418,18 @@ type MedicationKnowledge_MedicineClassification { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! """ Specific category assigned to the medication (e.g. anti-infective, anti-hypertensive, antibiotic, etc.). """ - classification: [CodeableConcept] + classification: [CodeableConcept!] } """Information about a medication that is used to support knowledge.""" @@ -15438,13 +15438,13 @@ type MedicationKnowledge_Packaging { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept quantity: Quantity } @@ -15455,13 +15455,13 @@ type MedicationKnowledge_DrugCharacteristic { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept valueCodeableConcept: CodeableConcept valueString: query_resourceById_oneOf_82_drugCharacteristic_items_valueString @@ -15481,20 +15481,20 @@ type MedicationKnowledge_Regulatory { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] regulatoryAuthority: Reference! """ Specifies if changes are allowed when dispensing a medication from a regulatory perspective. """ - substitution: [MedicationKnowledge_Substitution] + substitution: [MedicationKnowledge_Substitution!] """Specifies the schedule of a medication in jurisdiction.""" - schedule: [MedicationKnowledge_Schedule] + schedule: [MedicationKnowledge_Schedule!] maxDispense: MedicationKnowledge_MaxDispense } @@ -15504,13 +15504,13 @@ type MedicationKnowledge_Substitution { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! allowed: boolean _allowed: Element @@ -15522,13 +15522,13 @@ type MedicationKnowledge_Schedule { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] schedule: CodeableConcept! } @@ -15538,13 +15538,13 @@ type MedicationKnowledge_MaxDispense { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] quantity: Quantity! period: Duration } @@ -15555,17 +15555,17 @@ type MedicationKnowledge_Kinetics { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """The drug concentration measured at certain discrete points in time.""" - areaUnderCurve: [Quantity] + areaUnderCurve: [Quantity!] """The median lethal dose of a drug.""" - lethalDose50: [Quantity] + lethalDose50: [Quantity!] halfLifePeriod: Duration } @@ -15584,21 +15584,21 @@ type MedicationRequest { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Identifiers associated with this medication request that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server. """ - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element statusReason: CodeableConcept @@ -15607,7 +15607,7 @@ type MedicationRequest { """ Indicates the type of medication request (for example, where the medication is expected to be consumed or administered (i.e. inpatient or outpatient)). """ - category: [CodeableConcept] + category: [CodeableConcept!] priority: code _priority: Element doNotPerform: boolean @@ -15625,7 +15625,7 @@ type MedicationRequest { """ Include additional information (for example, patient height and weight) that supports the ordering of the medication. """ - supportingInformation: [Reference] + supportingInformation: [Reference!] authoredOn: dateTime _authoredOn: Element requester: Reference @@ -15635,48 +15635,48 @@ type MedicationRequest { """ The reason or the indication for ordering or not ordering the medication. """ - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] """Condition or observation that supports why the medication was ordered.""" - reasonReference: [Reference] + reasonReference: [Reference!] """ The URL pointing to a protocol, guideline, orderset, or other definition that is adhered to in whole or in part by this MedicationRequest. """ - instantiatesCanonical: [canonical] + instantiatesCanonical: [canonical!] """Extensions for instantiatesCanonical""" - _instantiatesCanonical: [Element] + _instantiatesCanonical: [Element!] """ The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this MedicationRequest. """ - instantiatesUri: [uri] + instantiatesUri: [uri!] """Extensions for instantiatesUri""" - _instantiatesUri: [Element] + _instantiatesUri: [Element!] """ A plan or request that is fulfilled in whole or in part by this medication request. """ - basedOn: [Reference] + basedOn: [Reference!] groupIdentifier: Identifier courseOfTherapyType: CodeableConcept """ Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be required for delivering the requested service. """ - insurance: [Reference] + insurance: [Reference!] """ Extra information about the prescription that could not be conveyed by the other attributes. """ - note: [Annotation] + note: [Annotation!] """Indicates how the medication is to be used by the patient.""" - dosageInstruction: [Dosage] + dosageInstruction: [Dosage!] dispenseRequest: MedicationRequest_DispenseRequest substitution: MedicationRequest_Substitution priorPrescription: Reference """ Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, duplicate therapy, dosage alert etc. """ - detectedIssue: [Reference] + detectedIssue: [Reference!] """ Links to Provenance records for past versions of this resource or fulfilling request or event resources that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the resource. """ - eventHistory: [Reference] + eventHistory: [Reference!] } enum MedicationRequest_const @typescript(subgraph: "FHIR", type: "\\"MedicationRequest\\"") @example(subgraph: "FHIR", value: "\\"MedicationRequest\\"") { @@ -15691,13 +15691,13 @@ type MedicationRequest_DispenseRequest { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] initialFill: MedicationRequest_InitialFill dispenseInterval: Duration validityPeriod: Period @@ -15716,13 +15716,13 @@ type MedicationRequest_InitialFill { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] quantity: Quantity duration: Duration } @@ -15735,13 +15735,13 @@ type MedicationRequest_Substitution { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ True if the prescriber allows a different drug to be dispensed from what was prescribed. """ @@ -15768,31 +15768,31 @@ type MedicationStatement { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Identifiers associated with this Medication Statement that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server. """ - identifier: [Identifier] + identifier: [Identifier!] """ A plan, proposal or order that is fulfilled in whole or in part by this event. """ - basedOn: [Reference] + basedOn: [Reference!] """A larger event of which this particular event is a component or step.""" - partOf: [Reference] + partOf: [Reference!] status: code _status: Element """Captures the reason for the current state of the MedicationStatement.""" - statusReason: [CodeableConcept] + statusReason: [CodeableConcept!] category: CodeableConcept medicationCodeableConcept: CodeableConcept medicationReference: Reference @@ -15807,19 +15807,19 @@ type MedicationStatement { """ Allows linking the MedicationStatement to the underlying MedicationRequest, or to other information that supports or is used to derive the MedicationStatement. """ - derivedFrom: [Reference] + derivedFrom: [Reference!] """A reason for why the medication is being/was taken.""" - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] """ Condition or observation that supports why the medication is being/was taken. """ - reasonReference: [Reference] + reasonReference: [Reference!] """ Provides extra information about the medication statement that is not conveyed by the other attributes. """ - note: [Annotation] + note: [Annotation!] """Indicates how the medication is/was or should be taken by the patient.""" - dosage: [Dosage] + dosage: [Dosage!] } enum MedicationStatement_const @typescript(subgraph: "FHIR", type: "\\"MedicationStatement\\"") @example(subgraph: "FHIR", value: "\\"MedicationStatement\\"") { @@ -15843,21 +15843,21 @@ type MedicinalProductDefinition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Business identifier for this product. Could be an MPID. When in development or being regulated, products are typically referenced by official identifiers, assigned by a manufacturer or regulator, and unique to a product (which, when compared to a product instance being prescribed, is actually a product type). See also MedicinalProductDefinition.code. """ - identifier: [Identifier] + identifier: [Identifier!] type: CodeableConcept domain: CodeableConcept version: string @@ -15871,7 +15871,7 @@ type MedicinalProductDefinition { """ The path by which the product is taken into or makes contact with the body. In some regions this is referred to as the licenced or approved route. See also AdministrableProductDefinition resource. MedicinalProductDefinition.route is the same concept as AdministrableProductDefinition.routeOfAdministration.code, and they cannot be used together. """ - route: [CodeableConcept] + route: [CodeableConcept!] indication: markdown _indication: Element legalStatusOfSupply: CodeableConcept @@ -15879,58 +15879,58 @@ type MedicinalProductDefinition { """ Whether the Medicinal Product is subject to special measures for regulatory reasons, such as a requirement to conduct post-authorisation studies. """ - specialMeasures: [CodeableConcept] + specialMeasures: [CodeableConcept!] pediatricUseIndicator: CodeableConcept """ Allows the product to be classified by various systems, commonly WHO ATC. """ - classification: [CodeableConcept] + classification: [CodeableConcept!] """ Marketing status of the medicinal product, in contrast to marketing authorization. This refers to the product being actually 'on the market' as opposed to being allowed to be on the market (which is an authorization). """ - marketingStatus: [MarketingStatus] + marketingStatus: [MarketingStatus!] """ Package type for the product. See also the PackagedProductDefinition resource. """ - packagedMedicinalProduct: [CodeableConcept] + packagedMedicinalProduct: [CodeableConcept!] """ The ingredients of this medicinal product - when not detailed in other resources. This is only needed if the ingredients are not specified by incoming references from the Ingredient resource, or indirectly via incoming AdministrableProductDefinition, PackagedProductDefinition or ManufacturedItemDefinition references. In cases where those levels of detail are not used, the ingredients may be specified directly here as codes. """ - ingredient: [CodeableConcept] + ingredient: [CodeableConcept!] """ Any component of the drug product which is not the chemical entity defined as the drug substance, or an excipient in the drug product. This includes process-related impurities and contaminants, product-related impurities including degradation products. """ - impurity: [CodeableReference] + impurity: [CodeableReference!] """ Additional information or supporting documentation about the medicinal product. """ - attachedDocument: [Reference] + attachedDocument: [Reference!] """ A master file for the medicinal product (e.g. Pharmacovigilance System Master File). Drug master files (DMFs) are documents submitted to regulatory agencies to provide confidential detailed information about facilities, processes or articles used in the manufacturing, processing, packaging and storing of drug products. """ - masterFile: [Reference] + masterFile: [Reference!] """A product specific contact, person (in a role), or an organization.""" - contact: [MedicinalProductDefinition_Contact] + contact: [MedicinalProductDefinition_Contact!] """Clinical trials or studies that this product is involved in.""" - clinicalTrial: [Reference] + clinicalTrial: [Reference!] """ A code that this product is known by, usually within some formal terminology, perhaps assigned by a third party (i.e. not the manufacturer or regulator). Products (types of medications) tend to be known by identifiers during development and within regulatory process. However when they are prescribed they tend to be identified by codes. The same product may be have multiple codes, applied to it by multiple organizations. """ - code: [Coding] + code: [Coding!] """The product's name, including full name and possibly coded parts.""" - name: [MedicinalProductDefinition_Name]! + name: [MedicinalProductDefinition_Name!]! """ Reference to another product, e.g. for linking authorised to investigational product, or a virtual product. """ - crossReference: [MedicinalProductDefinition_CrossReference] + crossReference: [MedicinalProductDefinition_CrossReference!] """ A manufacturing or administrative process or step associated with (or performed on) the medicinal product. """ - operation: [MedicinalProductDefinition_Operation] + operation: [MedicinalProductDefinition_Operation!] """ Allows the key product features to be recorded, such as "sugar free", "modified release", "parallel import". """ - characteristic: [MedicinalProductDefinition_Characteristic] + characteristic: [MedicinalProductDefinition_Characteristic!] } enum MedicinalProductDefinition_const @typescript(subgraph: "FHIR", type: "\\"MedicinalProductDefinition\\"") @example(subgraph: "FHIR", value: "\\"MedicinalProductDefinition\\"") { @@ -15945,13 +15945,13 @@ type MarketingStatus { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] country: CodeableConcept jurisdiction: CodeableConcept status: CodeableConcept! @@ -15968,13 +15968,13 @@ type MedicinalProductDefinition_Contact { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept contact: Reference! } @@ -15987,22 +15987,22 @@ type MedicinalProductDefinition_Name { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] productName: string _productName: Element type: CodeableConcept """Coding words or phrases of the name.""" - namePart: [MedicinalProductDefinition_NamePart] + namePart: [MedicinalProductDefinition_NamePart!] """ Country and jurisdiction where the name applies, and associated language. """ - countryLanguage: [MedicinalProductDefinition_CountryLanguage] + countryLanguage: [MedicinalProductDefinition_CountryLanguage!] } """ @@ -16013,13 +16013,13 @@ type MedicinalProductDefinition_NamePart { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] part: string _part: Element type: CodeableConcept! @@ -16033,13 +16033,13 @@ type MedicinalProductDefinition_CountryLanguage { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] country: CodeableConcept! jurisdiction: CodeableConcept language: CodeableConcept! @@ -16053,13 +16053,13 @@ type MedicinalProductDefinition_CrossReference { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] product: CodeableReference! type: CodeableConcept } @@ -16072,19 +16072,19 @@ type MedicinalProductDefinition_Operation { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableReference effectiveDate: Period """ The organization or establishment responsible for (or associated with) the particular process or step, examples include the manufacturer, importer, agent. """ - organization: [Reference] + organization: [Reference!] confidentialityIndicator: CodeableConcept } @@ -16096,13 +16096,13 @@ type MedicinalProductDefinition_Characteristic { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! valueCodeableConcept: CodeableConcept valueQuantity: Quantity @@ -16131,23 +16131,23 @@ type MessageDefinition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element """ A formal identifier that is used to identify this message definition when it is represented in other formats, or referenced in a specification, model, design or an instance. """ - identifier: [Identifier] + identifier: [Identifier!] version: string _version: Element name: string @@ -16155,7 +16155,7 @@ type MessageDefinition { title: string _title: Element """A MessageDefinition that is superseded by this definition.""" - replaces: [canonical] + replaces: [canonical!] status: code _status: Element experimental: boolean @@ -16167,17 +16167,17 @@ type MessageDefinition { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate message definition instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the message definition is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] purpose: markdown _purpose: Element copyright: markdown @@ -16186,7 +16186,7 @@ type MessageDefinition { """ Identifies a protocol or workflow that this MessageDefinition represents a step in. """ - parent: [canonical] + parent: [canonical!] eventCoding: Coding eventUri: query_resourceById_oneOf_86_eventUri _eventUri: Element @@ -16195,17 +16195,17 @@ type MessageDefinition { """ Identifies the resource (or resources) that are being addressed by the event. For example, the Encounter for an admit message or two Account records for a merge. """ - focus: [MessageDefinition_Focus] + focus: [MessageDefinition_Focus!] responseRequired: code _responseRequired: Element """ Indicates what types of messages may be sent as an application-level response to this message. """ - allowedResponse: [MessageDefinition_AllowedResponse] + allowedResponse: [MessageDefinition_AllowedResponse!] """ Canonical reference to a GraphDefinition. If a URL is provided, it is the canonical reference to a [GraphDefinition](graphdefinition.html) that it controls what resources are to be added to the bundle when building the document. The GraphDefinition can also specify profiles that apply to the various resources. """ - graph: [canonical] + graph: [canonical!] } enum MessageDefinition_const @typescript(subgraph: "FHIR", type: "\\"MessageDefinition\\"") @example(subgraph: "FHIR", value: "\\"MessageDefinition\\"") { @@ -16222,13 +16222,13 @@ type MessageDefinition_Focus { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: code _code: Element profile: canonical @@ -16246,13 +16246,13 @@ type MessageDefinition_AllowedResponse { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] message: canonical! situation: markdown _situation: Element @@ -16273,22 +16273,22 @@ type MessageHeader { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] eventCoding: Coding eventUri: query_resourceById_oneOf_87_eventUri _eventUri: Element """The destination application which the message is intended for.""" - destination: [MessageHeader_Destination] + destination: [MessageHeader_Destination!] sender: Reference enterer: Reference author: Reference @@ -16299,7 +16299,7 @@ type MessageHeader { """ The actual data of the message - a reference to the root/focus class of the event. """ - focus: [Reference] + focus: [Reference!] definition: canonical } @@ -16317,13 +16317,13 @@ type MessageHeader_Destination { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: string _name: Element target: Reference @@ -16340,13 +16340,13 @@ type MessageHeader_Source { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: string _name: Element software: string @@ -16366,13 +16366,13 @@ type MessageHeader_Response { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] identifier: id _identifier: Element code: code @@ -16393,21 +16393,21 @@ type MolecularSequence { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ A unique identifier for this particular sequence instance. This is a FHIR-defined id. """ - identifier: [Identifier] + identifier: [Identifier!] type: code _type: Element coordinateSystem: integer @@ -16421,23 +16421,23 @@ type MolecularSequence { """ The definition of variant here originates from Sequence ontology ([variant_of](http://www.sequenceontology.org/browser/current_svn/term/variant_of)). This element can represent amino acid or nucleic sequence change(including insertion,deletion,SNP,etc.) It can represent some complex mutation or segment variation with the assist of CIGAR string. """ - variant: [MolecularSequence_Variant] + variant: [MolecularSequence_Variant!] observedSeq: string _observedSeq: Element """ An experimental feature attribute that defines the quality of the feature in a quantitative way, such as a phred quality score ([SO:0001686](http://www.sequenceontology.org/browser/current_svn/term/SO:0001686)). """ - quality: [MolecularSequence_Quality] + quality: [MolecularSequence_Quality!] readCoverage: integer _readCoverage: Element """ Configurations of the external repository. The repository shall store target's observedSeq or records related with target's observedSeq. """ - repository: [MolecularSequence_Repository] + repository: [MolecularSequence_Repository!] """Pointer to next atomic sequence which at most contains one variant.""" - pointer: [Reference] + pointer: [Reference!] """Information about chromosome structure variation.""" - structureVariant: [MolecularSequence_StructureVariant] + structureVariant: [MolecularSequence_StructureVariant!] } enum MolecularSequence_const @typescript(subgraph: "FHIR", type: "\\"MolecularSequence\\"") @example(subgraph: "FHIR", value: "\\"MolecularSequence\\"") { @@ -16450,13 +16450,13 @@ type MolecularSequence_ReferenceSeq { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] chromosome: CodeableConcept genomeBuild: string _genomeBuild: Element @@ -16480,13 +16480,13 @@ type MolecularSequence_Variant { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] start: integer _start: Element end: integer @@ -16506,13 +16506,13 @@ type MolecularSequence_Quality { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: code _type: Element standardSequence: CodeableConcept @@ -16547,55 +16547,55 @@ type MolecularSequence_Roc { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Invidual data point representing the GQ (genotype quality) score threshold. """ - score: [integer] + score: [integer!] """Extensions for score""" - _score: [Element] + _score: [Element!] """ The number of true positives if the GQ score threshold was set to "score" field value. """ - numTP: [integer] + numTP: [integer!] """Extensions for numTP""" - _numTP: [Element] + _numTP: [Element!] """ The number of false positives if the GQ score threshold was set to "score" field value. """ - numFP: [integer] + numFP: [integer!] """Extensions for numFP""" - _numFP: [Element] + _numFP: [Element!] """ The number of false negatives if the GQ score threshold was set to "score" field value. """ - numFN: [integer] + numFN: [integer!] """Extensions for numFN""" - _numFN: [Element] + _numFN: [Element!] """ Calculated precision if the GQ score threshold was set to "score" field value. """ - precision: [decimal] + precision: [decimal!] """Extensions for precision""" - _precision: [Element] + _precision: [Element!] """ Calculated sensitivity if the GQ score threshold was set to "score" field value. """ - sensitivity: [decimal] + sensitivity: [decimal!] """Extensions for sensitivity""" - _sensitivity: [Element] + _sensitivity: [Element!] """ Calculated fScore if the GQ score threshold was set to "score" field value. """ - fMeasure: [decimal] + fMeasure: [decimal!] """Extensions for fMeasure""" - _fMeasure: [Element] + _fMeasure: [Element!] } """Raw data describing a biological sequence.""" @@ -16604,13 +16604,13 @@ type MolecularSequence_Repository { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: code _type: Element url: uri @@ -16631,13 +16631,13 @@ type MolecularSequence_StructureVariant { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] variantType: CodeableConcept exact: boolean _exact: Element @@ -16653,13 +16653,13 @@ type MolecularSequence_Outer { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] start: integer _start: Element end: integer @@ -16672,13 +16672,13 @@ type MolecularSequence_Inner { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] start: integer _start: Element end: integer @@ -16700,17 +16700,17 @@ type NamingSystem { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: string _name: Element status: code @@ -16724,7 +16724,7 @@ type NamingSystem { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] responsible: string _responsible: Element type: CodeableConcept @@ -16733,17 +16733,17 @@ type NamingSystem { """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate naming system instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the naming system is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] usage: string _usage: Element """ Indicates how the system may be identified when referenced in electronic exchange. """ - uniqueId: [NamingSystem_UniqueId]! + uniqueId: [NamingSystem_UniqueId!]! } enum NamingSystem_const @typescript(subgraph: "FHIR", type: "\\"NamingSystem\\"") @example(subgraph: "FHIR", value: "\\"NamingSystem\\"") { @@ -16758,13 +16758,13 @@ type NamingSystem_UniqueId { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: code _type: Element value: string @@ -16791,37 +16791,37 @@ type NutritionOrder { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Identifiers assigned to this order by the order sender or by the order receiver. """ - identifier: [Identifier] + identifier: [Identifier!] """ The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this NutritionOrder. """ - instantiatesCanonical: [canonical] + instantiatesCanonical: [canonical!] """ The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this NutritionOrder. """ - instantiatesUri: [uri] + instantiatesUri: [uri!] """Extensions for instantiatesUri""" - _instantiatesUri: [Element] + _instantiatesUri: [Element!] """ The URL pointing to a protocol, guideline, orderset or other definition that is adhered to in whole or in part by this NutritionOrder. """ - instantiates: [uri] + instantiates: [uri!] """Extensions for instantiates""" - _instantiates: [Element] + _instantiates: [Element!] status: code _status: Element intent: code @@ -16834,25 +16834,25 @@ type NutritionOrder { """ A link to a record of allergies or intolerances which should be included in the nutrition order. """ - allergyIntolerance: [Reference] + allergyIntolerance: [Reference!] """ This modifier is used to convey order-specific modifiers about the type of food that should be given. These can be derived from patient allergies, intolerances, or preferences such as Halal, Vegan or Kosher. This modifier applies to the entire nutrition order inclusive of the oral diet, nutritional supplements and enteral formula feedings. """ - foodPreferenceModifier: [CodeableConcept] + foodPreferenceModifier: [CodeableConcept!] """ This modifier is used to convey Order-specific modifier about the type of oral food or oral fluids that should not be given. These can be derived from patient allergies, intolerances, or preferences such as No Red Meat, No Soy or No Wheat or Gluten-Free. While it should not be necessary to repeat allergy or intolerance information captured in the referenced AllergyIntolerance resource in the excludeFoodModifier, this element may be used to convey additional specificity related to foods that should be eliminated from the patient’s diet for any reason. This modifier applies to the entire nutrition order inclusive of the oral diet, nutritional supplements and enteral formula feedings. """ - excludeFoodModifier: [CodeableConcept] + excludeFoodModifier: [CodeableConcept!] oralDiet: NutritionOrder_OralDiet """ Oral nutritional products given in order to add further nutritional value to the patient's diet. """ - supplement: [NutritionOrder_Supplement] + supplement: [NutritionOrder_Supplement!] enteralFormula: NutritionOrder_EnteralFormula """ Comments made about the {{title}} by the requester, performer, subject or other participants. """ - note: [Annotation] + note: [Annotation!] } enum NutritionOrder_const @typescript(subgraph: "FHIR", type: "\\"NutritionOrder\\"") @example(subgraph: "FHIR", value: "\\"NutritionOrder\\"") { @@ -16867,33 +16867,33 @@ type NutritionOrder_OralDiet { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ The kind of diet or dietary restriction such as fiber restricted diet or diabetic diet. """ - type: [CodeableConcept] + type: [CodeableConcept!] """ The time period and frequency at which the diet should be given. The diet should be given for the combination of all schedules if more than one schedule is present. """ - schedule: [Timing] + schedule: [Timing!] """ Class that defines the quantity and type of nutrient modifications (for example carbohydrate, fiber or sodium) required for the oral diet. """ - nutrient: [NutritionOrder_Nutrient] + nutrient: [NutritionOrder_Nutrient!] """ Class that describes any texture modifications required for the patient to safely consume various types of solid foods. """ - texture: [NutritionOrder_Texture] + texture: [NutritionOrder_Texture!] """ The required consistency (e.g. honey-thick, nectar-thick, thin, thickened.) of liquids or fluids served to the patient. """ - fluidConsistencyType: [CodeableConcept] + fluidConsistencyType: [CodeableConcept!] instruction: string _instruction: Element } @@ -16906,13 +16906,13 @@ type NutritionOrder_Nutrient { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] modifier: CodeableConcept amount: Quantity } @@ -16925,13 +16925,13 @@ type NutritionOrder_Texture { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] modifier: CodeableConcept foodType: CodeableConcept } @@ -16944,20 +16944,20 @@ type NutritionOrder_Supplement { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept productName: string _productName: Element """ The time period and frequency at which the supplement(s) should be given. The supplement should be given for the combination of all schedules if more than one schedule is present. """ - schedule: [Timing] + schedule: [Timing!] quantity: Quantity instruction: string _instruction: Element @@ -16971,13 +16971,13 @@ type NutritionOrder_EnteralFormula { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] baseFormulaType: CodeableConcept baseFormulaProductName: string _baseFormulaProductName: Element @@ -16989,7 +16989,7 @@ type NutritionOrder_EnteralFormula { """ Formula administration instructions as structured data. This repeating structure allows for changing the administration rate or volume over time for both bolus and continuous feeding. An example of this would be an instruction to increase the rate of continuous feeding every 2 hours. """ - administration: [NutritionOrder_Administration] + administration: [NutritionOrder_Administration!] maxVolumeToDeliver: Quantity administrationInstruction: string _administrationInstruction: Element @@ -17003,13 +17003,13 @@ type NutritionOrder_Administration { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] schedule: Timing quantity: Quantity rateQuantity: Quantity @@ -17029,41 +17029,41 @@ type NutritionProduct { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] status: code _status: Element """ Nutrition products can have different classifications - according to its nutritional properties, preparation methods, etc. """ - category: [CodeableConcept] + category: [CodeableConcept!] code: CodeableConcept """ The organisation (manufacturer, representative or legal authorisation holder) that is responsible for the device. """ - manufacturer: [Reference] + manufacturer: [Reference!] """The product's nutritional information expressed by the nutrients.""" - nutrient: [NutritionProduct_Nutrient] + nutrient: [NutritionProduct_Nutrient!] """Ingredients contained in this product.""" - ingredient: [NutritionProduct_Ingredient] + ingredient: [NutritionProduct_Ingredient!] """ Allergens that are known or suspected to be a part of this nutrition product. """ - knownAllergen: [CodeableReference] + knownAllergen: [CodeableReference!] """Specifies descriptive properties of the nutrition product.""" - productCharacteristic: [NutritionProduct_ProductCharacteristic] + productCharacteristic: [NutritionProduct_ProductCharacteristic!] instance: NutritionProduct_Instance """Comments made about the product.""" - note: [Annotation] + note: [Annotation!] } enum NutritionProduct_const @typescript(subgraph: "FHIR", type: "\\"NutritionProduct\\"") @example(subgraph: "FHIR", value: "\\"NutritionProduct\\"") { @@ -17076,18 +17076,18 @@ type NutritionProduct_Nutrient { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] item: CodeableReference """ The amount of nutrient expressed in one or more units: X per pack / per serving / per dose. """ - amount: [Ratio] + amount: [Ratio!] } """A food or fluid product that is consumed by patients.""" @@ -17096,16 +17096,16 @@ type NutritionProduct_Ingredient { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] item: CodeableReference! """The amount of ingredient that is in the product.""" - amount: [Ratio] + amount: [Ratio!] } """A food or fluid product that is consumed by patients.""" @@ -17114,13 +17114,13 @@ type NutritionProduct_ProductCharacteristic { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! valueCodeableConcept: CodeableConcept valueString: query_resourceById_oneOf_91_productCharacteristic_items_valueString @@ -17144,16 +17144,16 @@ type NutritionProduct_Instance { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] quantity: Quantity """The identifier for the physical instance, typically a serial number.""" - identifier: [Identifier] + identifier: [Identifier!] lotNumber: string _lotNumber: Element expiry: dateTime @@ -17177,37 +17177,37 @@ type Observation { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """A unique identifier assigned to this observation.""" - identifier: [Identifier] + identifier: [Identifier!] """ A plan, proposal or order that is fulfilled in whole or in part by this event. For example, a MedicationRequest may require a patient to have laboratory test performed before it is dispensed. """ - basedOn: [Reference] + basedOn: [Reference!] """ A larger event of which this particular Observation is a component or step. For example, an observation as part of a procedure. """ - partOf: [Reference] + partOf: [Reference!] status: code _status: Element """A code that classifies the general type of observation being made.""" - category: [CodeableConcept] + category: [CodeableConcept!] code: CodeableConcept! subject: Reference """ The actual focus of an observation when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, fetus, or donor. For example, fetus observations in a mother's record. The focus of an observation could also be an existing condition, an intervention, the subject's diet, another observation of the subject, or a body structure such as tumor or implanted device. An example use case would be using the Observation resource to capture whether the mother is trained to change her child's tracheostomy tube. In this example, the child is the patient of record and the mother is the focus. """ - focus: [Reference] + focus: [Reference!] encounter: Reference effectiveDateTime: query_resourceById_oneOf_92_effectiveDateTime _effectiveDateTime: Element @@ -17218,7 +17218,7 @@ type Observation { issued: instant _issued: Element """Who was responsible for asserting the observed value as "true".""" - performer: [Reference] + performer: [Reference!] valueQuantity: Quantity valueCodeableConcept: CodeableConcept valueString: query_resourceById_oneOf_92_valueString @@ -17242,9 +17242,9 @@ type Observation { """ A categorical assessment of an observation value. For example, high, low, normal. """ - interpretation: [CodeableConcept] + interpretation: [CodeableConcept!] """Comments about the observation or the results.""" - note: [Annotation] + note: [Annotation!] bodySite: CodeableConcept method: CodeableConcept specimen: Reference @@ -17252,19 +17252,19 @@ type Observation { """ Guidance on how to interpret the value by comparison to a normal or recommended range. Multiple reference ranges are interpreted as an "OR". In other words, to represent two distinct target populations, two \`referenceRange\` elements would be used. """ - referenceRange: [Observation_ReferenceRange] + referenceRange: [Observation_ReferenceRange!] """ This observation is a group observation (e.g. a battery, a panel of tests, a set of vital sign measurements) that includes the target as a member of the group. """ - hasMember: [Reference] + hasMember: [Reference!] """ The target resource that represents a measurement from which this observation value is derived. For example, a calculated anion gap or a fetal measurement based on an ultrasound image. """ - derivedFrom: [Reference] + derivedFrom: [Reference!] """ Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations. """ - component: [Observation_Component] + component: [Observation_Component!] } enum Observation_const @typescript(subgraph: "FHIR", type: "\\"Observation\\"") @example(subgraph: "FHIR", value: "\\"Observation\\"") { @@ -17291,20 +17291,20 @@ type Observation_ReferenceRange { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] low: Quantity high: Quantity type: CodeableConcept """ Codes to indicate the target population this reference range applies to. For example, a reference range may be based on the normal population or a particular sex or race. Multiple \`appliesTo\` are interpreted as an "AND" of the target populations. For example, to represent a target population of African American females, both a code of female and a code for African American would be used. """ - appliesTo: [CodeableConcept] + appliesTo: [CodeableConcept!] age: Range text: string _text: Element @@ -17318,13 +17318,13 @@ type Observation_Component { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept! valueQuantity: Quantity valueCodeableConcept: CodeableConcept @@ -17349,11 +17349,11 @@ type Observation_Component { """ A categorical assessment of an observation value. For example, high, low, normal. """ - interpretation: [CodeableConcept] + interpretation: [CodeableConcept!] """ Guidance on how to interpret the value by comparison to a normal or recommended range. """ - referenceRange: [Observation_ReferenceRange] + referenceRange: [Observation_ReferenceRange!] } scalar query_resourceById_oneOf_92_component_items_valueString @regexp(subgraph: "FHIR", pattern: "^[ \\\\r\\\\n\\\\t\\\\S]+$") @typescript(subgraph: "FHIR", type: "string") @@ -17379,28 +17379,28 @@ type ObservationDefinition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """A code that classifies the general type of observation.""" - category: [CodeableConcept] + category: [CodeableConcept!] code: CodeableConcept! """A unique identifier assigned to this ObservationDefinition artifact.""" - identifier: [Identifier] + identifier: [Identifier!] """ The data types allowed for the value element of the instance observations conforming to this ObservationDefinition. """ - permittedDataType: [code] + permittedDataType: [code!] """Extensions for permittedDataType""" - _permittedDataType: [Element] + _permittedDataType: [Element!] multipleResultsAllowed: boolean _multipleResultsAllowed: Element method: CodeableConcept @@ -17410,7 +17410,7 @@ type ObservationDefinition { """ Multiple ranges of results qualified by different contexts for ordinal or continuous observations conforming to this ObservationDefinition. """ - qualifiedInterval: [ObservationDefinition_QualifiedInterval] + qualifiedInterval: [ObservationDefinition_QualifiedInterval!] validCodedValueSet: Reference normalCodedValueSet: Reference abnormalCodedValueSet: Reference @@ -17429,13 +17429,13 @@ type ObservationDefinition_QuantitativeDetails { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] customaryUnit: CodeableConcept unit: CodeableConcept conversionFactor: decimal @@ -17452,13 +17452,13 @@ type ObservationDefinition_QualifiedInterval { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] category: code _category: Element range: Range @@ -17466,7 +17466,7 @@ type ObservationDefinition_QualifiedInterval { """ Codes to indicate the target population this reference range applies to. """ - appliesTo: [CodeableConcept] + appliesTo: [CodeableConcept!] gender: code _gender: Element age: Range @@ -17490,17 +17490,17 @@ type OperationDefinition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element version: string @@ -17522,17 +17522,17 @@ type OperationDefinition { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate operation definition instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the operation definition is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] purpose: markdown _purpose: Element affectsState: boolean @@ -17543,9 +17543,9 @@ type OperationDefinition { _comment: Element base: canonical """The types on which this operation can be executed.""" - resource: [code] + resource: [code!] """Extensions for resource""" - _resource: [Element] + _resource: [Element!] system: boolean _system: Element type: boolean @@ -17555,11 +17555,11 @@ type OperationDefinition { inputProfile: canonical outputProfile: canonical """The parameters for the operation/query.""" - parameter: [OperationDefinition_Parameter] + parameter: [OperationDefinition_Parameter!] """ Defines an appropriate combination of parameters to use when invoking this operation, to help code generators when generating overloaded parameter sets for this operation. """ - overload: [OperationDefinition_Overload] + overload: [OperationDefinition_Overload!] } enum OperationDefinition_const @typescript(subgraph: "FHIR", type: "\\"OperationDefinition\\"") @example(subgraph: "FHIR", value: "\\"OperationDefinition\\"") { @@ -17574,13 +17574,13 @@ type OperationDefinition_Parameter { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: code _name: Element use: code @@ -17596,16 +17596,16 @@ type OperationDefinition_Parameter { """ Used when the type is "Reference" or "canonical", and identifies a profile structure or implementation Guide that applies to the target of the reference this parameter refers to. If any profiles are specified, then the content must conform to at least one of them. The URL can be a local reference - to a contained StructureDefinition, or a reference to another StructureDefinition or Implementation Guide by a canonical URL. When an implementation guide is specified, the target resource SHALL conform to at least one profile defined in the implementation guide. """ - targetProfile: [canonical] + targetProfile: [canonical!] searchType: code _searchType: Element binding: OperationDefinition_Binding """ Identifies other resource parameters within the operation invocation that are expected to resolve to this resource. """ - referencedFrom: [OperationDefinition_ReferencedFrom] + referencedFrom: [OperationDefinition_ReferencedFrom!] """The parts of a nested Parameter.""" - part: [OperationDefinition_Parameter] + part: [OperationDefinition_Parameter!] } """ @@ -17616,13 +17616,13 @@ type OperationDefinition_Binding { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] strength: code _strength: Element valueSet: canonical! @@ -17636,13 +17636,13 @@ type OperationDefinition_ReferencedFrom { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] source: string _source: Element sourceId: string @@ -17657,17 +17657,17 @@ type OperationDefinition_Overload { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Name of parameter to include in overload.""" - parameterName: [string] + parameterName: [string!] """Extensions for parameterName""" - _parameterName: [Element] + _parameterName: [Element!] comment: string _comment: Element } @@ -17687,21 +17687,21 @@ type OperationOutcome { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ An error, warning, or information message that results from a system action. """ - issue: [OperationOutcome_Issue]! + issue: [OperationOutcome_Issue!]! } enum OperationOutcome_const @typescript(subgraph: "FHIR", type: "\\"OperationOutcome\\"") @example(subgraph: "FHIR", value: "\\"OperationOutcome\\"") { @@ -17716,13 +17716,13 @@ type OperationOutcome_Issue { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] severity: code _severity: Element code: code @@ -17735,15 +17735,15 @@ type OperationOutcome_Issue { For resource issues, this will be a simple XPath limited to element names, repetition indicators and the default child accessor that identifies one of the elements in the resource that caused this issue to be raised. For HTTP errors, will be "http." + the parameter name. """ - location: [string] + location: [string!] """Extensions for location""" - _location: [Element] + _location: [Element!] """ A [simple subset of FHIRPath](fhirpath.html#simple) limited to element names, repetition indicators and the default child accessor that identifies one of the elements in the resource that caused this issue to be raised. """ - expression: [string] + expression: [string!] """Extensions for expression""" - _expression: [Element] + _expression: [Element!] } """ @@ -17761,44 +17761,44 @@ type Organization { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Identifier for the organization that is used to identify the organization across multiple disparate systems. """ - identifier: [Identifier] + identifier: [Identifier!] active: boolean _active: Element """The kind(s) of organization that this is.""" - type: [CodeableConcept] + type: [CodeableConcept!] name: string _name: Element """ A list of alternate names that the organization is known as, or was known as in the past. """ - alias: [string] + alias: [string!] """Extensions for alias""" - _alias: [Element] + _alias: [Element!] """A contact detail for the organization.""" - telecom: [ContactPoint] + telecom: [ContactPoint!] """An address for the organization.""" - address: [Address] + address: [Address!] partOf: Reference """Contact for the organization for a certain purpose.""" - contact: [Organization_Contact] + contact: [Organization_Contact!] """ Technical endpoints providing access to services operated for the organization. """ - endpoint: [Reference] + endpoint: [Reference!] } enum Organization_const @typescript(subgraph: "FHIR", type: "\\"Organization\\"") @example(subgraph: "FHIR", value: "\\"Organization\\"") { @@ -17813,19 +17813,19 @@ type Organization_Contact { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] purpose: CodeableConcept name: HumanName """ A contact detail (e.g. a telephone number or an email address) by which the party may be contacted. """ - telecom: [ContactPoint] + telecom: [ContactPoint!] address: Address } @@ -17844,19 +17844,19 @@ type OrganizationAffiliation { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Business identifiers that are specific to this role.""" - identifier: [Identifier] + identifier: [Identifier!] active: boolean _active: Element period: Period @@ -17865,27 +17865,27 @@ type OrganizationAffiliation { """ Health insurance provider network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined). """ - network: [Reference] + network: [Reference!] """ Definition of the role the participatingOrganization plays in the association. """ - code: [CodeableConcept] + code: [CodeableConcept!] """ Specific specialty of the participatingOrganization in the context of the role. """ - specialty: [CodeableConcept] + specialty: [CodeableConcept!] """The location(s) at which the role occurs.""" - location: [Reference] + location: [Reference!] """Healthcare services provided through the role.""" - healthcareService: [Reference] + healthcareService: [Reference!] """ Contact details at the participatingOrganization relevant to this Affiliation. """ - telecom: [ContactPoint] + telecom: [ContactPoint!] """ Technical endpoints providing access to services operated for this role. """ - endpoint: [Reference] + endpoint: [Reference!] } enum OrganizationAffiliation_const @typescript(subgraph: "FHIR", type: "\\"OrganizationAffiliation\\"") @example(subgraph: "FHIR", value: "\\"OrganizationAffiliation\\"") { @@ -17905,53 +17905,53 @@ type PackagedProductDefinition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ A unique identifier for this package as whole. Unique instance identifiers assigned to a package by manufacturers, regulators, drug catalogue custodians or other organizations. """ - identifier: [Identifier] + identifier: [Identifier!] name: string _name: Element type: CodeableConcept """The product that this is a pack for.""" - packageFor: [Reference] + packageFor: [Reference!] status: CodeableConcept statusDate: dateTime _statusDate: Element """ A total of the complete count of contained items of a particular type/form, independent of sub-packaging or organization. This can be considered as the pack size. This attribute differs from containedItem.amount in that it can give a single aggregated count of all tablet types in a pack, even when these are different manufactured items. For example a pill pack of 21 tablets plus 7 sugar tablets, can be denoted here as '28 tablets'. This attribute is repeatable so that the different item types in one pack type can be counted (e.g. a count of vials and count of syringes). Each repeat must have different units, so that it is clear what the different sets of counted items are, and it is not intended to allow different counts of similar items (e.g. not '2 tubes and 3 tubes'). Repeats are not to be used to represent different pack sizes (e.g. 20 pack vs. 50 pack) - which would be different instances of this resource. """ - containedItemQuantity: [Quantity] + containedItemQuantity: [Quantity!] description: markdown _description: Element """ The legal status of supply of the packaged item as classified by the regulator. """ - legalStatusOfSupply: [PackagedProductDefinition_LegalStatusOfSupply] + legalStatusOfSupply: [PackagedProductDefinition_LegalStatusOfSupply!] """ Allows specifying that an item is on the market for sale, or that it is not available, and the dates and locations associated. """ - marketingStatus: [MarketingStatus] + marketingStatus: [MarketingStatus!] """ Allows the key features to be recorded, such as "hospital pack", "nurse prescribable", "calendar pack". """ - characteristic: [CodeableConcept] + characteristic: [CodeableConcept!] copackagedIndicator: boolean _copackagedIndicator: Element """ Manufacturer of this package type. When there are multiple it means these are all possible manufacturers. """ - manufacturer: [Reference] + manufacturer: [Reference!] package: PackagedProductDefinition_Package } @@ -17965,13 +17965,13 @@ type PackagedProductDefinition_LegalStatusOfSupply { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept jurisdiction: CodeableConcept } @@ -17982,40 +17982,40 @@ type PackagedProductDefinition_Package { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ An identifier that is specific to this particular part of the packaging. Including possibly Data Carrier Identifier (a GS1 barcode). """ - identifier: [Identifier] + identifier: [Identifier!] type: CodeableConcept quantity: integer _quantity: Element """Material type of the package item.""" - material: [CodeableConcept] + material: [CodeableConcept!] """ A possible alternate material for this part of the packaging, that is allowed to be used instead of the usual material (e.g. different types of plastic for a blister sleeve). """ - alternateMaterial: [CodeableConcept] + alternateMaterial: [CodeableConcept!] """Shelf Life and storage information.""" - shelfLifeStorage: [PackagedProductDefinition_ShelfLifeStorage] + shelfLifeStorage: [PackagedProductDefinition_ShelfLifeStorage!] """ Manufacturer of this package Item. When there are multiple it means these are all possible manufacturers. """ - manufacturer: [Reference] + manufacturer: [Reference!] """General characteristics of this item.""" - property: [PackagedProductDefinition_Property] + property: [PackagedProductDefinition_Property!] """The item(s) within the packaging.""" - containedItem: [PackagedProductDefinition_ContainedItem] + containedItem: [PackagedProductDefinition_ContainedItem!] """ Allows containers (and parts of containers) parwithin containers, still a single packaged product. See also PackagedProductDefinition.package.containedItem.item(PackagedProductDefinition). """ - package: [PackagedProductDefinition_Package] + package: [PackagedProductDefinition_Package!] } """A medically related item or items, in a container or package.""" @@ -18024,13 +18024,13 @@ type PackagedProductDefinition_ShelfLifeStorage { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept periodDuration: Duration periodString: query_resourceById_oneOf_98_package_shelfLifeStorage_items_periodString @@ -18038,7 +18038,7 @@ type PackagedProductDefinition_ShelfLifeStorage { """ Special precautions for storage, if any, can be specified using an appropriate controlled vocabulary. The controlled term and the controlled term identifier shall be specified. """ - specialPrecautionsForStorage: [CodeableConcept] + specialPrecautionsForStorage: [CodeableConcept!] } scalar query_resourceById_oneOf_98_package_shelfLifeStorage_items_periodString @regexp(subgraph: "FHIR", pattern: "^[ \\\\r\\\\n\\\\t\\\\S]+$") @typescript(subgraph: "FHIR", type: "string") @@ -18049,13 +18049,13 @@ type PackagedProductDefinition_Property { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! valueCodeableConcept: CodeableConcept valueQuantity: Quantity @@ -18075,13 +18075,13 @@ type PackagedProductDefinition_ContainedItem { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] item: CodeableReference! amount: Quantity } @@ -18098,7 +18098,7 @@ type Parameters { language: code _language: Element """A parameter passed to or received from the operation.""" - parameter: [Parameters_Parameter] + parameter: [Parameters_Parameter!] } enum Parameters_const @typescript(subgraph: "FHIR", type: "\\"Parameters\\"") @example(subgraph: "FHIR", value: "\\"Parameters\\"") { @@ -18113,13 +18113,13 @@ type Parameters_Parameter { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: string _name: Element valueBase64Binary: query_resourceById_oneOf_99_parameter_items_valueBase64Binary @@ -18194,7 +18194,7 @@ type Parameters_Parameter { valueMeta: Meta resource: ResourceList """A named part of a multi-part parameter.""" - part: [Parameters_Parameter] + part: [Parameters_Parameter!] } scalar query_resourceById_oneOf_99_parameter_items_valueBase64Binary @regexp(subgraph: "FHIR", pattern: "^(\\\\s*([0-9a-zA-Z\\\\+/=]){4}\\\\s*)+$") @typescript(subgraph: "FHIR", type: "string") @@ -18248,27 +18248,27 @@ type Patient { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """An identifier for this patient.""" - identifier: [Identifier] + identifier: [Identifier!] active: boolean _active: Element """A name associated with the individual.""" - name: [HumanName] + name: [HumanName!] """ A contact detail (e.g. a telephone number or an email address) by which the individual may be contacted. """ - telecom: [ContactPoint] + telecom: [ContactPoint!] gender: code _gender: Element birthDate: date @@ -18279,7 +18279,7 @@ type Patient { deceasedDateTime: query_resourceById_oneOf_100_deceasedDateTime _deceasedDateTime: Element """An address for the individual.""" - address: [Address] + address: [Address!] maritalStatus: CodeableConcept """ Indicates whether the patient is part of a multiple (boolean) or indicates the actual birth order (integer). @@ -18289,20 +18289,20 @@ type Patient { multipleBirthInteger: query_resourceById_oneOf_100_multipleBirthInteger _multipleBirthInteger: Element """Image of the patient.""" - photo: [Attachment] + photo: [Attachment!] """A contact party (e.g. guardian, partner, friend) for the patient.""" - contact: [Patient_Contact] + contact: [Patient_Contact!] """ A language which may be used to communicate with the patient about his or her health. """ - communication: [Patient_Communication] + communication: [Patient_Communication!] """Patient's nominated care provider.""" - generalPractitioner: [Reference] + generalPractitioner: [Reference!] managingOrganization: Reference """ Link to another patient resource that concerns the same actual patient. """ - link: [Patient_Link] + link: [Patient_Link!] } enum Patient_const @typescript(subgraph: "FHIR", type: "\\"Patient\\"") @example(subgraph: "FHIR", value: "\\"Patient\\"") { @@ -18321,22 +18321,22 @@ type Patient_Contact { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ The nature of the relationship between the patient and the contact person. """ - relationship: [CodeableConcept] + relationship: [CodeableConcept!] name: HumanName """ A contact detail for the person, e.g. a telephone number or an email address. """ - telecom: [ContactPoint] + telecom: [ContactPoint!] address: Address gender: code _gender: Element @@ -18352,13 +18352,13 @@ type Patient_Communication { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] language: CodeableConcept! preferred: boolean _preferred: Element @@ -18372,13 +18372,13 @@ type Patient_Link { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] other: Reference! type: code _type: Element @@ -18399,19 +18399,19 @@ type PaymentNotice { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """A unique identifier assigned to this payment notice.""" - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element request: Reference @@ -18447,19 +18447,19 @@ type PaymentReconciliation { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """A unique identifier assigned to this payment reconciliation.""" - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element period: Period @@ -18479,12 +18479,12 @@ type PaymentReconciliation { """ Distribution of the payment amount for a previously acknowledged payable. """ - detail: [PaymentReconciliation_Detail] + detail: [PaymentReconciliation_Detail!] formCode: CodeableConcept """ A note that describes or explains the processing in a human readable form. """ - processNote: [PaymentReconciliation_ProcessNote] + processNote: [PaymentReconciliation_ProcessNote!] } enum PaymentReconciliation_const @typescript(subgraph: "FHIR", type: "\\"PaymentReconciliation\\"") @example(subgraph: "FHIR", value: "\\"PaymentReconciliation\\"") { @@ -18499,13 +18499,13 @@ type PaymentReconciliation_Detail { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] identifier: Identifier predecessor: Identifier type: CodeableConcept! @@ -18527,13 +18527,13 @@ type PaymentReconciliation_ProcessNote { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: code _type: Element text: string @@ -18555,37 +18555,37 @@ type Person { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Identifier for a person within a particular scope.""" - identifier: [Identifier] + identifier: [Identifier!] """A name associated with the person.""" - name: [HumanName] + name: [HumanName!] """ A contact detail for the person, e.g. a telephone number or an email address. """ - telecom: [ContactPoint] + telecom: [ContactPoint!] gender: code _gender: Element birthDate: date _birthDate: Element """One or more addresses for the person.""" - address: [Address] + address: [Address!] photo: Attachment managingOrganization: Reference active: boolean _active: Element """Link to a resource that concerns the same actual person.""" - link: [Person_Link] + link: [Person_Link!] } enum Person_const @typescript(subgraph: "FHIR", type: "\\"Person\\"") @example(subgraph: "FHIR", value: "\\"Person\\"") { @@ -18600,13 +18600,13 @@ type Person_Link { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] target: Reference! assurance: code _assurance: Element @@ -18627,23 +18627,23 @@ type PlanDefinition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element """ A formal identifier that is used to identify this plan definition when it is represented in other formats, or referenced in a specification, model, design or an instance. """ - identifier: [Identifier] + identifier: [Identifier!] version: string _version: Element name: string @@ -18668,17 +18668,17 @@ type PlanDefinition { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate plan definition instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the plan definition is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] purpose: markdown _purpose: Element usage: string @@ -18693,39 +18693,39 @@ type PlanDefinition { """ Descriptive topics related to the content of the plan definition. Topics provide a high-level categorization of the definition that can be useful for filtering and searching. """ - topic: [CodeableConcept] + topic: [CodeableConcept!] """ An individiual or organization primarily involved in the creation and maintenance of the content. """ - author: [ContactDetail] + author: [ContactDetail!] """ An individual or organization primarily responsible for internal coherence of the content. """ - editor: [ContactDetail] + editor: [ContactDetail!] """ An individual or organization primarily responsible for review of some aspect of the content. """ - reviewer: [ContactDetail] + reviewer: [ContactDetail!] """ An individual or organization responsible for officially endorsing the content for use in some setting. """ - endorser: [ContactDetail] + endorser: [ContactDetail!] """ Related artifacts such as additional documentation, justification, or bibliographic references. """ - relatedArtifact: [RelatedArtifact] + relatedArtifact: [RelatedArtifact!] """ A reference to a Library resource containing any formal logic used by the plan definition. """ - library: [canonical] + library: [canonical!] """ A goal describes an expected outcome that activities within the plan are intended to achieve. For example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, meeting the acceptance criteria for a test as specified by a quality specification, etc. """ - goal: [PlanDefinition_Goal] + goal: [PlanDefinition_Goal!] """ An action or group of actions to be taken as part of the plan. For example, in clinical care, an action would be to prescribe a particular indicated medication, or perform a particular test as appropriate. In pharmaceutical quality, an action would be the test that needs to be performed on a drug product as defined in the quality specification. """ - action: [PlanDefinition_Action] + action: [PlanDefinition_Action!] } enum PlanDefinition_const @typescript(subgraph: "FHIR", type: "\\"PlanDefinition\\"") @example(subgraph: "FHIR", value: "\\"PlanDefinition\\"") { @@ -18742,13 +18742,13 @@ type PlanDefinition_Goal { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] category: CodeableConcept description: CodeableConcept! priority: CodeableConcept @@ -18756,13 +18756,13 @@ type PlanDefinition_Goal { """ Identifies problems, conditions, issues, or concerns the goal is intended to address. """ - addresses: [CodeableConcept] + addresses: [CodeableConcept!] """ Didactic or other informational resources associated with the goal that provide further supporting information about the goal. Information resources can include inline text commentary and links to web resources. """ - documentation: [RelatedArtifact] + documentation: [RelatedArtifact!] """Indicates what should be done and within what timeframe.""" - target: [PlanDefinition_Target] + target: [PlanDefinition_Target!] } """ @@ -18773,13 +18773,13 @@ type PlanDefinition_Target { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] measure: CodeableConcept detailQuantity: Quantity detailRange: Range @@ -18795,13 +18795,13 @@ type PlanDefinition_Action { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] prefix: string _prefix: Element title: string @@ -18815,37 +18815,37 @@ type PlanDefinition_Action { """ A code that provides a meaning, grouping, or classification for the action or action group. For example, a section may have a LOINC code for the section of a documentation template. In pharmaceutical quality, an action (Test) such as pH could be classified as a physical property. """ - code: [CodeableConcept] + code: [CodeableConcept!] """A description of why this action is necessary or appropriate.""" - reason: [CodeableConcept] + reason: [CodeableConcept!] """ Didactic or other informational resources associated with the action that can be provided to the CDS recipient. Information resources can include inline text commentary and links to web resources. """ - documentation: [RelatedArtifact] + documentation: [RelatedArtifact!] """ Identifies goals that this action supports. The reference must be to a goal element defined within this plan definition. In pharmaceutical quality, a goal represents acceptance criteria (Goal) for a given action (Test), so the goalId would be the unique id of a defined goal element establishing the acceptance criteria for the action. """ - goalId: [id] + goalId: [id!] """Extensions for goalId""" - _goalId: [Element] + _goalId: [Element!] subjectCodeableConcept: CodeableConcept subjectReference: Reference subjectCanonical: query_resourceById_oneOf_104_action_items_subjectCanonical _subjectCanonical: Element """A description of when the action should be triggered.""" - trigger: [TriggerDefinition] + trigger: [TriggerDefinition!] """ An expression that describes applicability criteria or start/stop conditions for the action. """ - condition: [PlanDefinition_Condition] + condition: [PlanDefinition_Condition!] """Defines input data requirements for the action.""" - input: [DataRequirement] + input: [DataRequirement!] """Defines the outputs of the action, if any.""" - output: [DataRequirement] + output: [DataRequirement!] """ A relationship to another action such as "before" or "30-60 minutes after start of". """ - relatedAction: [PlanDefinition_RelatedAction] + relatedAction: [PlanDefinition_RelatedAction!] timingDateTime: query_resourceById_oneOf_104_action_items_timingDateTime _timingDateTime: Element timingAge: Age @@ -18854,7 +18854,7 @@ type PlanDefinition_Action { timingRange: Range timingTiming: Timing """Indicates who should participate in performing the action described.""" - participant: [PlanDefinition_Participant] + participant: [PlanDefinition_Participant!] type: CodeableConcept groupingBehavior: code _groupingBehavior: Element @@ -18874,11 +18874,11 @@ type PlanDefinition_Action { """ Customizations that should be applied to the statically defined resource. For example, if the dosage of a medication must be computed based on the patient's weight, a customization would be used to specify an expression that calculated the weight, and the path on the resource that would contain the result. """ - dynamicValue: [PlanDefinition_DynamicValue] + dynamicValue: [PlanDefinition_DynamicValue!] """ Sub actions that are contained within the action. The behavior of this action determines the functionality of the sub-actions. For example, a selection behavior of at-most-one indicates that of the sub-actions, at most one may be chosen as part of realizing the action definition. """ - action: [PlanDefinition_Action] + action: [PlanDefinition_Action!] } scalar query_resourceById_oneOf_104_action_items_subjectCanonical @regexp(subgraph: "FHIR", pattern: "^\\\\S*$") @typescript(subgraph: "FHIR", type: "string") @@ -18891,13 +18891,13 @@ type PlanDefinition_Condition { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] kind: code _kind: Element expression: Expression @@ -18911,13 +18911,13 @@ type PlanDefinition_RelatedAction { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] actionId: id _actionId: Element relationship: code @@ -18936,13 +18936,13 @@ type PlanDefinition_Participant { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: code _type: Element role: CodeableConcept @@ -18960,13 +18960,13 @@ type PlanDefinition_DynamicValue { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] path: string _path: Element expression: Expression @@ -18987,44 +18987,44 @@ type Practitioner { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """An identifier that applies to this person in this role.""" - identifier: [Identifier] + identifier: [Identifier!] active: boolean _active: Element """The name(s) associated with the practitioner.""" - name: [HumanName] + name: [HumanName!] """ A contact detail for the practitioner, e.g. a telephone number or an email address. """ - telecom: [ContactPoint] + telecom: [ContactPoint!] """ Address(es) of the practitioner that are not role specific (typically home address). Work addresses are not typically entered in this property as they are usually role dependent. """ - address: [Address] + address: [Address!] gender: code _gender: Element birthDate: date _birthDate: Element """Image of the person.""" - photo: [Attachment] + photo: [Attachment!] """ The official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by the practitioner. For example, a medical license issued by a medical board authorizing the practitioner to practice medicine within a certian locality. """ - qualification: [Practitioner_Qualification] + qualification: [Practitioner_Qualification!] """A language the practitioner can use in patient communication.""" - communication: [CodeableConcept] + communication: [CodeableConcept!] } enum Practitioner_const @typescript(subgraph: "FHIR", type: "\\"Practitioner\\"") @example(subgraph: "FHIR", value: "\\"Practitioner\\"") { @@ -19039,17 +19039,17 @@ type Practitioner_Qualification { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ An identifier that applies to this person's qualification in this role. """ - identifier: [Identifier] + identifier: [Identifier!] code: CodeableConcept! period: Period issuer: Reference @@ -19070,19 +19070,19 @@ type PractitionerRole { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Business Identifiers that are specific to a role/location.""" - identifier: [Identifier] + identifier: [Identifier!] active: boolean _active: Element period: Period @@ -19091,31 +19091,31 @@ type PractitionerRole { """ Roles which this practitioner is authorized to perform for the organization. """ - code: [CodeableConcept] + code: [CodeableConcept!] """Specific specialty of the practitioner.""" - specialty: [CodeableConcept] + specialty: [CodeableConcept!] """The location(s) at which this practitioner provides care.""" - location: [Reference] + location: [Reference!] """ The list of healthcare services that this worker provides for this role's Organization/Location(s). """ - healthcareService: [Reference] + healthcareService: [Reference!] """Contact details that are specific to the role/location/service.""" - telecom: [ContactPoint] + telecom: [ContactPoint!] """ A collection of times the practitioner is available or performing this role at the location and/or healthcareservice. """ - availableTime: [PractitionerRole_AvailableTime] + availableTime: [PractitionerRole_AvailableTime!] """ The practitioner is not available or performing this role during this period of time due to the provided reason. """ - notAvailable: [PractitionerRole_NotAvailable] + notAvailable: [PractitionerRole_NotAvailable!] availabilityExceptions: string _availabilityExceptions: Element """ Technical endpoints providing access to services operated for the practitioner with this role. """ - endpoint: [Reference] + endpoint: [Reference!] } enum PractitionerRole_const @typescript(subgraph: "FHIR", type: "\\"PractitionerRole\\"") @example(subgraph: "FHIR", value: "\\"PractitionerRole\\"") { @@ -19130,19 +19130,19 @@ type PractitionerRole_AvailableTime { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Indicates which days of the week are available between the start and end Times. """ - daysOfWeek: [code] + daysOfWeek: [code!] """Extensions for daysOfWeek""" - _daysOfWeek: [Element] + _daysOfWeek: [Element!] allDay: boolean _allDay: Element availableStartTime: time @@ -19159,13 +19159,13 @@ type PractitionerRole_NotAvailable { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] description: string _description: Element during: Period @@ -19186,39 +19186,39 @@ type Procedure { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Business identifiers assigned to this procedure by the performer or other systems which remain constant as the resource is updated and is propagated from server to server. """ - identifier: [Identifier] + identifier: [Identifier!] """ The URL pointing to a FHIR-defined protocol, guideline, order set or other definition that is adhered to in whole or in part by this Procedure. """ - instantiatesCanonical: [canonical] + instantiatesCanonical: [canonical!] """ The URL pointing to an externally maintained protocol, guideline, order set or other definition that is adhered to in whole or in part by this Procedure. """ - instantiatesUri: [uri] + instantiatesUri: [uri!] """Extensions for instantiatesUri""" - _instantiatesUri: [Element] + _instantiatesUri: [Element!] """ A reference to a resource that contains details of the request for this procedure. """ - basedOn: [Reference] + basedOn: [Reference!] """ A larger event of which this particular procedure is a component or step. """ - partOf: [Reference] + partOf: [Reference!] status: code _status: Element statusReason: CodeableConcept @@ -19236,47 +19236,47 @@ type Procedure { recorder: Reference asserter: Reference """Limited to "real" people rather than equipment.""" - performer: [Procedure_Performer] + performer: [Procedure_Performer!] location: Reference """ The coded reason why the procedure was performed. This may be a coded entity of some type, or may simply be present as text. """ - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] """The justification of why the procedure was performed.""" - reasonReference: [Reference] + reasonReference: [Reference!] """ Detailed and structured anatomical location information. Multiple locations are allowed - e.g. multiple punch biopsies of a lesion. """ - bodySite: [CodeableConcept] + bodySite: [CodeableConcept!] outcome: CodeableConcept """ This could be a histology result, pathology report, surgical report, etc. """ - report: [Reference] + report: [Reference!] """ Any complications that occurred during the procedure, or in the immediate post-performance period. These are generally tracked separately from the notes, which will typically describe the procedure itself rather than any 'post procedure' issues. """ - complication: [CodeableConcept] + complication: [CodeableConcept!] """ Any complications that occurred during the procedure, or in the immediate post-performance period. """ - complicationDetail: [Reference] + complicationDetail: [Reference!] """ If the procedure required specific follow up - e.g. removal of sutures. The follow up may be represented as a simple note or could potentially be more complex, in which case the CarePlan resource can be used. """ - followUp: [CodeableConcept] + followUp: [CodeableConcept!] """Any other notes and comments about the procedure.""" - note: [Annotation] + note: [Annotation!] """ A device that is implanted, removed or otherwise manipulated (calibration, battery replacement, fitting a prosthesis, attaching a wound-vac, etc.) as a focal portion of the Procedure. """ - focalDevice: [Procedure_FocalDevice] + focalDevice: [Procedure_FocalDevice!] """ Identifies medications, devices and any other substance used as part of the procedure. """ - usedReference: [Reference] + usedReference: [Reference!] """Identifies coded items that were used as part of the procedure.""" - usedCode: [CodeableConcept] + usedCode: [CodeableConcept!] } enum Procedure_const @typescript(subgraph: "FHIR", type: "\\"Procedure\\"") @example(subgraph: "FHIR", value: "\\"Procedure\\"") { @@ -19295,13 +19295,13 @@ type Procedure_Performer { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] function: CodeableConcept actor: Reference! onBehalfOf: Reference @@ -19315,13 +19315,13 @@ type Procedure_FocalDevice { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] action: CodeableConcept manipulated: Reference! } @@ -19341,21 +19341,21 @@ type Provenance { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ The Reference(s) that were generated or updated by the activity described in this resource. A provenance can point to more than one target if multiple resources were created/updated by the same activity. """ - target: [Reference]! + target: [Reference!]! occurredPeriod: Period occurredDateTime: query_resourceById_oneOf_108_occurredDateTime _occurredDateTime: Element @@ -19364,23 +19364,23 @@ type Provenance { """ Policy or plan the activity was defined by. Typically, a single activity may have multiple applicable policy documents, such as patient consent, guarantor funding, etc. """ - policy: [uri] + policy: [uri!] """Extensions for policy""" - _policy: [Element] + _policy: [Element!] location: Reference """The reason that the activity was taking place.""" - reason: [CodeableConcept] + reason: [CodeableConcept!] activity: CodeableConcept """ An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place. """ - agent: [Provenance_Agent]! + agent: [Provenance_Agent!]! """An entity used in this activity.""" - entity: [Provenance_Entity] + entity: [Provenance_Entity!] """ A digital signature on the target Reference(s). The signer should match a Provenance.agent. The purpose of the signature is indicated. """ - signature: [Signature] + signature: [Signature!] } enum Provenance_const @typescript(subgraph: "FHIR", type: "\\"Provenance\\"") @example(subgraph: "FHIR", value: "\\"Provenance\\"") { @@ -19397,18 +19397,18 @@ type Provenance_Agent { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept """ The function of the agent with respect to the activity. The security role enabling the agent with respect to the activity. """ - role: [CodeableConcept] + role: [CodeableConcept!] who: Reference! onBehalfOf: Reference } @@ -19421,20 +19421,20 @@ type Provenance_Entity { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] role: code _role: Element what: Reference! """ The entity is attributed to an agent to express the agent's responsibility for that entity, possibly along with other agents. This description can be understood as shorthand for saying that the agent was responsible for the activity which generated the entity. """ - agent: [Provenance_Agent] + agent: [Provenance_Agent!] } """ @@ -19452,23 +19452,23 @@ type Questionnaire { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element """ A formal identifier that is used to identify this questionnaire when it is represented in other formats, or referenced in a specification, model, design or an instance. """ - identifier: [Identifier] + identifier: [Identifier!] version: string _version: Element name: string @@ -19476,7 +19476,7 @@ type Questionnaire { title: string _title: Element """The URL of a Questionnaire that this Questionnaire is based on.""" - derivedFrom: [canonical] + derivedFrom: [canonical!] status: code _status: Element experimental: boolean @@ -19484,9 +19484,9 @@ type Questionnaire { """ The types of subjects that can be the subject of responses created for the questionnaire. """ - subjectType: [code] + subjectType: [code!] """Extensions for subjectType""" - _subjectType: [Element] + _subjectType: [Element!] date: dateTime _date: Element publisher: string @@ -19494,17 +19494,17 @@ type Questionnaire { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate questionnaire instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the questionnaire is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] purpose: markdown _purpose: Element copyright: markdown @@ -19517,11 +19517,11 @@ type Questionnaire { """ An identifier for this question or group of questions in a particular terminology such as LOINC. """ - code: [Coding] + code: [Coding!] """ A particular question, question grouping or display text that is part of the questionnaire. """ - item: [Questionnaire_Item] + item: [Questionnaire_Item!] } enum Questionnaire_const @typescript(subgraph: "FHIR", type: "\\"Questionnaire\\"") @example(subgraph: "FHIR", value: "\\"Questionnaire\\"") { @@ -19536,13 +19536,13 @@ type Questionnaire_Item { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] linkId: string _linkId: Element definition: uri @@ -19550,7 +19550,7 @@ type Questionnaire_Item { """ A terminology code that corresponds to this group or question (e.g. a code from LOINC, which defines many questions and answers). """ - code: [Coding] + code: [Coding!] prefix: string _prefix: Element text: string @@ -19560,7 +19560,7 @@ type Questionnaire_Item { """ A constraint indicating that this item should only be enabled (displayed/allow answers to be captured) when the specified condition is true. """ - enableWhen: [Questionnaire_EnableWhen] + enableWhen: [Questionnaire_EnableWhen!] enableBehavior: code _enableBehavior: Element required: boolean @@ -19573,15 +19573,15 @@ type Questionnaire_Item { _maxLength: Element answerValueSet: canonical """One of the permitted answers for a "choice" or "open-choice" question.""" - answerOption: [Questionnaire_AnswerOption] + answerOption: [Questionnaire_AnswerOption!] """ One or more values that should be pre-populated in the answer when initially rendering the questionnaire for user input. """ - initial: [Questionnaire_Initial] + initial: [Questionnaire_Initial!] """ Text, questions and other groups to be nested beneath a question or group. """ - item: [Questionnaire_Item] + item: [Questionnaire_Item!] } """ @@ -19592,13 +19592,13 @@ type Questionnaire_EnableWhen { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] question: string _question: Element operator: code @@ -19645,13 +19645,13 @@ type Questionnaire_AnswerOption { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] valueInteger: query_resourceById_oneOf_109_item_items_answerOption_items_valueInteger _valueInteger: Element valueDate: query_resourceById_oneOf_109_item_items_answerOption_items_valueDate @@ -19682,13 +19682,13 @@ type Questionnaire_Initial { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """The actual value to for an initial answer.""" valueBoolean: Boolean _valueBoolean: Element @@ -19741,26 +19741,26 @@ type QuestionnaireResponse { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] identifier: Identifier """ The order, proposal or plan that is fulfilled in whole or in part by this QuestionnaireResponse. For example, a ServiceRequest seeking an intake assessment or a decision support recommendation to assess for post-partum depression. """ - basedOn: [Reference] + basedOn: [Reference!] """ A procedure or observation that this questionnaire was performed as part of the execution of. For example, the surgery a checklist was executed as part of. """ - partOf: [Reference] + partOf: [Reference!] questionnaire: canonical status: code _status: Element @@ -19773,7 +19773,7 @@ type QuestionnaireResponse { """ A group or question item from the original questionnaire for which answers are provided. """ - item: [QuestionnaireResponse_Item] + item: [QuestionnaireResponse_Item!] } enum QuestionnaireResponse_const @typescript(subgraph: "FHIR", type: "\\"QuestionnaireResponse\\"") @example(subgraph: "FHIR", value: "\\"QuestionnaireResponse\\"") { @@ -19788,13 +19788,13 @@ type QuestionnaireResponse_Item { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] linkId: string _linkId: Element definition: uri @@ -19802,9 +19802,9 @@ type QuestionnaireResponse_Item { text: string _text: Element """The respondent's answer(s) to the question.""" - answer: [QuestionnaireResponse_Answer] + answer: [QuestionnaireResponse_Answer!] """Questions or sub-groups nested beneath a question or group.""" - item: [QuestionnaireResponse_Item] + item: [QuestionnaireResponse_Item!] } """ @@ -19815,13 +19815,13 @@ type QuestionnaireResponse_Answer { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ The answer (or one of the answers) provided by the respondent to the question. """ @@ -19846,7 +19846,7 @@ type QuestionnaireResponse_Answer { valueQuantity: Quantity valueReference: Reference """Nested groups and/or questions found within this particular answer.""" - item: [QuestionnaireResponse_Item] + item: [QuestionnaireResponse_Item!] } scalar query_resourceById_oneOf_110_item_items_answer_items_valueDecimal @regexp(subgraph: "FHIR", pattern: "^-?(0|[1-9][0-9]*)(\\\\.[0-9]+)?([eE][+-]?[0-9]+)?$") @typescript(subgraph: "FHIR", type: "number") @@ -19878,32 +19878,32 @@ type RegulatedAuthorization { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Business identifier for the authorization, typically assigned by the authorizing body. """ - identifier: [Identifier] + identifier: [Identifier!] """ The product type, treatment, facility or activity that is being authorized. """ - subject: [Reference] + subject: [Reference!] type: CodeableConcept description: markdown _description: Element """ The territory (e.g., country, jurisdiction etc.) in which the authorization has been granted. """ - region: [CodeableConcept] + region: [CodeableConcept!] status: CodeableConcept statusDate: dateTime _statusDate: Element @@ -19913,7 +19913,7 @@ type RegulatedAuthorization { """ The legal or regulatory framework against which this authorization is granted, or other reasons for it. """ - basis: [CodeableConcept] + basis: [CodeableConcept!] holder: Reference regulator: Reference case: RegulatedAuthorization_Case @@ -19931,13 +19931,13 @@ type RegulatedAuthorization_Case { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] identifier: Identifier type: CodeableConcept status: CodeableConcept @@ -19947,7 +19947,7 @@ type RegulatedAuthorization_Case { """ A regulatory submission from an organization to a regulator, as part of an assessing case. Multiple applications may occur over time, with more or different information to support or modify the submission or the authorization. The applications can be considered as steps within the longer running case or procedure for this authorization process. """ - application: [RegulatedAuthorization_Case] + application: [RegulatedAuthorization_Case!] } scalar query_resourceById_oneOf_111_case_dateDateTime @regexp(subgraph: "FHIR", pattern: "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\\\.[0-9]+)?(Z|(\\\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?$") @typescript(subgraph: "FHIR", type: "string") @@ -19967,45 +19967,45 @@ type RelatedPerson { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Identifier for a person within a particular scope.""" - identifier: [Identifier] + identifier: [Identifier!] active: boolean _active: Element patient: Reference! """ The nature of the relationship between a patient and the related person. """ - relationship: [CodeableConcept] + relationship: [CodeableConcept!] """A name associated with the person.""" - name: [HumanName] + name: [HumanName!] """ A contact detail for the person, e.g. a telephone number or an email address. """ - telecom: [ContactPoint] + telecom: [ContactPoint!] gender: code _gender: Element birthDate: date _birthDate: Element """Address where the related person can be contacted or visited.""" - address: [Address] + address: [Address!] """Image of the person.""" - photo: [Attachment] + photo: [Attachment!] period: Period """ A language which may be used to communicate with about the patient's health. """ - communication: [RelatedPerson_Communication] + communication: [RelatedPerson_Communication!] } enum RelatedPerson_const @typescript(subgraph: "FHIR", type: "\\"RelatedPerson\\"") @example(subgraph: "FHIR", value: "\\"RelatedPerson\\"") { @@ -20020,13 +20020,13 @@ type RelatedPerson_Communication { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] language: CodeableConcept! preferred: boolean _preferred: Element @@ -20047,41 +20047,41 @@ type RequestGroup { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Allows a service to provide a unique, business identifier for the request. """ - identifier: [Identifier] + identifier: [Identifier!] """ A canonical URL referencing a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request. """ - instantiatesCanonical: [canonical] + instantiatesCanonical: [canonical!] """Extensions for instantiatesCanonical""" - _instantiatesCanonical: [Element] + _instantiatesCanonical: [Element!] """ A URL referencing an externally defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request. """ - instantiatesUri: [uri] + instantiatesUri: [uri!] """Extensions for instantiatesUri""" - _instantiatesUri: [Element] + _instantiatesUri: [Element!] """ A plan, proposal or order that is fulfilled in whole or in part by this request. """ - basedOn: [Reference] + basedOn: [Reference!] """ Completed or terminated request(s) whose function is taken by this new request. """ - replaces: [Reference] + replaces: [Reference!] groupIdentifier: Identifier status: code _status: Element @@ -20096,17 +20096,17 @@ type RequestGroup { _authoredOn: Element author: Reference """Describes the reason for the request group in coded or textual form.""" - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] """ Indicates another resource whose existence justifies this request group. """ - reasonReference: [Reference] + reasonReference: [Reference!] """ Provides a mechanism to communicate additional information about the response. """ - note: [Annotation] + note: [Annotation!] """The actions, if any, produced by the evaluation of the artifact.""" - action: [RequestGroup_Action] + action: [RequestGroup_Action!] } enum RequestGroup_const @typescript(subgraph: "FHIR", type: "\\"RequestGroup\\"") @example(subgraph: "FHIR", value: "\\"RequestGroup\\"") { @@ -20121,13 +20121,13 @@ type RequestGroup_Action { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] prefix: string _prefix: Element title: string @@ -20141,19 +20141,19 @@ type RequestGroup_Action { """ A code that provides meaning for the action or action group. For example, a section may have a LOINC code for a section of a documentation template. """ - code: [CodeableConcept] + code: [CodeableConcept!] """ Didactic or other informational resources associated with the action that can be provided to the CDS recipient. Information resources can include inline text commentary and links to web resources. """ - documentation: [RelatedArtifact] + documentation: [RelatedArtifact!] """ An expression that describes applicability criteria, or start/stop conditions for the action. """ - condition: [RequestGroup_Condition] + condition: [RequestGroup_Condition!] """ A relationship to another action such as "before" or "30-60 minutes after start of". """ - relatedAction: [RequestGroup_RelatedAction] + relatedAction: [RequestGroup_RelatedAction!] timingDateTime: query_resourceById_oneOf_113_action_items_timingDateTime _timingDateTime: Element timingAge: Age @@ -20162,7 +20162,7 @@ type RequestGroup_Action { timingRange: Range timingTiming: Timing """The participant that should perform or be responsible for this action.""" - participant: [Reference] + participant: [Reference!] type: CodeableConcept groupingBehavior: code _groupingBehavior: Element @@ -20176,7 +20176,7 @@ type RequestGroup_Action { _cardinalityBehavior: Element resource: Reference """Sub actions.""" - action: [RequestGroup_Action] + action: [RequestGroup_Action!] } """ @@ -20187,13 +20187,13 @@ type RequestGroup_Condition { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] kind: code _kind: Element expression: Expression @@ -20207,13 +20207,13 @@ type RequestGroup_RelatedAction { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] actionId: id _actionId: Element relationship: code @@ -20239,23 +20239,23 @@ type ResearchDefinition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element """ A formal identifier that is used to identify this research definition when it is represented in other formats, or referenced in a specification, model, design or an instance. """ - identifier: [Identifier] + identifier: [Identifier!] version: string _version: Element name: string @@ -20279,23 +20279,23 @@ type ResearchDefinition { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ A human-readable string to clarify or explain concepts about the resource. """ - comment: [string] + comment: [string!] """Extensions for comment""" - _comment: [Element] + _comment: [Element!] """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate research definition instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the research definition is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] purpose: markdown _purpose: Element usage: string @@ -20310,31 +20310,31 @@ type ResearchDefinition { """ Descriptive topics related to the content of the ResearchDefinition. Topics provide a high-level categorization grouping types of ResearchDefinitions that can be useful for filtering and searching. """ - topic: [CodeableConcept] + topic: [CodeableConcept!] """ An individiual or organization primarily involved in the creation and maintenance of the content. """ - author: [ContactDetail] + author: [ContactDetail!] """ An individual or organization primarily responsible for internal coherence of the content. """ - editor: [ContactDetail] + editor: [ContactDetail!] """ An individual or organization primarily responsible for review of some aspect of the content. """ - reviewer: [ContactDetail] + reviewer: [ContactDetail!] """ An individual or organization responsible for officially endorsing the content for use in some setting. """ - endorser: [ContactDetail] + endorser: [ContactDetail!] """ Related artifacts such as additional documentation, justification, or bibliographic references. """ - relatedArtifact: [RelatedArtifact] + relatedArtifact: [RelatedArtifact!] """ A reference to a Library resource containing the formal logic used by the ResearchDefinition. """ - library: [canonical] + library: [canonical!] population: Reference! exposure: Reference exposureAlternative: Reference @@ -20360,23 +20360,23 @@ type ResearchElementDefinition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element """ A formal identifier that is used to identify this research element definition when it is represented in other formats, or referenced in a specification, model, design or an instance. """ - identifier: [Identifier] + identifier: [Identifier!] version: string _version: Element name: string @@ -20400,23 +20400,23 @@ type ResearchElementDefinition { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ A human-readable string to clarify or explain concepts about the resource. """ - comment: [string] + comment: [string!] """Extensions for comment""" - _comment: [Element] + _comment: [Element!] """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate research element definition instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the research element definition is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] purpose: markdown _purpose: Element usage: string @@ -20431,31 +20431,31 @@ type ResearchElementDefinition { """ Descriptive topics related to the content of the ResearchElementDefinition. Topics provide a high-level categorization grouping types of ResearchElementDefinitions that can be useful for filtering and searching. """ - topic: [CodeableConcept] + topic: [CodeableConcept!] """ An individiual or organization primarily involved in the creation and maintenance of the content. """ - author: [ContactDetail] + author: [ContactDetail!] """ An individual or organization primarily responsible for internal coherence of the content. """ - editor: [ContactDetail] + editor: [ContactDetail!] """ An individual or organization primarily responsible for review of some aspect of the content. """ - reviewer: [ContactDetail] + reviewer: [ContactDetail!] """ An individual or organization responsible for officially endorsing the content for use in some setting. """ - endorser: [ContactDetail] + endorser: [ContactDetail!] """ Related artifacts such as additional documentation, justification, or bibliographic references. """ - relatedArtifact: [RelatedArtifact] + relatedArtifact: [RelatedArtifact!] """ A reference to a Library resource containing the formal logic used by the ResearchElementDefinition. """ - library: [canonical] + library: [canonical!] type: code _type: Element variableType: code @@ -20463,7 +20463,7 @@ type ResearchElementDefinition { """ A characteristic that defines the members of the research element. Multiple characteristics are applied with "and" semantics. """ - characteristic: [ResearchElementDefinition_Characteristic]! + characteristic: [ResearchElementDefinition_Characteristic!]! } enum ResearchElementDefinition_const @typescript(subgraph: "FHIR", type: "\\"ResearchElementDefinition\\"") @example(subgraph: "FHIR", value: "\\"ResearchElementDefinition\\"") { @@ -20478,13 +20478,13 @@ type ResearchElementDefinition_Characteristic { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] definitionCodeableConcept: CodeableConcept definitionCanonical: query_resourceById_oneOf_115_characteristic_items_definitionCanonical _definitionCanonical: Element @@ -20493,7 +20493,7 @@ type ResearchElementDefinition_Characteristic { """ Use UsageContext to define the members of the population, such as Age Ranges, Genders, Settings. """ - usageContext: [UsageContext] + usageContext: [UsageContext!] exclude: boolean _exclude: Element unitOfMeasure: CodeableConcept @@ -20540,31 +20540,31 @@ type ResearchStudy { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Identifiers assigned to this research study by the sponsor or other systems. """ - identifier: [Identifier] + identifier: [Identifier!] title: string _title: Element """ The set of steps expected to be performed as part of the execution of the study. """ - protocol: [Reference] + protocol: [Reference!] """ A larger research study of which this particular study is a component or step. """ - partOf: [Reference] + partOf: [Reference!] status: code _status: Element primaryPurposeType: CodeableConcept @@ -20572,51 +20572,51 @@ type ResearchStudy { """ Codes categorizing the type of study such as investigational vs. observational, type of blinding, type of randomization, safety vs. efficacy, etc. """ - category: [CodeableConcept] + category: [CodeableConcept!] """ The medication(s), food(s), therapy(ies), device(s) or other concerns or interventions that the study is seeking to gain more information about. """ - focus: [CodeableConcept] + focus: [CodeableConcept!] """ The condition that is the focus of the study. For example, In a study to examine risk factors for Lupus, might have as an inclusion criterion "healthy volunteer", but the target condition code would be a Lupus SNOMED code. """ - condition: [CodeableConcept] + condition: [CodeableConcept!] """ Contact details to assist a user in learning more about or engaging with the study. """ - contact: [ContactDetail] + contact: [ContactDetail!] """Citations, references and other related documents.""" - relatedArtifact: [RelatedArtifact] + relatedArtifact: [RelatedArtifact!] """Key terms to aid in searching for or filtering the study.""" - keyword: [CodeableConcept] + keyword: [CodeableConcept!] """ Indicates a country, state or other region where the study is taking place. """ - location: [CodeableConcept] + location: [CodeableConcept!] description: markdown _description: Element """ Reference to a Group that defines the criteria for and quantity of subjects participating in the study. E.g. " 200 female Europeans between the ages of 20 and 45 with early onset diabetes". """ - enrollment: [Reference] + enrollment: [Reference!] period: Period sponsor: Reference principalInvestigator: Reference """A facility in which study activities are conducted.""" - site: [Reference] + site: [Reference!] reasonStopped: CodeableConcept """ Comments made about the study by the performer, subject or other participants. """ - note: [Annotation] + note: [Annotation!] """ Describes an expected sequence of events for one of the participants of a study. E.g. Exposure to drug A, wash-out, exposure to drug B, wash-out, follow-up. """ - arm: [ResearchStudy_Arm] + arm: [ResearchStudy_Arm!] """ A goal that the study is aiming to achieve in terms of a scientific question to be answered by the analysis of data collected during the study. """ - objective: [ResearchStudy_Objective] + objective: [ResearchStudy_Objective!] } enum ResearchStudy_const @typescript(subgraph: "FHIR", type: "\\"ResearchStudy\\"") @example(subgraph: "FHIR", value: "\\"ResearchStudy\\"") { @@ -20631,13 +20631,13 @@ type ResearchStudy_Arm { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: string _name: Element type: CodeableConcept @@ -20653,13 +20653,13 @@ type ResearchStudy_Objective { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: string _name: Element type: CodeableConcept @@ -20680,19 +20680,19 @@ type ResearchSubject { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Identifiers assigned to this research subject for a study.""" - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element period: Period @@ -20724,19 +20724,19 @@ type RiskAssessment { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Business identifier assigned to the risk assessment.""" - identifier: [Identifier] + identifier: [Identifier!] basedOn: Reference parent: Reference status: code @@ -20751,19 +20751,19 @@ type RiskAssessment { condition: Reference performer: Reference """The reason the risk assessment was performed.""" - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] """Resources supporting the reason the risk assessment was performed.""" - reasonReference: [Reference] + reasonReference: [Reference!] """ Indicates the source data considered as part of the assessment (for example, FamilyHistory, Observations, Procedures, Conditions, etc.). """ - basis: [Reference] + basis: [Reference!] """Describes the expected outcome for the subject.""" - prediction: [RiskAssessment_Prediction] + prediction: [RiskAssessment_Prediction!] mitigation: string _mitigation: Element """Additional comments about the risk assessment.""" - note: [Annotation] + note: [Annotation!] } enum RiskAssessment_const @typescript(subgraph: "FHIR", type: "\\"RiskAssessment\\"") @example(subgraph: "FHIR", value: "\\"RiskAssessment\\"") { @@ -20780,13 +20780,13 @@ type RiskAssessment_Prediction { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] outcome: CodeableConcept probabilityDecimal: query_resourceById_oneOf_118_prediction_items_probabilityDecimal _probabilityDecimal: Element @@ -20817,35 +20817,35 @@ type Schedule { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """External Ids for this item.""" - identifier: [Identifier] + identifier: [Identifier!] active: boolean _active: Element """ A broad categorization of the service that is to be performed during this appointment. """ - serviceCategory: [CodeableConcept] + serviceCategory: [CodeableConcept!] """The specific service that is to be performed during this appointment.""" - serviceType: [CodeableConcept] + serviceType: [CodeableConcept!] """ The specialty of a practitioner that would be required to perform the service requested in this appointment. """ - specialty: [CodeableConcept] + specialty: [CodeableConcept!] """ Slots that reference this schedule resource provide the availability details to these referenced resource(s). """ - actor: [Reference]! + actor: [Reference!]! planningHorizon: Period comment: string _comment: Element @@ -20870,17 +20870,17 @@ type SearchParameter { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element version: string @@ -20899,17 +20899,17 @@ type SearchParameter { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate search parameter instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the search parameter is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] purpose: markdown _purpose: Element code: code @@ -20917,9 +20917,9 @@ type SearchParameter { """ The base resource type(s) that this search parameter can be used against. """ - base: [code] + base: [code!] """Extensions for base""" - _base: [Element] + _base: [Element!] type: code _type: Element expression: string @@ -20929,29 +20929,29 @@ type SearchParameter { xpathUsage: code _xpathUsage: Element """Types of resource (if a resource is referenced).""" - target: [code] + target: [code!] """Extensions for target""" - _target: [Element] + _target: [Element!] multipleOr: boolean _multipleOr: Element multipleAnd: boolean _multipleAnd: Element """Comparators supported for the search parameter.""" - comparator: [code] + comparator: [code!] """Extensions for comparator""" - _comparator: [Element] + _comparator: [Element!] """A modifier supported for the search parameter.""" - modifier: [code] + modifier: [code!] """Extensions for modifier""" - _modifier: [Element] + _modifier: [Element!] """ Contains the names of any search parameters which may be chained to the containing search parameter. Chained parameters may be added to search parameters of type reference and specify that resources will only be returned if they contain a reference to a resource which matches the chained parameter value. Values for this field should be drawn from SearchParameter.code for a parameter on the target resource type. """ - chain: [string] + chain: [string!] """Extensions for chain""" - _chain: [Element] + _chain: [Element!] """Used to define the parts of a composite search parameter.""" - component: [SearchParameter_Component] + component: [SearchParameter_Component!] } enum SearchParameter_const @typescript(subgraph: "FHIR", type: "\\"SearchParameter\\"") @example(subgraph: "FHIR", value: "\\"SearchParameter\\"") { @@ -20966,13 +20966,13 @@ type SearchParameter_Component { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] definition: canonical! expression: string _expression: Element @@ -20993,37 +20993,37 @@ type ServiceRequest { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Identifiers assigned to this order instance by the orderer and/or the receiver and/or order fulfiller. """ - identifier: [Identifier] + identifier: [Identifier!] """ The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this ServiceRequest. """ - instantiatesCanonical: [canonical] + instantiatesCanonical: [canonical!] """ The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this ServiceRequest. """ - instantiatesUri: [uri] + instantiatesUri: [uri!] """Extensions for instantiatesUri""" - _instantiatesUri: [Element] + _instantiatesUri: [Element!] """Plan/proposal/order fulfilled by this request.""" - basedOn: [Reference] + basedOn: [Reference!] """ The request takes the place of the referenced completed or terminated request(s). """ - replaces: [Reference] + replaces: [Reference!] requisition: Identifier status: code _status: Element @@ -21032,7 +21032,7 @@ type ServiceRequest { """ A code that classifies the service for searching, sorting and display purposes (e.g. "Surgical Procedure"). """ - category: [CodeableConcept] + category: [CodeableConcept!] priority: code _priority: Element doNotPerform: boolean @@ -21041,7 +21041,7 @@ type ServiceRequest { """ Additional details and instructions about the how the services are to be delivered. For example, and order for a urinary catheter may have an order detail for an external or indwelling catheter, or an order for a bandage may require additional instructions specifying how the bandage should be applied. """ - orderDetail: [CodeableConcept] + orderDetail: [CodeableConcept!] quantityQuantity: Quantity quantityRatio: Ratio quantityRange: Range @@ -21064,45 +21064,45 @@ type ServiceRequest { """ The desired performer for doing the requested service. For example, the surgeon, dermatopathologist, endoscopist, etc. """ - performer: [Reference] + performer: [Reference!] """ The preferred location(s) where the procedure should actually happen in coded or free text form. E.g. at home or nursing day care center. """ - locationCode: [CodeableConcept] + locationCode: [CodeableConcept!] """ A reference to the the preferred location(s) where the procedure should actually happen. E.g. at home or nursing day care center. """ - locationReference: [Reference] + locationReference: [Reference!] """ An explanation or justification for why this service is being requested in coded or textual form. This is often for billing purposes. May relate to the resources referred to in \`supportingInfo\`. """ - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] """ Indicates another resource that provides a justification for why this service is being requested. May relate to the resources referred to in \`supportingInfo\`. """ - reasonReference: [Reference] + reasonReference: [Reference!] """ Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be needed for delivering the requested service. """ - insurance: [Reference] + insurance: [Reference!] """ Additional clinical information about the patient or specimen that may influence the services or their interpretations. This information includes diagnosis, clinical findings and other observations. In laboratory ordering these are typically referred to as "ask at order entry questions (AOEs)". This includes observations explicitly requested by the producer (filler) to provide context or supporting information needed to complete the order. For example, reporting the amount of inspired oxygen for blood gas measurements. """ - supportingInfo: [Reference] + supportingInfo: [Reference!] """One or more specimens that the laboratory procedure will use.""" - specimen: [Reference] + specimen: [Reference!] """ Anatomic location where the procedure should be performed. This is the target site. """ - bodySite: [CodeableConcept] + bodySite: [CodeableConcept!] """ Any other notes and comments made about the service request. For example, internal billing notes. """ - note: [Annotation] + note: [Annotation!] patientInstruction: string _patientInstruction: Element """Key events in the history of the request.""" - relevantHistory: [Reference] + relevantHistory: [Reference!] } enum ServiceRequest_const @typescript(subgraph: "FHIR", type: "\\"ServiceRequest\\"") @example(subgraph: "FHIR", value: "\\"ServiceRequest\\"") { @@ -21126,31 +21126,31 @@ type Slot { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """External Ids for this item.""" - identifier: [Identifier] + identifier: [Identifier!] """ A broad categorization of the service that is to be performed during this appointment. """ - serviceCategory: [CodeableConcept] + serviceCategory: [CodeableConcept!] """ The type of appointments that can be booked into this slot (ideally this would be an identifiable service - which is at a location, rather than the location itself). If provided then this overrides the value provided on the availability resource. """ - serviceType: [CodeableConcept] + serviceType: [CodeableConcept!] """ The specialty of a practitioner that would be required to perform the service requested in this appointment. """ - specialty: [CodeableConcept] + specialty: [CodeableConcept!] appointmentType: CodeableConcept schedule: Reference! status: code @@ -21182,19 +21182,19 @@ type Specimen { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Id for specimen.""" - identifier: [Identifier] + identifier: [Identifier!] accessionIdentifier: Identifier status: code _status: Element @@ -21205,24 +21205,24 @@ type Specimen { """ Reference to the parent (source) specimen which is used when the specimen was either derived from or a component of another specimen. """ - parent: [Reference] + parent: [Reference!] """ Details concerning a service request that required a specimen to be collected. """ - request: [Reference] + request: [Reference!] collection: Specimen_Collection """Details concerning processing and processing steps for the specimen.""" - processing: [Specimen_Processing] + processing: [Specimen_Processing!] """ The container holding the specimen. The recursive nature of containers; i.e. blood in tube in tray in rack is not addressed here. """ - container: [Specimen_Container] + container: [Specimen_Container!] """A mode or state of being that describes the nature of the specimen.""" - condition: [CodeableConcept] + condition: [CodeableConcept!] """ To communicate any details or issues about the specimen or during the specimen collection. (for example: broken vial, sent with patient, frozen). """ - note: [Annotation] + note: [Annotation!] } enum Specimen_const @typescript(subgraph: "FHIR", type: "\\"Specimen\\"") @example(subgraph: "FHIR", value: "\\"Specimen\\"") { @@ -21235,13 +21235,13 @@ type Specimen_Collection { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] collector: Reference collectedDateTime: query_resourceById_oneOf_123_collection_collectedDateTime _collectedDateTime: Element @@ -21262,18 +21262,18 @@ type Specimen_Processing { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] description: string _description: Element procedure: CodeableConcept """Material used in the processing step.""" - additive: [Reference] + additive: [Reference!] timeDateTime: query_resourceById_oneOf_123_processing_items_timeDateTime _timeDateTime: Element timePeriod: Period @@ -21287,17 +21287,17 @@ type Specimen_Container { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Id for container. There may be multiple; a manufacturer's bar code, lab assigned identifier, etc. The container ID may differ from the specimen id in some circumstances. """ - identifier: [Identifier] + identifier: [Identifier!] description: string _description: Element type: CodeableConcept @@ -21320,29 +21320,29 @@ type SpecimenDefinition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] identifier: Identifier typeCollected: CodeableConcept """Preparation of the patient for specimen collection.""" - patientPreparation: [CodeableConcept] + patientPreparation: [CodeableConcept!] timeAspect: string _timeAspect: Element """The action to be performed for collecting the specimen.""" - collection: [CodeableConcept] + collection: [CodeableConcept!] """ Specimen conditioned in a container as expected by the testing laboratory. """ - typeTested: [SpecimenDefinition_TypeTested] + typeTested: [SpecimenDefinition_TypeTested!] } enum SpecimenDefinition_const @typescript(subgraph: "FHIR", type: "\\"SpecimenDefinition\\"") @example(subgraph: "FHIR", value: "\\"SpecimenDefinition\\"") { @@ -21355,13 +21355,13 @@ type SpecimenDefinition_TypeTested { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] isDerived: boolean _isDerived: Element type: CodeableConcept @@ -21374,11 +21374,11 @@ type SpecimenDefinition_TypeTested { """ Criterion for rejection of the specimen in its container by the laboratory. """ - rejectionCriterion: [CodeableConcept] + rejectionCriterion: [CodeableConcept!] """ Set of instructions for preservation/transport of the specimen at a defined temperature interval, prior the testing process. """ - handling: [SpecimenDefinition_Handling] + handling: [SpecimenDefinition_Handling!] } """A kind of specimen with associated set of requirements.""" @@ -21387,13 +21387,13 @@ type SpecimenDefinition_Container { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] material: CodeableConcept type: CodeableConcept cap: CodeableConcept @@ -21406,7 +21406,7 @@ type SpecimenDefinition_Container { """ Substance introduced in the kind of container to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA. """ - additive: [SpecimenDefinition_Additive] + additive: [SpecimenDefinition_Additive!] preparation: string _preparation: Element } @@ -21419,13 +21419,13 @@ type SpecimenDefinition_Additive { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] additiveCodeableConcept: CodeableConcept additiveReference: Reference } @@ -21436,13 +21436,13 @@ type SpecimenDefinition_Handling { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] temperatureQualifier: CodeableConcept temperatureRange: Range maxDuration: Duration @@ -21465,23 +21465,23 @@ type StructureDefinition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element """ A formal identifier that is used to identify this structure definition when it is represented in other formats, or referenced in a specification, model, design or an instance. """ - identifier: [Identifier] + identifier: [Identifier!] version: string _version: Element name: string @@ -21499,17 +21499,17 @@ type StructureDefinition { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate structure definition instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the structure definition is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] purpose: markdown _purpose: Element copyright: markdown @@ -21517,11 +21517,11 @@ type StructureDefinition { """ A set of key words or terms from external terminologies that may be used to assist with indexing and searching of templates nby describing the use of this structure definition, or the content it describes. """ - keyword: [Coding] + keyword: [Coding!] fhirVersion: code _fhirVersion: Element """An external specification that the content is mapped to.""" - mapping: [StructureDefinition_Mapping] + mapping: [StructureDefinition_Mapping!] kind: code _kind: Element abstract: boolean @@ -21529,13 +21529,13 @@ type StructureDefinition { """ Identifies the types of resource or data type elements to which the extension can be applied. """ - context: [StructureDefinition_Context] + context: [StructureDefinition_Context!] """ A set of rules as FHIRPath Invariants about when the extension can be used (e.g. co-occurrence variants for the extension). All the rules must be true. """ - contextInvariant: [string] + contextInvariant: [string!] """Extensions for contextInvariant""" - _contextInvariant: [Element] + _contextInvariant: [Element!] type: uri _type: Element baseDefinition: canonical @@ -21557,13 +21557,13 @@ type StructureDefinition_Mapping { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] identity: id _identity: Element uri: uri @@ -21582,13 +21582,13 @@ type StructureDefinition_Context { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: code _type: Element expression: string @@ -21603,15 +21603,15 @@ type StructureDefinition_Snapshot { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Captures constraints on each element within the resource.""" - element: [ElementDefinition]! + element: [ElementDefinition!]! } """ @@ -21622,21 +21622,21 @@ type ElementDefinition { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] path: string _path: Element """ Codes that define how this element is represented in instances, when the deviation varies from the normal case. """ - representation: [query_resourceById_oneOf_125_snapshot_element_items_representation_items] + representation: [query_resourceById_oneOf_125_snapshot_element_items_representation_items!] """Extensions for representation""" - _representation: [Element] + _representation: [Element!] sliceName: string _sliceName: Element sliceIsConstraining: boolean @@ -21646,7 +21646,7 @@ type ElementDefinition { """ A code that has the same meaning as the element in a particular terminology. """ - code: [Coding] + code: [Coding!] slicing: ElementDefinition_Slicing short: string _short: Element @@ -21657,9 +21657,9 @@ type ElementDefinition { requirements: markdown _requirements: Element """Identifies additional names by which this element might also be known.""" - alias: [string] + alias: [string!] """Extensions for alias""" - _alias: [Element] + _alias: [Element!] min: unsignedInt _min: Element max: string @@ -21670,7 +21670,7 @@ type ElementDefinition { """ The data type or resource that the value of this element is permitted to be. """ - type: [ElementDefinition_Type] + type: [ElementDefinition_Type!] defaultValueBase64Binary: query_resourceById_oneOf_125_snapshot_element_items_defaultValueBase64Binary _defaultValueBase64Binary: Element """ @@ -21907,7 +21907,7 @@ type ElementDefinition { """ A sample value for this element demonstrating the type of information that would typically be found in the element. """ - example: [ElementDefinition_Example] + example: [ElementDefinition_Example!] minValueDate: query_resourceById_oneOf_125_snapshot_element_items_minValueDate _minValueDate: Element minValueDateTime: query_resourceById_oneOf_125_snapshot_element_items_minValueDateTime @@ -21947,13 +21947,13 @@ type ElementDefinition { """ A reference to an invariant that may make additional statements about the cardinality or value in the instance. """ - condition: [id] + condition: [id!] """Extensions for condition""" - _condition: [Element] + _condition: [Element!] """ Formal constraints such as co-occurrence and other constraints that can be computationally evaluated within the context of the instance. """ - constraint: [ElementDefinition_Constraint] + constraint: [ElementDefinition_Constraint!] mustSupport: boolean _mustSupport: Element isModifier: boolean @@ -21966,7 +21966,7 @@ type ElementDefinition { """ Identifies a concept from an external specification that roughly corresponds to this element. """ - mapping: [ElementDefinition_Mapping] + mapping: [ElementDefinition_Mapping!] } enum query_resourceById_oneOf_125_snapshot_element_items_representation_items { @@ -21985,17 +21985,17 @@ type ElementDefinition_Slicing { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Designates which child elements are used to discriminate between the slices when processing an instance. If one or more discriminators are provided, the value of the child elements in the instance data SHALL completely distinguish which slice the element in the resource matches based on the allowed values for those elements in each of the slices. """ - discriminator: [ElementDefinition_Discriminator] + discriminator: [ElementDefinition_Discriminator!] description: string _description: Element ordered: boolean @@ -22012,13 +22012,13 @@ type ElementDefinition_Discriminator { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: query_resourceById_oneOf_125_snapshot_element_items_slicing_discriminator_items_type _type: Element path: string @@ -22051,13 +22051,13 @@ type ElementDefinition_Base { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] path: string _path: Element min: unsignedInt @@ -22074,29 +22074,29 @@ type ElementDefinition_Type { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: uri _code: Element """ Identifies a profile structure or implementation Guide that applies to the datatype this element refers to. If any profiles are specified, then the content must conform to at least one of them. The URL can be a local reference - to a contained StructureDefinition, or a reference to another StructureDefinition or Implementation Guide by a canonical URL. When an implementation guide is specified, the type SHALL conform to at least one profile defined in the implementation guide. """ - profile: [canonical] + profile: [canonical!] """ Used when the type is "Reference" or "canonical", and identifies a profile structure or implementation Guide that applies to the target of the reference this element refers to. If any profiles are specified, then the content must conform to at least one of them. The URL can be a local reference - to a contained StructureDefinition, or a reference to another StructureDefinition or Implementation Guide by a canonical URL. When an implementation guide is specified, the target resource SHALL conform to at least one profile defined in the implementation guide. """ - targetProfile: [canonical] + targetProfile: [canonical!] """ If the type is a reference to another resource, how the resource is or can be aggregated - is it a contained resource, or a reference, and if the context is a bundle, is it included in the bundle. """ - aggregation: [query_resourceById_oneOf_125_snapshot_element_items_type_items_aggregation_items] + aggregation: [query_resourceById_oneOf_125_snapshot_element_items_type_items_aggregation_items!] """Extensions for aggregation""" - _aggregation: [Element] + _aggregation: [Element!] versioning: query_resourceById_oneOf_125_snapshot_element_items_type_items_versioning _versioning: Element } @@ -22232,13 +22232,13 @@ type ElementDefinition_Example { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] label: string _label: Element valueBase64Binary: query_resourceById_oneOf_125_snapshot_element_items_example_items_valueBase64Binary @@ -22392,13 +22392,13 @@ type ElementDefinition_Constraint { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] key: id _key: Element requirements: string @@ -22430,13 +22430,13 @@ type ElementDefinition_Binding { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] strength: query_resourceById_oneOf_125_snapshot_element_items_binding_strength _strength: Element description: string @@ -22462,13 +22462,13 @@ type ElementDefinition_Mapping { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] identity: id _identity: Element language: code @@ -22487,15 +22487,15 @@ type StructureDefinition_Differential { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Captures constraints on each element within the resource.""" - element: [ElementDefinition]! + element: [ElementDefinition!]! } """ @@ -22513,23 +22513,23 @@ type StructureMap { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element """ A formal identifier that is used to identify this structure map when it is represented in other formats, or referenced in a specification, model, design or an instance. """ - identifier: [Identifier] + identifier: [Identifier!] version: string _version: Element name: string @@ -22547,17 +22547,17 @@ type StructureMap { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate structure map instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the structure map is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] purpose: markdown _purpose: Element copyright: markdown @@ -22565,13 +22565,13 @@ type StructureMap { """ A structure definition used by this map. The structure definition may describe instances that are converted, or the instances that are produced. """ - structure: [StructureMap_Structure] + structure: [StructureMap_Structure!] """Other maps used by this map (canonical URLs).""" - import: [canonical] + import: [canonical!] """ Organizes the mapping into manageable chunks for human review/ease of maintenance. """ - group: [StructureMap_Group]! + group: [StructureMap_Group!]! } enum StructureMap_const @typescript(subgraph: "FHIR", type: "\\"StructureMap\\"") @example(subgraph: "FHIR", value: "\\"StructureMap\\"") { @@ -22586,13 +22586,13 @@ type StructureMap_Structure { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: canonical! mode: code _mode: Element @@ -22610,13 +22610,13 @@ type StructureMap_Group { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: id _name: Element extends: id @@ -22628,9 +22628,9 @@ type StructureMap_Group { """ A name assigned to an instance of data. The instance must be provided when the mapping is invoked. """ - input: [StructureMap_Input2]! + input: [StructureMap_Input2!]! """Transform Rule from source to target.""" - rule: [StructureMap_Rule]! + rule: [StructureMap_Rule!]! } """ @@ -22641,13 +22641,13 @@ type StructureMap_Input2 { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: id _name: Element type: string @@ -22666,23 +22666,23 @@ type StructureMap_Rule { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: id _name: Element """Source inputs to the mapping.""" - source: [StructureMap_Source]! + source: [StructureMap_Source!]! """Content to create because of this mapping rule.""" - target: [StructureMap_Target] + target: [StructureMap_Target!] """Rules contained in this rule.""" - rule: [StructureMap_Rule] + rule: [StructureMap_Rule!] """Which other rules to apply in the context of this rule.""" - dependent: [StructureMap_Dependent] + dependent: [StructureMap_Dependent!] documentation: string _documentation: Element } @@ -22695,13 +22695,13 @@ type StructureMap_Source { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] context: id _context: Element min: integer @@ -22838,13 +22838,13 @@ type StructureMap_Target { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] context: id _context: Element contextType: code @@ -22854,15 +22854,15 @@ type StructureMap_Target { variable: id _variable: Element """If field is a list, how to manage the list.""" - listMode: [code] + listMode: [code!] """Extensions for listMode""" - _listMode: [Element] + _listMode: [Element!] listRuleId: id _listRuleId: Element transform: code _transform: Element """Parameters to the transform.""" - parameter: [StructureMap_Parameter] + parameter: [StructureMap_Parameter!] } """ @@ -22873,13 +22873,13 @@ type StructureMap_Parameter { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] valueId: query_resourceById_oneOf_126_group_items_rule_items_target_items_parameter_items_valueId _valueId: Element valueString: query_resourceById_oneOf_126_group_items_rule_items_target_items_parameter_items_valueString @@ -22909,19 +22909,19 @@ type StructureMap_Dependent { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: id _name: Element """Variable to pass to the rule or group.""" - variable: [string] + variable: [string!] """Extensions for variable""" - _variable: [Element] + _variable: [Element!] } """ @@ -22939,23 +22939,23 @@ type Subscription_ { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] status: code _status: Element """ Contact details for a human to contact about the subscription. The primary use of this for system administrator troubleshooting. """ - contact: [ContactPoint] + contact: [ContactPoint!] end: instant _end: Element reason: string @@ -22979,13 +22979,13 @@ type Subscription_Channel { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: code _type: Element endpoint: url @@ -22993,9 +22993,9 @@ type Subscription_Channel { payload: code _payload: Element """Additional headers / information to send as part of the notification.""" - header: [string] + header: [string!] """Extensions for header""" - _header: [Element] + _header: [Element!] } """ @@ -23013,17 +23013,17 @@ type SubscriptionStatus { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] status: code _status: Element type: code @@ -23033,13 +23033,13 @@ type SubscriptionStatus { """ Detailed information about events relevant to this subscription notification. """ - notificationEvent: [SubscriptionStatus_NotificationEvent] + notificationEvent: [SubscriptionStatus_NotificationEvent!] subscription: Reference! topic: canonical """ A record of errors that occurred when the server processed a notification. """ - error: [CodeableConcept] + error: [CodeableConcept!] } enum SubscriptionStatus_const @typescript(subgraph: "FHIR", type: "\\"SubscriptionStatus\\"") @example(subgraph: "FHIR", value: "\\"SubscriptionStatus\\"") { @@ -23054,13 +23054,13 @@ type SubscriptionStatus_NotificationEvent { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] eventNumber: string _eventNumber: Element timestamp: instant @@ -23069,7 +23069,7 @@ type SubscriptionStatus_NotificationEvent { """ Additional context information for this event. Generally, this will contain references to additional resources included with the event (e.g., the Patient relevant to an Encounter), however it MAY refer to non-FHIR objects. """ - additionalContext: [Reference] + additionalContext: [Reference!] } """ @@ -23087,23 +23087,23 @@ type SubscriptionTopic { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element """ Business identifiers assigned to this subscription topic by the performer and/or other systems. These identifiers remain constant as the resource is updated and propagates from server to server. """ - identifier: [Identifier] + identifier: [Identifier!] version: string _version: Element title: string @@ -23111,7 +23111,7 @@ type SubscriptionTopic { """ The canonical URL pointing to another FHIR-defined SubscriptionTopic that is adhered to in whole or in part by this SubscriptionTopic. """ - derivedFrom: [canonical] + derivedFrom: [canonical!] status: code _status: Element experimental: boolean @@ -23123,15 +23123,15 @@ type SubscriptionTopic { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of code system definitions. """ - useContext: [UsageContext] + useContext: [UsageContext!] """A jurisdiction in which the Topic is intended to be used.""" - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] purpose: markdown _purpose: Element copyright: markdown @@ -23144,17 +23144,17 @@ type SubscriptionTopic { """ A definition of a resource-based event that triggers a notification based on the SubscriptionTopic. The criteria may be just a human readable description and/or a full FHIR search string or FHIRPath expression. Multiple triggers are considered OR joined (e.g., a resource update matching ANY of the definitions will trigger a notification). """ - resourceTrigger: [SubscriptionTopic_ResourceTrigger] + resourceTrigger: [SubscriptionTopic_ResourceTrigger!] """Event definition which can be used to trigger the SubscriptionTopic.""" - eventTrigger: [SubscriptionTopic_EventTrigger] + eventTrigger: [SubscriptionTopic_EventTrigger!] """ List of properties by which Subscriptions on the SubscriptionTopic can be filtered. May be defined Search Parameters (e.g., Encounter.patient) or parameters defined within this SubscriptionTopic context (e.g., hub.event). """ - canFilterBy: [SubscriptionTopic_CanFilterBy] + canFilterBy: [SubscriptionTopic_CanFilterBy!] """ List of properties to describe the shape (e.g., resources) included in notifications from this Subscription Topic. """ - notificationShape: [SubscriptionTopic_NotificationShape] + notificationShape: [SubscriptionTopic_NotificationShape!] } enum SubscriptionTopic_const @typescript(subgraph: "FHIR", type: "\\"SubscriptionTopic\\"") @example(subgraph: "FHIR", value: "\\"SubscriptionTopic\\"") { @@ -23169,13 +23169,13 @@ type SubscriptionTopic_ResourceTrigger { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] description: markdown _description: Element resource: uri @@ -23183,9 +23183,9 @@ type SubscriptionTopic_ResourceTrigger { """ The FHIR RESTful interaction which can be used to trigger a notification for the SubscriptionTopic. Multiple values are considered OR joined (e.g., CREATE or UPDATE). """ - supportedInteraction: [code] + supportedInteraction: [code!] """Extensions for supportedInteraction""" - _supportedInteraction: [Element] + _supportedInteraction: [Element!] queryCriteria: SubscriptionTopic_QueryCriteria fhirPathCriteria: string _fhirPathCriteria: Element @@ -23199,13 +23199,13 @@ type SubscriptionTopic_QueryCriteria { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] previous: string _previous: Element resultForCreate: code @@ -23226,13 +23226,13 @@ type SubscriptionTopic_EventTrigger { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] description: markdown _description: Element event: CodeableConcept! @@ -23248,13 +23248,13 @@ type SubscriptionTopic_CanFilterBy { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] description: markdown _description: Element resource: uri @@ -23266,9 +23266,9 @@ type SubscriptionTopic_CanFilterBy { """ Allowable operators to apply when determining matches (Search Modifiers). If the filterParameter is a SearchParameter, this list of modifiers SHALL be a strict subset of the modifiers defined on that SearchParameter. """ - modifier: [code] + modifier: [code!] """Extensions for modifier""" - _modifier: [Element] + _modifier: [Element!] } """ @@ -23279,27 +23279,27 @@ type SubscriptionTopic_NotificationShape { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] resource: uri _resource: Element """ Search-style _include directives, rooted in the resource for this shape. Servers SHOULD include resources listed here, if they exist and the user is authorized to receive them. Clients SHOULD be prepared to receive these additional resources, but SHALL function properly without them. """ - include: [string] + include: [string!] """Extensions for include""" - _include: [Element] + _include: [Element!] """ Search-style _revinclude directives, rooted in the resource for this shape. Servers SHOULD include resources listed here, if they exist and the user is authorized to receive them. Clients SHOULD be prepared to receive these additional resources, but SHALL function properly without them. """ - revInclude: [string] + revInclude: [string!] """Extensions for revInclude""" - _revInclude: [Element] + _revInclude: [Element!] } """A homogeneous material with a definite composition.""" @@ -23315,34 +23315,34 @@ type Substance { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Unique identifier for the substance.""" - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element """ A code that classifies the general type of substance. This is used for searching, sorting and display purposes. """ - category: [CodeableConcept] + category: [CodeableConcept!] code: CodeableConcept! description: string _description: Element """ Substance may be used to describe a kind of substance, or a specific package/container of the substance: an instance. """ - instance: [Substance_Instance] + instance: [Substance_Instance!] """A substance can be composed of other substances.""" - ingredient: [Substance_Ingredient] + ingredient: [Substance_Ingredient!] } enum Substance_const @typescript(subgraph: "FHIR", type: "\\"Substance\\"") @example(subgraph: "FHIR", value: "\\"Substance\\"") { @@ -23355,13 +23355,13 @@ type Substance_Instance { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] identifier: Identifier expiry: dateTime _expiry: Element @@ -23374,13 +23374,13 @@ type Substance_Ingredient { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] quantity: Ratio substanceCodeableConcept: CodeableConcept substanceReference: Reference @@ -23401,62 +23401,62 @@ type SubstanceDefinition { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Identifier by which this substance is known.""" - identifier: [Identifier] + identifier: [Identifier!] version: string _version: Element status: CodeableConcept """ A high level categorization, e.g. polymer or nucleic acid, or food, chemical, biological, or a lower level such as the general types of polymer (linear or branch chain) or type of impurity (process related or contaminant). """ - classification: [CodeableConcept] + classification: [CodeableConcept!] domain: CodeableConcept """ The quality standard, established benchmark, to which substance complies (e.g. USP/NF, Ph. Eur, JP, BP, Company Standard). """ - grade: [CodeableConcept] + grade: [CodeableConcept!] description: markdown _description: Element """Supporting literature.""" - informationSource: [Reference] + informationSource: [Reference!] """Textual comment about the substance's catalogue or registry record.""" - note: [Annotation] + note: [Annotation!] """ The entity that creates, makes, produces or fabricates the substance. This is a set of potential manufacturers but is not necessarily comprehensive. """ - manufacturer: [Reference] + manufacturer: [Reference!] """ An entity that is the source for the substance. It may be different from the manufacturer. Supplier is synonymous to a distributor. """ - supplier: [Reference] + supplier: [Reference!] """Moiety, for structural modifications.""" - moiety: [SubstanceDefinition_Moiety] + moiety: [SubstanceDefinition_Moiety!] """General specifications for this substance.""" - property: [SubstanceDefinition_Property] + property: [SubstanceDefinition_Property!] """ The molecular weight or weight range (for proteins, polymers or nucleic acids). """ - molecularWeight: [SubstanceDefinition_MolecularWeight] + molecularWeight: [SubstanceDefinition_MolecularWeight!] structure: SubstanceDefinition_Structure """Codes associated with the substance.""" - code: [SubstanceDefinition_Code] + code: [SubstanceDefinition_Code!] """Names applicable to this substance.""" - name: [SubstanceDefinition_Name] + name: [SubstanceDefinition_Name!] """ A link between this substance and another, with details of the relationship. """ - relationship: [SubstanceDefinition_Relationship] + relationship: [SubstanceDefinition_Relationship!] sourceMaterial: SubstanceDefinition_SourceMaterial } @@ -23472,13 +23472,13 @@ type SubstanceDefinition_Moiety { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] role: CodeableConcept identifier: Identifier name: string @@ -23503,13 +23503,13 @@ type SubstanceDefinition_Property { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! valueCodeableConcept: CodeableConcept valueQuantity: Quantity @@ -23531,13 +23531,13 @@ type SubstanceDefinition_MolecularWeight { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] method: CodeableConcept type: CodeableConcept amount: Quantity! @@ -23551,13 +23551,13 @@ type SubstanceDefinition_Structure { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] stereochemistry: CodeableConcept opticalActivity: CodeableConcept molecularFormula: string @@ -23568,11 +23568,11 @@ type SubstanceDefinition_Structure { """ The method used to elucidate the structure or characterization of the drug substance. Examples: X-ray, HPLC, NMR, Peptide mapping, Ligand binding assay. """ - technique: [CodeableConcept] + technique: [CodeableConcept!] """The source of information about the structure.""" - sourceDocument: [Reference] + sourceDocument: [Reference!] """A depiction of the structure or characterization of the substance.""" - representation: [SubstanceDefinition_Representation] + representation: [SubstanceDefinition_Representation!] } """ @@ -23583,13 +23583,13 @@ type SubstanceDefinition_Representation { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept representation: string _representation: Element @@ -23605,21 +23605,21 @@ type SubstanceDefinition_Code { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept status: CodeableConcept statusDate: dateTime _statusDate: Element """Any comment can be provided in this field, if necessary.""" - note: [Annotation] + note: [Annotation!] """Supporting literature.""" - source: [Reference] + source: [Reference!] } """ @@ -23630,13 +23630,13 @@ type SubstanceDefinition_Name { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: string _name: Element type: CodeableConcept @@ -23644,23 +23644,23 @@ type SubstanceDefinition_Name { preferred: boolean _preferred: Element """Human language that the name is written in.""" - language: [CodeableConcept] + language: [CodeableConcept!] """ The use context of this name for example if there is a different name a drug active ingredient as opposed to a food colour additive. """ - domain: [CodeableConcept] + domain: [CodeableConcept!] """The jurisdiction where this name applies.""" - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] """ A synonym of this particular name, by which the substance is also known. """ - synonym: [SubstanceDefinition_Name] + synonym: [SubstanceDefinition_Name!] """A translation for this name into another human language.""" - translation: [SubstanceDefinition_Name] + translation: [SubstanceDefinition_Name!] """Details of the official nature of this name.""" - official: [SubstanceDefinition_Official] + official: [SubstanceDefinition_Official!] """Supporting literature.""" - source: [Reference] + source: [Reference!] } """ @@ -23671,13 +23671,13 @@ type SubstanceDefinition_Official { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] authority: CodeableConcept status: CodeableConcept date: dateTime @@ -23692,13 +23692,13 @@ type SubstanceDefinition_Relationship { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] substanceDefinitionReference: Reference substanceDefinitionCodeableConcept: CodeableConcept type: CodeableConcept! @@ -23711,7 +23711,7 @@ type SubstanceDefinition_Relationship { ratioHighLimitAmount: Ratio comparator: CodeableConcept """Supporting literature.""" - source: [Reference] + source: [Reference!] } scalar query_resourceById_oneOf_131_relationship_items_amountString @regexp(subgraph: "FHIR", pattern: "^[ \\\\r\\\\n\\\\t\\\\S]+$") @typescript(subgraph: "FHIR", type: "string") @@ -23724,19 +23724,19 @@ type SubstanceDefinition_SourceMaterial { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept genus: CodeableConcept species: CodeableConcept part: CodeableConcept """The country or countries where the material is harvested.""" - countryOfOrigin: [CodeableConcept] + countryOfOrigin: [CodeableConcept!] } """Record of delivery of what is supplied.""" @@ -23752,27 +23752,27 @@ type SupplyDelivery { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Identifier for the supply delivery event that is used to identify it across multiple disparate systems. """ - identifier: [Identifier] + identifier: [Identifier!] """ A plan, proposal or order that is fulfilled in whole or in part by this event. """ - basedOn: [Reference] + basedOn: [Reference!] """A larger event of which this particular event is a component or step.""" - partOf: [Reference] + partOf: [Reference!] status: code _status: Element patient: Reference @@ -23785,7 +23785,7 @@ type SupplyDelivery { supplier: Reference destination: Reference """Identifies the person who picked up the Supply.""" - receiver: [Reference] + receiver: [Reference!] } enum SupplyDelivery_const @typescript(subgraph: "FHIR", type: "\\"SupplyDelivery\\"") @example(subgraph: "FHIR", value: "\\"SupplyDelivery\\"") { @@ -23798,13 +23798,13 @@ type SupplyDelivery_SuppliedItem { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] quantity: Quantity itemCodeableConcept: CodeableConcept itemReference: Reference @@ -23827,21 +23827,21 @@ type SupplyRequest { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """ Business identifiers assigned to this SupplyRequest by the author and/or other systems. These identifiers remain constant as the resource is updated and propagates from server to server. """ - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element category: CodeableConcept @@ -23853,7 +23853,7 @@ type SupplyRequest { """ Specific parameters for the ordered item. For example, the size of the indicated item. """ - parameter: [SupplyRequest_Parameter] + parameter: [SupplyRequest_Parameter!] occurrenceDateTime: query_resourceById_oneOf_133_occurrenceDateTime _occurrenceDateTime: Element occurrencePeriod: Period @@ -23862,11 +23862,11 @@ type SupplyRequest { _authoredOn: Element requester: Reference """Who is intended to fulfill the request.""" - supplier: [Reference] + supplier: [Reference!] """The reason why the supply item was requested.""" - reasonCode: [CodeableConcept] + reasonCode: [CodeableConcept!] """The reason why the supply item was requested.""" - reasonReference: [Reference] + reasonReference: [Reference!] deliverFrom: Reference deliverTo: Reference } @@ -23883,13 +23883,13 @@ type SupplyRequest_Parameter { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: CodeableConcept valueCodeableConcept: CodeableConcept valueQuantity: Quantity @@ -23914,29 +23914,29 @@ type Task { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """The business identifier for this task.""" - identifier: [Identifier] + identifier: [Identifier!] instantiatesCanonical: canonical instantiatesUri: uri _instantiatesUri: Element """ BasedOn refers to a higher-level authorization that triggered the creation of the task. It references a "request" resource such as a ServiceRequest, MedicationRequest, ServiceRequest, CarePlan, etc. which is distinct from the "request" resource the task is seeking to fulfill. This latter resource is referenced by FocusOn. For example, based on a ServiceRequest (= BasedOn), a task is created to fulfill a procedureRequest ( = FocusOn ) to collect a specimen from a patient. """ - basedOn: [Reference] + basedOn: [Reference!] groupIdentifier: Identifier """Task that this particular task is part of.""" - partOf: [Reference] + partOf: [Reference!] status: code _status: Element statusReason: CodeableConcept @@ -23958,7 +23958,7 @@ type Task { _lastModified: Element requester: Reference """The kind of participant that should perform the task.""" - performerType: [CodeableConcept] + performerType: [CodeableConcept!] owner: Reference location: Reference reasonCode: CodeableConcept @@ -23966,20 +23966,20 @@ type Task { """ Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be relevant to the Task. """ - insurance: [Reference] + insurance: [Reference!] """Free-text information captured about the task as it progresses.""" - note: [Annotation] + note: [Annotation!] """ Links to Provenance records for past versions of this Task that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the task. """ - relevantHistory: [Reference] + relevantHistory: [Reference!] restriction: Task_Restriction """ Additional information that may be needed in the execution of the task. """ - input: [Task_Input2] + input: [Task_Input2!] """Outputs produced by the Task.""" - output: [Task_Output] + output: [Task_Output!] } enum Task_const @typescript(subgraph: "FHIR", type: "\\"Task\\"") @example(subgraph: "FHIR", value: "\\"Task\\"") { @@ -23992,20 +23992,20 @@ type Task_Restriction { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] repetitions: positiveInt _repetitions: Element period: Period """ For requests that are targeted to more than on potential recipient/target, for whom is fulfillment sought? """ - recipient: [Reference] + recipient: [Reference!] } """A task to be performed.""" @@ -24014,13 +24014,13 @@ type Task_Input2 { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! valueBase64Binary: query_resourceById_oneOf_134_input_items_valueBase64Binary _valueBase64Binary: Element @@ -24136,13 +24136,13 @@ type Task_Output { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: CodeableConcept! valueBase64Binary: query_resourceById_oneOf_134_output_items_valueBase64Binary _valueBase64Binary: Element @@ -24267,17 +24267,17 @@ type TerminologyCapabilities { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element version: string @@ -24297,17 +24297,17 @@ type TerminologyCapabilities { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate terminology capabilities instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the terminology capabilities is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] purpose: markdown _purpose: Element copyright: markdown @@ -24321,7 +24321,7 @@ type TerminologyCapabilities { """ Identifies a code system that is supported by the server. If there is a no code system URL, then this declares the general assumptions a client can make about support for any CodeSystem resource. """ - codeSystem: [TerminologyCapabilities_CodeSystem] + codeSystem: [TerminologyCapabilities_CodeSystem!] expansion: TerminologyCapabilities_Expansion codeSearch: code _codeSearch: Element @@ -24342,13 +24342,13 @@ type TerminologyCapabilities_Software { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: string _name: Element version: string @@ -24363,13 +24363,13 @@ type TerminologyCapabilities_Implementation { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] description: string _description: Element url: url @@ -24384,18 +24384,18 @@ type TerminologyCapabilities_CodeSystem { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] uri: canonical """ For the code system, a list of versions that are supported by the server. """ - version: [TerminologyCapabilities_Version] + version: [TerminologyCapabilities_Version!] subsumption: boolean _subsumption: Element } @@ -24408,13 +24408,13 @@ type TerminologyCapabilities_Version { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: string _code: Element isDefault: boolean @@ -24422,15 +24422,15 @@ type TerminologyCapabilities_Version { compositional: boolean _compositional: Element """Language Displays supported.""" - language: [code] + language: [code!] """Extensions for language""" - _language: [Element] + _language: [Element!] """Filter Properties supported.""" - filter: [TerminologyCapabilities_Filter] + filter: [TerminologyCapabilities_Filter!] """Properties supported for $lookup.""" - property: [code] + property: [code!] """Extensions for property""" - _property: [Element] + _property: [Element!] } """ @@ -24441,19 +24441,19 @@ type TerminologyCapabilities_Filter { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: code _code: Element """Operations supported for the property.""" - op: [code] + op: [code!] """Extensions for op""" - _op: [Element] + _op: [Element!] } """ @@ -24464,13 +24464,13 @@ type TerminologyCapabilities_Expansion { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] hierarchical: boolean _hierarchical: Element paging: boolean @@ -24478,7 +24478,7 @@ type TerminologyCapabilities_Expansion { incomplete: boolean _incomplete: Element """Supported expansion parameter.""" - parameter: [TerminologyCapabilities_Parameter] + parameter: [TerminologyCapabilities_Parameter!] textFilter: markdown _textFilter: Element } @@ -24491,13 +24491,13 @@ type TerminologyCapabilities_Parameter { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: code _name: Element documentation: string @@ -24512,13 +24512,13 @@ type TerminologyCapabilities_ValidateCode { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] translations: boolean _translations: Element } @@ -24531,13 +24531,13 @@ type TerminologyCapabilities_Translation { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] needsMap: boolean _needsMap: Element } @@ -24550,13 +24550,13 @@ type TerminologyCapabilities_Closure { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] translation: boolean _translation: Element } @@ -24576,17 +24576,17 @@ type TestReport { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] identifier: Identifier name: string _name: Element @@ -24604,10 +24604,10 @@ type TestReport { """ A participant in the test execution, either the execution engine, a client, or a server. """ - participant: [TestReport_Participant] + participant: [TestReport_Participant!] setup: TestReport_Setup """A test executed from the test script.""" - test: [TestReport_Test] + test: [TestReport_Test!] teardown: TestReport_Teardown } @@ -24623,13 +24623,13 @@ type TestReport_Participant { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: code _type: Element uri: uri @@ -24646,15 +24646,15 @@ type TestReport_Setup { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Action would contain either an operation or an assertion.""" - action: [TestReport_Action]! + action: [TestReport_Action!]! } """ @@ -24665,13 +24665,13 @@ type TestReport_Action { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] operation: TestReport_Operation assert: TestReport_Assert } @@ -24684,13 +24684,13 @@ type TestReport_Operation { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] result: code _result: Element message: markdown @@ -24707,13 +24707,13 @@ type TestReport_Assert { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] result: code _result: Element message: markdown @@ -24730,19 +24730,19 @@ type TestReport_Test { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: string _name: Element description: string _description: Element """Action would contain either an operation or an assertion.""" - action: [TestReport_Action1]! + action: [TestReport_Action1!]! } """ @@ -24753,13 +24753,13 @@ type TestReport_Action1 { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] operation: TestReport_Operation assert: TestReport_Assert } @@ -24772,15 +24772,15 @@ type TestReport_Teardown { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """The teardown action will only contain an operation.""" - action: [TestReport_Action2]! + action: [TestReport_Action2!]! } """ @@ -24791,13 +24791,13 @@ type TestReport_Action2 { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] operation: TestReport_Operation! } @@ -24816,17 +24816,17 @@ type TestScript { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element identifier: Identifier @@ -24847,17 +24847,17 @@ type TestScript { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate test script instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the test script is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] purpose: markdown _purpose: Element copyright: markdown @@ -24865,25 +24865,25 @@ type TestScript { """ An abstract server used in operations within this test script in the origin element. """ - origin: [TestScript_Origin] + origin: [TestScript_Origin!] """ An abstract server used in operations within this test script in the destination element. """ - destination: [TestScript_Destination] + destination: [TestScript_Destination!] metadata: TestScript_Metadata """ Fixture in the test script - by reference (uri). All fixtures are required for the test script to execute. """ - fixture: [TestScript_Fixture] + fixture: [TestScript_Fixture!] """Reference to the profile to be used for validation.""" - profile: [Reference] + profile: [Reference!] """ Variable is set based either on element value in response body or on header field value in the response headers. """ - variable: [TestScript_Variable] + variable: [TestScript_Variable!] setup: TestScript_Setup """A test in this script.""" - test: [TestScript_Test] + test: [TestScript_Test!] teardown: TestScript_Teardown } @@ -24899,13 +24899,13 @@ type TestScript_Origin { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] index: integer _index: Element profile: Coding! @@ -24919,13 +24919,13 @@ type TestScript_Destination { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] index: integer _index: Element profile: Coding! @@ -24939,19 +24939,19 @@ type TestScript_Metadata { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """A link to the FHIR specification that this test is covering.""" - link: [TestScript_Link] + link: [TestScript_Link!] """ Capabilities that must exist and are assumed to function correctly on the FHIR server being tested. """ - capability: [TestScript_Capability]! + capability: [TestScript_Capability!]! } """ @@ -24962,13 +24962,13 @@ type TestScript_Link { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element description: string @@ -24983,13 +24983,13 @@ type TestScript_Capability { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] required: boolean _required: Element validated: boolean @@ -24997,17 +24997,17 @@ type TestScript_Capability { description: string _description: Element """Which origin server these requirements apply to.""" - origin: [integer] + origin: [integer!] """Extensions for origin""" - _origin: [Element] + _origin: [Element!] destination: integer _destination: Element """ Links to the FHIR specification that describes this interaction and the resources involved in more detail. """ - link: [uri] + link: [uri!] """Extensions for link""" - _link: [Element] + _link: [Element!] capabilities: canonical! } @@ -25019,13 +25019,13 @@ type TestScript_Fixture { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] autocreate: boolean _autocreate: Element autodelete: boolean @@ -25041,13 +25041,13 @@ type TestScript_Variable { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: string _name: Element defaultValue: string @@ -25074,15 +25074,15 @@ type TestScript_Setup { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """Action would contain either an operation or an assertion.""" - action: [TestScript_Action]! + action: [TestScript_Action!]! } """ @@ -25093,13 +25093,13 @@ type TestScript_Action { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] operation: TestScript_Operation assert: TestScript_Assert } @@ -25112,13 +25112,13 @@ type TestScript_Operation { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] type: Coding resource: code _resource: Element @@ -25141,7 +25141,7 @@ type TestScript_Operation { params: string _params: Element """Header elements would be used to set HTTP headers.""" - requestHeader: [TestScript_RequestHeader] + requestHeader: [TestScript_RequestHeader!] requestId: id _requestId: Element responseId: id @@ -25162,13 +25162,13 @@ type TestScript_RequestHeader { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] field: string _field: Element value: string @@ -25183,13 +25183,13 @@ type TestScript_Assert { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] label: string _label: Element description: string @@ -25244,19 +25244,19 @@ type TestScript_Test { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: string _name: Element description: string _description: Element """Action would contain either an operation or an assertion.""" - action: [TestScript_Action1]! + action: [TestScript_Action1!]! } """ @@ -25267,13 +25267,13 @@ type TestScript_Action1 { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] operation: TestScript_Operation assert: TestScript_Assert } @@ -25286,15 +25286,15 @@ type TestScript_Teardown { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """The teardown action will only contain an operation.""" - action: [TestScript_Action2]! + action: [TestScript_Action2!]! } """ @@ -25305,13 +25305,13 @@ type TestScript_Action2 { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] operation: TestScript_Operation! } @@ -25330,23 +25330,23 @@ type ValueSet { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] url: uri _url: Element """ A formal identifier that is used to identify this value set when it is represented in other formats, or referenced in a specification, model, design or an instance. """ - identifier: [Identifier] + identifier: [Identifier!] version: string _version: Element name: string @@ -25364,17 +25364,17 @@ type ValueSet { """ Contact details to assist a user in finding and communicating with the publisher. """ - contact: [ContactDetail] + contact: [ContactDetail!] description: markdown _description: Element """ The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate value set instances. """ - useContext: [UsageContext] + useContext: [UsageContext!] """ A legal or geographic region in which the value set is intended to be used. """ - jurisdiction: [CodeableConcept] + jurisdiction: [CodeableConcept!] immutable: boolean _immutable: Element purpose: markdown @@ -25397,23 +25397,23 @@ type ValueSet_Compose { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] lockedDate: date _lockedDate: Element inactive: boolean _inactive: Element """Include one or more codes from a code system or other value set(s).""" - include: [ValueSet_Include]! + include: [ValueSet_Include!]! """ Exclude one or more codes from the value set based on code system filters and/or other value sets. """ - exclude: [ValueSet_Include] + exclude: [ValueSet_Include!] } """ @@ -25424,27 +25424,27 @@ type ValueSet_Include { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] system: uri _system: Element version: string _version: Element """Specifies a concept to be included or excluded.""" - concept: [ValueSet_Concept] + concept: [ValueSet_Concept!] """ Select concepts by specify a matching criterion based on the properties (including relationships) defined by the system, or on filters defined by the system. If multiple filters are specified, they SHALL all be true. """ - filter: [ValueSet_Filter] + filter: [ValueSet_Filter!] """ Selects the concepts found in this value set (based on its value set definition). This is an absolute URI that is a reference to ValueSet.url. If multiple value sets are specified this includes the union of the contents of all of the referenced value sets. """ - valueSet: [canonical] + valueSet: [canonical!] } """ @@ -25455,13 +25455,13 @@ type ValueSet_Concept { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] code: code _code: Element display: string @@ -25469,7 +25469,7 @@ type ValueSet_Concept { """ Additional representations for this concept when used in this value set - other languages, aliases, specialized purposes, used for particular purposes, etc. """ - designation: [ValueSet_Designation] + designation: [ValueSet_Designation!] } """ @@ -25480,13 +25480,13 @@ type ValueSet_Designation { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] language: code _language: Element use: Coding @@ -25502,13 +25502,13 @@ type ValueSet_Filter { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] property: code _property: Element op: code @@ -25525,13 +25525,13 @@ type ValueSet_Expansion { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] identifier: uri _identifier: Element timestamp: dateTime @@ -25543,9 +25543,9 @@ type ValueSet_Expansion { """ A parameter that controlled the expansion process. These parameters may be used by users of expanded value sets to check whether the expansion is suitable for a particular purpose, or to pick the correct expansion. """ - parameter: [ValueSet_Parameter] + parameter: [ValueSet_Parameter!] """The codes that are contained in the value set expansion.""" - contains: [ValueSet_Contains] + contains: [ValueSet_Contains!] } """ @@ -25556,13 +25556,13 @@ type ValueSet_Parameter { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] name: string _name: Element valueString: query_resourceById_oneOf_138_expansion_parameter_items_valueString @@ -25602,13 +25602,13 @@ type ValueSet_Contains { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] system: uri _system: Element abstract: boolean @@ -25624,9 +25624,9 @@ type ValueSet_Contains { """ Additional representations for this item - other languages, aliases, specialized purposes, used for particular purposes, etc. These are relevant when the conditions of the expansion do not fix to a single correct representation. """ - designation: [ValueSet_Designation] + designation: [ValueSet_Designation!] """Other codes and entries contained under this entry in the hierarchy.""" - contains: [ValueSet_Contains] + contains: [ValueSet_Contains!] } """ @@ -25644,23 +25644,23 @@ type VerificationResult { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """A resource that was validated.""" - target: [Reference] + target: [Reference!] """The fhirpath location(s) within the resource that was validated.""" - targetLocation: [string] + targetLocation: [string!] """Extensions for targetLocation""" - _targetLocation: [Element] + _targetLocation: [Element!] need: CodeableConcept status: code _status: Element @@ -25670,7 +25670,7 @@ type VerificationResult { """ The primary process by which the target is validated (edit check; value set; primary source; multiple sources; standalone; in context). """ - validationProcess: [CodeableConcept] + validationProcess: [CodeableConcept!] frequency: Timing lastPerformed: dateTime _lastPerformed: Element @@ -25678,10 +25678,10 @@ type VerificationResult { _nextScheduled: Element failureAction: CodeableConcept """Information about the primary source(s) involved in validation.""" - primarySource: [VerificationResult_PrimarySource] + primarySource: [VerificationResult_PrimarySource!] attestation: VerificationResult_Attestation """Information about the entity validating information.""" - validator: [VerificationResult_Validator] + validator: [VerificationResult_Validator!] } enum VerificationResult_const @typescript(subgraph: "FHIR", type: "\\"VerificationResult\\"") @example(subgraph: "FHIR", value: "\\"VerificationResult\\"") { @@ -25696,20 +25696,20 @@ type VerificationResult_PrimarySource { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] who: Reference """ Type of primary source (License Board; Primary Education; Continuing Education; Postal Service; Relationship owner; Registration Authority; legal source; issuing source; authoritative source). """ - type: [CodeableConcept] + type: [CodeableConcept!] """Method for communicating with the primary source (manual; API; Push).""" - communicationMethod: [CodeableConcept] + communicationMethod: [CodeableConcept!] validationStatus: CodeableConcept validationDate: dateTime _validationDate: Element @@ -25717,7 +25717,7 @@ type VerificationResult_PrimarySource { """ Type of alerts/updates the primary source can send (specific requested changes; any changes; as defined by source). """ - pushTypeAvailable: [CodeableConcept] + pushTypeAvailable: [CodeableConcept!] } """ @@ -25728,13 +25728,13 @@ type VerificationResult_Attestation { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] who: Reference onBehalfOf: Reference communicationMethod: CodeableConcept @@ -25756,13 +25756,13 @@ type VerificationResult_Validator { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] organization: Reference! identityCertificate: string _identityCertificate: Element @@ -25784,19 +25784,19 @@ type VisionPrescription { """ These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. """ - contained: [ResourceList] + contained: [ResourceList!] """ May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] """A unique identifier assigned to this vision prescription.""" - identifier: [Identifier] + identifier: [Identifier!] status: code _status: Element created: dateTime @@ -25809,7 +25809,7 @@ type VisionPrescription { """ Contain the details of the individual lens specifications and serves as the authorization for the fullfillment by certified professionals. """ - lensSpecification: [VisionPrescription_LensSpecification]! + lensSpecification: [VisionPrescription_LensSpecification!]! } enum VisionPrescription_const @typescript(subgraph: "FHIR", type: "\\"VisionPrescription\\"") @example(subgraph: "FHIR", value: "\\"VisionPrescription\\"") { @@ -25824,13 +25824,13 @@ type VisionPrescription_LensSpecification { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] product: CodeableConcept! eye: code _eye: Element @@ -25841,7 +25841,7 @@ type VisionPrescription_LensSpecification { axis: integer _axis: Element """Allows for adjustment on two axis.""" - prism: [VisionPrescription_Prism] + prism: [VisionPrescription_Prism!] add: decimal _add: Element power: decimal @@ -25856,7 +25856,7 @@ type VisionPrescription_LensSpecification { brand: string _brand: Element """Notes for special requirements such as coatings and lens materials.""" - note: [Annotation] + note: [Annotation!] } """ @@ -25867,13 +25867,13 @@ type VisionPrescription_Prism { """ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. """ - extension: [Extension] + extension: [Extension!] """ May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). """ - modifierExtension: [Extension] + modifierExtension: [Extension!] amount: decimal _amount: Element base: code diff --git a/examples/json-schema-subscriptions/tests/__snapshots__/json-schema-subscriptions.test.ts.snap b/examples/json-schema-subscriptions/tests/__snapshots__/json-schema-subscriptions.test.ts.snap index bbb4e3d3a3457..d956d848e2327 100644 --- a/examples/json-schema-subscriptions/tests/__snapshots__/json-schema-subscriptions.test.ts.snap +++ b/examples/json-schema-subscriptions/tests/__snapshots__/json-schema-subscriptions.test.ts.snap @@ -18,7 +18,7 @@ directive @transport(subgraph: String, kind: String, location: String, headers: directive @live on QUERY type Query { - todos: [query_todos_items] @httpOperation(subgraph: "Example", path: "/todos", httpMethod: GET) + todos: [query_todos_items!] @httpOperation(subgraph: "Example", path: "/todos", httpMethod: GET) } type query_todos_items { diff --git a/examples/openapi-javascript-wiki/tests/__snapshots__/javascript-wiki.test.js.snap b/examples/openapi-javascript-wiki/tests/__snapshots__/javascript-wiki.test.js.snap index a2154c854002b..07d8aafae1054 100644 --- a/examples/openapi-javascript-wiki/tests/__snapshots__/javascript-wiki.test.js.snap +++ b/examples/openapi-javascript-wiki/tests/__snapshots__/javascript-wiki.test.js.snap @@ -1013,7 +1013,7 @@ enum queryInput_media_math_render_by_format_by_hash_format { union metrics_pageviews_per_article_by_project_by_access_by_agent_by_article_by_granularity_by_start_by_end_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "pageview_article") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = pageview_article | problem type pageview_article { - items: [query_metrics_pageviews_per_article_by_project_by_access_by_agent_by_article_by_granularity_by_start_by_end_oneOf_0_items_items] + items: [query_metrics_pageviews_per_article_by_project_by_access_by_agent_by_article_by_granularity_by_start_by_end_oneOf_0_items_items!] } type query_metrics_pageviews_per_article_by_project_by_access_by_agent_by_article_by_granularity_by_start_by_end_oneOf_0_items_items { @@ -1066,7 +1066,7 @@ enum queryInput_metrics_pageviews_per_article_by_project_by_access_by_agent_by_a union metrics_pageviews_aggregate_by_project_by_access_by_agent_by_granularity_by_start_by_end_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "pageview_project") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = pageview_project | problem type pageview_project { - items: [query_metrics_pageviews_aggregate_by_project_by_access_by_agent_by_granularity_by_start_by_end_oneOf_0_items_items] + items: [query_metrics_pageviews_aggregate_by_project_by_access_by_agent_by_granularity_by_start_by_end_oneOf_0_items_items!] } type query_metrics_pageviews_aggregate_by_project_by_access_by_agent_by_granularity_by_start_by_end_oneOf_0_items_items { @@ -1113,7 +1113,7 @@ enum queryInput_metrics_pageviews_aggregate_by_project_by_access_by_agent_by_gra union metrics_pageviews_top_by_project_by_access_by_year_by_month_by_day_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "pageview_tops") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = pageview_tops | problem type pageview_tops { - items: [query_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_day_oneOf_0_items_items] + items: [query_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_day_oneOf_0_items_items!] } type query_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_day_oneOf_0_items_items { @@ -1122,7 +1122,7 @@ type query_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_day_on year: String month: String day: String - articles: [query_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_day_oneOf_0_items_items_articles_items] + articles: [query_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_day_oneOf_0_items_items_articles_items!] } type query_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_day_oneOf_0_items_items_articles_items { @@ -1145,7 +1145,7 @@ enum queryInput_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_d union metrics_pageviews_top_by_country_by_project_by_access_by_year_by_month_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "by_country") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = by_country | problem type by_country { - items: [query_metrics_pageviews_top_by_country_by_project_by_access_by_year_by_month_oneOf_0_items_items] + items: [query_metrics_pageviews_top_by_country_by_project_by_access_by_year_by_month_oneOf_0_items_items!] } type query_metrics_pageviews_top_by_country_by_project_by_access_by_year_by_month_oneOf_0_items_items { @@ -1153,7 +1153,7 @@ type query_metrics_pageviews_top_by_country_by_project_by_access_by_year_by_mont access: String year: String month: String - countries: [query_metrics_pageviews_top_by_country_by_project_by_access_by_year_by_month_oneOf_0_items_items_countries_items] + countries: [query_metrics_pageviews_top_by_country_by_project_by_access_by_year_by_month_oneOf_0_items_items_countries_items!] } type query_metrics_pageviews_top_by_country_by_project_by_access_by_year_by_month_oneOf_0_items_items_countries_items { @@ -1176,7 +1176,7 @@ enum queryInput_metrics_pageviews_top_by_country_by_project_by_access_by_year_by union metrics_pageviews_top_per_country_by_country_by_access_by_year_by_month_by_day_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "per_country") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = per_country | problem type per_country { - items: [query_metrics_pageviews_top_per_country_by_country_by_access_by_year_by_month_by_day_oneOf_0_items_items] + items: [query_metrics_pageviews_top_per_country_by_country_by_access_by_year_by_month_by_day_oneOf_0_items_items!] } type query_metrics_pageviews_top_per_country_by_country_by_access_by_year_by_month_by_day_oneOf_0_items_items { @@ -1185,7 +1185,7 @@ type query_metrics_pageviews_top_per_country_by_country_by_access_by_year_by_mon year: String month: String day: String - articles: [query_metrics_pageviews_top_per_country_by_country_by_access_by_year_by_month_by_day_oneOf_0_items_items_articles_items] + articles: [query_metrics_pageviews_top_per_country_by_country_by_access_by_year_by_month_by_day_oneOf_0_items_items_articles_items!] } type query_metrics_pageviews_top_per_country_by_country_by_access_by_year_by_month_by_day_oneOf_0_items_items_articles_items { @@ -1209,7 +1209,7 @@ enum queryInput_metrics_pageviews_top_per_country_by_country_by_access_by_year_b union metrics_unique_devices_by_project_by_access_site_by_granularity_by_start_by_end_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "unique_devices") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = unique_devices | problem type unique_devices { - items: [query_metrics_unique_devices_by_project_by_access_site_by_granularity_by_start_by_end_oneOf_0_items_items] + items: [query_metrics_unique_devices_by_project_by_access_site_by_granularity_by_start_by_end_oneOf_0_items_items!] } type query_metrics_unique_devices_by_project_by_access_site_by_granularity_by_start_by_end_oneOf_0_items_items { @@ -1244,7 +1244,7 @@ enum queryInput_metrics_unique_devices_by_project_by_access_site_by_granularity_ union metrics_legacy_pagecounts_aggregate_by_project_by_access_site_by_granularity_by_start_by_end_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "pagecounts_project") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = pagecounts_project | problem type pagecounts_project { - items: [query_metrics_legacy_pagecounts_aggregate_by_project_by_access_site_by_granularity_by_start_by_end_oneOf_0_items_items] + items: [query_metrics_legacy_pagecounts_aggregate_by_project_by_access_site_by_granularity_by_start_by_end_oneOf_0_items_items!] } type query_metrics_legacy_pagecounts_aggregate_by_project_by_access_site_by_granularity_by_start_by_end_oneOf_0_items_items { @@ -1277,7 +1277,7 @@ enum queryInput_metrics_legacy_pagecounts_aggregate_by_project_by_access_site_by union metrics_edited_pages_new_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "new_pages") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = new_pages | problem type new_pages { - items: [query_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items] + items: [query_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items!] } type query_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items { @@ -1285,7 +1285,7 @@ type query_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_by_gr editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") granularity: String - results: [query_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items_results_items] + results: [query_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items_results_items!] } type query_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items_results_items { @@ -1331,7 +1331,7 @@ enum queryInput_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_ union metrics_edited_pages_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "edited_pages") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = edited_pages | problem type edited_pages { - items: [query_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_oneOf_0_items_items] + items: [query_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_oneOf_0_items_items!] } type query_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_oneOf_0_items_items { @@ -1340,7 +1340,7 @@ type query_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page_type page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") activity_level: String @resolveRootField(subgraph: "Wiki", field: "activity-level") granularity: String - results: [query_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_oneOf_0_items_items_results_items] + results: [query_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_oneOf_0_items_items_results_items!] } type query_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_oneOf_0_items_items_results_items { @@ -1399,7 +1399,7 @@ enum queryInput_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page union metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "top_edited_pages_by_edits") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = top_edited_pages_by_edits | problem type top_edited_pages_by_edits { - items: [query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items] + items: [query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items!] } type query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items { @@ -1407,12 +1407,12 @@ type query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_t editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") granularity: String - results: [query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items] + results: [query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items!] } type query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items { timestamp: String - top: [query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items_top_items] + top: [query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items_top_items!] } type query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items_top_items { @@ -1450,7 +1450,7 @@ enum queryInput_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_p union metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "top_edited_pages_by_net_bytes_diff") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = top_edited_pages_by_net_bytes_diff | problem type top_edited_pages_by_net_bytes_diff { - items: [query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items] + items: [query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items!] } type query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items { @@ -1458,12 +1458,12 @@ type query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") granularity: String - results: [query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items] + results: [query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items!] } type query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items { timestamp: String - top: [query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items_top_items] + top: [query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items_top_items!] } type query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items_top_items { @@ -1501,7 +1501,7 @@ enum queryInput_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_e union metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "top_edited_pages_by_abs_bytes_diff") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = top_edited_pages_by_abs_bytes_diff | problem type top_edited_pages_by_abs_bytes_diff { - items: [query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items] + items: [query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items!] } type query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items { @@ -1509,12 +1509,12 @@ type query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_e editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") granularity: String - results: [query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items] + results: [query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items!] } type query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items { timestamp: String - top: [query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items_top_items] + top: [query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items_top_items!] } type query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items_top_items { @@ -1552,7 +1552,7 @@ enum queryInput_metrics_edited_pages_top_by_absolute_bytes_difference_by_project union metrics_editors_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "editors") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = editors | problem type editors { - items: [query_metrics_editors_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_oneOf_0_items_items] + items: [query_metrics_editors_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_oneOf_0_items_items!] } type query_metrics_editors_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_oneOf_0_items_items { @@ -1561,7 +1561,7 @@ type query_metrics_editors_aggregate_by_project_by_editor_type_by_page_type_by_a page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") activity_level: String @resolveRootField(subgraph: "Wiki", field: "activity-level") granularity: String - results: [query_metrics_editors_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_oneOf_0_items_items_results_items] + results: [query_metrics_editors_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_oneOf_0_items_items_results_items!] } type query_metrics_editors_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_oneOf_0_items_items_results_items { @@ -1620,7 +1620,7 @@ enum queryInput_metrics_editors_aggregate_by_project_by_editor_type_by_page_type union metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "top_editors_by_edits") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = top_editors_by_edits | problem type top_editors_by_edits { - items: [query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items] + items: [query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items!] } type query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items { @@ -1628,12 +1628,12 @@ type query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_b editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") granularity: String - results: [query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items] + results: [query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items!] } type query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items { timestamp: String - top: [query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items_top_items] + top: [query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items_top_items!] } type query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items_top_items { @@ -1671,7 +1671,7 @@ enum queryInput_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_t union metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "top_editors_by_net_bytes_diff") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = top_editors_by_net_bytes_diff | problem type top_editors_by_net_bytes_diff { - items: [query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items] + items: [query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items!] } type query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items { @@ -1679,12 +1679,12 @@ type query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") granularity: String - results: [query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items] + results: [query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items!] } type query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items { timestamp: String - top: [query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items_top_items] + top: [query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items_top_items!] } type query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items_top_items { @@ -1722,7 +1722,7 @@ enum queryInput_metrics_editors_top_by_net_bytes_difference_by_project_by_editor union metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "top_editors_by_abs_bytes_diff") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = top_editors_by_abs_bytes_diff | problem type top_editors_by_abs_bytes_diff { - items: [query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items] + items: [query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items!] } type query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items { @@ -1730,12 +1730,12 @@ type query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") granularity: String - results: [query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items] + results: [query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items!] } type query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items { timestamp: String - top: [query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items_top_items] + top: [query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items_top_items!] } type query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_oneOf_0_items_items_results_items_top_items { @@ -1773,7 +1773,7 @@ enum queryInput_metrics_editors_top_by_absolute_bytes_difference_by_project_by_e union metrics_edits_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "edits") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = edits | problem type edits { - items: [query_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items] + items: [query_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items!] } type query_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items { @@ -1781,7 +1781,7 @@ type query_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_by_gra editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") granularity: String - results: [query_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items_results_items] + results: [query_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items_results_items!] } type query_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items_results_items { @@ -1827,7 +1827,7 @@ enum queryInput_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_b union metrics_edits_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "edits_per_page") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = edits_per_page | problem type edits_per_page { - items: [query_metrics_edits_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_oneOf_0_items_items] + items: [query_metrics_edits_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_oneOf_0_items_items!] } type query_metrics_edits_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_oneOf_0_items_items { @@ -1835,7 +1835,7 @@ type query_metrics_edits_per_page_by_project_by_page_title_by_editor_type_by_gra page_title: String @resolveRootField(subgraph: "Wiki", field: "page-title") editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") granularity: String - results: [query_metrics_edits_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_oneOf_0_items_items_results_items] + results: [query_metrics_edits_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_oneOf_0_items_items_results_items!] } type query_metrics_edits_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_oneOf_0_items_items_results_items { @@ -1869,13 +1869,13 @@ enum queryInput_metrics_edits_per_page_by_project_by_page_title_by_editor_type_b union metrics_registered_users_new_by_project_by_granularity_by_start_by_end_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "new_registered_users") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = new_registered_users | problem type new_registered_users { - items: [query_metrics_registered_users_new_by_project_by_granularity_by_start_by_end_oneOf_0_items_items] + items: [query_metrics_registered_users_new_by_project_by_granularity_by_start_by_end_oneOf_0_items_items!] } type query_metrics_registered_users_new_by_project_by_granularity_by_start_by_end_oneOf_0_items_items { project: String granularity: String - results: [query_metrics_registered_users_new_by_project_by_granularity_by_start_by_end_oneOf_0_items_items_results_items] + results: [query_metrics_registered_users_new_by_project_by_granularity_by_start_by_end_oneOf_0_items_items_results_items!] } type query_metrics_registered_users_new_by_project_by_granularity_by_start_by_end_oneOf_0_items_items_results_items { @@ -1895,7 +1895,7 @@ enum queryInput_metrics_registered_users_new_by_project_by_granularity_by_start_ union metrics_bytes_difference_net_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "net_bytes_difference") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = net_bytes_difference | problem type net_bytes_difference { - items: [query_metrics_bytes_difference_net_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items] + items: [query_metrics_bytes_difference_net_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items!] } type query_metrics_bytes_difference_net_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items { @@ -1903,7 +1903,7 @@ type query_metrics_bytes_difference_net_aggregate_by_project_by_editor_type_by_p editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") granularity: String - results: [query_metrics_bytes_difference_net_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items_results_items] + results: [query_metrics_bytes_difference_net_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items_results_items!] } type query_metrics_bytes_difference_net_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items_results_items { @@ -1948,7 +1948,7 @@ enum queryInput_metrics_bytes_difference_net_aggregate_by_project_by_editor_type union metrics_bytes_difference_net_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "net_bytes_difference_per_page") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = net_bytes_difference_per_page | problem type net_bytes_difference_per_page { - items: [query_metrics_bytes_difference_net_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_oneOf_0_items_items] + items: [query_metrics_bytes_difference_net_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_oneOf_0_items_items!] } type query_metrics_bytes_difference_net_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_oneOf_0_items_items { @@ -1956,7 +1956,7 @@ type query_metrics_bytes_difference_net_per_page_by_project_by_page_title_by_edi page_title: String @resolveRootField(subgraph: "Wiki", field: "page-title") editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") granularity: String - results: [query_metrics_bytes_difference_net_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_oneOf_0_items_items_results_items] + results: [query_metrics_bytes_difference_net_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_oneOf_0_items_items_results_items!] } type query_metrics_bytes_difference_net_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_oneOf_0_items_items_results_items { @@ -1990,7 +1990,7 @@ enum queryInput_metrics_bytes_difference_net_per_page_by_project_by_page_title_b union metrics_bytes_difference_absolute_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "absolute_bytes_difference") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = absolute_bytes_difference | problem type absolute_bytes_difference { - items: [query_metrics_bytes_difference_absolute_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items] + items: [query_metrics_bytes_difference_absolute_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items!] } type query_metrics_bytes_difference_absolute_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items { @@ -1998,7 +1998,7 @@ type query_metrics_bytes_difference_absolute_aggregate_by_project_by_editor_type editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") granularity: String - results: [query_metrics_bytes_difference_absolute_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items_results_items] + results: [query_metrics_bytes_difference_absolute_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items_results_items!] } type query_metrics_bytes_difference_absolute_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_oneOf_0_items_items_results_items { @@ -2043,7 +2043,7 @@ enum queryInput_metrics_bytes_difference_absolute_aggregate_by_project_by_editor union metrics_bytes_difference_absolute_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "absolute_bytes_difference_per_page") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = absolute_bytes_difference_per_page | problem type absolute_bytes_difference_per_page { - items: [query_metrics_bytes_difference_absolute_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_oneOf_0_items_items] + items: [query_metrics_bytes_difference_absolute_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_oneOf_0_items_items!] } type query_metrics_bytes_difference_absolute_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_oneOf_0_items_items { @@ -2051,7 +2051,7 @@ type query_metrics_bytes_difference_absolute_per_page_by_project_by_page_title_b page_title: String @resolveRootField(subgraph: "Wiki", field: "page-title") editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") granularity: String - results: [query_metrics_bytes_difference_absolute_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_oneOf_0_items_items_results_items] + results: [query_metrics_bytes_difference_absolute_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_oneOf_0_items_items_results_items!] } type query_metrics_bytes_difference_absolute_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_oneOf_0_items_items_results_items { @@ -2085,7 +2085,7 @@ enum queryInput_metrics_bytes_difference_absolute_per_page_by_project_by_page_ti union metrics_mediarequests_aggregate_by_referer_by_media_type_by_agent_by_granularity_by_start_by_end_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "mediarequest_referer") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = mediarequest_referer | problem type mediarequest_referer { - items: [query_metrics_mediarequests_aggregate_by_referer_by_media_type_by_agent_by_granularity_by_start_by_end_oneOf_0_items_items] + items: [query_metrics_mediarequests_aggregate_by_referer_by_media_type_by_agent_by_granularity_by_start_by_end_oneOf_0_items_items!] } type query_metrics_mediarequests_aggregate_by_referer_by_media_type_by_agent_by_granularity_by_start_by_end_oneOf_0_items_items { @@ -2131,7 +2131,7 @@ enum queryInput_metrics_mediarequests_aggregate_by_referer_by_media_type_by_agen union metrics_mediarequests_per_file_by_referer_by_agent_by_file_path_by_granularity_by_start_by_end_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "mediarequest_file") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = mediarequest_file | problem type mediarequest_file { - items: [query_metrics_mediarequests_per_file_by_referer_by_agent_by_file_path_by_granularity_by_start_by_end_oneOf_0_items_items] + items: [query_metrics_mediarequests_per_file_by_referer_by_agent_by_file_path_by_granularity_by_start_by_end_oneOf_0_items_items!] } type query_metrics_mediarequests_per_file_by_referer_by_agent_by_file_path_by_granularity_by_start_by_end_oneOf_0_items_items { @@ -2165,7 +2165,7 @@ enum queryInput_metrics_mediarequests_per_file_by_referer_by_agent_by_file_path_ union metrics_mediarequests_top_by_referer_by_media_type_by_year_by_month_by_day_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "mediarequest_tops") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = mediarequest_tops | problem type mediarequest_tops { - items: [query_metrics_mediarequests_top_by_referer_by_media_type_by_year_by_month_by_day_oneOf_0_items_items] + items: [query_metrics_mediarequests_top_by_referer_by_media_type_by_year_by_month_by_day_oneOf_0_items_items!] } type query_metrics_mediarequests_top_by_referer_by_media_type_by_year_by_month_by_day_oneOf_0_items_items { @@ -2174,7 +2174,7 @@ type query_metrics_mediarequests_top_by_referer_by_media_type_by_year_by_month_b year: String month: String day: String - files: [query_metrics_mediarequests_top_by_referer_by_media_type_by_year_by_month_by_day_oneOf_0_items_items_files_items] + files: [query_metrics_mediarequests_top_by_referer_by_media_type_by_year_by_month_by_day_oneOf_0_items_items_files_items!] } type query_metrics_mediarequests_top_by_referer_by_media_type_by_year_by_month_by_day_oneOf_0_items_items_files_items { @@ -2210,7 +2210,7 @@ type cx_dict { """the original word to look up""" source: String """the translations found""" - translations: [query_transform_word_from_by_from_lang_to_by_to_lang_by_word_oneOf_0_translations_items] + translations: [query_transform_word_from_by_from_lang_to_by_to_lang_by_word_oneOf_0_translations_items!] } type query_transform_word_from_by_from_lang_to_by_to_lang_by_word_oneOf_0_translations_items { @@ -2234,7 +2234,7 @@ union transform_list_pair_by_from_by_to_response @statusCodeTypeName(subgraph: " type cx_list_tools { """the list of tools available for the given language pair""" - tools: [String] + tools: [String!] } union transform_list_tool_by_tool_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "JSON_container") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = JSON_container | problem @@ -2255,9 +2255,9 @@ enum queryInput_transform_list_tool_by_tool_by_from_by_to_tool { type cx_languagepairs { """the list of available source languages""" - source: [String] + source: [String!] """the list of available destination languages""" - target: [String] + target: [String!] } union feed_availability_response @statusCodeTypeName(subgraph: "Wiki", statusCode: 200, typeName: "availability") @statusCodeTypeName(subgraph: "Wiki", statusCode: "default", typeName: "problem") = availability | problem @@ -2266,23 +2266,23 @@ type availability { """ domains for wikis with this feature enabled, or [ '*..org' ] for all wikis in a project """ - todays_featured_article: [String]! + todays_featured_article: [String!]! """ domains for wikis with this feature enabled, or [ '*..org' ] for all wikis in a project """ - most_read: [String]! + most_read: [String!]! """ domains for wikis with this feature enabled, or [ '*..org' ] for all wikis in a project """ - picture_of_the_day: [String]! + picture_of_the_day: [String!]! """ domains for wikis with this feature enabled, or [ '*..org' ] for all wikis in a project """ - in_the_news: [String]! + in_the_news: [String!]! """ domains for wikis with this feature enabled, or [ '*..org' ] for all wikis in a project """ - on_this_day: [String]! + on_this_day: [String!]! } type Mutation { diff --git a/examples/openapi-location-weather/tests/__snapshots__/location-weather.test.ts.snap b/examples/openapi-location-weather/tests/__snapshots__/location-weather.test.ts.snap index bc1180053c164..71b0f43e0b3ba 100644 --- a/examples/openapi-location-weather/tests/__snapshots__/location-weather.test.ts.snap +++ b/examples/openapi-location-weather/tests/__snapshots__/location-weather.test.ts.snap @@ -35,7 +35,7 @@ type AQCurrentGroup { """Country Abbreviation""" country_code: String - data: [AQCurrent] + data: [AQCurrent!] """Latitude""" lat: Float @@ -85,7 +85,7 @@ type AQHourly { """Country Abbreviation""" country_code: String - data: [AQHour] + data: [AQHour!] """Latitude""" lat: Float @@ -113,9 +113,9 @@ type CitiesError { """A list of countries""" type Countries_Response { - data: [Country_Summary] - errors: [CitiesError] - links: [Link] + data: [Country_Summary!] + errors: [CitiesError!] + links: [Link!] metadata: Metadata } @@ -128,7 +128,7 @@ type Country_Details { code: String """A list of supported ISO-4217 currency codes""" - currencyCodes: [String] + currencyCodes: [String!] """The country flag image""" flagImageUri: String @@ -170,7 +170,7 @@ type Country_Region_Details { """Country region details response""" type Country_Region_Response { data: Country_Region_Details - errors: [CitiesError] + errors: [CitiesError!] } """Minimal country region info""" @@ -194,16 +194,16 @@ type Country_Region_Summary { """A list of country regions""" type Country_Regions_Response { """A list of RegionSummaries""" - data: [Country_Region_Summary] - errors: [CitiesError] - links: [Link] + data: [Country_Region_Summary!] + errors: [CitiesError!] + links: [Link!] metadata: Metadata } """Country details response""" type Country_Response { data: Country_Details - errors: [CitiesError] + errors: [CitiesError!] } """Minimal country info""" @@ -212,7 +212,7 @@ type Country_Summary { code: String """A list of supported ISO-4217 currency codes""" - currencyCodes: [String] + currencyCodes: [String!] """The country name (varies by languageCode)""" name: String @@ -223,9 +223,9 @@ type Country_Summary { """A list of currencies""" type Currencies_Response { - data: [Currency] - errors: [CitiesError] - links: [Link] + data: [Currency!] + errors: [CitiesError!] + links: [Link!] metadata: Metadata } @@ -235,7 +235,7 @@ type Currency { code: String """A list of ISO-3166 country codes of countries supporting this currency""" - countryCodes: [String] + countryCodes: [String!] """The currency symbol""" symbol: String @@ -312,7 +312,7 @@ type CurrentObs { solar_rad: Float """List of data sources used in response""" - sources: [String] + sources: [String!] """State abbreviation""" state_code: String @@ -358,7 +358,7 @@ type CurrentObs { type CurrentObsGroup { """Count of found observations""" count: Int - data: [CurrentObs] + data: [CurrentObs!] } """Represents date values""" @@ -373,7 +373,7 @@ scalar DateTime type Date_Time_Response { """The date-time in ISO-6801 format: yyyyMMdd'T'HHmmssZ""" data: DateTime - errors: [CitiesError] + errors: [CitiesError!] } """A decimal distance (in miles or kilometers)""" @@ -382,7 +382,7 @@ type Distance_Response { The distance in units as set by the distanceUnit param (defaults to miles) """ data: Float - errors: [CitiesError] + errors: [CitiesError!] } type EnergyObs { @@ -420,7 +420,7 @@ type EnergyObs { snow: Float """List of data sources used in response""" - sources: [String] + sources: [String!] """State abbreviation""" state_code: String @@ -458,7 +458,7 @@ type EnergyObs { type EnergyObsGroup { """Count of found observations""" count: Int - data: [EnergyObs] + data: [EnergyObs!] """End Date""" end_date: Int @@ -473,7 +473,7 @@ type EnergyObsGroupForecast { """Country abbreviation""" country_code: String - data: [EnergyObsSeries] + data: [EnergyObsSeries!] """Latitude""" lat: Float @@ -562,7 +562,7 @@ type FCMinutely { """Country Abbreviation""" country_code: String - data: [FCMinutelyOb] + data: [FCMinutelyOb!] """Latitude""" lat: Float @@ -694,7 +694,7 @@ type Forecast { } type ForecastAG { - data: [HistoryAGObj] + data: [HistoryAGObj!] """Latitude""" lat: Float @@ -709,7 +709,7 @@ type ForecastDay { """Country Abbreviation""" country_code: String - data: [Forecast] + data: [Forecast!] """Latitude""" lat: Float @@ -814,7 +814,7 @@ type ForecastHourly { """Country Abbreviation""" country_code: String - data: [ForecastHour] + data: [ForecastHour!] """Latitude""" lat: Float @@ -847,7 +847,7 @@ type History { """Country abbreviation""" country_code: String - data: [HistoryObj] + data: [HistoryObj!] """Latitude""" lat: Float @@ -856,7 +856,7 @@ type History { lon: Float """List of data sources used in response""" - sources: [String] + sources: [String!] """State abbreviation""" state_code: String @@ -866,7 +866,7 @@ type History { } type HistoryAG { - data: [HistoryAGObj] + data: [HistoryAGObj!] """Latitude""" lat: Float @@ -979,7 +979,7 @@ type HistoryDay { """Country abbreviation""" country_code: String - data: [HistoryDayObj] + data: [HistoryDayObj!] """Latitude""" lat: Float @@ -988,7 +988,7 @@ type HistoryDay { lon: Float """List of data sources used in response""" - sources: [String] + sources: [String!] """State abbreviation""" state_code: String @@ -1176,7 +1176,7 @@ type HistorySubhourly { """Country abbreviation""" country_code: String - data: [HistoryObj] + data: [HistoryObj!] """Latitude""" lat: Float @@ -1185,7 +1185,7 @@ type HistorySubhourly { lon: Float """List of data sources used in response""" - sources: [String] + sources: [String!] """State abbreviation""" state_code: String @@ -1207,9 +1207,9 @@ type Language { """A list of languages supported by the system""" type Languages_Response { - data: [Language] - errors: [CitiesError] - links: [Link] + data: [Language!] + errors: [CitiesError!] + links: [Link!] metadata: Metadata } @@ -1227,9 +1227,9 @@ type Locale { """A list of locales""" type Locales_Response { - data: [Locale] - errors: [CitiesError] - links: [Link] + data: [Locale!] + errors: [CitiesError!] + links: [Link!] metadata: Metadata } @@ -1243,10 +1243,10 @@ type Metadata { } type Normals { - data: [NormalsObj] + data: [NormalsObj!] """List of data sources used in response""" - sources: [String] + sources: [String!] """Local IANA time zone""" timezone: String @@ -1383,14 +1383,14 @@ type Populated_Place_Details { """Populated-place details response""" type Populated_Place_Response { data: Populated_Place_Details - errors: [CitiesError] + errors: [CitiesError!] } """A list of populated places""" type Populated_Places_Response { - data: [PopulatedPlaceSummary] - errors: [CitiesError] - links: [Link] + data: [PopulatedPlaceSummary!] + errors: [CitiesError!] + links: [Link!] metadata: Metadata } @@ -2752,7 +2752,7 @@ scalar ResolveToSourceArgs type Time_Response { """The time in ISO-8601 format: HHmmss.SSSZ""" data: String - errors: [CitiesError] + errors: [CitiesError!] } """A time-zone""" @@ -2769,7 +2769,7 @@ type Time_Zone { """A time-zone""" type Time_Zone_Response { - errors: [CitiesError] + errors: [CitiesError!] """The time-zone id""" id: String @@ -2783,9 +2783,9 @@ type Time_Zone_Response { """A list of time-zones""" type Time_Zones_Response { - data: [Time_Zone] - errors: [CitiesError] - links: [Link] + data: [Time_Zone!] + errors: [CitiesError!] + links: [Link!] metadata: Metadata } @@ -2795,7 +2795,7 @@ A field whose value conforms to the standard URL format as specified in RFC3986: scalar URL type WeatherAlert { - alerts: [WeatherAlertGroup] + alerts: [WeatherAlertGroup!] """Latitude""" lat: Float @@ -2805,7 +2805,7 @@ type WeatherAlert { } type WeatherAlertGroup { - alerts: [String] + alerts: [String!] """Full description of weather alert""" description: String diff --git a/examples/openapi-orbit/tests/__snapshots__/orbit.test.ts.snap b/examples/openapi-orbit/tests/__snapshots__/orbit.test.ts.snap index 9fc2dc4166dc8..c465af2031723 100644 --- a/examples/openapi-orbit/tests/__snapshots__/orbit.test.ts.snap +++ b/examples/openapi-orbit/tests/__snapshots__/orbit.test.ts.snap @@ -219,8 +219,8 @@ A field whose value conforms to the standard internet email address format as sp scalar EmailAddress @specifiedBy(url: "https://html.spec.whatwg.org/multipage/input.html#valid-e-mail-address") type workspace_slug_activities_200_response @example(subgraph: "Orbit", value: "{\\"data\\":[{\\"id\\":\\"63rsLp\\",\\"type\\":\\"issue_activity\\",\\"attributes\\":{\\"action\\":\\"opened\\",\\"created_at\\":\\"2023-06-21T14:54:04.584Z\\",\\"key\\":\\"wayne/collene#55\\",\\"occurred_at\\":\\"2023-06-21T14:54:04.579Z\\",\\"updated_at\\":\\"2023-06-21T14:54:04.584Z\\",\\"type\\":\\"IssueActivity\\",\\"properties\\":{\\"github_issue\\":\\"wayne/collene/#55\\",\\"github_repository\\":\\"wayne/collene\\",\\"github_organization\\":\\"wayne\\"},\\"tags\\":[\\"channel:github\\",\\"github_organization:wayne\\",\\"github_repository:wayne/collene\\",\\"github_issue:wayne/collene/#55\\"],\\"orbit_url\\":\\"http://localhost:3000/avelinawiza/activities/63rsLp\\",\\"weight\\":\\"1.0\\",\\"activity_link\\":\\"https://github.com/\\",\\"g_title\\":\\"Cool issue title!\\",\\"g_number\\":55,\\"g_html_url\\":\\"https://github.com/\\",\\"g_created_at\\":\\"2023-06-21T15:54:04.579+01:00\\",\\"is_pull_request\\":null},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"la4sVD\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"By3S5j\\",\\"type\\":\\"member\\"}},\\"repository\\":{\\"data\\":{\\"id\\":\\"jP8TMj\\",\\"type\\":\\"repository\\"}}}},{\\"id\\":\\"V5YsvV\\",\\"type\\":\\"pull_request_activity\\",\\"attributes\\":{\\"action\\":\\"opened\\",\\"created_at\\":\\"2023-06-21T14:54:04.524Z\\",\\"key\\":\\"jason/hermine#72\\",\\"occurred_at\\":\\"2023-06-21T14:54:04.508Z\\",\\"updated_at\\":\\"2023-06-21T14:54:04.524Z\\",\\"type\\":\\"PullRequestActivity\\",\\"properties\\":{\\"github_repository\\":\\"jason/hermine\\",\\"github_organization\\":\\"jason\\",\\"github_pull_request\\":\\"jason/hermine/#72\\"},\\"tags\\":[\\"channel:github\\",\\"github_organization:jason\\",\\"github_repository:jason/hermine\\",\\"github_pull_request:jason/hermine/#72\\"],\\"orbit_url\\":\\"http://localhost:3000/avelinawiza/activities/V5YsvV\\",\\"weight\\":\\"1.0\\",\\"activity_link\\":\\"https://github.com/\\",\\"g_title\\":\\"Cool PR title!\\",\\"g_number\\":72,\\"g_html_url\\":\\"https://github.com/\\",\\"g_created_at\\":\\"2023-06-21T15:54:04.508+01:00\\",\\"is_pull_request\\":null,\\"g_merged\\":true,\\"g_merged_at\\":null,\\"g_merged_by\\":null},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"lnrs0l\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"By3S5j\\",\\"type\\":\\"member\\"}},\\"repository\\":{\\"data\\":{\\"id\\":\\"6l3Tz9\\",\\"type\\":\\"repository\\"}}}},{\\"id\\":\\"6a4sBp\\",\\"type\\":\\"spec_activity\\",\\"attributes\\":{\\"action\\":\\"spec_action\\",\\"created_at\\":\\"2023-06-21T14:54:04.438Z\\",\\"key\\":\\"clé\\",\\"occurred_at\\":\\"2023-06-21T14:54:04.437Z\\",\\"updated_at\\":\\"2023-06-21T14:54:04.438Z\\",\\"type\\":\\"SpecActivity\\",\\"properties\\":{\\"prop_1\\":\\"value_1\\",\\"prop_2\\":\\"value_2\\"},\\"tags\\":[\\"spec-tag-1\\",\\"spec-tag-2\\"],\\"orbit_url\\":\\"http://localhost:3000/avelinawiza/activities/6a4sBp\\",\\"weight\\":\\"1.0\\"},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"D2Esq5\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"By3S5j\\",\\"type\\":\\"member\\"}},\\"repository\\":{\\"data\\":{\\"id\\":\\"jBlTg9\\",\\"type\\":\\"repository\\"}}}}],\\"included\\":[{\\"id\\":\\"la4sVD\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"Opened an issue\\",\\"short_name\\":\\"Issue opened\\",\\"key\\":\\"issues:opened\\",\\"channel\\":\\"github\\",\\"source\\":\\"github\\",\\"weight\\":\\"6.0\\"}},{\\"id\\":\\"By3S5j\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":null,\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:04.391Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"JolineLang\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"jolinelang\\",\\"source\\":\\"installation\\",\\"tag_list\\":[\\"ruby\\"],\\"tags\\":[\\"ruby\\"],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:04.391Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/avelinawiza/members/jolinelang\\",\\"created\\":false,\\"id\\":\\"By3S5j\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[]},\\"organizations\\":{\\"data\\":[]}}},{\\"id\\":\\"jP8TMj\\",\\"type\\":\\"repository\\",\\"attributes\\":{\\"owner\\":\\"see\\",\\"name\\":\\"tyrell\\",\\"full_name\\":\\"see/tyrell\\",\\"updated_at\\":\\"2023-06-21T14:54:04.577Z\\",\\"created_at\\":\\"2023-06-21T14:54:04.577Z\\"}},{\\"id\\":\\"lnrs0l\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"persuade Mysource 3\\",\\"short_name\\":\\"Spec Channel\\",\\"key\\":\\"spec:happened:1\\",\\"channel\\":\\"mysource\\",\\"source\\":\\"mysource\\",\\"weight\\":\\"1.0\\"}},{\\"id\\":\\"6l3Tz9\\",\\"type\\":\\"repository\\",\\"attributes\\":{\\"owner\\":\\"andreasbernier\\",\\"name\\":\\"timmybatz\\",\\"full_name\\":\\"andreasbernier/timmybatz\\",\\"updated_at\\":\\"2023-06-21T14:54:04.496Z\\",\\"created_at\\":\\"2023-06-21T14:54:04.496Z\\"}},{\\"id\\":\\"D2Esq5\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"qualify Mysource 2\\",\\"short_name\\":\\"Spec Channel\\",\\"key\\":\\"spec_activity_type_key\\",\\"channel\\":\\"mysource\\",\\"source\\":\\"mysource\\",\\"weight\\":\\"1.0\\"}},{\\"id\\":\\"jBlTg9\\",\\"type\\":\\"repository\\",\\"attributes\\":{\\"owner\\":\\"randolph\\",\\"name\\":\\"bruna\\",\\"full_name\\":\\"orbit-love/orbit-model\\",\\"updated_at\\":\\"2023-06-21T14:54:04.419Z\\",\\"created_at\\":\\"2023-06-21T14:54:04.419Z\\"}}],\\"links\\":{\\"first\\":\\"http://localhost:3000/api/v1/avelinawiza/activities?activity_type=&affiliation=&cities%5B%5D=&company%5B%5D=&countries%5B%5D=&direction=DESC&end_date=&filters=true&identity=&items=10&member_tags=&orbit=&page=1®ions%5B%5D=&relative=&sort=occurred_at&start_date=&title%5B%5D=&workspace=avelinawiza\\",\\"prev\\":null,\\"next\\":null}}") { - data: [query_workspace_slug_activities_data_items] - included: [query_workspace_slug_activities_included_items] + data: [query_workspace_slug_activities_data_items!] + included: [query_workspace_slug_activities_included_items!] links: query_workspace_slug_activities_links } @@ -239,7 +239,7 @@ type query_workspace_slug_activities_data_items_attributes { updated_at: DateTime type: String properties: query_workspace_slug_activities_data_items_attributes2 - tags: [URL] + tags: [URL!] orbit_url: URL weight: String activity_link: URL @@ -398,7 +398,7 @@ enum queryInput_workspace_slug_activities_sort { type workspace_slug_activities_by_id_200_response @example(subgraph: "Orbit", value: "{\\"data\\":{\\"id\\":\\"ZPosjV\\",\\"type\\":\\"spec_activity\\",\\"attributes\\":{\\"action\\":\\"spec_action\\",\\"created_at\\":\\"2023-06-21T14:54:07.274Z\\",\\"key\\":\\"clé\\",\\"occurred_at\\":\\"2023-06-21T14:54:07.264Z\\",\\"updated_at\\":\\"2023-06-21T14:54:07.274Z\\",\\"type\\":\\"SpecActivity\\",\\"properties\\":{\\"prop_1\\":\\"value_1\\",\\"prop_2\\":\\"value_2\\"},\\"tags\\":[\\"spec-tag-1\\",\\"spec-tag-2\\"],\\"orbit_url\\":\\"http://localhost:3000/markitasauer/activities/ZPosjV\\",\\"weight\\":\\"1.0\\"},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"D3jsky\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"rmMSRr\\",\\"type\\":\\"member\\"}},\\"repository\\":{\\"data\\":{\\"id\\":\\"9ABTo6\\",\\"type\\":\\"repository\\"}},\\"user\\":{\\"data\\":{\\"id\\":\\"OA3F51\\",\\"type\\":\\"user\\"}}}},\\"included\\":[{\\"id\\":\\"D3jsky\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"take Mysource 29\\",\\"short_name\\":\\"Spec Channel\\",\\"key\\":\\"spec:happened:9\\",\\"channel\\":\\"mysource\\",\\"source\\":\\"mysource\\",\\"weight\\":\\"1.0\\"}},{\\"id\\":\\"rmMSRr\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":null,\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:07.270Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"AudieDare\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"audiedare\\",\\"source\\":\\"installation\\",\\"tag_list\\":[],\\"tags\\":[],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:07.270Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/markitasauer/members/audiedare\\",\\"created\\":false,\\"id\\":\\"rmMSRr\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[]},\\"organizations\\":{\\"data\\":[]}}},{\\"id\\":\\"9ABTo6\\",\\"type\\":\\"repository\\",\\"attributes\\":{\\"owner\\":\\"leo\\",\\"name\\":\\"vernettaprohaska\\",\\"full_name\\":\\"leo/vernettaprohaska\\",\\"updated_at\\":\\"2023-06-21T14:54:07.226Z\\",\\"created_at\\":\\"2023-06-21T14:54:07.226Z\\"}},{\\"id\\":\\"OA3F51\\",\\"type\\":\\"user\\",\\"attributes\\":{\\"name\\":\\"ClarettaKunzeIII\\",\\"updated_at\\":\\"2023-06-21T14:54:07.203Z\\",\\"created_at\\":\\"2023-06-21T14:54:07.195Z\\"}}]}") { data: query_workspace_slug_activities_by_id_data - included: [query_workspace_slug_activities_by_id_included_items] + included: [query_workspace_slug_activities_by_id_included_items!] } type query_workspace_slug_activities_by_id_data { @@ -416,7 +416,7 @@ type query_workspace_slug_activities_by_id_data_attributes { updated_at: DateTime type: String properties: query_workspace_slug_activities_by_id_data_attributes2 - tags: [String] + tags: [String!] orbit_url: URL weight: String } @@ -485,7 +485,7 @@ type query_workspace_slug_activities_by_id_included_items_attributes { } type workspace_slug_activity_types_200_response @example(subgraph: "Orbit", value: "{\\"data\\":[{\\"id\\":\\"5Gds1O\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"Created content\\",\\"short_name\\":\\"Content created\\",\\"key\\":\\"post:created\\",\\"channel\\":\\"content\\",\\"source\\":\\"content\\",\\"weight\\":\\"1.0\\"}},{\\"id\\":\\"DOnsmL\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"Activated their account on product\\",\\"short_name\\":\\"Activated account\\",\\"key\\":\\"activated_account\\",\\"channel\\":\\"product\\",\\"source\\":\\"product\\",\\"weight\\":\\"6.0\\"}}],\\"links\\":{\\"first\\":\\"/alejandrawehner/activity_types?page=1\\",\\"last\\":\\"/alejandrawehner/activity_types?page=1\\",\\"prev\\":null,\\"next\\":null}}") { - data: [query_workspace_slug_activity_types_data_items] + data: [query_workspace_slug_activity_types_data_items!] links: query_workspace_slug_activity_types_links } @@ -512,8 +512,8 @@ type query_workspace_slug_activity_types_links { } type workspace_slug_members_by_member_slug_activities_200_response @example(subgraph: "Orbit", value: "{\\"data\\":[{\\"id\\":\\"VlEsOe\\",\\"type\\":\\"spec_activity\\",\\"attributes\\":{\\"action\\":\\"spec_action\\",\\"created_at\\":\\"2023-06-21T14:54:11.610Z\\",\\"key\\":\\"clé\\",\\"occurred_at\\":\\"2023-06-21T14:54:11.609Z\\",\\"updated_at\\":\\"2023-06-21T14:54:11.610Z\\",\\"type\\":\\"SpecActivity\\",\\"properties\\":{\\"prop_1\\":\\"value_1\\",\\"prop_2\\":\\"value_2\\"},\\"tags\\":[\\"spec-tag-1\\",\\"spec-tag-2\\"],\\"orbit_url\\":\\"http://localhost:3000/parishuelphd/activities/VlEsOe\\",\\"weight\\":\\"1.0\\"},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"oQQsBb\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"BloSvr\\",\\"type\\":\\"member\\"}}}}],\\"included\\":[{\\"id\\":\\"oQQsBb\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"opine Mysource 34\\",\\"short_name\\":\\"Spec Channel\\",\\"key\\":\\"spec:activity\\",\\"channel\\":\\"mysource\\",\\"source\\":\\"mysource\\",\\"weight\\":\\"1.0\\"}},{\\"id\\":\\"BloSvr\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":null,\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:11.551Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"DelphaLegros\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"delphalegros\\",\\"source\\":\\"installation\\",\\"tag_list\\":[],\\"tags\\":[],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:11.551Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/parishuelphd/members/delphalegros\\",\\"created\\":false,\\"id\\":\\"BloSvr\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[]},\\"organizations\\":{\\"data\\":[]}}}],\\"links\\":{\\"first\\":\\"/parishuelphd/members/delphalegros/activities?page=1&direction=DESC&items=10&sort=occurred_at&activity_type=spec%3Aactivity&type=\\",\\"last\\":\\"/parishuelphd/members/delphalegros/activities?page=1&direction=DESC&items=10&sort=occurred_at&activity_type=spec%3Aactivity&type=\\",\\"prev\\":null,\\"next\\":null}}") { - data: [query_workspace_slug_members_by_member_slug_activities_data_items] - included: [query_workspace_slug_members_by_member_slug_activities_included_items] + data: [query_workspace_slug_members_by_member_slug_activities_data_items!] + included: [query_workspace_slug_members_by_member_slug_activities_included_items!] links: query_workspace_slug_members_by_member_slug_activities_links } @@ -532,7 +532,7 @@ type query_workspace_slug_members_by_member_slug_activities_data_items_attribute updated_at: DateTime type: String properties: query_workspace_slug_members_by_member_slug_activities_data_items_attributes2 - tags: [String] + tags: [String!] orbit_url: URL weight: String } @@ -604,8 +604,8 @@ enum queryInput_workspace_slug_members_by_member_slug_activities_sort { } type workspace_slug_members_by_member_slug_notes_200_response @example(subgraph: "Orbit", value: "{\\"data\\":[{\\"id\\":\\"o5Nf2J\\",\\"type\\":\\"note\\",\\"attributes\\":{\\"id\\":\\"o5Nf2J\\",\\"created_at\\":\\"2023-06-21T14:54:15.417Z\\",\\"body\\":\\"heyo\\",\\"updated_at\\":\\"2023-06-21T14:54:15.417Z\\"},\\"relationships\\":{\\"member\\":{\\"data\\":{\\"id\\":\\"jPESm8\\",\\"type\\":\\"member\\"}},\\"user\\":{\\"data\\":{\\"id\\":\\"lqAFn8\\",\\"type\\":\\"user\\"}}}}],\\"included\\":[{\\"id\\":\\"jPESm8\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":null,\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:15.397Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"MsKirkKemmer\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"mskirkkemmer\\",\\"source\\":\\"installation\\",\\"tag_list\\":[],\\"tags\\":[],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:15.397Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/mariahturner/members/mskirkkemmer\\",\\"created\\":false,\\"id\\":\\"jPESm8\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[]},\\"organizations\\":{\\"data\\":[]}}},{\\"id\\":\\"lqAFn8\\",\\"type\\":\\"user\\",\\"attributes\\":{\\"name\\":\\"TristanBreitenberg\\",\\"updated_at\\":\\"2023-06-21T14:54:15.415Z\\",\\"created_at\\":\\"2023-06-21T14:54:15.409Z\\"}}],\\"links\\":{\\"first\\":\\"/mariahturner/members/mskirkkemmer/notes?page=1\\",\\"last\\":\\"/mariahturner/members/mskirkkemmer/notes?page=1\\",\\"prev\\":null,\\"next\\":null}}") { - data: [query_workspace_slug_members_by_member_slug_notes_data_items] - included: [query_workspace_slug_members_by_member_slug_notes_included_items] + data: [query_workspace_slug_members_by_member_slug_notes_data_items!] + included: [query_workspace_slug_members_by_member_slug_notes_included_items!] links: query_workspace_slug_members_by_member_slug_notes_links } @@ -668,8 +668,8 @@ type query_workspace_slug_members_by_member_slug_notes_included_items_attributes shipping_address: Void slug: String source: String - tag_list: [JSON] - tags: [JSON] + tag_list: [JSON!] + tags: [JSON!] teammate: Boolean tshirt: Void updated_at: DateTime @@ -708,11 +708,11 @@ type query_workspace_slug_members_by_member_slug_notes_included_items_relationsh } type query_workspace_slug_members_by_member_slug_notes_included_items_relationships_identities { - data: [JSON] + data: [JSON!] } type query_workspace_slug_members_by_member_slug_notes_included_items_relationships_organizations { - data: [JSON] + data: [JSON!] } type query_workspace_slug_members_by_member_slug_notes_links { @@ -723,8 +723,8 @@ type query_workspace_slug_members_by_member_slug_notes_links { } type workspace_slug_members_200_response @example(subgraph: "Orbit", value: "{\\"data\\":[{\\"id\\":\\"jaPSJy\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":\\"PuraRutherford\\",\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:15.875Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"Sally\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"sally\\",\\"source\\":\\"installation\\",\\"tag_list\\":[\\"ruby\\"],\\"tags\\":[\\"ruby\\"],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:15.883Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/herschelmosciskidvm/members/sally\\",\\"created\\":false,\\"id\\":\\"jaPSJy\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":\\"2023-06-19T14:54:15.967Z\\",\\"last_activity_occurred_at\\":\\"2023-06-21T13:54:15.993Z\\",\\"activities_count\\":2,\\"activities_score\\":2,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[{\\"id\\":\\"5geTxn\\",\\"type\\":\\"spec_identity\\"}]},\\"organizations\\":{\\"data\\":[{\\"id\\":\\"aWQFAB\\",\\"type\\":\\"organization\\"}]}}},{\\"id\\":\\"4EzSdZ\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":null,\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:15.858Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"Josh\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"josh\\",\\"source\\":\\"installation\\",\\"tag_list\\":[\\"ruby\\"],\\"tags\\":[\\"ruby\\"],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:15.866Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/herschelmosciskidvm/members/josh\\",\\"created\\":false,\\"id\\":\\"4EzSdZ\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":\\"2023-06-13T14:54:15.945Z\\",\\"last_activity_occurred_at\\":\\"2023-06-17T14:54:15.888Z\\",\\"activities_count\\":3,\\"activities_score\\":3,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[{\\"id\\":\\"nbWTe1\\",\\"type\\":\\"spec_identity\\"}]},\\"organizations\\":{\\"data\\":[]}}}],\\"included\\":[{\\"id\\":\\"43\\",\\"type\\":\\"spec_identity\\"},{\\"id\\":\\"aWQFAB\\",\\"type\\":\\"organization\\",\\"attributes\\":{\\"id\\":\\"aWQFAB\\",\\"name\\":\\"PuraRutherford\\",\\"website\\":\\"example-1.com\\",\\"logo_url\\":null,\\"members_count\\":1,\\"employees_count\\":null,\\"organization_type\\":null,\\"industry\\":null,\\"estimated_annual_revenue\\":null,\\"founded_in\\":null,\\"location\\":null,\\"twitter\\":null,\\"twitter_followers\\":null,\\"facebook\\":null,\\"facebook_followers\\":null,\\"linkedin\\":null,\\"crunchbase\\":null,\\"email_addresses\\":null,\\"last_active\\":null,\\"active_since\\":null,\\"created_at\\":\\"2023-06-21T14:54:16.047Z\\",\\"updated_at\\":\\"2023-06-21T14:54:16.047Z\\",\\"lifecycle_stage\\":null,\\"deal_closed_date\\":null,\\"price_plan\\":null,\\"crm_uid\\":null,\\"crm_url\\":null,\\"owner_name\\":null,\\"owner_email\\":null,\\"source\\":null}},{\\"id\\":\\"42\\",\\"type\\":\\"spec_identity\\"}],\\"links\\":{\\"first\\":\\"http://localhost:3000/api/v1/herschelmosciskidvm/members?activities_count_max=99&activities_count_min=1&activity_type=type%3Anew%2Cspec%3Aactivity&affiliation=&cities%5B%5D=&company%5B%5D=&countries%5B%5D=&direction=DESC&end_date=&identity=&items=10&member_tags=ruby%7Crails%2C-go&orbit=&page=1&query=®ions%5B%5D=&relative=&sort=last_activity&start_date=&title%5B%5D=&workspace=herschelmosciskidvm\\",\\"prev\\":null,\\"next\\":null}}") { - data: [query_workspace_slug_members_data_items] - included: [query_workspace_slug_members_included_items] + data: [query_workspace_slug_members_data_items!] + included: [query_workspace_slug_members_included_items!] links: query_workspace_slug_members_links } @@ -750,8 +750,8 @@ type query_workspace_slug_members_data_items_attributes { shipping_address: Void slug: String source: String - tag_list: [String] - tags: [String] + tag_list: [String!] + tags: [String!] teammate: Boolean tshirt: Void updated_at: DateTime @@ -785,7 +785,7 @@ type query_workspace_slug_members_data_items_relationships { } type query_workspace_slug_members_data_items_relationships_identities { - data: [query_workspace_slug_members_data_items_relationships_identities_data_items] + data: [query_workspace_slug_members_data_items_relationships_identities_data_items!] } type query_workspace_slug_members_data_items_relationships_identities_data_items { @@ -794,7 +794,7 @@ type query_workspace_slug_members_data_items_relationships_identities_data_items } type query_workspace_slug_members_data_items_relationships_organizations { - data: [query_workspace_slug_members_data_items_relationships_organizations_data_items] + data: [query_workspace_slug_members_data_items_relationships_organizations_data_items!] } type query_workspace_slug_members_data_items_relationships_organizations_data_items { @@ -906,7 +906,7 @@ enum queryInput_workspace_slug_members_sort { type workspace_slug_members_by_member_slug_200_response @example(subgraph: "Orbit", value: "{\\"data\\":{\\"id\\":\\"jWXSAW\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":\\"LindyOrn\\",\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:22.753Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"Josh\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"josh\\",\\"source\\":\\"installation\\",\\"tag_list\\":[],\\"tags\\":[],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:22.753Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/ezekielwalshdds/members/josh\\",\\"created\\":false,\\"id\\":\\"jWXSAW\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[{\\"id\\":\\"nZRTEE\\",\\"type\\":\\"spec_identity\\"}]},\\"organizations\\":{\\"data\\":[{\\"id\\":\\"BqkFva\\",\\"type\\":\\"organization\\"}]}}},\\"included\\":[{\\"id\\":\\"90\\",\\"type\\":\\"spec_identity\\"},{\\"id\\":\\"BqkFva\\",\\"type\\":\\"organization\\",\\"attributes\\":{\\"id\\":\\"BqkFva\\",\\"name\\":\\"LindyOrn\\",\\"website\\":\\"example-25.com\\",\\"logo_url\\":null,\\"members_count\\":1,\\"employees_count\\":null,\\"organization_type\\":null,\\"industry\\":null,\\"estimated_annual_revenue\\":null,\\"founded_in\\":null,\\"location\\":null,\\"twitter\\":null,\\"twitter_followers\\":null,\\"facebook\\":null,\\"facebook_followers\\":null,\\"linkedin\\":null,\\"crunchbase\\":null,\\"email_addresses\\":null,\\"last_active\\":null,\\"active_since\\":null,\\"created_at\\":\\"2023-06-21T14:54:22.773Z\\",\\"updated_at\\":\\"2023-06-21T14:54:22.773Z\\",\\"lifecycle_stage\\":null,\\"deal_closed_date\\":null,\\"price_plan\\":null,\\"crm_uid\\":null,\\"crm_url\\":null,\\"owner_name\\":null,\\"owner_email\\":null,\\"source\\":null}}]}") { data: query_workspace_slug_members_by_member_slug_data - included: [query_workspace_slug_members_by_member_slug_included_items] + included: [query_workspace_slug_members_by_member_slug_included_items!] } type query_workspace_slug_members_by_member_slug_data { @@ -931,8 +931,8 @@ type query_workspace_slug_members_by_member_slug_data_attributes { shipping_address: Void slug: String source: String - tag_list: [JSON] - tags: [JSON] + tag_list: [JSON!] + tags: [JSON!] teammate: Boolean tshirt: Void updated_at: DateTime @@ -966,7 +966,7 @@ type query_workspace_slug_members_by_member_slug_data_relationships { } type query_workspace_slug_members_by_member_slug_data_relationships_identities { - data: [query_workspace_slug_members_by_member_slug_data_relationships_identities_data_items] + data: [query_workspace_slug_members_by_member_slug_data_relationships_identities_data_items!] } type query_workspace_slug_members_by_member_slug_data_relationships_identities_data_items { @@ -975,7 +975,7 @@ type query_workspace_slug_members_by_member_slug_data_relationships_identities_d } type query_workspace_slug_members_by_member_slug_data_relationships_organizations { - data: [query_workspace_slug_members_by_member_slug_data_relationships_organizations_data_items] + data: [query_workspace_slug_members_by_member_slug_data_relationships_organizations_data_items!] } type query_workspace_slug_members_by_member_slug_data_relationships_organizations_data_items { @@ -992,7 +992,7 @@ union workspace_slug_members_find_response @statusCodeTypeName(subgraph: "Orbit" type workspace_slug_members_find_200_response @example(subgraph: "Orbit", value: "{\\"data\\":{\\"id\\":\\"rRxS6X\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":\\"orbit\\",\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:36.087Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"StanOConnerSr\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"stanoconnersr\\",\\"source\\":\\"installation\\",\\"tag_list\\":[],\\"tags\\":[],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:36.087Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/jonaslindmd/members/stanoconnersr\\",\\"created\\":false,\\"id\\":\\"rRxS6X\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":null,\\"github\\":\\"dzello\\",\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[{\\"id\\":\\"1JrTad\\",\\"type\\":\\"github_identity\\"}]},\\"organizations\\":{\\"data\\":[{\\"id\\":\\"nb0FmD\\",\\"type\\":\\"organization\\"}]}}},\\"included\\":[{\\"id\\":\\"1JrTad\\",\\"type\\":\\"github_identity\\",\\"attributes\\":{\\"uid\\":\\"uid-82\\",\\"email\\":null,\\"username\\":\\"dzello\\",\\"name\\":null,\\"source\\":\\"github\\",\\"source_host\\":\\"github.com\\",\\"profile_url\\":\\"https://github.com/dzello\\",\\"url\\":null}},{\\"id\\":\\"nb0FmD\\",\\"type\\":\\"organization\\",\\"attributes\\":{\\"id\\":\\"nb0FmD\\",\\"name\\":\\"orbit\\",\\"website\\":\\"orbit.love\\",\\"logo_url\\":null,\\"members_count\\":1,\\"employees_count\\":null,\\"organization_type\\":null,\\"industry\\":null,\\"estimated_annual_revenue\\":null,\\"founded_in\\":null,\\"location\\":null,\\"twitter\\":null,\\"twitter_followers\\":null,\\"facebook\\":null,\\"facebook_followers\\":null,\\"linkedin\\":null,\\"crunchbase\\":null,\\"email_addresses\\":null,\\"last_active\\":null,\\"active_since\\":null,\\"created_at\\":\\"2023-06-21T14:54:36.110Z\\",\\"updated_at\\":\\"2023-06-21T14:54:36.110Z\\",\\"lifecycle_stage\\":null,\\"deal_closed_date\\":null,\\"price_plan\\":null,\\"crm_uid\\":null,\\"crm_url\\":null,\\"owner_name\\":null,\\"owner_email\\":null,\\"source\\":null}}]}") { data: query_workspace_slug_members_find_oneOf_0_data - included: [query_workspace_slug_members_find_oneOf_0_included_items] + included: [query_workspace_slug_members_find_oneOf_0_included_items!] } type query_workspace_slug_members_find_oneOf_0_data { @@ -1017,8 +1017,8 @@ type query_workspace_slug_members_find_oneOf_0_data_attributes { shipping_address: Void slug: String source: String - tag_list: [JSON] - tags: [JSON] + tag_list: [JSON!] + tags: [JSON!] teammate: Boolean tshirt: Void updated_at: DateTime @@ -1052,7 +1052,7 @@ type query_workspace_slug_members_find_oneOf_0_data_relationships { } type query_workspace_slug_members_find_oneOf_0_data_relationships_identities { - data: [query_workspace_slug_members_find_oneOf_0_data_relationships_identities_data_items] + data: [query_workspace_slug_members_find_oneOf_0_data_relationships_identities_data_items!] } type query_workspace_slug_members_find_oneOf_0_data_relationships_identities_data_items { @@ -1061,7 +1061,7 @@ type query_workspace_slug_members_find_oneOf_0_data_relationships_identities_dat } type query_workspace_slug_members_find_oneOf_0_data_relationships_organizations { - data: [query_workspace_slug_members_find_oneOf_0_data_relationships_organizations_data_items] + data: [query_workspace_slug_members_find_oneOf_0_data_relationships_organizations_data_items!] } type query_workspace_slug_members_find_oneOf_0_data_relationships_organizations_data_items { @@ -1091,8 +1091,8 @@ type workspace_slug_members_find_404_response @example(subgraph: "Orbit", value: } type workspace_slug_organizations_by_organization_id_activities_200_response @example(subgraph: "Orbit", value: "{\\"data\\":[{\\"id\\":\\"pjLsLQ\\",\\"type\\":\\"discord_message_sent_activity\\",\\"attributes\\":{\\"action\\":\\"sent\\",\\"created_at\\":\\"2023-06-21T14:54:37.280Z\\",\\"key\\":\\"1015015099\\",\\"occurred_at\\":\\"2023-06-20T14:54:37.241Z\\",\\"updated_at\\":\\"2023-06-21T14:54:37.280Z\\",\\"type\\":\\"DiscordMessageSentActivity\\",\\"properties\\":{\\"discord_server\\":\\"Orbit-Sandbox\\",\\"discord_channel\\":\\"general\\"},\\"tags\\":[\\"channel:discord\\",\\"discord_server:Orbit Sandbox\\",\\"discord_channel:general\\"],\\"orbit_url\\":\\"http://localhost:3000/brandieschmelerii/activities/pjLsLQ\\",\\"weight\\":\\"0.5\\",\\"activity_link\\":\\"https://discord.com/channels/823735870825037844/823735870825037847/1015015099\\",\\"body\\":\\"Hello world\\",\\"body_html\\":\\"Hello world\\"},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"DzaseX\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"BwNSO9\\",\\"type\\":\\"member\\"}}}},{\\"id\\":\\"6ARs9g\\",\\"type\\":\\"discord_message_sent_activity\\",\\"attributes\\":{\\"action\\":\\"sent\\",\\"created_at\\":\\"2023-06-21T14:54:37.423Z\\",\\"key\\":\\"3401081985\\",\\"occurred_at\\":\\"2023-06-19T14:54:37.396Z\\",\\"updated_at\\":\\"2023-06-21T14:54:37.423Z\\",\\"type\\":\\"DiscordMessageSentActivity\\",\\"properties\\":{\\"discord_server\\":\\"Orbit-Sandbox\\",\\"discord_channel\\":\\"general\\"},\\"tags\\":[\\"channel:discord\\",\\"discord_server:Orbit Sandbox\\",\\"discord_channel:general\\"],\\"orbit_url\\":\\"http://localhost:3000/brandieschmelerii/activities/6ARs9g\\",\\"weight\\":\\"0.5\\",\\"activity_link\\":\\"https://discord.com/channels/823735870825037844/823735870825037847/3401081985\\",\\"body\\":\\"Hello world\\",\\"body_html\\":\\"Hello world\\"},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"DzaseX\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"r9nSZ9\\",\\"type\\":\\"member\\"}}}},{\\"id\\":\\"VWesGO\\",\\"type\\":\\"github_activity\\",\\"attributes\\":{\\"action\\":\\"created\\",\\"created_at\\":\\"2023-06-21T14:54:37.369Z\\",\\"key\\":\\"github_activity_key:9\\",\\"occurred_at\\":\\"2023-06-18T14:54:37.301Z\\",\\"updated_at\\":\\"2023-06-21T14:54:37.369Z\\",\\"type\\":\\"GithubActivity\\",\\"properties\\":{\\"github_repository\\":\\"vincenzapfeffer/rosana\\",\\"github_organization\\":\\"vincenzapfeffer\\"},\\"tags\\":[\\"channel:github\\",\\"github_organization:vincenzapfeffer\\",\\"github_repository:vincenzapfeffer/rosana\\"],\\"orbit_url\\":\\"http://localhost:3000/brandieschmelerii/activities/VWesGO\\",\\"weight\\":\\"1.0\\",\\"activity_link\\":\\"https://github.com/vincenzapfeffer/rosana\\"},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"owxs43\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"BwNSO9\\",\\"type\\":\\"member\\"}},\\"repository\\":{\\"data\\":{\\"id\\":\\"9mPTrn\\",\\"type\\":\\"repository\\"}}}}],\\"included\\":[{\\"id\\":\\"DzaseX\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"Sent a message in Discord\\",\\"short_name\\":\\"Discord message\\",\\"key\\":\\"discord:message:sent\\",\\"channel\\":\\"discord\\",\\"source\\":\\"discord\\",\\"weight\\":\\"1.0\\"}},{\\"id\\":\\"BwNSO9\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":\\"Organization1\\",\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:37.231Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"John Doe\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"john-doe\\",\\"source\\":\\"installation\\",\\"tag_list\\":[],\\"tags\\":[],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:37.231Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/brandieschmelerii/members/john-doe\\",\\"created\\":false,\\"id\\":\\"BwNSO9\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[]},\\"organizations\\":{\\"data\\":[{\\"id\\":\\"nRRFKv\\",\\"type\\":\\"organization\\"}]}}},{\\"id\\":\\"r9nSZ9\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":\\"Organization1\\",\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:37.384Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"Jane Smith\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"jane-smith\\",\\"source\\":\\"installation\\",\\"tag_list\\":[],\\"tags\\":[],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:37.384Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/brandieschmelerii/members/jane-smith\\",\\"created\\":false,\\"id\\":\\"r9nSZ9\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[]},\\"organizations\\":{\\"data\\":[{\\"id\\":\\"nRRFKv\\",\\"type\\":\\"organization\\"}]}}},{\\"id\\":\\"owxs43\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"patch Mysource 101\\",\\"short_name\\":\\"Spec Channel\\",\\"key\\":\\"spec:happened:13\\",\\"channel\\":\\"mysource\\",\\"source\\":\\"mysource\\",\\"weight\\":\\"1.0\\"}}],\\"links\\":{\\"first\\":\\"/brandieschmelerii/organizations/nRRFKv/activities?page=1&direction=DESC&items=10&sort=occurred_at&activity_type=\\",\\"last\\":\\"/brandieschmelerii/organizations/nRRFKv/activities?page=1&direction=DESC&items=10&sort=occurred_at&activity_type=\\",\\"prev\\":null,\\"next\\":null}}") { - data: [query_workspace_slug_organizations_by_organization_id_activities_data_items] - included: [query_workspace_slug_organizations_by_organization_id_activities_included_items] + data: [query_workspace_slug_organizations_by_organization_id_activities_data_items!] + included: [query_workspace_slug_organizations_by_organization_id_activities_included_items!] links: query_workspace_slug_organizations_by_organization_id_activities_links } @@ -1111,7 +1111,7 @@ type query_workspace_slug_organizations_by_organization_id_activities_data_items updated_at: DateTime type: String properties: query_workspace_slug_organizations_by_organization_id_activities_data_items_attributes2 - tags: [URL] + tags: [URL!] orbit_url: URL weight: String activity_link: URL @@ -1196,7 +1196,7 @@ enum queryInput_workspace_slug_organizations_by_organization_id_activities_activ } type workspace_slug_organizations_by_organization_id_members_200_response @example(subgraph: "Orbit", value: "{\\"data\\":[{\\"id\\":\\"jPESdn\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"id\\":\\"jPESdn\\",\\"slug\\":\\"jane-smith\\",\\"name\\":\\"Jane Smith\\",\\"last_activity_occurred_at\\":null,\\"activities_score\\":0},\\"relationships\\":{}},{\\"id\\":\\"jYbS8E\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"id\\":\\"jYbS8E\\",\\"slug\\":\\"john-doe\\",\\"name\\":\\"John Doe\\",\\"last_activity_occurred_at\\":null,\\"activities_score\\":0},\\"relationships\\":{}}],\\"links\\":{\\"first\\":\\"/mrfernjohns/organizations/BqkFkv/members?page=1&items=10\\",\\"last\\":\\"/mrfernjohns/organizations/BqkFkv/members?page=1&items=10\\",\\"prev\\":null,\\"next\\":null}}") { - data: [query_workspace_slug_organizations_by_organization_id_members_data_items] + data: [query_workspace_slug_organizations_by_organization_id_members_data_items!] links: query_workspace_slug_organizations_by_organization_id_members_links } @@ -1229,7 +1229,7 @@ enum queryInput_workspace_slug_organizations_by_organization_id_members_items { } type workspace_slug_organizations_200_response @example(subgraph: "Orbit", value: "{\\"data\\":[{\\"id\\":\\"n5ZF98\\",\\"type\\":\\"organization\\",\\"attributes\\":{\\"id\\":\\"n5ZF98\\",\\"name\\":\\"Organization2\\",\\"website\\":\\"org2.example.com\\",\\"logo_url\\":null,\\"members_count\\":1,\\"employees_count\\":null,\\"organization_type\\":null,\\"industry\\":null,\\"estimated_annual_revenue\\":null,\\"founded_in\\":null,\\"location\\":null,\\"twitter\\":null,\\"twitter_followers\\":null,\\"facebook\\":null,\\"facebook_followers\\":null,\\"linkedin\\":null,\\"crunchbase\\":null,\\"email_addresses\\":null,\\"last_active\\":null,\\"active_since\\":null,\\"created_at\\":\\"2023-06-21T14:54:41.767Z\\",\\"updated_at\\":\\"2023-06-21T14:54:41.767Z\\",\\"lifecycle_stage\\":null,\\"deal_closed_date\\":null,\\"price_plan\\":null,\\"crm_uid\\":null,\\"crm_url\\":null,\\"owner_name\\":null,\\"owner_email\\":null,\\"source\\":null}},{\\"id\\":\\"V02F9A\\",\\"type\\":\\"organization\\",\\"attributes\\":{\\"id\\":\\"V02F9A\\",\\"name\\":\\"Organization1\\",\\"website\\":\\"org1.example.com\\",\\"logo_url\\":null,\\"members_count\\":1,\\"employees_count\\":null,\\"organization_type\\":null,\\"industry\\":null,\\"estimated_annual_revenue\\":null,\\"founded_in\\":null,\\"location\\":null,\\"twitter\\":null,\\"twitter_followers\\":null,\\"facebook\\":null,\\"facebook_followers\\":null,\\"linkedin\\":null,\\"crunchbase\\":null,\\"email_addresses\\":null,\\"last_active\\":null,\\"active_since\\":null,\\"created_at\\":\\"2023-06-21T14:54:41.746Z\\",\\"updated_at\\":\\"2023-06-21T14:54:41.746Z\\",\\"lifecycle_stage\\":\\"customer\\",\\"deal_closed_date\\":\\"2023-06-21T14:54:41.805Z\\",\\"price_plan\\":\\"Enterprise\\",\\"crm_uid\\":\\"abcde123451\\",\\"crm_url\\":\\"https://example.com/1\\",\\"owner_name\\":\\"John Toto\\",\\"owner_email\\":\\"john.toto@example.com\\",\\"source\\":\\"Fake CRM\\"}}],\\"links\\":{\\"first\\":\\"http://localhost:3000/api/v1/dorindaabshire/organizations?direction=DESC&items=10&page=1&query=&sort=name&workspace=dorindaabshire\\",\\"prev\\":null,\\"next\\":null}}") { - data: [query_workspace_slug_organizations_data_items] + data: [query_workspace_slug_organizations_data_items!] links: query_workspace_slug_organizations_links } @@ -1425,7 +1425,7 @@ type query_workspace_slug_reports_data_attributes_activities_foo_activity_member } type workspace_slug_webhooks_200_response @example(subgraph: "Orbit", value: "{\\"data\\":[{\\"id\\":\\"6qyFL6\\",\\"type\\":\\"webhook\\",\\"attributes\\":{\\"name\\":\\"My Test Webhook\\",\\"enabled\\":true,\\"updated_at\\":\\"2023-06-21T14:54:45.434Z\\",\\"created_at\\":\\"2023-06-21T14:54:45.434Z\\",\\"event_type\\":\\"activity:created\\",\\"url\\":\\"https://example.com/hook\\",\\"activity_types\\":[],\\"activity_tags\\":[],\\"member_tags\\":[],\\"activity_keywords\\":[],\\"include_teammates\\":false}}],\\"links\\":{\\"first\\":\\"/fake-workspace/webhooks?page=1\\",\\"last\\":\\"/fake-workspace/webhooks?page=1\\",\\"prev\\":null,\\"next\\":null}}") { - data: [query_workspace_slug_webhooks_data_items] + data: [query_workspace_slug_webhooks_data_items!] links: query_workspace_slug_webhooks_links } @@ -1442,10 +1442,10 @@ type query_workspace_slug_webhooks_data_items_attributes { created_at: DateTime event_type: URL url: URL - activity_types: [JSON] - activity_tags: [JSON] - member_tags: [JSON] - activity_keywords: [JSON] + activity_types: [JSON!] + activity_tags: [JSON!] + member_tags: [JSON!] + activity_keywords: [JSON!] include_teammates: Boolean } @@ -1473,16 +1473,16 @@ type query_workspace_slug_webhooks_by_id_data_attributes { created_at: DateTime event_type: URL url: URL - activity_types: [JSON] - activity_tags: [JSON] - member_tags: [JSON] - activity_keywords: [JSON] + activity_types: [JSON!] + activity_tags: [JSON!] + member_tags: [JSON!] + activity_keywords: [JSON!] include_teammates: Boolean } type workspaces_200_response @example(subgraph: "Orbit", value: "{\\"data\\":[{\\"id\\":\\"15Vt67\\",\\"type\\":\\"workspace\\",\\"attributes\\":{\\"name\\":\\"Fake Workspace\\",\\"slug\\":\\"fake-workspace\\",\\"updated_at\\":\\"2023-06-21T14:54:46.429Z\\",\\"created_at\\":\\"2023-06-21T14:54:46.423Z\\"},\\"relationships\\":{\\"repositories\\":{\\"data\\":[]}}}],\\"included\\":[]}") { - data: [query_workspaces_data_items] - included: [JSON] + data: [query_workspaces_data_items!] + included: [JSON!] } type query_workspaces_data_items { @@ -1504,12 +1504,12 @@ type query_workspaces_data_items_relationships { } type query_workspaces_data_items_relationships_repositories { - data: [JSON] + data: [JSON!] } type workspaces_by_workspace_slug_200_response @example(subgraph: "Orbit", value: "{\\"data\\":{\\"id\\":\\"PvetbL\\",\\"type\\":\\"workspace\\",\\"attributes\\":{\\"name\\":\\"Fake Workspace\\",\\"slug\\":\\"fake-workspace\\",\\"updated_at\\":\\"2023-06-21T14:54:46.807Z\\",\\"created_at\\":\\"2023-06-21T14:54:46.662Z\\",\\"members_count\\":4,\\"activities_count\\":1,\\"tags\\":{},\\"orbit_level_counts\\":{\\"1\\":0,\\"2\\":0,\\"3\\":1,\\"4\\":2}},\\"relationships\\":{\\"last_member\\":{\\"data\\":{\\"id\\":\\"jMNSnV\\",\\"type\\":\\"member\\"}},\\"last_activity\\":{\\"data\\":{\\"id\\":\\"ZPosrL\\",\\"type\\":\\"pull_request_activity\\"}},\\"repositories\\":{\\"data\\":[]}}},\\"included\\":[{\\"id\\":\\"jMNSnV\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":null,\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:46.781Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"LurlineGreenfelder\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"lurlinegreenfelder\\",\\"source\\":\\"installation\\",\\"tag_list\\":[],\\"tags\\":[],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:46.781Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/fake-workspace/members/lurlinegreenfelder\\",\\"created\\":false,\\"id\\":\\"jMNSnV\\",\\"orbit_level\\":4,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[]},\\"organizations\\":{\\"data\\":[]}}},{\\"id\\":\\"ZPosrL\\",\\"type\\":\\"pull_request_activity\\",\\"attributes\\":{\\"action\\":\\"opened\\",\\"created_at\\":\\"2023-06-21T14:54:46.735Z\\",\\"key\\":\\"raleighturner/denny#75\\",\\"occurred_at\\":\\"2023-06-21T14:54:46.723Z\\",\\"updated_at\\":\\"2023-06-21T14:54:46.735Z\\",\\"type\\":\\"PullRequestActivity\\",\\"properties\\":{\\"github_repository\\":\\"raleighturner/denny\\",\\"github_organization\\":\\"raleighturner\\",\\"github_pull_request\\":\\"raleighturner/denny/#75\\"},\\"tags\\":[\\"channel:github\\",\\"github_organization:raleighturner\\",\\"github_repository:raleighturner/denny\\",\\"github_pull_request:raleighturner/denny/#75\\"],\\"orbit_url\\":\\"http://localhost:3000/fake-workspace/activities/ZPosrL\\",\\"weight\\":\\"1.0\\",\\"activity_link\\":\\"https://github.com/\\",\\"g_title\\":\\"Here is some new code\\",\\"g_number\\":75,\\"g_html_url\\":\\"https://github.com/\\",\\"g_created_at\\":\\"2023-06-21T15:54:46.723+01:00\\",\\"is_pull_request\\":null,\\"g_merged\\":false,\\"g_merged_at\\":null,\\"g_merged_by\\":null},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"oWVsm9\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"jL5SZA\\",\\"type\\":\\"member\\"}},\\"repository\\":{\\"data\\":{\\"id\\":\\"6eeTk6\\",\\"type\\":\\"repository\\"}}}}]}") { data: query_workspaces_by_workspace_slug_data - included: [query_workspaces_by_workspace_slug_included_items] + included: [query_workspaces_by_workspace_slug_included_items!] } type query_workspaces_by_workspace_slug_data { @@ -1562,7 +1562,7 @@ type query_workspaces_by_workspace_slug_data_relationships_last_activity_data { } type query_workspaces_by_workspace_slug_data_relationships_repositories { - data: [JSON] + data: [JSON!] } type query_workspaces_by_workspace_slug_included_items { @@ -1587,8 +1587,8 @@ type query_workspaces_by_workspace_slug_included_items_attributes { shipping_address: Void slug: String source: String - tag_list: [JSON] - tags: [JSON] + tag_list: [JSON!] + tags: [JSON!] teammate: Boolean tshirt: Void updated_at: DateTime @@ -1622,11 +1622,11 @@ type query_workspaces_by_workspace_slug_included_items_relationships { } type query_workspaces_by_workspace_slug_included_items_relationships_identities { - data: [JSON] + data: [JSON!] } type query_workspaces_by_workspace_slug_included_items_relationships_organizations { - data: [JSON] + data: [JSON!] } type Mutation { @@ -1670,7 +1670,7 @@ union post_workspace_slug_activities_response @statusCodeTypeName(subgraph: "Orb type post_workspace_slug_activities_201_response @example(subgraph: "Orbit", value: "{\\"data\\":{\\"id\\":\\"6zoslV\\",\\"type\\":\\"custom_activity\\",\\"attributes\\":{\\"action\\":\\"happened\\",\\"created_at\\":\\"2023-06-21T14:54:08.263Z\\",\\"key\\":\\"thing-123\\",\\"occurred_at\\":\\"2023-06-21T14:54:08.255Z\\",\\"updated_at\\":\\"2023-06-21T14:54:08.263Z\\",\\"type\\":\\"CustomActivity\\",\\"properties\\":{},\\"tags\\":[\\"product\\",\\"enterprise\\",\\"channel:custom\\",\\"custom_type:custom-type\\",\\"custom_title:did-a-thing\\"],\\"orbit_url\\":\\"http://localhost:3000/mscalandrabrekke/activities/6zoslV\\",\\"weight\\":\\"0.2\\",\\"custom_description\\":\\"More info about the thing\\",\\"custom_link\\":\\"http://link.com/\\",\\"custom_link_text\\":\\"See the thing\\",\\"custom_title\\":\\"Did a thing\\",\\"custom_type\\":\\"custom-type\\",\\"custom_context\\":null,\\"body\\":\\"More info about the thing\\"},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"574seD\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"r9nS0B\\",\\"type\\":\\"member\\"}},\\"user\\":{\\"data\\":{\\"id\\":\\"DXKFEz\\",\\"type\\":\\"user\\"}}}},\\"included\\":[{\\"id\\":\\"574seD\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"Something happened\\",\\"short_name\\":\\"Custom\\",\\"key\\":\\"custom:happened\\",\\"channel\\":\\"custom\\",\\"source\\":\\"custom\\",\\"weight\\":\\"1.0\\"}},{\\"id\\":\\"3YETv3\\",\\"type\\":\\"twitter_identity\\",\\"attributes\\":{\\"uid\\":\\"45297280\\",\\"email\\":null,\\"username\\":\\"dzello\\",\\"name\\":\\"Josh Dzielak\\",\\"source\\":\\"twitter\\",\\"source_host\\":\\"twitter.com\\",\\"profile_url\\":\\"https://twitter.com/dzello\\",\\"url\\":null}},{\\"id\\":\\"r9nS0B\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"https://abs.twimg.com/sticky/default_profile_images/default_profile.png\\",\\"bio\\":\\"dzello.com/blog/2020/05/3… Co-founder & CTO @OrbitModel · advocate for dev advocates 🥑 · formerly @algolia and @keen_io · Ruby · Rails · JAMstack · he/him\\",\\"birthday\\":null,\\"company\\":null,\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:08.167Z\\",\\"deleted_at\\":null,\\"location\\":\\"Paris, France\\",\\"name\\":\\"Josh Dzielak\\",\\"pronouns\\":null,\\"reach\\":1,\\"shipping_address\\":null,\\"slug\\":\\"dzello\\",\\"source\\":\\"api\\",\\"tag_list\\":[\\"one\\",\\"two\\"],\\"tags\\":[\\"one\\",\\"two\\"],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:08.191Z\\",\\"merged_at\\":null,\\"url\\":\\"https://dzello.com/blog/2020/05/30/black-lives-matter/\\",\\"orbit_url\\":\\"http://localhost:3000/mscalandrabrekke/members/dzello\\",\\"created\\":true,\\"id\\":\\"r9nS0B\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":\\"dzello\\",\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":9,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[{\\"id\\":\\"3YETv3\\",\\"type\\":\\"twitter_identity\\"}]},\\"organizations\\":{\\"data\\":[]}}},{\\"id\\":\\"DXKFEz\\",\\"type\\":\\"user\\",\\"attributes\\":{\\"name\\":\\"DiedreHettinger\\",\\"updated_at\\":\\"2023-06-21T14:54:08.087Z\\",\\"created_at\\":\\"2023-06-21T14:54:08.081Z\\"}}]}") { data: mutation_post_workspace_slug_activities_oneOf_0_data - included: [mutation_post_workspace_slug_activities_oneOf_0_included_items] + included: [mutation_post_workspace_slug_activities_oneOf_0_included_items!] } type mutation_post_workspace_slug_activities_oneOf_0_data { @@ -1688,7 +1688,7 @@ type mutation_post_workspace_slug_activities_oneOf_0_data_attributes { updated_at: DateTime type: String properties: JSON - tags: [String] + tags: [String!] orbit_url: URL weight: String custom_description: String @@ -1753,7 +1753,7 @@ type post_workspace_slug_activities_422_response @example(subgraph: "Orbit", val } type mutation_post_workspace_slug_activities_oneOf_1_errors { - base: [String] + base: [String!] } input activity_and_identity_Input { @@ -1867,7 +1867,7 @@ union post_workspace_slug_members_by_member_slug_activities_response @statusCode type post_workspace_slug_members_by_member_slug_activities_201_response @example(subgraph: "Orbit", value: "{\\"data\\":{\\"id\\":\\"ZngsdG\\",\\"type\\":\\"custom_activity\\",\\"attributes\\":{\\"action\\":\\"happened\\",\\"created_at\\":\\"2023-06-21T14:54:12.696Z\\",\\"key\\":\\"thing-123\\",\\"occurred_at\\":\\"2023-06-21T14:54:12.693Z\\",\\"updated_at\\":\\"2023-06-21T14:54:12.696Z\\",\\"type\\":\\"CustomActivity\\",\\"properties\\":{},\\"tags\\":[\\"product\\",\\"enterprise\\",\\"channel:custom\\",\\"custom_type:custom-type\\",\\"custom_title:did-a-thing\\"],\\"orbit_url\\":\\"http://localhost:3000/mrcamerontowne/activities/ZngsdG\\",\\"weight\\":\\"8.0\\",\\"custom_description\\":\\"More info about the thing\\",\\"custom_link\\":\\"http://link.com/\\",\\"custom_link_text\\":\\"See the thing\\",\\"custom_title\\":\\"Did a thing\\",\\"custom_type\\":\\"custom-type\\",\\"custom_context\\":null,\\"body\\":\\"More info about the thing\\"},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"574seD\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"45PSyv\\",\\"type\\":\\"member\\"}},\\"user\\":{\\"data\\":{\\"id\\":\\"l6pF69\\",\\"type\\":\\"user\\"}}}},\\"included\\":[{\\"id\\":\\"574seD\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"Something happened\\",\\"short_name\\":\\"Custom\\",\\"key\\":\\"custom:happened\\",\\"channel\\":\\"custom\\",\\"source\\":\\"custom\\",\\"weight\\":\\"1.0\\"}},{\\"id\\":\\"45PSyv\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":null,\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:12.664Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"MrCharoletteLegros\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"mrcharolettelegros\\",\\"source\\":\\"installation\\",\\"tag_list\\":[],\\"tags\\":[],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:12.664Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/mrcamerontowne/members/mrcharolettelegros\\",\\"created\\":false,\\"id\\":\\"45PSyv\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[]},\\"organizations\\":{\\"data\\":[]}}},{\\"id\\":\\"l6pF69\\",\\"type\\":\\"user\\",\\"attributes\\":{\\"name\\":\\"VerniaOberbrunner\\",\\"updated_at\\":\\"2023-06-21T14:54:12.681Z\\",\\"created_at\\":\\"2023-06-21T14:54:12.675Z\\"}}]}") { data: mutation_post_workspace_slug_members_by_member_slug_activities_oneOf_0_data - included: [mutation_post_workspace_slug_members_by_member_slug_activities_oneOf_0_included_items] + included: [mutation_post_workspace_slug_members_by_member_slug_activities_oneOf_0_included_items!] } type mutation_post_workspace_slug_members_by_member_slug_activities_oneOf_0_data { @@ -1885,7 +1885,7 @@ type mutation_post_workspace_slug_members_by_member_slug_activities_oneOf_0_data updated_at: DateTime type: String properties: JSON - tags: [String] + tags: [String!] orbit_url: URL weight: String custom_description: String @@ -1950,7 +1950,7 @@ type post_workspace_slug_members_by_member_slug_activities_422_response @example } type mutation_post_workspace_slug_members_by_member_slug_activities_oneOf_1_errors { - custom_title: [String] + custom_title: [String!] } input custom_or_post_activity_Input @oneOf(subgraph: "Orbit") { @@ -2003,7 +2003,7 @@ type put_workspace_slug_members_by_member_slug_activities_by_id_422_response @ex } type mutation_put_workspace_slug_members_by_member_slug_activities_by_id_oneOf_1_errors { - custom_title: [String] + custom_title: [String!] } union post_workspace_slug_members_by_member_slug_identities_response @statusCodeTypeName(subgraph: "Orbit", statusCode: 201, typeName: "post_workspace_slug_members_by_member_slug_identities_201_response") @statusCodeTypeName(subgraph: "Orbit", statusCode: 422, typeName: "post_workspace_slug_members_by_member_slug_identities_422_response") = post_workspace_slug_members_by_member_slug_identities_201_response | post_workspace_slug_members_by_member_slug_identities_422_response @@ -2034,7 +2034,7 @@ type post_workspace_slug_members_by_member_slug_identities_422_response @example } type mutation_post_workspace_slug_members_by_member_slug_identities_oneOf_1_errors { - identity_id: [String] + identity_id: [String!] } union delete_workspace_slug_members_by_member_slug_identities_response @statusCodeTypeName(subgraph: "Orbit", statusCode: 204, typeName: "Void_container") @statusCodeTypeName(subgraph: "Orbit", statusCode: 422, typeName: "delete_workspace_slug_members_by_member_slug_identities_422_response") = Void_container | delete_workspace_slug_members_by_member_slug_identities_422_response @@ -2044,7 +2044,7 @@ type delete_workspace_slug_members_by_member_slug_identities_422_response @examp } type mutation_delete_workspace_slug_members_by_member_slug_identities_oneOf_1_errors { - identity: [String] + identity: [String!] } type post_workspace_slug_members_by_member_slug_notes_201_response @example(subgraph: "Orbit", value: "{\\"data\\":{\\"id\\":\\"qR4fVo\\",\\"type\\":\\"note\\",\\"attributes\\":{\\"id\\":\\"qR4fVo\\",\\"created_at\\":\\"2023-06-21T14:54:15.114Z\\",\\"body\\":\\"heyo\\",\\"updated_at\\":\\"2023-06-21T14:54:15.114Z\\"},\\"relationships\\":{\\"member\\":{\\"data\\":{\\"id\\":\\"jDdSYG\\",\\"type\\":\\"member\\"}},\\"user\\":{\\"data\\":{\\"id\\":\\"ZgeFNz\\",\\"type\\":\\"user\\"}}}}}") { @@ -2096,7 +2096,7 @@ union post_workspace_slug_members_response @statusCodeTypeName(subgraph: "Orbit" type post_workspace_slug_members_200_response @example(subgraph: "Orbit", value: "{\\"data\\":{\\"id\\":\\"4ndS8E\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":null,\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:26.095Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"LissetteMoen\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"lissettemoen\\",\\"source\\":\\"installation\\",\\"tag_list\\":[\\"one\\",\\"two\\"],\\"tags\\":[\\"one\\",\\"two\\"],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:26.173Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/gerrywalkersr/members/lissettemoen\\",\\"created\\":false,\\"id\\":\\"4ndS8E\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":\\"dzello\\",\\"github\\":\\"dzello\\",\\"discourse\\":null,\\"email\\":\\"dzello@orbit.love\\",\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[{\\"id\\":\\"5ENTeK\\",\\"type\\":\\"github_identity\\"},{\\"id\\":\\"nZRTEp\\",\\"type\\":\\"twitter_identity\\"},{\\"id\\":\\"nqaT7d\\",\\"type\\":\\"email_identity\\"}]},\\"organizations\\":{\\"data\\":[]}}},\\"included\\":[{\\"id\\":\\"5ENTeK\\",\\"type\\":\\"github_identity\\",\\"attributes\\":{\\"uid\\":\\"uid-72\\",\\"email\\":null,\\"username\\":\\"dzello\\",\\"name\\":null,\\"source\\":\\"github\\",\\"source_host\\":\\"github.com\\",\\"profile_url\\":\\"https://github.com/dzello\\",\\"url\\":null}},{\\"id\\":\\"nZRTEp\\",\\"type\\":\\"twitter_identity\\",\\"attributes\\":{\\"uid\\":null,\\"email\\":null,\\"username\\":\\"dzello\\",\\"name\\":null,\\"source\\":\\"twitter\\",\\"source_host\\":\\"twitter.com\\",\\"profile_url\\":\\"https://twitter.com/dzello\\",\\"url\\":null}},{\\"id\\":\\"nqaT7d\\",\\"type\\":\\"email_identity\\",\\"attributes\\":{\\"uid\\":\\"dzello@orbit.love\\",\\"email\\":\\"dzello@orbit.love\\",\\"username\\":null,\\"name\\":\\"dzello\\",\\"source\\":\\"email\\",\\"source_host\\":\\"email.host\\",\\"profile_url\\":\\"mailto:dzello@orbit.love\\",\\"url\\":null}}]}") { data: mutation_post_workspace_slug_members_oneOf_0_data - included: [mutation_post_workspace_slug_members_oneOf_0_included_items] + included: [mutation_post_workspace_slug_members_oneOf_0_included_items!] } type mutation_post_workspace_slug_members_oneOf_0_data { @@ -2121,8 +2121,8 @@ type mutation_post_workspace_slug_members_oneOf_0_data_attributes { shipping_address: Void slug: String source: String - tag_list: [String] - tags: [String] + tag_list: [String!] + tags: [String!] teammate: Boolean tshirt: Void updated_at: DateTime @@ -2156,7 +2156,7 @@ type mutation_post_workspace_slug_members_oneOf_0_data_relationships { } type mutation_post_workspace_slug_members_oneOf_0_data_relationships_identities { - data: [mutation_post_workspace_slug_members_oneOf_0_data_relationships_identities_data_items] + data: [mutation_post_workspace_slug_members_oneOf_0_data_relationships_identities_data_items!] } type mutation_post_workspace_slug_members_oneOf_0_data_relationships_identities_data_items { @@ -2165,7 +2165,7 @@ type mutation_post_workspace_slug_members_oneOf_0_data_relationships_identities_ } type mutation_post_workspace_slug_members_oneOf_0_data_relationships_organizations { - data: [JSON] + data: [JSON!] } type mutation_post_workspace_slug_members_oneOf_0_included_items { @@ -2187,7 +2187,7 @@ type mutation_post_workspace_slug_members_oneOf_0_included_items_attributes { type post_workspace_slug_members_201_response @example(subgraph: "Orbit", value: "{\\"data\\":{\\"id\\":\\"40mSvV\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"https://avatars2.githubusercontent.com/u/174777?u=79e423dd07c19122115f52a1c97727ca193e6253&v=4\\",\\"bio\\":\\"Co-founder & CTO @orbit-love · Developer Advocate · formerly @algolia and @keen\\",\\"birthday\\":null,\\"company\\":\\"Orbit\\",\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:25.770Z\\",\\"deleted_at\\":null,\\"location\\":\\"Paris\\",\\"name\\":\\"Josh Dzielak\\",\\"pronouns\\":null,\\"reach\\":8,\\"shipping_address\\":null,\\"slug\\":\\"dzello\\",\\"source\\":\\"api\\",\\"tag_list\\":[\\"one\\",\\"two\\"],\\"tags\\":[\\"one\\",\\"two\\"],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:25.848Z\\",\\"merged_at\\":null,\\"url\\":\\"https://dzello.com/\\",\\"orbit_url\\":\\"http://localhost:3000/msvirgilkoss/members/dzello\\",\\"created\\":true,\\"id\\":\\"40mSvV\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":\\"dzello\\",\\"github\\":\\"dzello\\",\\"discourse\\":null,\\"email\\":\\"josh@orbit.love\\",\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":171,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[{\\"id\\":\\"1ADTwV\\",\\"type\\":\\"github_identity\\"},{\\"id\\":\\"3RgTbZ\\",\\"type\\":\\"twitter_identity\\"},{\\"id\\":\\"3YETyv\\",\\"type\\":\\"email_identity\\"}]},\\"organizations\\":{\\"data\\":[{\\"id\\":\\"n9WF2V\\",\\"type\\":\\"organization\\"}]}}},\\"included\\":[{\\"id\\":\\"1ADTwV\\",\\"type\\":\\"github_identity\\",\\"attributes\\":{\\"uid\\":\\"174777\\",\\"email\\":null,\\"username\\":\\"dzello\\",\\"name\\":\\"Josh Dzielak\\",\\"source\\":\\"github\\",\\"source_host\\":\\"github.com\\",\\"profile_url\\":\\"https://github.com/dzello\\",\\"url\\":null}},{\\"id\\":\\"3RgTbZ\\",\\"type\\":\\"twitter_identity\\",\\"attributes\\":{\\"uid\\":null,\\"email\\":null,\\"username\\":\\"dzello\\",\\"name\\":null,\\"source\\":\\"twitter\\",\\"source_host\\":\\"twitter.com\\",\\"profile_url\\":\\"https://twitter.com/dzello\\",\\"url\\":null}},{\\"id\\":\\"3YETyv\\",\\"type\\":\\"email_identity\\",\\"attributes\\":{\\"uid\\":\\"josh@orbit.love\\",\\"email\\":\\"josh@orbit.love\\",\\"username\\":null,\\"name\\":\\"josh\\",\\"source\\":\\"email\\",\\"source_host\\":\\"email.host\\",\\"profile_url\\":\\"mailto:josh@orbit.love\\",\\"url\\":null}}]}") { data: mutation_post_workspace_slug_members_oneOf_1_data - included: [mutation_post_workspace_slug_members_oneOf_1_included_items] + included: [mutation_post_workspace_slug_members_oneOf_1_included_items!] } type mutation_post_workspace_slug_members_oneOf_1_data { @@ -2212,8 +2212,8 @@ type mutation_post_workspace_slug_members_oneOf_1_data_attributes { shipping_address: Void slug: String source: String - tag_list: [String] - tags: [String] + tag_list: [String!] + tags: [String!] teammate: Boolean tshirt: Void updated_at: DateTime @@ -2247,7 +2247,7 @@ type mutation_post_workspace_slug_members_oneOf_1_data_relationships { } type mutation_post_workspace_slug_members_oneOf_1_data_relationships_identities { - data: [mutation_post_workspace_slug_members_oneOf_1_data_relationships_identities_data_items] + data: [mutation_post_workspace_slug_members_oneOf_1_data_relationships_identities_data_items!] } type mutation_post_workspace_slug_members_oneOf_1_data_relationships_identities_data_items { @@ -2256,7 +2256,7 @@ type mutation_post_workspace_slug_members_oneOf_1_data_relationships_identities_ } type mutation_post_workspace_slug_members_oneOf_1_data_relationships_organizations { - data: [mutation_post_workspace_slug_members_oneOf_1_data_relationships_organizations_data_items] + data: [mutation_post_workspace_slug_members_oneOf_1_data_relationships_organizations_data_items!] } type mutation_post_workspace_slug_members_oneOf_1_data_relationships_organizations_data_items { @@ -2286,8 +2286,8 @@ type post_workspace_slug_members_422_response @example(subgraph: "Orbit", value: } type mutation_post_workspace_slug_members_oneOf_2_errors { - email: [String] - name: [String] + email: [String!] + name: [String!] } input member_and_identity_Input { @@ -2321,9 +2321,9 @@ input webhook_subscription_Input { url: String! secret: String event_type: String! - activity_types: [String] - activity_tags: [String] - member_tags: [String] + activity_types: [String!] + activity_tags: [String!] + member_tags: [String!] } scalar ObjMap diff --git a/examples/programmatic-batching/tests/__snapshots__/programmatic-batching.spec.ts.snap b/examples/programmatic-batching/tests/__snapshots__/programmatic-batching.spec.ts.snap index 3834a3916553a..a0334db1b36ec 100644 --- a/examples/programmatic-batching/tests/__snapshots__/programmatic-batching.spec.ts.snap +++ b/examples/programmatic-batching/tests/__snapshots__/programmatic-batching.spec.ts.snap @@ -39,11 +39,11 @@ type User { } input UsersByIdRequest_Input { - ids: [Float]! + ids: [Float!]! } type UsersByIdResponse { - results: [User]! + results: [User!]! }" `; diff --git a/examples/v1-next/batching-resolver/tests/__snapshots__/batching-resolver.spec.ts.snap b/examples/v1-next/batching-resolver/tests/__snapshots__/batching-resolver.spec.ts.snap index b5b343bfb7f27..86b0273d0ac31 100644 --- a/examples/v1-next/batching-resolver/tests/__snapshots__/batching-resolver.spec.ts.snap +++ b/examples/v1-next/batching-resolver/tests/__snapshots__/batching-resolver.spec.ts.snap @@ -47,7 +47,7 @@ type Mutation { } type UsersByIdResponse @source(subgraph: "ExampleAPI", name: "UsersByIdResponse") { - results: [User]! @source(subgraph: "ExampleAPI", name: "results", type: "[User]!") + results: [User!]! @source(subgraph: "ExampleAPI", name: "results", type: "[User!]!") } type User @source(subgraph: "ExampleAPI", name: "User") { @@ -56,7 +56,7 @@ type User @source(subgraph: "ExampleAPI", name: "User") { } input UsersByIdRequest_Input @source(subgraph: "ExampleAPI", name: "UsersByIdRequest_Input") { - ids: [Float]! @source(subgraph: "ExampleAPI", name: "ids", type: "[Float]!") + ids: [Float!]! @source(subgraph: "ExampleAPI", name: "ids", type: "[Float!]!") } scalar ObjMap @source(subgraph: "ExampleAPI", name: "ObjMap") @source(subgraph: "ExampleAPI", name: "ObjMap") diff --git a/examples/v1-next/json-schema-subscriptions/tests/__snapshots__/json-schema-subscriptions.test.ts.snap b/examples/v1-next/json-schema-subscriptions/tests/__snapshots__/json-schema-subscriptions.test.ts.snap index 58f6e096d4a83..cf6c58b1ff96d 100644 --- a/examples/v1-next/json-schema-subscriptions/tests/__snapshots__/json-schema-subscriptions.test.ts.snap +++ b/examples/v1-next/json-schema-subscriptions/tests/__snapshots__/json-schema-subscriptions.test.ts.snap @@ -18,7 +18,7 @@ directive @transport(subgraph: String, kind: String, location: String, headers: directive @live on QUERY type Query { - todos: [query_todos_items] @httpOperation(subgraph: "Example", path: "/todos", httpMethod: GET) @resolver(subgraph: "Example", operation: "query todos { todos }") @source(subgraph: "Example", name: "todos", type: "[query_todos_items]") + todos: [query_todos_items!] @httpOperation(subgraph: "Example", path: "/todos", httpMethod: GET) @resolver(subgraph: "Example", operation: "query todos { todos }") @source(subgraph: "Example", name: "todos", type: "[query_todos_items!]") } type query_todos_items @source(subgraph: "Example", name: "query_todos_items") { diff --git a/examples/v1-next/openapi-javascript-wiki/tests/__snapshots__/javascript-wiki.test.ts.snap b/examples/v1-next/openapi-javascript-wiki/tests/__snapshots__/javascript-wiki.test.ts.snap index 71b73a1a28b96..0a4b3acadab32 100644 --- a/examples/v1-next/openapi-javascript-wiki/tests/__snapshots__/javascript-wiki.test.ts.snap +++ b/examples/v1-next/openapi-javascript-wiki/tests/__snapshots__/javascript-wiki.test.ts.snap @@ -987,7 +987,7 @@ enum queryInput_media_math_render_by_format_by_hash_format @source(subgraph: "Wi } type pageview_article @source(subgraph: "Wiki", name: "pageview_article") { - items: [query_metrics_pageviews_per_article_by_project_by_access_by_agent_by_article_by_granularity_by_start_by_end_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_pageviews_per_article_by_project_by_access_by_agent_by_article_by_granularity_by_start_by_end_items_items]") + items: [query_metrics_pageviews_per_article_by_project_by_access_by_agent_by_article_by_granularity_by_start_by_end_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_pageviews_per_article_by_project_by_access_by_agent_by_article_by_granularity_by_start_by_end_items_items!]") } type query_metrics_pageviews_per_article_by_project_by_access_by_agent_by_article_by_granularity_by_start_by_end_items_items @source(subgraph: "Wiki", name: "query_metrics_pageviews_per_article_by_project_by_access_by_agent_by_article_by_granularity_by_start_by_end_items_items") { @@ -1038,7 +1038,7 @@ enum queryInput_metrics_pageviews_per_article_by_project_by_access_by_agent_by_a } type pageview_project @source(subgraph: "Wiki", name: "pageview_project") { - items: [query_metrics_pageviews_aggregate_by_project_by_access_by_agent_by_granularity_by_start_by_end_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_pageviews_aggregate_by_project_by_access_by_agent_by_granularity_by_start_by_end_items_items]") + items: [query_metrics_pageviews_aggregate_by_project_by_access_by_agent_by_granularity_by_start_by_end_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_pageviews_aggregate_by_project_by_access_by_agent_by_granularity_by_start_by_end_items_items!]") } type query_metrics_pageviews_aggregate_by_project_by_access_by_agent_by_granularity_by_start_by_end_items_items @source(subgraph: "Wiki", name: "query_metrics_pageviews_aggregate_by_project_by_access_by_agent_by_granularity_by_start_by_end_items_items") { @@ -1083,7 +1083,7 @@ enum queryInput_metrics_pageviews_aggregate_by_project_by_access_by_agent_by_gra } type pageview_tops @source(subgraph: "Wiki", name: "pageview_tops") { - items: [query_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_day_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_day_items_items]") + items: [query_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_day_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_day_items_items!]") } type query_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_day_items_items @source(subgraph: "Wiki", name: "query_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_day_items_items") { @@ -1092,7 +1092,7 @@ type query_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_day_it year: String @source(subgraph: "Wiki", name: "year", type: "String") month: String @source(subgraph: "Wiki", name: "month", type: "String") day: String @source(subgraph: "Wiki", name: "day", type: "String") - articles: [query_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_day_items_items_articles_items] @source(subgraph: "Wiki", name: "articles", type: "[query_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_day_items_items_articles_items]") + articles: [query_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_day_items_items_articles_items!] @source(subgraph: "Wiki", name: "articles", type: "[query_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_day_items_items_articles_items!]") } type query_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_day_items_items_articles_items @source(subgraph: "Wiki", name: "query_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_day_items_items_articles_items") { @@ -1113,7 +1113,7 @@ enum queryInput_metrics_pageviews_top_by_project_by_access_by_year_by_month_by_d } type by_country @source(subgraph: "Wiki", name: "by_country") { - items: [query_metrics_pageviews_top_by_country_by_project_by_access_by_year_by_month_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_pageviews_top_by_country_by_project_by_access_by_year_by_month_items_items]") + items: [query_metrics_pageviews_top_by_country_by_project_by_access_by_year_by_month_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_pageviews_top_by_country_by_project_by_access_by_year_by_month_items_items!]") } type query_metrics_pageviews_top_by_country_by_project_by_access_by_year_by_month_items_items @source(subgraph: "Wiki", name: "query_metrics_pageviews_top_by_country_by_project_by_access_by_year_by_month_items_items") { @@ -1121,7 +1121,7 @@ type query_metrics_pageviews_top_by_country_by_project_by_access_by_year_by_mont access: String @source(subgraph: "Wiki", name: "access", type: "String") year: String @source(subgraph: "Wiki", name: "year", type: "String") month: String @source(subgraph: "Wiki", name: "month", type: "String") - countries: [query_metrics_pageviews_top_by_country_by_project_by_access_by_year_by_month_items_items_countries_items] @source(subgraph: "Wiki", name: "countries", type: "[query_metrics_pageviews_top_by_country_by_project_by_access_by_year_by_month_items_items_countries_items]") + countries: [query_metrics_pageviews_top_by_country_by_project_by_access_by_year_by_month_items_items_countries_items!] @source(subgraph: "Wiki", name: "countries", type: "[query_metrics_pageviews_top_by_country_by_project_by_access_by_year_by_month_items_items_countries_items!]") } type query_metrics_pageviews_top_by_country_by_project_by_access_by_year_by_month_items_items_countries_items @source(subgraph: "Wiki", name: "query_metrics_pageviews_top_by_country_by_project_by_access_by_year_by_month_items_items_countries_items") { @@ -1142,7 +1142,7 @@ enum queryInput_metrics_pageviews_top_by_country_by_project_by_access_by_year_by } type per_country @source(subgraph: "Wiki", name: "per_country") { - items: [query_metrics_pageviews_top_per_country_by_country_by_access_by_year_by_month_by_day_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_pageviews_top_per_country_by_country_by_access_by_year_by_month_by_day_items_items]") + items: [query_metrics_pageviews_top_per_country_by_country_by_access_by_year_by_month_by_day_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_pageviews_top_per_country_by_country_by_access_by_year_by_month_by_day_items_items!]") } type query_metrics_pageviews_top_per_country_by_country_by_access_by_year_by_month_by_day_items_items @source(subgraph: "Wiki", name: "query_metrics_pageviews_top_per_country_by_country_by_access_by_year_by_month_by_day_items_items") { @@ -1151,7 +1151,7 @@ type query_metrics_pageviews_top_per_country_by_country_by_access_by_year_by_mon year: String @source(subgraph: "Wiki", name: "year", type: "String") month: String @source(subgraph: "Wiki", name: "month", type: "String") day: String @source(subgraph: "Wiki", name: "day", type: "String") - articles: [query_metrics_pageviews_top_per_country_by_country_by_access_by_year_by_month_by_day_items_items_articles_items] @source(subgraph: "Wiki", name: "articles", type: "[query_metrics_pageviews_top_per_country_by_country_by_access_by_year_by_month_by_day_items_items_articles_items]") + articles: [query_metrics_pageviews_top_per_country_by_country_by_access_by_year_by_month_by_day_items_items_articles_items!] @source(subgraph: "Wiki", name: "articles", type: "[query_metrics_pageviews_top_per_country_by_country_by_access_by_year_by_month_by_day_items_items_articles_items!]") } type query_metrics_pageviews_top_per_country_by_country_by_access_by_year_by_month_by_day_items_items_articles_items @source(subgraph: "Wiki", name: "query_metrics_pageviews_top_per_country_by_country_by_access_by_year_by_month_by_day_items_items_articles_items") { @@ -1173,7 +1173,7 @@ enum queryInput_metrics_pageviews_top_per_country_by_country_by_access_by_year_b } type unique_devices @source(subgraph: "Wiki", name: "unique_devices") { - items: [query_metrics_unique_devices_by_project_by_access_site_by_granularity_by_start_by_end_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_unique_devices_by_project_by_access_site_by_granularity_by_start_by_end_items_items]") + items: [query_metrics_unique_devices_by_project_by_access_site_by_granularity_by_start_by_end_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_unique_devices_by_project_by_access_site_by_granularity_by_start_by_end_items_items!]") } type query_metrics_unique_devices_by_project_by_access_site_by_granularity_by_start_by_end_items_items @source(subgraph: "Wiki", name: "query_metrics_unique_devices_by_project_by_access_site_by_granularity_by_start_by_end_items_items") { @@ -1206,7 +1206,7 @@ enum queryInput_metrics_unique_devices_by_project_by_access_site_by_granularity_ } type pagecounts_project @source(subgraph: "Wiki", name: "pagecounts_project") { - items: [query_metrics_legacy_pagecounts_aggregate_by_project_by_access_site_by_granularity_by_start_by_end_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_legacy_pagecounts_aggregate_by_project_by_access_site_by_granularity_by_start_by_end_items_items]") + items: [query_metrics_legacy_pagecounts_aggregate_by_project_by_access_site_by_granularity_by_start_by_end_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_legacy_pagecounts_aggregate_by_project_by_access_site_by_granularity_by_start_by_end_items_items!]") } type query_metrics_legacy_pagecounts_aggregate_by_project_by_access_site_by_granularity_by_start_by_end_items_items @source(subgraph: "Wiki", name: "query_metrics_legacy_pagecounts_aggregate_by_project_by_access_site_by_granularity_by_start_by_end_items_items") { @@ -1237,7 +1237,7 @@ enum queryInput_metrics_legacy_pagecounts_aggregate_by_project_by_access_site_by } type new_pages @source(subgraph: "Wiki", name: "new_pages") { - items: [query_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items]") + items: [query_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items!]") } type query_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items @source(subgraph: "Wiki", name: "query_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items") { @@ -1245,7 +1245,7 @@ type query_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_by_gr editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") @source(subgraph: "Wiki", name: "editor_type", type: "String") page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") @source(subgraph: "Wiki", name: "page_type", type: "String") granularity: String @source(subgraph: "Wiki", name: "granularity", type: "String") - results: [query_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items]") + results: [query_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items!] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items!]") } type query_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items @source(subgraph: "Wiki", name: "query_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items") { @@ -1289,7 +1289,7 @@ enum queryInput_metrics_edited_pages_new_by_project_by_editor_type_by_page_type_ } type edited_pages @source(subgraph: "Wiki", name: "edited_pages") { - items: [query_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items]") + items: [query_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items!]") } type query_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items @source(subgraph: "Wiki", name: "query_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items") { @@ -1298,7 +1298,7 @@ type query_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page_type page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") @source(subgraph: "Wiki", name: "page_type", type: "String") activity_level: String @resolveRootField(subgraph: "Wiki", field: "activity-level") @source(subgraph: "Wiki", name: "activity_level", type: "String") granularity: String @source(subgraph: "Wiki", name: "granularity", type: "String") - results: [query_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items_results_items] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items_results_items]") + results: [query_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items_results_items!] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items_results_items!]") } type query_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items_results_items @source(subgraph: "Wiki", name: "query_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items_results_items") { @@ -1355,7 +1355,7 @@ enum queryInput_metrics_edited_pages_aggregate_by_project_by_editor_type_by_page } type top_edited_pages_by_edits @source(subgraph: "Wiki", name: "top_edited_pages_by_edits") { - items: [query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items]") + items: [query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items!]") } type query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items @source(subgraph: "Wiki", name: "query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items") { @@ -1363,12 +1363,12 @@ type query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_t editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") @source(subgraph: "Wiki", name: "editor_type", type: "String") page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") @source(subgraph: "Wiki", name: "page_type", type: "String") granularity: String @source(subgraph: "Wiki", name: "granularity", type: "String") - results: [query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items]") + results: [query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items!] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items!]") } type query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items @source(subgraph: "Wiki", name: "query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items") { timestamp: String @source(subgraph: "Wiki", name: "timestamp", type: "String") - top: [query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items] @source(subgraph: "Wiki", name: "top", type: "[query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items]") + top: [query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items!] @source(subgraph: "Wiki", name: "top", type: "[query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items!]") } type query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items @source(subgraph: "Wiki", name: "query_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items") { @@ -1404,7 +1404,7 @@ enum queryInput_metrics_edited_pages_top_by_edits_by_project_by_editor_type_by_p } type top_edited_pages_by_net_bytes_diff @source(subgraph: "Wiki", name: "top_edited_pages_by_net_bytes_diff") { - items: [query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items]") + items: [query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items!]") } type query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items @source(subgraph: "Wiki", name: "query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items") { @@ -1412,12 +1412,12 @@ type query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") @source(subgraph: "Wiki", name: "editor_type", type: "String") page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") @source(subgraph: "Wiki", name: "page_type", type: "String") granularity: String @source(subgraph: "Wiki", name: "granularity", type: "String") - results: [query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items]") + results: [query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items!] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items!]") } type query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items @source(subgraph: "Wiki", name: "query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items") { timestamp: String @source(subgraph: "Wiki", name: "timestamp", type: "String") - top: [query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items] @source(subgraph: "Wiki", name: "top", type: "[query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items]") + top: [query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items!] @source(subgraph: "Wiki", name: "top", type: "[query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items!]") } type query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items @source(subgraph: "Wiki", name: "query_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items") { @@ -1453,7 +1453,7 @@ enum queryInput_metrics_edited_pages_top_by_net_bytes_difference_by_project_by_e } type top_edited_pages_by_abs_bytes_diff @source(subgraph: "Wiki", name: "top_edited_pages_by_abs_bytes_diff") { - items: [query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items]") + items: [query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items!]") } type query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items @source(subgraph: "Wiki", name: "query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items") { @@ -1461,12 +1461,12 @@ type query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_e editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") @source(subgraph: "Wiki", name: "editor_type", type: "String") page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") @source(subgraph: "Wiki", name: "page_type", type: "String") granularity: String @source(subgraph: "Wiki", name: "granularity", type: "String") - results: [query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items]") + results: [query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items!] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items!]") } type query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items @source(subgraph: "Wiki", name: "query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items") { timestamp: String @source(subgraph: "Wiki", name: "timestamp", type: "String") - top: [query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items] @source(subgraph: "Wiki", name: "top", type: "[query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items]") + top: [query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items!] @source(subgraph: "Wiki", name: "top", type: "[query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items!]") } type query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items @source(subgraph: "Wiki", name: "query_metrics_edited_pages_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items") { @@ -1502,7 +1502,7 @@ enum queryInput_metrics_edited_pages_top_by_absolute_bytes_difference_by_project } type editors @source(subgraph: "Wiki", name: "editors") { - items: [query_metrics_editors_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_editors_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items]") + items: [query_metrics_editors_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_editors_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items!]") } type query_metrics_editors_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items @source(subgraph: "Wiki", name: "query_metrics_editors_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items") { @@ -1511,7 +1511,7 @@ type query_metrics_editors_aggregate_by_project_by_editor_type_by_page_type_by_a page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") @source(subgraph: "Wiki", name: "page_type", type: "String") activity_level: String @resolveRootField(subgraph: "Wiki", field: "activity-level") @source(subgraph: "Wiki", name: "activity_level", type: "String") granularity: String @source(subgraph: "Wiki", name: "granularity", type: "String") - results: [query_metrics_editors_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items_results_items] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_editors_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items_results_items]") + results: [query_metrics_editors_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items_results_items!] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_editors_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items_results_items!]") } type query_metrics_editors_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items_results_items @source(subgraph: "Wiki", name: "query_metrics_editors_aggregate_by_project_by_editor_type_by_page_type_by_activity_level_by_granularity_by_start_by_end_items_items_results_items") { @@ -1568,7 +1568,7 @@ enum queryInput_metrics_editors_aggregate_by_project_by_editor_type_by_page_type } type top_editors_by_edits @source(subgraph: "Wiki", name: "top_editors_by_edits") { - items: [query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items]") + items: [query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items!]") } type query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items @source(subgraph: "Wiki", name: "query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items") { @@ -1576,12 +1576,12 @@ type query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_b editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") @source(subgraph: "Wiki", name: "editor_type", type: "String") page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") @source(subgraph: "Wiki", name: "page_type", type: "String") granularity: String @source(subgraph: "Wiki", name: "granularity", type: "String") - results: [query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items]") + results: [query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items!] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items!]") } type query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items @source(subgraph: "Wiki", name: "query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items") { timestamp: String @source(subgraph: "Wiki", name: "timestamp", type: "String") - top: [query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items] @source(subgraph: "Wiki", name: "top", type: "[query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items]") + top: [query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items!] @source(subgraph: "Wiki", name: "top", type: "[query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items!]") } type query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items @source(subgraph: "Wiki", name: "query_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items") { @@ -1617,7 +1617,7 @@ enum queryInput_metrics_editors_top_by_edits_by_project_by_editor_type_by_page_t } type top_editors_by_net_bytes_diff @source(subgraph: "Wiki", name: "top_editors_by_net_bytes_diff") { - items: [query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items]") + items: [query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items!]") } type query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items @source(subgraph: "Wiki", name: "query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items") { @@ -1625,12 +1625,12 @@ type query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") @source(subgraph: "Wiki", name: "editor_type", type: "String") page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") @source(subgraph: "Wiki", name: "page_type", type: "String") granularity: String @source(subgraph: "Wiki", name: "granularity", type: "String") - results: [query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items]") + results: [query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items!] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items!]") } type query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items @source(subgraph: "Wiki", name: "query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items") { timestamp: String @source(subgraph: "Wiki", name: "timestamp", type: "String") - top: [query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items] @source(subgraph: "Wiki", name: "top", type: "[query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items]") + top: [query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items!] @source(subgraph: "Wiki", name: "top", type: "[query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items!]") } type query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items @source(subgraph: "Wiki", name: "query_metrics_editors_top_by_net_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items") { @@ -1666,7 +1666,7 @@ enum queryInput_metrics_editors_top_by_net_bytes_difference_by_project_by_editor } type top_editors_by_abs_bytes_diff @source(subgraph: "Wiki", name: "top_editors_by_abs_bytes_diff") { - items: [query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items]") + items: [query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items!]") } type query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items @source(subgraph: "Wiki", name: "query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items") { @@ -1674,12 +1674,12 @@ type query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") @source(subgraph: "Wiki", name: "editor_type", type: "String") page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") @source(subgraph: "Wiki", name: "page_type", type: "String") granularity: String @source(subgraph: "Wiki", name: "granularity", type: "String") - results: [query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items]") + results: [query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items!] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items!]") } type query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items @source(subgraph: "Wiki", name: "query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items") { timestamp: String @source(subgraph: "Wiki", name: "timestamp", type: "String") - top: [query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items] @source(subgraph: "Wiki", name: "top", type: "[query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items]") + top: [query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items!] @source(subgraph: "Wiki", name: "top", type: "[query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items!]") } type query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items @source(subgraph: "Wiki", name: "query_metrics_editors_top_by_absolute_bytes_difference_by_project_by_editor_type_by_page_type_by_year_by_month_by_day_items_items_results_items_top_items") { @@ -1715,7 +1715,7 @@ enum queryInput_metrics_editors_top_by_absolute_bytes_difference_by_project_by_e } type edits @source(subgraph: "Wiki", name: "edits") { - items: [query_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items]") + items: [query_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items!]") } type query_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items @source(subgraph: "Wiki", name: "query_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items") { @@ -1723,7 +1723,7 @@ type query_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_by_gra editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") @source(subgraph: "Wiki", name: "editor_type", type: "String") page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") @source(subgraph: "Wiki", name: "page_type", type: "String") granularity: String @source(subgraph: "Wiki", name: "granularity", type: "String") - results: [query_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items]") + results: [query_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items!] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items!]") } type query_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items @source(subgraph: "Wiki", name: "query_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items") { @@ -1767,7 +1767,7 @@ enum queryInput_metrics_edits_aggregate_by_project_by_editor_type_by_page_type_b } type edits_per_page @source(subgraph: "Wiki", name: "edits_per_page") { - items: [query_metrics_edits_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_edits_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items]") + items: [query_metrics_edits_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_edits_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items!]") } type query_metrics_edits_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items @source(subgraph: "Wiki", name: "query_metrics_edits_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items") { @@ -1775,7 +1775,7 @@ type query_metrics_edits_per_page_by_project_by_page_title_by_editor_type_by_gra page_title: String @resolveRootField(subgraph: "Wiki", field: "page-title") @source(subgraph: "Wiki", name: "page_title", type: "String") editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") @source(subgraph: "Wiki", name: "editor_type", type: "String") granularity: String @source(subgraph: "Wiki", name: "granularity", type: "String") - results: [query_metrics_edits_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items_results_items] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_edits_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items_results_items]") + results: [query_metrics_edits_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items_results_items!] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_edits_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items_results_items!]") } type query_metrics_edits_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items_results_items @source(subgraph: "Wiki", name: "query_metrics_edits_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items_results_items") { @@ -1807,13 +1807,13 @@ enum queryInput_metrics_edits_per_page_by_project_by_page_title_by_editor_type_b } type new_registered_users @source(subgraph: "Wiki", name: "new_registered_users") { - items: [query_metrics_registered_users_new_by_project_by_granularity_by_start_by_end_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_registered_users_new_by_project_by_granularity_by_start_by_end_items_items]") + items: [query_metrics_registered_users_new_by_project_by_granularity_by_start_by_end_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_registered_users_new_by_project_by_granularity_by_start_by_end_items_items!]") } type query_metrics_registered_users_new_by_project_by_granularity_by_start_by_end_items_items @source(subgraph: "Wiki", name: "query_metrics_registered_users_new_by_project_by_granularity_by_start_by_end_items_items") { project: String @source(subgraph: "Wiki", name: "project", type: "String") granularity: String @source(subgraph: "Wiki", name: "granularity", type: "String") - results: [query_metrics_registered_users_new_by_project_by_granularity_by_start_by_end_items_items_results_items] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_registered_users_new_by_project_by_granularity_by_start_by_end_items_items_results_items]") + results: [query_metrics_registered_users_new_by_project_by_granularity_by_start_by_end_items_items_results_items!] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_registered_users_new_by_project_by_granularity_by_start_by_end_items_items_results_items!]") } type query_metrics_registered_users_new_by_project_by_granularity_by_start_by_end_items_items_results_items @source(subgraph: "Wiki", name: "query_metrics_registered_users_new_by_project_by_granularity_by_start_by_end_items_items_results_items") { @@ -1831,7 +1831,7 @@ enum queryInput_metrics_registered_users_new_by_project_by_granularity_by_start_ } type net_bytes_difference @source(subgraph: "Wiki", name: "net_bytes_difference") { - items: [query_metrics_bytes_difference_net_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_bytes_difference_net_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items]") + items: [query_metrics_bytes_difference_net_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_bytes_difference_net_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items!]") } type query_metrics_bytes_difference_net_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items @source(subgraph: "Wiki", name: "query_metrics_bytes_difference_net_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items") { @@ -1839,7 +1839,7 @@ type query_metrics_bytes_difference_net_aggregate_by_project_by_editor_type_by_p editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") @source(subgraph: "Wiki", name: "editor_type", type: "String") page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") @source(subgraph: "Wiki", name: "page_type", type: "String") granularity: String @source(subgraph: "Wiki", name: "granularity", type: "String") - results: [query_metrics_bytes_difference_net_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_bytes_difference_net_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items]") + results: [query_metrics_bytes_difference_net_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items!] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_bytes_difference_net_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items!]") } type query_metrics_bytes_difference_net_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items @source(subgraph: "Wiki", name: "query_metrics_bytes_difference_net_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items") { @@ -1882,7 +1882,7 @@ enum queryInput_metrics_bytes_difference_net_aggregate_by_project_by_editor_type } type net_bytes_difference_per_page @source(subgraph: "Wiki", name: "net_bytes_difference_per_page") { - items: [query_metrics_bytes_difference_net_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_bytes_difference_net_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items]") + items: [query_metrics_bytes_difference_net_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_bytes_difference_net_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items!]") } type query_metrics_bytes_difference_net_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items @source(subgraph: "Wiki", name: "query_metrics_bytes_difference_net_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items") { @@ -1890,7 +1890,7 @@ type query_metrics_bytes_difference_net_per_page_by_project_by_page_title_by_edi page_title: String @resolveRootField(subgraph: "Wiki", field: "page-title") @source(subgraph: "Wiki", name: "page_title", type: "String") editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") @source(subgraph: "Wiki", name: "editor_type", type: "String") granularity: String @source(subgraph: "Wiki", name: "granularity", type: "String") - results: [query_metrics_bytes_difference_net_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items_results_items] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_bytes_difference_net_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items_results_items]") + results: [query_metrics_bytes_difference_net_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items_results_items!] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_bytes_difference_net_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items_results_items!]") } type query_metrics_bytes_difference_net_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items_results_items @source(subgraph: "Wiki", name: "query_metrics_bytes_difference_net_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items_results_items") { @@ -1922,7 +1922,7 @@ enum queryInput_metrics_bytes_difference_net_per_page_by_project_by_page_title_b } type absolute_bytes_difference @source(subgraph: "Wiki", name: "absolute_bytes_difference") { - items: [query_metrics_bytes_difference_absolute_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_bytes_difference_absolute_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items]") + items: [query_metrics_bytes_difference_absolute_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_bytes_difference_absolute_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items!]") } type query_metrics_bytes_difference_absolute_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items @source(subgraph: "Wiki", name: "query_metrics_bytes_difference_absolute_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items") { @@ -1930,7 +1930,7 @@ type query_metrics_bytes_difference_absolute_aggregate_by_project_by_editor_type editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") @source(subgraph: "Wiki", name: "editor_type", type: "String") page_type: String @resolveRootField(subgraph: "Wiki", field: "page-type") @source(subgraph: "Wiki", name: "page_type", type: "String") granularity: String @source(subgraph: "Wiki", name: "granularity", type: "String") - results: [query_metrics_bytes_difference_absolute_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_bytes_difference_absolute_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items]") + results: [query_metrics_bytes_difference_absolute_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items!] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_bytes_difference_absolute_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items!]") } type query_metrics_bytes_difference_absolute_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items @source(subgraph: "Wiki", name: "query_metrics_bytes_difference_absolute_aggregate_by_project_by_editor_type_by_page_type_by_granularity_by_start_by_end_items_items_results_items") { @@ -1973,7 +1973,7 @@ enum queryInput_metrics_bytes_difference_absolute_aggregate_by_project_by_editor } type absolute_bytes_difference_per_page @source(subgraph: "Wiki", name: "absolute_bytes_difference_per_page") { - items: [query_metrics_bytes_difference_absolute_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_bytes_difference_absolute_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items]") + items: [query_metrics_bytes_difference_absolute_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_bytes_difference_absolute_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items!]") } type query_metrics_bytes_difference_absolute_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items @source(subgraph: "Wiki", name: "query_metrics_bytes_difference_absolute_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items") { @@ -1981,7 +1981,7 @@ type query_metrics_bytes_difference_absolute_per_page_by_project_by_page_title_b page_title: String @resolveRootField(subgraph: "Wiki", field: "page-title") @source(subgraph: "Wiki", name: "page_title", type: "String") editor_type: String @resolveRootField(subgraph: "Wiki", field: "editor-type") @source(subgraph: "Wiki", name: "editor_type", type: "String") granularity: String @source(subgraph: "Wiki", name: "granularity", type: "String") - results: [query_metrics_bytes_difference_absolute_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items_results_items] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_bytes_difference_absolute_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items_results_items]") + results: [query_metrics_bytes_difference_absolute_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items_results_items!] @source(subgraph: "Wiki", name: "results", type: "[query_metrics_bytes_difference_absolute_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items_results_items!]") } type query_metrics_bytes_difference_absolute_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items_results_items @source(subgraph: "Wiki", name: "query_metrics_bytes_difference_absolute_per_page_by_project_by_page_title_by_editor_type_by_granularity_by_start_by_end_items_items_results_items") { @@ -2013,7 +2013,7 @@ enum queryInput_metrics_bytes_difference_absolute_per_page_by_project_by_page_ti } type mediarequest_referer @source(subgraph: "Wiki", name: "mediarequest_referer") { - items: [query_metrics_mediarequests_aggregate_by_referer_by_media_type_by_agent_by_granularity_by_start_by_end_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_mediarequests_aggregate_by_referer_by_media_type_by_agent_by_granularity_by_start_by_end_items_items]") + items: [query_metrics_mediarequests_aggregate_by_referer_by_media_type_by_agent_by_granularity_by_start_by_end_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_mediarequests_aggregate_by_referer_by_media_type_by_agent_by_granularity_by_start_by_end_items_items!]") } type query_metrics_mediarequests_aggregate_by_referer_by_media_type_by_agent_by_granularity_by_start_by_end_items_items @source(subgraph: "Wiki", name: "query_metrics_mediarequests_aggregate_by_referer_by_media_type_by_agent_by_granularity_by_start_by_end_items_items") { @@ -2057,7 +2057,7 @@ enum queryInput_metrics_mediarequests_aggregate_by_referer_by_media_type_by_agen } type mediarequest_file @source(subgraph: "Wiki", name: "mediarequest_file") { - items: [query_metrics_mediarequests_per_file_by_referer_by_agent_by_file_path_by_granularity_by_start_by_end_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_mediarequests_per_file_by_referer_by_agent_by_file_path_by_granularity_by_start_by_end_items_items]") + items: [query_metrics_mediarequests_per_file_by_referer_by_agent_by_file_path_by_granularity_by_start_by_end_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_mediarequests_per_file_by_referer_by_agent_by_file_path_by_granularity_by_start_by_end_items_items!]") } type query_metrics_mediarequests_per_file_by_referer_by_agent_by_file_path_by_granularity_by_start_by_end_items_items @source(subgraph: "Wiki", name: "query_metrics_mediarequests_per_file_by_referer_by_agent_by_file_path_by_granularity_by_start_by_end_items_items") { @@ -2089,7 +2089,7 @@ enum queryInput_metrics_mediarequests_per_file_by_referer_by_agent_by_file_path_ } type mediarequest_tops @source(subgraph: "Wiki", name: "mediarequest_tops") { - items: [query_metrics_mediarequests_top_by_referer_by_media_type_by_year_by_month_by_day_items_items] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_mediarequests_top_by_referer_by_media_type_by_year_by_month_by_day_items_items]") + items: [query_metrics_mediarequests_top_by_referer_by_media_type_by_year_by_month_by_day_items_items!] @source(subgraph: "Wiki", name: "items", type: "[query_metrics_mediarequests_top_by_referer_by_media_type_by_year_by_month_by_day_items_items!]") } type query_metrics_mediarequests_top_by_referer_by_media_type_by_year_by_month_by_day_items_items @source(subgraph: "Wiki", name: "query_metrics_mediarequests_top_by_referer_by_media_type_by_year_by_month_by_day_items_items") { @@ -2098,7 +2098,7 @@ type query_metrics_mediarequests_top_by_referer_by_media_type_by_year_by_month_b year: String @source(subgraph: "Wiki", name: "year", type: "String") month: String @source(subgraph: "Wiki", name: "month", type: "String") day: String @source(subgraph: "Wiki", name: "day", type: "String") - files: [query_metrics_mediarequests_top_by_referer_by_media_type_by_year_by_month_by_day_items_items_files_items] @source(subgraph: "Wiki", name: "files", type: "[query_metrics_mediarequests_top_by_referer_by_media_type_by_year_by_month_by_day_items_items_files_items]") + files: [query_metrics_mediarequests_top_by_referer_by_media_type_by_year_by_month_by_day_items_items_files_items!] @source(subgraph: "Wiki", name: "files", type: "[query_metrics_mediarequests_top_by_referer_by_media_type_by_year_by_month_by_day_items_items_files_items!]") } type query_metrics_mediarequests_top_by_referer_by_media_type_by_year_by_month_by_day_items_items_files_items @source(subgraph: "Wiki", name: "query_metrics_mediarequests_top_by_referer_by_media_type_by_year_by_month_by_day_items_items_files_items") { @@ -2132,7 +2132,7 @@ type cx_dict @source(subgraph: "Wiki", name: "cx_dict") { """the original word to look up""" source: String @source(subgraph: "Wiki", name: "source", type: "String") """the translations found""" - translations: [query_transform_word_from_by_from_lang_to_by_to_lang_by_word_translations_items] @source(subgraph: "Wiki", name: "translations", type: "[query_transform_word_from_by_from_lang_to_by_to_lang_by_word_translations_items]") + translations: [query_transform_word_from_by_from_lang_to_by_to_lang_by_word_translations_items!] @source(subgraph: "Wiki", name: "translations", type: "[query_transform_word_from_by_from_lang_to_by_to_lang_by_word_translations_items!]") } type query_transform_word_from_by_from_lang_to_by_to_lang_by_word_translations_items @source(subgraph: "Wiki", name: "query_transform_word_from_by_from_lang_to_by_to_lang_by_word_translations_items") { @@ -2152,7 +2152,7 @@ enum queryInput_transform_word_from_by_from_lang_to_by_to_lang_by_word_by_provid type cx_list_tools @source(subgraph: "Wiki", name: "cx_list_tools") { """the list of tools available for the given language pair""" - tools: [String] @source(subgraph: "Wiki", name: "tools", type: "[String]") + tools: [String!] @source(subgraph: "Wiki", name: "tools", type: "[String!]") } """The tool category to list tools and language pairs for""" @@ -2169,32 +2169,32 @@ enum queryInput_transform_list_tool_by_tool_by_from_by_to_tool @source(subgraph: type cx_languagepairs @source(subgraph: "Wiki", name: "cx_languagepairs") { """the list of available source languages""" - source: [String] @source(subgraph: "Wiki", name: "source", type: "[String]") + source: [String!] @source(subgraph: "Wiki", name: "source", type: "[String!]") """the list of available destination languages""" - target: [String] @source(subgraph: "Wiki", name: "target", type: "[String]") + target: [String!] @source(subgraph: "Wiki", name: "target", type: "[String!]") } type availability @source(subgraph: "Wiki", name: "availability") { """ domains for wikis with this feature enabled, or [ '*..org' ] for all wikis in a project """ - todays_featured_article: [String]! @source(subgraph: "Wiki", name: "todays_featured_article", type: "[String]!") + todays_featured_article: [String!]! @source(subgraph: "Wiki", name: "todays_featured_article", type: "[String!]!") """ domains for wikis with this feature enabled, or [ '*..org' ] for all wikis in a project """ - most_read: [String]! @source(subgraph: "Wiki", name: "most_read", type: "[String]!") + most_read: [String!]! @source(subgraph: "Wiki", name: "most_read", type: "[String!]!") """ domains for wikis with this feature enabled, or [ '*..org' ] for all wikis in a project """ - picture_of_the_day: [String]! @source(subgraph: "Wiki", name: "picture_of_the_day", type: "[String]!") + picture_of_the_day: [String!]! @source(subgraph: "Wiki", name: "picture_of_the_day", type: "[String!]!") """ domains for wikis with this feature enabled, or [ '*..org' ] for all wikis in a project """ - in_the_news: [String]! @source(subgraph: "Wiki", name: "in_the_news", type: "[String]!") + in_the_news: [String!]! @source(subgraph: "Wiki", name: "in_the_news", type: "[String!]!") """ domains for wikis with this feature enabled, or [ '*..org' ] for all wikis in a project """ - on_this_day: [String]! @source(subgraph: "Wiki", name: "on_this_day", type: "[String]!") + on_this_day: [String!]! @source(subgraph: "Wiki", name: "on_this_day", type: "[String!]!") } type Mutation { diff --git a/examples/v1-next/type-merging-batching-example/tests/type-merging-batching-example.test.ts b/examples/v1-next/type-merging-batching-example/tests/type-merging-batching-example.test.ts index 28b1fd0d8d1e5..05e07a6ceb171 100644 --- a/examples/v1-next/type-merging-batching-example/tests/type-merging-batching-example.test.ts +++ b/examples/v1-next/type-merging-batching-example/tests/type-merging-batching-example.test.ts @@ -1,6 +1,5 @@ import { readdirSync, readFileSync } from 'fs'; import { join } from 'path'; -import { inspect } from 'util'; import { GraphQLSchema, parse } from 'graphql'; import { getComposedSchemaFromConfig } from '@graphql-mesh/compose-cli'; import { @@ -8,6 +7,7 @@ import { serializeExecutableOperationPlan, } from '@graphql-mesh/fusion-execution'; import { getExecutorForFusiongraph } from '@graphql-mesh/fusion-runtime'; +import * as HTTPTransport from '@graphql-mesh/transport-http'; import { Executor, printSchemaWithDirectives } from '@graphql-tools/utils'; import { Request } from '@whatwg-node/fetch'; import { composeConfig } from '../mesh.config.js'; @@ -37,6 +37,7 @@ describe('Type Merging with Batching Example', () => { const { fusiongraphExecutor } = getExecutorForFusiongraph({ fusiongraph, fetch: subgraphFetch, + transports: { http: HTTPTransport }, }); executor = fusiongraphExecutor; }); diff --git a/jest.config.js b/jest.config.js index f23e9bff979ff..4a4c4ab6df07e 100644 --- a/jest.config.js +++ b/jest.config.js @@ -11,7 +11,7 @@ const tsconfig = JSON5.parse(tsconfigStr); process.env.LC_ALL = 'en_US'; -const testMatch = ['**/__tests__/**/*.[jt]s?(x)', '**/?(*.)+(spec|test).[jt]s?(x)']; +const testMatch = ['**/__tests__/**/*.[jt]s?(x)', '**/?(*.)+(spec|test).[jt]s?(x)', '!**/.mesh/**']; if (process.env.LEAK_TEST) { testMatch.push('!**/examples/grpc-*/**'); diff --git a/packages/compose-cli/package.json b/packages/compose-cli/package.json index b137d95680ce7..e560326c5288b 100644 --- a/packages/compose-cli/package.json +++ b/packages/compose-cli/package.json @@ -43,7 +43,7 @@ "@graphql-mesh/utils": "^0.97.0", "@graphql-tools/graphql-file-loader": "8.0.1", "@graphql-tools/load": "^8.0.1", - "@graphql-tools/utils": "^10.0.8", + "@graphql-tools/utils": "^10.1.0", "@whatwg-node/fetch": "^0.9.14", "dotenv": "^16.3.1", "spinnies": "^0.5.1", diff --git a/packages/legacy/transforms/transfer-schema/yarn.lock b/packages/legacy/transforms/transfer-schema/yarn.lock deleted file mode 100644 index fb57ccd13afbd..0000000000000 --- a/packages/legacy/transforms/transfer-schema/yarn.lock +++ /dev/null @@ -1,4 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - diff --git a/packages/loaders/json-schema/src/getComposerFromJSONSchema.ts b/packages/loaders/json-schema/src/getComposerFromJSONSchema.ts index 01f0745e9f826..c6d25b1d33fea 100644 --- a/packages/loaders/json-schema/src/getComposerFromJSONSchema.ts +++ b/packages/loaders/json-schema/src/getComposerFromJSONSchema.ts @@ -233,18 +233,18 @@ export function getComposerFromJSONSchema({ // These are filled after enter get input() { const typeComposers = visitedSubschemaResultMap.get(subSchema.items as any); - return typeComposers.input.getTypePlural(); + return typeComposers.input.NonNull.List; }, get output() { const typeComposers = visitedSubschemaResultMap.get(subSchema.items as any); - return typeComposers.output.getTypePlural(); + return typeComposers.output.NonNull.List; }, ...subSchema, }; } if (subSchema.contains) { // Scalars cannot be in union type - const typeComposer = schemaComposer.getAnyTC(GraphQLJSON).getTypePlural(); + const typeComposer = schemaComposer.getAnyTC(GraphQLJSON).NonNull.List; return { input: typeComposer, output: typeComposer, @@ -263,7 +263,7 @@ export function getComposerFromJSONSchema({ // subSchema, // validateWithJSONSchema, // }).getTypePlural(); - const typeComposer = schemaComposer.getAnyTC(GraphQLJSON).getTypePlural(); + const typeComposer = schemaComposer.getAnyTC(GraphQLJSON).NonNull.List; return { input: typeComposer, output: typeComposer, @@ -894,11 +894,9 @@ export function getComposerFromJSONSchema({ logger, }); return { - input: input.getTypePlural(), + input: input.NonNull.List, output: - output instanceof ListComposer - ? output - : (output as ObjectTypeComposer).getTypePlural(), + output instanceof ListComposer ? output : (output as ObjectTypeComposer).NonNull.List, nullable: subSchemaAndTypeComposers.nullable, default: subSchemaAndTypeComposers.default, readOnly: subSchemaAndTypeComposers.readOnly, @@ -928,13 +926,17 @@ export function getComposerFromJSONSchema({ for (const maybeTypeComposers of subSchemaAndTypeComposers.allOf as any) { let { input: inputTypeComposer, output: outputTypeComposer } = maybeTypeComposers; - if (inputTypeComposer instanceof ListComposer) { - isList = true; + while (inputTypeComposer.ofType) { + if (inputTypeComposer instanceof ListComposer) { + isList = true; + } inputTypeComposer = inputTypeComposer.ofType; } - if (outputTypeComposer instanceof ListComposer) { - isList = true; + while (outputTypeComposer.ofType) { + if (outputTypeComposer instanceof ListComposer) { + isList = true; + } outputTypeComposer = outputTypeComposer.ofType; } @@ -1106,12 +1108,16 @@ export function getComposerFromJSONSchema({ let ableToUseGraphQLInputObjectType = true; for (const typeComposers of subSchemaAndTypeComposers.anyOf as any) { let { input: inputTypeComposer, output: outputTypeComposer } = typeComposers; - if ( - inputTypeComposer instanceof ListComposer || - outputTypeComposer instanceof ListComposer - ) { - isList = true; + while (inputTypeComposer.ofType) { + if (inputTypeComposer instanceof ListComposer) { + isList = true; + } inputTypeComposer = inputTypeComposer.ofType; + } + while (outputTypeComposer.ofType) { + if (outputTypeComposer instanceof ListComposer) { + isList = true; + } outputTypeComposer = outputTypeComposer.ofType; } if ( diff --git a/packages/loaders/json-schema/src/getUnionTypeComposers.ts b/packages/loaders/json-schema/src/getUnionTypeComposers.ts index a56226f566317..ab4ff325fa200 100644 --- a/packages/loaders/json-schema/src/getUnionTypeComposers.ts +++ b/packages/loaders/json-schema/src/getUnionTypeComposers.ts @@ -30,7 +30,7 @@ export function getContainerTC( schemaComposer: SchemaComposer, output: ComposeInputType, ) { - const containerTypeName = `${output.getTypeName()}_container`; + const containerTypeName = `${output.getTypeName().split('!').join('')}_container`; schemaComposer.addDirective(ResolveRootDirective); return schemaComposer.getOrCreateOTC(containerTypeName, otc => otc.addFields({ @@ -64,9 +64,11 @@ export function getUnionTypeComposers({ let isOutputPlural = false; typeComposersList.forEach(typeComposers => { let { input, output } = typeComposers; - if (output instanceof ListComposer) { - output = output.getUnwrappedTC() as ObjectTypeComposer | UnionTypeComposer; - isOutputPlural = true; + while ((output as any).ofType) { + if (!isOutputPlural) { + isOutputPlural = output instanceof ListComposer; + } + output = (output as any).ofType; } if (isSomeInputTypeComposer(output)) { outputTypeComposers.push(getContainerTC(subgraphName, schemaComposer, output)); @@ -74,11 +76,16 @@ export function getUnionTypeComposers({ outputTypeComposers.push(output); } if (input) { - const inputTypeName = - input instanceof ListComposer - ? input.getUnwrappedTC().getTypeName() + '_list' - : input.getTypeName(); - unionInputFields[inputTypeName] = { + let isInputPlural = false; + while ((input as any).ofType) { + if (!isInputPlural) { + isInputPlural = input instanceof ListComposer; + } + input = (input as any).ofType; + } + const inputTypeName = input.getTypeName(); + const fieldName = isInputPlural ? inputTypeName + '_list' : inputTypeName; + unionInputFields[fieldName] = { type: input, }; } @@ -103,7 +110,12 @@ export function getUnionTypeComposers({ ).getExtension('statusCodeOneOfIndexMap'); const statusCodeOneOfIndexMapEntries = Object.entries(statusCodeOneOfIndexMap || {}); for (const outputTypeComposerIndex in outputTypeComposers) { - const outputTypeComposer = outputTypeComposers[outputTypeComposerIndex]; + let outputTypeComposer = outputTypeComposers[outputTypeComposerIndex]; + while ((outputTypeComposer as any).ofType) { + outputTypeComposer = (outputTypeComposer as any).ofType as + | ObjectTypeComposer + | UnionTypeComposer; + } const statusCode = statusCodeOneOfIndexMapEntries.find( ([statusCode, index]) => index.toString() === outputTypeComposerIndex.toString(), )?.[0]; diff --git a/packages/loaders/json-schema/test/getComposerFromSchema.test.ts b/packages/loaders/json-schema/test/getComposerFromSchema.test.ts index ee472bcc6bba1..0b806380a7406 100644 --- a/packages/loaders/json-schema/test/getComposerFromSchema.test.ts +++ b/packages/loaders/json-schema/test/getComposerFromSchema.test.ts @@ -204,7 +204,7 @@ union User = Writer | Admin type Writer { id: String name: String - posts: [Post] + posts: [Post!] } ${printType(GraphQLString)} @@ -218,7 +218,7 @@ type Post { type Admin { id: String name: String - permissions: [AdminPermission] + permissions: [AdminPermission!] } enum AdminPermission { @@ -808,9 +808,9 @@ type ExampleAnyOf { logger, }); expect(isListType(result.input.getType())).toBeTruthy(); - expect((result.input as ListComposer).ofType.getType()).toBe(GraphQLString); + expect((result.input as ListComposer).getUnwrappedTC().getType()).toBe(GraphQLString); expect(isListType((result.output as ListComposer).getType())).toBeTruthy(); - expect((result.output as ListComposer).ofType.getType()).toBe(GraphQLString); + expect((result.output as ListComposer).getUnwrappedTC().getType()).toBe(GraphQLString); }); it('should return generic JSON type for array definitions with contains', async () => { const title = 'ExampleArray'; @@ -829,8 +829,8 @@ type ExampleAnyOf { expect(result.input).toBe(result.output); const outputComposer = result.output as ListComposer; expect(isListType(outputComposer.getType())).toBeTruthy(); - expect(isScalarType(outputComposer.ofType.getType())).toBeTruthy(); - expect(outputComposer.ofType.getTypeName()).toBe('JSON'); + expect(isScalarType(outputComposer.getUnwrappedTC().getType())).toBeTruthy(); + expect(outputComposer.getUnwrappedTC().getTypeName()).toBe('JSON'); }); // This is not valid and should be healed first it.skip('should return union type inside a list type if array definition has items as an array', async () => { diff --git a/packages/loaders/openapi/tests/__snapshots__/basket.test.ts.snap b/packages/loaders/openapi/tests/__snapshots__/basket.test.ts.snap index 477d1e4d32f53..b1c5624041a7e 100644 --- a/packages/loaders/openapi/tests/__snapshots__/basket.test.ts.snap +++ b/packages/loaders/openapi/tests/__snapshots__/basket.test.ts.snap @@ -23,12 +23,12 @@ type Query { """Authentication Token""" x_auth_token: String! ): CustomerAttributes @httpOperation(subgraph: "basket", path: "/customers/{customerId}", operationSpecificHeaders: "{\\"x-auth-token\\":\\"{args.x_auth_token}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET) - Locations: [LocationModel] @httpOperation(subgraph: "basket", path: "/Locations", operationSpecificHeaders: "{\\"accept\\":\\"application/json,application/custom-thingy.v3+json\\"}", httpMethod: GET) - Cards: [CardModel] @httpOperation(subgraph: "basket", path: "/Cards", operationSpecificHeaders: "{\\"accept\\":\\"application/json,application/custom.v3+json\\"}", httpMethod: GET) + Locations: [LocationModel!] @httpOperation(subgraph: "basket", path: "/Locations", operationSpecificHeaders: "{\\"accept\\":\\"application/json,application/custom-thingy.v3+json\\"}", httpMethod: GET) + Cards: [CardModel!] @httpOperation(subgraph: "basket", path: "/Cards", operationSpecificHeaders: "{\\"accept\\":\\"application/json,application/custom.v3+json\\"}", httpMethod: GET) } type CustomerAttributes { - attributes: [Attribute]! + attributes: [Attribute!]! } type Attribute { @@ -43,7 +43,7 @@ scalar JSON @specifiedBy(url: "http://www.ecma-international.org/publications/fi type LocationModel { email: query_Locations_oneOf_0_items_email - parents: [LocationModel] + parents: [LocationModel!] } scalar query_Locations_oneOf_0_items_email @regexp(subgraph: "basket", pattern: "^(?(\\")(\\".+?(?
This is required when working with template recipients. """ @@ -23384,11 +23384,11 @@ input templateRole_Input { } input envelopeIdsRequest_Input { - envelopeIds: [String] + envelopeIds: [String!] """ A list of transaction Id's used to determining the status of envelopes sent asynchronously. See **transactionId** property on envelopes. """ - transactionIds: [String] + transactionIds: [String!] } type envelopeUpdateSummary { @@ -23396,11 +23396,11 @@ type envelopeUpdateSummary { """The envelope ID of the envelope status that failed to post.""" envelopeId: String errorDetails: errorDetails - listCustomFieldUpdateResults: [listCustomField] + listCustomFieldUpdateResults: [listCustomField!] lockInformation: EnvelopeLocks - recipientUpdateResults: [recipientUpdateResponse] + recipientUpdateResults: [recipientUpdateResponse!] tabUpdateResults: EnvelopeRecipientTabs - textCustomFieldUpdateResults: [textCustomField] + textCustomFieldUpdateResults: [textCustomField!] } type recipientUpdateResponse { @@ -23413,23 +23413,23 @@ type recipientUpdateResponse { } input envelopeAttachmentsRequest_Input { - attachments: [attachment_Input] + attachments: [attachment_Input!] } """Envelope custom fields""" type EnvelopeCustomFields { """An array of list custom fields.""" - listCustomFields: [listCustomField] + listCustomFields: [listCustomField!] """An array of text custom fields.""" - textCustomFields: [textCustomField] + textCustomFields: [textCustomField!] } """Envelope custom fields""" input EnvelopeCustomFields_Input { """An array of list custom fields.""" - listCustomFields: [listCustomField_Input] + listCustomFields: [listCustomField_Input!] """An array of text custom fields.""" - textCustomFields: [textCustomField_Input] + textCustomFields: [textCustomField_Input!] } """Envelope document fields""" @@ -23442,7 +23442,7 @@ input EnvelopeDocumentFields_Input { *IMPORTANT*: If you are using xml, the name/value pair is contained in a nameValue element. """ - documentFields: [nameValue_Input] + documentFields: [nameValue_Input!] } input pageRequest_Input { @@ -23454,7 +23454,7 @@ input pageRequest_Input { } type documentTemplateList { - documentTemplates: [documentTemplate] + documentTemplates: [documentTemplate!] } type documentTemplate { @@ -23472,7 +23472,7 @@ type documentTemplate { } input documentTemplateList_Input { - documentTemplates: [documentTemplate_Input] + documentTemplates: [documentTemplate_Input!] } input documentTemplate_Input { @@ -23521,11 +23521,11 @@ input envelopeNotificationRequest_Input { } type recipientsUpdateSummary { - recipientUpdateResults: [recipientUpdateResponse] + recipientUpdateResults: [recipientUpdateResponse!] } input EnvelopeDocumentVisibility_Input { - documentVisibility: [documentVisibility_Input] + documentVisibility: [documentVisibility_Input!] } type bulkRecipientsUpdateResponse { @@ -23536,7 +23536,7 @@ type bulkRecipientsSummaryResponse { """ A complex type containing information about the bulk recipients in the response. """ - bulkRecipients: [bulkRecipient] + bulkRecipients: [bulkRecipient!] """The number of items returned in this response.""" bulkRecipientsCount: String """ @@ -23544,14 +23544,14 @@ type bulkRecipientsSummaryResponse { """ bulkRecipientsUri: String """Array or errors.""" - errorDetails: [errorDetails] + errorDetails: [errorDetails!] } input bulkRecipientsRequest_Input { """ A complex type containing information about the bulk recipients in the request. """ - bulkRecipients: [bulkRecipient_Input] + bulkRecipients: [bulkRecipient_Input!] } input bulkRecipient_Input { @@ -23572,7 +23572,7 @@ input bulkRecipient_Input { """ email: String """Array or errors.""" - errorDetails: [errorDetails_Input] + errorDetails: [errorDetails_Input!] """ Specifies the authentication check used for the signer. If blank then no authentication check is required for the signer. Only one value can be used in this field. @@ -23606,7 +23606,7 @@ input bulkRecipient_Input { If \`usersupplied\` is used, the signer supplies his or her own telephone number. """ phoneNumber: String - recipientSignatureProviderInfo: [bulkRecipientSignatureProvider_Input] + recipientSignatureProviderInfo: [bulkRecipientSignatureProvider_Input!] rowNumber: String """ Specifies values used to populate recipient tabs with information. This allows each bulk recipient signer to have different values for their associated tabs. Any number of \`tabLabel\` columns can be added to the bulk recipient file. @@ -23617,7 +23617,7 @@ input bulkRecipient_Input { Note that this option cannot be used for tabs that do not have data or that are automatically populated data such as Signature, Full Name, Email Address, Company, Title, and Date Signed tabs. """ - tabLabels: [bulkRecipientTabLabel_Input] + tabLabels: [bulkRecipientTabLabel_Input!] } input bulkRecipientSignatureProvider_Input { @@ -23787,7 +23787,7 @@ input recipientViewRequest_Input { } input foldersRequest_Input { - envelopeIds: [String] + envelopeIds: [String!] """The folder ID the envelope is being moved from.""" fromFolderId: String } @@ -23799,7 +23799,7 @@ input Groups_Input { """ A collection group objects containing information about the groups returned. """ - groups: [group_Input] + groups: [group_Input!] """ The URI for the next chunk of records based on the search request. It is \`null\` if this is the last set of results for the search. """ @@ -23819,7 +23819,7 @@ input Groups_Input { } input userInfoList_Input { - users: [userInfo_Input] + users: [userInfo_Input!] } input AccountPermissionProfiles_Input { @@ -23829,7 +23829,7 @@ input AccountPermissionProfiles_Input { permissionProfileName: String settings: accountRoleSettings_Input userCount: String - users: [Users_Input] + users: [Users_Input!] } input accountRoleSettings_Input { @@ -23900,7 +23900,7 @@ input accountRoleSettings_Input { } input powerFormsRequest_Input { - powerForms: [PowerForms_Input] + powerForms: [PowerForms_Input!] } input PowerForms_Input { @@ -23918,7 +23918,7 @@ input PowerForms_Input { See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. """ emailSubject: String - envelopes: [Envelopes_Input] + envelopes: [Envelopes_Input!] errorDetails: errorDetails_Input instructions: String isActive: String @@ -23931,7 +23931,7 @@ input PowerForms_Input { powerFormId: String powerFormUrl: String """An array of powerform recipients.""" - recipients: [powerFormRecipient_Input] + recipients: [powerFormRecipient_Input!] senderName: String senderUserId: String signingMode: String @@ -23991,7 +23991,7 @@ input accountSettingsInformation_Input { [accountsettings]: /esign/restapi/Accounts/Accounts/create/#account-settings """ - accountSettings: [nameValue_Input] + accountSettings: [nameValue_Input!] } input ENoteConfigurations_Input { @@ -24036,7 +24036,7 @@ input accountPasswordLockoutDurationMinutes_Input { } input accountPasswordLockoutDurationType_Input { - options: [String] + options: [String!] } input accountPasswordMinimumPasswordAgeDays_Input { @@ -24050,7 +24050,7 @@ input accountMinimumPasswordLength_Input { } input accountPasswordStrengthType_Input { - options: [accountPasswordStrengthTypeOption_Input] + options: [accountPasswordStrengthTypeOption_Input!] } input accountPasswordStrengthTypeOption_Input { @@ -24129,7 +24129,7 @@ input accountSharedAccess_Input { """ A complex type containing the shared access information to an envelope for the users specified in the request. """ - sharedAccess: [memberSharedItems_Input] + sharedAccess: [memberSharedItems_Input!] """Starting position of the current result set.""" startPosition: String """ @@ -24139,9 +24139,9 @@ input accountSharedAccess_Input { } input memberSharedItems_Input { - envelopes: [sharedItem_Input] + envelopes: [sharedItem_Input!] errorDetails: errorDetails_Input - templates: [templateSharedItem_Input] + templates: [templateSharedItem_Input!] user: userInfo_Input } @@ -24157,8 +24157,8 @@ input templateSharedItem_Input { owner: userInfo_Input """When set to **true**, this custom tab is shared.""" shared: String - sharedGroups: [memberGroupSharedItem_Input] - sharedUsers: [userSharedItem_Input] + sharedGroups: [memberGroupSharedItem_Input!] + sharedUsers: [userSharedItem_Input!] """ The unique identifier of the template. If this is not provided, DocuSign will generate a value. """ @@ -24184,7 +24184,7 @@ input signingGroupInformation_Input { """ A collection group objects containing information about the groups returned. """ - groups: [SigningGroups_Input] + groups: [SigningGroups_Input!] } """Signing groups""" @@ -24204,7 +24204,7 @@ input SigningGroups_Input { When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). """ signingGroupId: String - users: [signingGroupUser_Input] + users: [signingGroupUser_Input!] } input signingGroupUser_Input { @@ -24220,7 +24220,7 @@ input signingGroupUser_Input { """Signing groups' users""" input SigningGroupUsers_Input { - users: [signingGroupUser_Input] + users: [signingGroupUser_Input!] } """Custom tabs""" @@ -24321,7 +24321,7 @@ input CustomTabs_Input { """ If the tab is a list, this represents the values that are possible for the tab. """ - items: [String] + items: [String!] """ The UTC DateTime this object was last modified. This is in ISO8601 format. """ @@ -24413,7 +24413,7 @@ input Templates_Input { """Reserved: For DocuSign use only.""" deliveredDateTime: String """Complex element contains the details on the documents in the envelope.""" - documents: [document_Input] + documents: [document_Input!] documentsCombinedUri: String """ Contains a URI for an endpoint that you can use to retrieve the documents. @@ -24572,18 +24572,18 @@ type templateUpdateSummary { """The envelope ID of the envelope status that failed to post.""" envelopeId: String errorDetails: errorDetails - listCustomFieldUpdateResults: [listCustomField] + listCustomFieldUpdateResults: [listCustomField!] lockInformation: EnvelopeLocks - recipientUpdateResults: [recipientUpdateResponse] + recipientUpdateResults: [recipientUpdateResponse!] tabUpdateResults: EnvelopeRecipientTabs - textCustomFieldUpdateResults: [textCustomField] + textCustomFieldUpdateResults: [textCustomField!] } input templateCustomFields_Input { """An array of list custom fields.""" - listCustomFields: [listCustomField_Input] + listCustomFields: [listCustomField_Input!] """An array of text custom fields.""" - textCustomFields: [textCustomField_Input] + textCustomFields: [textCustomField_Input!] } """Template document fields""" @@ -24596,7 +24596,7 @@ input TemplateDocumentFields_Input { *IMPORTANT*: If you are using xml, the name/value pair is contained in a nameValue element. """ - documentFields: [nameValue_Input] + documentFields: [nameValue_Input!] } input templateNotificationRequest_Input { @@ -24613,26 +24613,26 @@ input templateRecipients_Input { """ A complex type defining the management and access rights of a recipient assigned assigned as an agent on the document. """ - agents: [agent_Input] + agents: [agent_Input!] """ A complex type containing information about recipients who should receive a copy of the envelope, but does not need to sign it. """ - carbonCopies: [carbonCopy_Input] + carbonCopies: [carbonCopy_Input!] """ A complex type containing information on a recipient the must receive the completed documents for the envelope to be completed, but the recipient does not need to sign, initial, date, or add information to any of the documents. """ - certifiedDeliveries: [certifiedDelivery_Input] + certifiedDeliveries: [certifiedDelivery_Input!] currentRoutingOrder: String - editors: [editor_Input] + editors: [editor_Input!] errorDetails: errorDetails_Input """ Specifies a signer that is in the same physical location as a DocuSign user who will act as a Signing Host for the transaction. The recipient added is the Signing Host and new separate Signer Name field appears after Sign in person is selected. """ - inPersonSigners: [inPersonSigner_Input] + inPersonSigners: [inPersonSigner_Input!] """ Identifies a recipient that can, but is not required to, add name and email information for recipients at the same or subsequent level in the routing order (until subsequent Agents, Editors or Intermediaries recipient types are added). """ - intermediaries: [intermediary_Input] + intermediaries: [intermediary_Input!] """ The list of recipient event statuses that will trigger Connect to send updates to the url. It can be a two-part list with: @@ -24641,15 +24641,15 @@ input templateRecipients_Input { """ recipientCount: String """A complex type containing information about the Signer recipient.""" - signers: [signer_Input] + signers: [signer_Input!] } type TemplateDocumentVisibility { - documentVisibility: [documentVisibility] + documentVisibility: [documentVisibility!] } input TemplateDocumentVisibility_Input { - documentVisibility: [documentVisibility_Input] + documentVisibility: [documentVisibility_Input!] } input templateTabs_Input { @@ -24661,49 +24661,49 @@ input templateTabs_Input { information is shown on the document for the approval, but it is recorded as a signature in the envelope history. """ - approveTabs: [approve_Input] + approveTabs: [approve_Input!] """ Specifies a tag on the document in a location where the recipient can select an option. """ - checkboxTabs: [checkbox_Input] + checkboxTabs: [checkbox_Input!] """ Specifies a tag on the document where you want the recipient's company name to appear. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. """ - companyTabs: [company_Input] + companyTabs: [company_Input!] """ Specifies a tab on the document where the date the document was signed will automatically appear. """ - dateSignedTabs: [dateSigned_Input] + dateSignedTabs: [dateSigned_Input!] """ Specifies a tab on the document where you want the recipient to enter a date. Date tabs are single-line fields that allow date information to be entered in any format. The tooltip for this tab recommends entering the date as MM/DD/YYYY, but this is not enforced. The format entered by the signer is retained. If you need a particular date format enforced, DocuSign recommends using a Text tab with a Validation Pattern and Validation Message to enforce the format. """ - dateTabs: [date_Input] + dateTabs: [date_Input!] """ Specifies a tag on the document where you want to give the recipient the option of declining an envelope. If the recipient clicks the Decline tag during the signing process, the envelope is voided. """ - declineTabs: [decline_Input] + declineTabs: [decline_Input!] """ Specifies a location on the document where you want where you want the recipient's email, as entered in the recipient information, to display. """ - emailAddressTabs: [emailAddress_Input] + emailAddressTabs: [emailAddress_Input!] """ Specifies a tag on the document where you want the recipient to enter an email. Email tags are single-line fields that accept any characters. The system checks that a valid email format (i.e. xxx@yyy.zzz) is entered in the tag. It uses the same parameters as a Text tab, with the validation message and pattern set for email information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. """ - emailTabs: [email_Input] + emailTabs: [email_Input!] """ Specifies a tag on the document where you want the envelope ID for to appear. Recipients cannot enter or change the information in this tab, it is for informational purposes only. """ - envelopeIdTabs: [envelopeId_Input] + envelopeIdTabs: [envelopeId_Input!] """ Specifies tag on a document where you want the recipient's first name to appear. This tag takes the recipient's name, as entered in the recipient information, splits it into sections based on spaces and uses the first section as the first name. """ - firstNameTabs: [firstName_Input] + firstNameTabs: [firstName_Input!] """ A list of formula tabs. @@ -24730,70 +24730,70 @@ input templateTabs_Input { [calculatedfields]: https://support.docusign.com/en/guides/ndse-user-guide-calculated-fields [paymentguide]: https://support.docusign.com/en/guides/requesting-payments-along-with-signatures """ - formulaTabs: [formulaTab_Input] + formulaTabs: [formulaTab_Input!] """ Specifies a tag on the document where you want the recipient's name to appear. """ - fullNameTabs: [fullName_Input] + fullNameTabs: [fullName_Input!] """ Specifies a tag location in the document at which a recipient will place their initials. The \`optional\` parameter specifies whether the initials are required or optional. """ - initialHereTabs: [initialHere_Input] + initialHereTabs: [initialHere_Input!] """ Specifies a tag on a document where you want the recipient's last name to appear. This tag takes the recipient's name, as entered in the recipient information, splits it into sections based on spaces and uses the last section as the last name. """ - lastNameTabs: [lastName_Input] + lastNameTabs: [lastName_Input!] """ Specify this tag to give your recipient a list of options, presented as a drop-down list, from which they can select. """ - listTabs: [list_Input] + listTabs: [list_Input!] """ Specifies a location on the document where you want to place additional information, in the form of a note, for a recipient. """ - noteTabs: [note_Input] + noteTabs: [note_Input!] """ Specifies a tag on the document where you want the recipient to enter a number. It uses the same parameters as a Text tab, with the validation message and pattern set for number information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. """ - numberTabs: [number_Input] + numberTabs: [number_Input!] """ Specifies a tag on the document in a location where the recipient can select one option from a group of options using a radio button. The radio buttons do not have to be on the same page in a document. """ - radioGroupTabs: [radioGroup_Input] + radioGroupTabs: [radioGroup_Input!] """ A complex type the contains information about the tag that specifies where the recipient places their signature in the document. The "optional" parameter sets if the signature is required or optional. """ - signHereTabs: [signHere_Input] + signHereTabs: [signHere_Input!] """ Specifies a tag on the document when you want the recipient to add supporting documents to an envelope. """ - signerAttachmentTabs: [signerAttachment_Input] + signerAttachmentTabs: [signerAttachment_Input!] """ Specifies a tag on the document where you want the recipient to enter a Social Security Number (SSN). A SSN can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for SSN information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. """ - ssnTabs: [ssn_Input] + ssnTabs: [ssn_Input!] """ Specifies a that that is an adaptable field that allows the recipient to enter different text information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. """ - textTabs: [text_Input] + textTabs: [text_Input!] """ Specifies a tag on the document where you want the recipient's title to appear. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. """ - titleTabs: [title_Input] - viewTabs: [view_Input] + titleTabs: [title_Input!] + viewTabs: [view_Input!] """ Specifies a tag on the document where you want the recipient to enter a ZIP code. The ZIP code can be a five numbers or the ZIP+4 format with nine numbers. The zip code can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for ZIP code information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. """ - zipTabs: [zip_Input] + zipTabs: [zip_Input!] } """Embedding template views""" @@ -24803,7 +24803,7 @@ type TemplateViews { } type newUsersSummary { - newUsers: [newUser] + newUsers: [newUser!] } type newUser { @@ -24825,7 +24825,7 @@ type newUser { } input newUsersDefinition_Input { - newUsers: [Users_Input] + newUsers: [Users_Input!] } input userInformationList_Input { @@ -24847,13 +24847,13 @@ input userInformationList_Input { The total number of items in the search's result set. It will always be greater than or equal to the value of the \`resultSetSize\` field. """ totalSetSize: String - users: [Users_Input] + users: [Users_Input!] } """Cloud storage providers""" input CloudStorageProviders_Input { """An Array containing the storage providers associated with the user.""" - storageProviders: [cloudStorageProvider_Input] + storageProviders: [cloudStorageProvider_Input!] } input cloudStorageProvider_Input { @@ -24877,7 +24877,7 @@ input cloudStorageProvider_Input { """Users' custom settings""" input UserCustomSettings_Input { """The name/value pair information for the user custom setting.""" - customSettings: [nameValue_Input] + customSettings: [nameValue_Input!] } """Users' profiles""" @@ -24888,7 +24888,7 @@ input UserProfiles_Input { Indicates the authentication methods used by the user. """ - authenticationMethods: [authenticationMethod_Input] + authenticationMethods: [authenticationMethod_Input!] """The name of the user's Company.""" companyName: String """ @@ -24952,7 +24952,7 @@ input userSettingsInformation_Input { accountManagementGranular: userAccountManagementGranularInformation_Input senderEmailNotifications: senderEmailNotifications_Input signerEmailNotifications: signerEmailNotifications_Input - userSettings: [nameValue_Input] + userSettings: [nameValue_Input!] } input senderEmailNotifications_Input { @@ -25039,7 +25039,7 @@ input signerEmailNotifications_Input { } input userSignaturesInformation_Input { - userSignatures: [UserSignatures_Input] + userSignatures: [UserSignatures_Input!] } """Users' signatures""" @@ -25207,7 +25207,7 @@ input workspaceUser_Input { """Provides properties that describe the items contained in a workspace.""" input workspaceItemList_Input { - items: [WorkspaceItems_Input] + items: [WorkspaceItems_Input!] } input WorkspaceItems_Input { @@ -25288,7 +25288,7 @@ input userPasswordInformation_Input { type oauthAccess { """Access token information.""" access_token: String - data: [nameValue] + data: [nameValue!] expires_in: String refresh_token: String """Must be set to "api".""" diff --git a/packages/loaders/openapi/tests/__snapshots__/example_api.test.ts.snap b/packages/loaders/openapi/tests/__snapshots__/example_api.test.ts.snap index 5c689819dec9b..d1a212253ddb5 100644 --- a/packages/loaders/openapi/tests/__snapshots__/example_api.test.ts.snap +++ b/packages/loaders/openapi/tests/__snapshots__/example_api.test.ts.snap @@ -25,7 +25,7 @@ type Query { getUsers( """Limit of the number of users to return.""" limit: Int! - ): [user] @httpOperation(subgraph: "example_api", path: "/users", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"limit\\":\\"limit\\"}") + ): [user!] @httpOperation(subgraph: "example_api", path: "/users", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"limit\\":\\"limit\\"}") """Returns a user from the system.""" getUserByUsername( """Identifier of a user.""" @@ -42,11 +42,11 @@ type Query { getUserFriends( """Identifier of a user.""" username: String! - ): [user] @httpOperation(subgraph: "example_api", path: "/users/{args.username}/friends", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [user!] @httpOperation(subgraph: "example_api", path: "/users/{args.username}/friends", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """Returns all company assets""" - getAllAssets(companyId: String!): [query_getAllAssets_items] @httpOperation(subgraph: "example_api", path: "/assets/{args.companyId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + getAllAssets(companyId: String!): [query_getAllAssets_items!] @httpOperation(subgraph: "example_api", path: "/assets/{args.companyId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """Returns information about all employee cars""" - getAllCars: [car] @httpOperation(subgraph: "example_api", path: "/cars", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + getAllCars: [car!] @httpOperation(subgraph: "example_api", path: "/cars", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """Returns the profile of a company with the given ID.""" getCompanyById(id: String!): company @httpOperation(subgraph: "example_api", path: "/companies/{args.id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) @linkResolver(subgraph: "example_api", linkResolverMap: "{\\"ceoUser\\":{\\"linkObjArgs\\":{\\"username\\":\\"{root.$response.body#/ceoUsername}\\"},\\"targetTypeName\\":\\"Query\\",\\"targetFieldName\\":\\"getUserByUsername\\"}}") """Used to test cookies.""" @@ -64,18 +64,18 @@ type Query { """Used to test empty responses""" getBonuses: Void @httpOperation(subgraph: "example_api", path: "/bonuses", httpMethod: GET) """Used to test query parameters with form style and explode""" - returnAllOffices(parameters: queryInput_returnAllOffices_parameters_Input!): [office] @httpOperation(subgraph: "example_api", path: "/offices", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"parameters\\":\\"parameters\\"}", queryStringOptionsByParam: "{\\"parameters\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") + returnAllOffices(parameters: queryInput_returnAllOffices_parameters_Input!): [office!] @httpOperation(subgraph: "example_api", path: "/offices", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"parameters\\":\\"parameters\\"}", queryStringOptionsByParam: "{\\"parameters\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """Return an office.""" getOffice( """Office ID""" id: Int! ): office @httpOperation(subgraph: "example_api", path: "/offices/{args.id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) @linkResolver(subgraph: "example_api", linkResolverMap: "{\\"owner\\":{\\"linkObjArgs\\":{\\"username\\":\\"{root.$response.body#/employeeId}\\"},\\"targetTypeName\\":\\"Query\\",\\"targetFieldName\\":\\"getUserByUsername\\"},\\"company\\":{\\"linkObjArgs\\":{\\"id\\":\\"{root.$response.body#/employerId}\\"},\\"targetTypeName\\":\\"Query\\",\\"targetFieldName\\":\\"getCompanyById\\"}}") """Return a list of papers. Endpoint to test 2XX status code.""" - getPapers: [paper] @httpOperation(subgraph: "example_api", path: "/papers", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + getPapers: [paper!] @httpOperation(subgraph: "example_api", path: "/papers", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """Another endpoint to test unsanitized parameters and data.""" get_product_with_id(product_id: String!, product_tag: String!): product_with_id @httpOperation(subgraph: "example_api", path: "/products/{args.product_id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"product-tag\\":\\"product_tag\\"}") @linkResolver(subgraph: "example_api", linkResolverMap: "{\\"reviews\\":{\\"linkObjArgs\\":{\\"id\\":\\"{root.$request.path.product-id}\\",\\"product_tag\\":\\"{root.$request.query.product-tag}\\"},\\"targetTypeName\\":\\"Query\\",\\"targetFieldName\\":\\"getProductReviews\\"},\\"reviewsWithOperationRef\\":{\\"linkObjArgs\\":{\\"id\\":\\"{root.$request.path.product-id}\\",\\"product_tag\\":\\"{root.$request.query.product-tag}\\"},\\"targetTypeName\\":\\"Query\\",\\"targetFieldName\\":\\"getProductReviews\\"}}") """Obtain reviews for a product.""" - getProductReviews(id: String!, product_tag: String! = "sport"): [query_getProductReviews_items] @httpOperation(subgraph: "example_api", path: "/products/{args.id}/reviews", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"product-tag\\":\\"product_tag\\"}") + getProductReviews(id: String!, product_tag: String! = "sport"): [query_getProductReviews_items!] @httpOperation(subgraph: "example_api", path: "/products/{args.id}/reviews", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"product-tag\\":\\"product_tag\\"}") """An endpoint to test authentication.""" get_patent_with_id(patent_id: String!): patent_with_id @httpOperation(subgraph: "example_api", path: "/patents/{args.patent_id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) @linkResolver(subgraph: "example_api", linkResolverMap: "{\\"inventor\\":{\\"linkObjArgs\\":{\\"username\\":\\"{root.$response.body#/inventorId}\\"},\\"targetTypeName\\":\\"Query\\",\\"targetFieldName\\":\\"getUserByUsername\\"}}") """Another endpoint to test authentication.""" @@ -89,7 +89,7 @@ type Query { """Used to test OAuth token being present in header.""" getSecure: String @httpOperation(subgraph: "example_api", path: "/secure", operationSpecificHeaders: "{\\"accept\\":\\"text/plain\\"}", httpMethod: GET) """Returns the (contents of a) trashcan from a specific office""" - getAllTrashCans: [trashcan] @httpOperation(subgraph: "example_api", path: "/trashcans", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + getAllTrashCans: [trashcan!] @httpOperation(subgraph: "example_api", path: "/trashcans", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """Returns the (contents of a) trashcan from a specific owner""" getOfficeTrashCan( """Identifier of a user.""" @@ -112,13 +112,13 @@ type user { """The identifier of the company a user works for""" employerId: String! """The hobbies of this user""" - hobbies: [String]! + hobbies: [String!]! status: query_getUsers_items_status nomenclature: query_getUsers_items_nomenclature """Allows to fetch the user's employer company.""" employerCompany: company @link(subgraph: "example_api", defaultRootType: "Query", defaultField: "getUserByUsername") """Allows to fetch the user's friends.""" - friends: [user] @link(subgraph: "example_api", defaultRootType: "Query", defaultField: "getUserByUsername") + friends: [user!] @link(subgraph: "example_api", defaultRootType: "Query", defaultField: "getUserByUsername") } """The legal address of a user""" @@ -159,7 +159,7 @@ type company { """The identifier of the user who is CEO of the company""" ceoUsername: String """The offices of a company""" - offices: [address] + offices: [address!] """Allows to fetch the company's CEO user.""" ceoUser: user @link(subgraph: "example_api", defaultRootType: "Query", defaultField: "getCompanyById") } @@ -206,7 +206,7 @@ union query_getAllAssets_items = car | user | trashcan type trashcan { brand: JSON - contents: [JSON] + contents: [JSON!] } enum queryInput_getCookie_cookie_type { @@ -277,9 +277,9 @@ type product_with_id { """A tag associated with the product""" product_tag: String @resolveRootField(subgraph: "example_api", field: "product-tag") """Obtain reviews for a product.""" - reviews: [query_getProductReviews_items] @link(subgraph: "example_api", defaultRootType: "Query", defaultField: "get_product_with_id") + reviews: [query_getProductReviews_items!] @link(subgraph: "example_api", defaultRootType: "Query", defaultField: "get_product_with_id") """Obtain reviews for a product.""" - reviewsWithOperationRef: [query_getProductReviews_items] @link(subgraph: "example_api", defaultRootType: "Query", defaultField: "get_product_with_id") + reviewsWithOperationRef: [query_getProductReviews_items!] @link(subgraph: "example_api", defaultRootType: "Query", defaultField: "get_product_with_id") } type query_getProductReviews_items { @@ -387,7 +387,7 @@ input user_Input { """The identifier of the company a user works for""" employerId: String! """The hobbies of this user""" - hobbies: [String]! + hobbies: [String!]! status: query_getUsers_items_status nomenclature: query_getUsers_items_nomenclature_Input } diff --git a/packages/loaders/openapi/tests/__snapshots__/example_api_combined.test.ts.snap b/packages/loaders/openapi/tests/__snapshots__/example_api_combined.test.ts.snap index 247ae8f3f5a6c..7903af8b6e965 100644 --- a/packages/loaders/openapi/tests/__snapshots__/example_api_combined.test.ts.snap +++ b/packages/loaders/openapi/tests/__snapshots__/example_api_combined.test.ts.snap @@ -13,7 +13,7 @@ directive @transport(subgraph: String, kind: String, location: String, headers: type Query { """Returns information about all employee cars""" - getAllCars: [query_getAllCars_items] @httpOperation(subgraph: "example_api_combined", path: "/cars", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + getAllCars: [query_getAllCars_items!] @httpOperation(subgraph: "example_api_combined", path: "/cars", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) } type query_getAllCars_items { diff --git a/packages/loaders/openapi/tests/__snapshots__/government_social_work.test.ts.snap b/packages/loaders/openapi/tests/__snapshots__/government_social_work.test.ts.snap index b321a7e5053c9..8fd3309ecdb9e 100644 --- a/packages/loaders/openapi/tests/__snapshots__/government_social_work.test.ts.snap +++ b/packages/loaders/openapi/tests/__snapshots__/government_social_work.test.ts.snap @@ -31,7 +31,7 @@ type Query { offset: String! """limit for pagination (e.g. 20 at a time)""" limit: String! - ): [getAssessmentTypes_response] @httpOperation(subgraph: "example_api", path: "/assessment_types", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") + ): [getAssessmentTypes_response!] @httpOperation(subgraph: "example_api", path: "/assessment_types", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") """Gets case details for a given case id""" getCase( """to support API localization""" @@ -44,7 +44,7 @@ type Query { Api_Version: String! = "1.1.0" """Case Id""" caseId: String! - ): [getCase_response] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [getCase_response!] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET) """Gets profile date for the case worker""" getWorkersProfile( """to support API localization""" @@ -61,7 +61,7 @@ type Query { offset: String! """limit for pagination (e.g. 20 at a time)""" limit: String! - ): [getWorkersProfile_response] @httpOperation(subgraph: "example_api", path: "/social_worker/{args.userName}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") + ): [getWorkersProfile_response!] @httpOperation(subgraph: "example_api", path: "/social_worker/{args.userName}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") """Gets All \`Case\` objects for a social worker""" getWorkersCases( """to support API localization""" @@ -78,7 +78,7 @@ type Query { offset: String! """limit for pagination (e.g. 20 at a time)""" limit: String! - ): [getWorkersCases_response] @httpOperation(subgraph: "example_api", path: "/social_worker/{args.userName}/cases", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") + ): [getWorkersCases_response!] @httpOperation(subgraph: "example_api", path: "/social_worker/{args.userName}/cases", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") """Gets the assigned \`Family\` objects for a social worker""" getWorkersFamilies( """to support API localization""" @@ -95,7 +95,7 @@ type Query { offset: String! """limit for pagination (e.g. 20 at a time)""" limit: String! - ): [getWorkersFamilies_response] @httpOperation(subgraph: "example_api", path: "/social_worker/{args.userName}/families", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") + ): [getWorkersFamilies_response!] @httpOperation(subgraph: "example_api", path: "/social_worker/{args.userName}/families", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") """ Gets a specific case visit data for a given case id/case visit id combination """ @@ -112,7 +112,7 @@ type Query { caseId: String! """Visit Id""" visitId: String! - ): [getCaseVisit_response] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/case_visit/{args.visitId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [getCaseVisit_response!] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/case_visit/{args.visitId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET) """Gets a specific family's data""" getFamily( """to support API localization""" @@ -125,7 +125,7 @@ type Query { Api_Version: String! = "1.1.0" """FamilyId to find family data""" familyId: String! - ): [getFamily_response] @httpOperation(subgraph: "example_api", path: "/family/{args.familyId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [getFamily_response!] @httpOperation(subgraph: "example_api", path: "/family/{args.familyId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET) """Gets a specific client data""" getClient( """to support API localization""" @@ -138,7 +138,7 @@ type Query { Api_Version: String! = "1.1.0" """ClientId to find Client""" clientId: String! - ): [getClient_response] @httpOperation(subgraph: "example_api", path: "/client/{args.clientId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [getClient_response!] @httpOperation(subgraph: "example_api", path: "/client/{args.clientId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET) """Gets all persons""" getPersons( """to support API localization""" @@ -153,7 +153,7 @@ type Query { offset: String! """limit for pagination (e.g. 20 at a time)""" limit: String! - ): [getPersons_response] @httpOperation(subgraph: "example_api", path: "/persons", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") + ): [getPersons_response!] @httpOperation(subgraph: "example_api", path: "/persons", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") """ Gets client's contacts - not marked as "Deleted" - with their email/phone information """ @@ -172,7 +172,7 @@ type Query { offset: String! """limit for pagination (e.g. 20 at a time)""" limit: String! - ): [getClientContacts_response] @httpOperation(subgraph: "example_api", path: "/client/{args.clientId}/client_contacts", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") + ): [getClientContacts_response!] @httpOperation(subgraph: "example_api", path: "/client/{args.clientId}/client_contacts", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") """Gets client's schools information""" getClientSchools( """to support API localization""" @@ -189,7 +189,7 @@ type Query { offset: String! """limit for pagination (e.g. 20 at a time)""" limit: String! - ): [getClientSchools_response] @httpOperation(subgraph: "example_api", path: "/client/{args.clientId}/client_schools", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") + ): [getClientSchools_response!] @httpOperation(subgraph: "example_api", path: "/client/{args.clientId}/client_schools", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") """ Gets client's physicians information - not marked as "Deleted" """ @@ -208,7 +208,7 @@ type Query { offset: String! """limit for pagination (e.g. 20 at a time)""" limit: String! - ): [getClientPhysicians_response] @httpOperation(subgraph: "example_api", path: "/client/{args.clientId}/client_physicians", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") + ): [getClientPhysicians_response!] @httpOperation(subgraph: "example_api", path: "/client/{args.clientId}/client_physicians", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") """Gets all experts""" getExperts( """to support API localization""" @@ -223,7 +223,7 @@ type Query { offset: String! """limit for pagination (e.g. 20 at a time)""" limit: String! - ): [getExperts_response] @httpOperation(subgraph: "example_api", path: "/experts", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") + ): [getExperts_response!] @httpOperation(subgraph: "example_api", path: "/experts", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") """ Gets a specific file for a given file id or return all files if no specific file id is given """ @@ -238,7 +238,7 @@ type Query { Api_Version: String! = "1.1.0" """File Id""" fileId: String! - ): [getFile_response] @httpOperation(subgraph: "example_api", path: "/file/{args.fileId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [getFile_response!] @httpOperation(subgraph: "example_api", path: "/file/{args.fileId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET) """Gets a specific file for a given manual id""" getManual( """to support API localization""" @@ -251,7 +251,7 @@ type Query { Api_Version: String! = "1.1.0" """Manual Id""" manualId: String! - ): [getManual_response] @httpOperation(subgraph: "example_api", path: "/manual/{args.manualId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [getManual_response!] @httpOperation(subgraph: "example_api", path: "/manual/{args.manualId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Gets all media files of the mediaType - not marked as "Deleted" """ @@ -266,7 +266,7 @@ type Query { Api_Version: String! = "1.1.0" """Case Id""" caseId: String! - ): [getMedia_response] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/media_files", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [getMedia_response!] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/media_files", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Retrieves past assessments - not marked as "Deleted" - for a case; if a worker id is specified in the query then retrieves only those assessments - not marked as "Deleted" - for this case and for this worked id """ @@ -285,7 +285,7 @@ type Query { offset: String! """limit for pagination (e.g. 20 at a time)""" limit: String! - ): [getCaseAssessments_response] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/case_assessments", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") + ): [getCaseAssessments_response!] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/case_assessments", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") """ This api sends along the case assessment data to the backend analytics engine which sends back recommendations to the app """ @@ -309,8 +309,8 @@ type Query { """limit for pagination (e.g. 20 at a time)""" limit: String! """Assessment data""" - input: [CaseAssessment_Input] - ): [getRecommendations_response] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/caseAssessment/{args.caseAssessmentId}/assessmentType/{args.assessmentTypeId}/recommendations", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") + input: [CaseAssessment_Input!] + ): [getRecommendations_response!] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/caseAssessment/{args.caseAssessmentId}/assessmentType/{args.assessmentTypeId}/recommendations", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") """Retrieves a list of available case note types""" getCaseNoteTypes( """to support API localization""" @@ -327,7 +327,7 @@ type Query { offset: String! """limit for pagination (e.g. 20 at a time)""" limit: String! - ): [getCaseNoteTypes_response] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/case_note_types", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") + ): [getCaseNoteTypes_response!] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/case_note_types", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") """Retrieves past notes - not marked as "Deleted" - for a case""" getCaseNotes( """to support API localization""" @@ -344,7 +344,7 @@ type Query { offset: String! """limit for pagination (e.g. 20 at a time)""" limit: String! - ): [getCaseNotes_response] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/case_notes", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") + ): [getCaseNotes_response!] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/case_notes", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") """ Gets all the client relationships - not marked as "Deleted" - for the given client """ @@ -363,7 +363,7 @@ type Query { offset: String! """limit for pagination (e.g. 20 at a time)""" limit: String! - ): [getRelationships_response] @httpOperation(subgraph: "example_api", path: "/client/{args.clientId}/client_relationships", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") + ): [getRelationships_response!] @httpOperation(subgraph: "example_api", path: "/client/{args.clientId}/client_relationships", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") """Gets all the client relationship types""" getRelationshipTypes( """to support API localization""" @@ -378,7 +378,7 @@ type Query { offset: String! """limit for pagination (e.g. 20 at a time)""" limit: String! - ): [getRelationshipTypes_response] @httpOperation(subgraph: "example_api", path: "/client_relationship_types", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") + ): [getRelationshipTypes_response!] @httpOperation(subgraph: "example_api", path: "/client_relationship_types", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") """Gets all score categories""" getScoreCategories( """to support API localization""" @@ -393,15 +393,15 @@ type Query { offset: String! """limit for pagination (e.g. 20 at a time)""" limit: String! - ): [getScoreCategories_response] @httpOperation(subgraph: "example_api", path: "/score_categories", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") + ): [getScoreCategories_response!] @httpOperation(subgraph: "example_api", path: "/score_categories", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\"}") } union getAssessmentTypes_response @statusCodeTypeName(subgraph: "example_api", statusCode: 200, typeName: "getAssessmentTypes_200_response") @statusCodeTypeName(subgraph: "example_api", statusCode: "default", typeName: "Error") = getAssessmentTypes_200_response | Error type getAssessmentTypes_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [AssessmentTypeMaster] + errors: [Error!] + data: [AssessmentTypeMaster!] pagination: Pagination } @@ -437,7 +437,7 @@ type AssessmentTypeMaster { """Unique Assessment Type Id""" assessmentTypeId: String assessmentTypeDesc: String - factorsTemplate: [AssessmentFactorsTemplate] + factorsTemplate: [AssessmentFactorsTemplate!] } """Assessment Factor Name.""" @@ -445,7 +445,7 @@ type AssessmentFactorsTemplate { """Unique Assessment Factor Id.""" factorId: String factorName: String - factorQuestionsTemplate: [AssessmentFactorQuestionTemplate] + factorQuestionsTemplate: [AssessmentFactorQuestionTemplate!] } """Assessment Factor Questions.""" @@ -481,8 +481,8 @@ union getCase_response @statusCodeTypeName(subgraph: "example_api", statusCode: type getCase_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [Case] + errors: [Error!] + data: [Case!] } """Client Case Narrative.""" @@ -502,14 +502,14 @@ type Case { title: String """Type of Case.""" type: String - visits: [CaseVisit] + visits: [CaseVisit!] """array of assigbed case workers' ids""" - worker: [String] - media: [String] - caseAssessment: [String] + worker: [String!] + media: [String!] + caseAssessment: [String!] """client's id for this case""" client: String - notes: [String] + notes: [String!] } """Date of Client Visit.""" @@ -534,16 +534,16 @@ union getWorkersProfile_response @statusCodeTypeName(subgraph: "example_api", st type getWorkersProfile_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [SocialWorker] + errors: [Error!] + data: [SocialWorker!] pagination: Pagination } """Social Workers Assigned to Clients.""" type SocialWorker { userName: String - case: [Case] - family: [Family] + case: [Case!] + family: [Family!] } """Family data""" @@ -552,7 +552,7 @@ type Family { familyId: String """Family name""" familyName: String - client: [Client] + client: [Client!] } """Client profile data""" @@ -560,13 +560,13 @@ type Client { """Client Unique Id (auto generated)""" clientId: String person: Person - contact: [String] - physician: [String] - school: [String] - case: [Case] + contact: [String!] + physician: [String!] + school: [String!] + case: [Case!] """client's family id""" family: String - participants: [ClientRelationship] + participants: [ClientRelationship!] } """Person profile data""" @@ -687,8 +687,8 @@ union getWorkersCases_response @statusCodeTypeName(subgraph: "example_api", stat type getWorkersCases_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [Case] + errors: [Error!] + data: [Case!] pagination: Pagination } @@ -696,8 +696,8 @@ union getWorkersFamilies_response @statusCodeTypeName(subgraph: "example_api", s type getWorkersFamilies_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [Family] + errors: [Error!] + data: [Family!] pagination: Pagination } @@ -705,32 +705,32 @@ union getCaseVisit_response @statusCodeTypeName(subgraph: "example_api", statusC type getCaseVisit_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [CaseVisit] + errors: [Error!] + data: [CaseVisit!] } union getFamily_response @statusCodeTypeName(subgraph: "example_api", statusCode: 200, typeName: "getFamily_200_response") @statusCodeTypeName(subgraph: "example_api", statusCode: "default", typeName: "Error") = getFamily_200_response | Error type getFamily_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [Family] + errors: [Error!] + data: [Family!] } union getClient_response @statusCodeTypeName(subgraph: "example_api", statusCode: 200, typeName: "getClient_200_response") @statusCodeTypeName(subgraph: "example_api", statusCode: "default", typeName: "Error") = getClient_200_response | Error type getClient_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [Client] + errors: [Error!] + data: [Client!] } union getPersons_response @statusCodeTypeName(subgraph: "example_api", statusCode: 200, typeName: "getPersons_200_response") @statusCodeTypeName(subgraph: "example_api", statusCode: "default", typeName: "Error") = getPersons_200_response | Error type getPersons_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [Person] + errors: [Error!] + data: [Person!] pagination: Pagination } @@ -738,8 +738,8 @@ union getClientContacts_response @statusCodeTypeName(subgraph: "example_api", st type getClientContacts_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [ClientContact] + errors: [Error!] + data: [ClientContact!] pagination: Pagination } @@ -769,8 +769,8 @@ union getClientSchools_response @statusCodeTypeName(subgraph: "example_api", sta type getClientSchools_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [ClientSchool] + errors: [Error!] + data: [ClientSchool!] pagination: Pagination } @@ -796,8 +796,8 @@ union getClientPhysicians_response @statusCodeTypeName(subgraph: "example_api", type getClientPhysicians_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [ClientPhysician] + errors: [Error!] + data: [ClientPhysician!] pagination: Pagination } @@ -826,8 +826,8 @@ union getExperts_response @statusCodeTypeName(subgraph: "example_api", statusCod type getExperts_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [Expert] + errors: [Error!] + data: [Expert!] pagination: Pagination } @@ -855,16 +855,16 @@ union getFile_response @statusCodeTypeName(subgraph: "example_api", statusCode: type getFile_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [File_] + errors: [Error!] + data: [File_!] } union getManual_response @statusCodeTypeName(subgraph: "example_api", statusCode: 200, typeName: "getManual_200_response") @statusCodeTypeName(subgraph: "example_api", statusCode: "default", typeName: "Error") = getManual_200_response | Error type getManual_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [Manual] + errors: [Error!] + data: [Manual!] } """Manual Entity.""" @@ -881,8 +881,8 @@ union getMedia_response @statusCodeTypeName(subgraph: "example_api", statusCode: type getMedia_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [Media] + errors: [Error!] + data: [Media!] } """Media Entity.""" @@ -897,7 +897,7 @@ type Media { file: File_ mediaType: MediaTypeName """tagged client's client id""" - taggedClients: [String] + taggedClients: [String!] } """Status""" @@ -915,8 +915,8 @@ union getCaseAssessments_response @statusCodeTypeName(subgraph: "example_api", s type getCaseAssessments_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [CaseAssessment] + errors: [Error!] + data: [CaseAssessment!] pagination: Pagination } @@ -933,9 +933,9 @@ type CaseAssessment { worker: String """case id""" case: String - assessmentType: [AssessmentType] + assessmentType: [AssessmentType!] """tagged client's client id""" - taggedClients: [String] + taggedClients: [String!] } """Case assesement status""" @@ -949,8 +949,8 @@ type AssessmentType { """Unique Assessment Type Id""" assessmentTypeId: String assessmentTypeDesc: String - factors: [AssessmentFactors] - recommendation: [Recommendation] + factors: [AssessmentFactors!] + recommendation: [Recommendation!] } """Assessment Factor Name.""" @@ -959,7 +959,7 @@ type AssessmentFactors { factorId: String factorName: String riskSCore: String - factorQuestions: [AssessmentFactorQuestion] + factorQuestions: [AssessmentFactorQuestion!] } """Assessment Factor Questions.""" @@ -991,8 +991,8 @@ union getRecommendations_response @statusCodeTypeName(subgraph: "example_api", s type getRecommendations_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [CaseAssessment] + errors: [Error!] + data: [CaseAssessment!] pagination: Pagination } @@ -1009,9 +1009,9 @@ input CaseAssessment_Input { worker: String """case id""" case: String - assessmentType: [AssessmentType_Input] + assessmentType: [AssessmentType_Input!] """tagged client's client id""" - taggedClients: [String] + taggedClients: [String!] } """Assessment Type""" @@ -1019,8 +1019,8 @@ input AssessmentType_Input { """Unique Assessment Type Id""" assessmentTypeId: String assessmentTypeDesc: String - factors: [AssessmentFactors_Input] - recommendation: [Recommendation_Input] + factors: [AssessmentFactors_Input!] + recommendation: [Recommendation_Input!] } """Assessment Factor Name.""" @@ -1029,7 +1029,7 @@ input AssessmentFactors_Input { factorId: String factorName: String riskSCore: String - factorQuestions: [AssessmentFactorQuestion_Input] + factorQuestions: [AssessmentFactorQuestion_Input!] } """Assessment Factor Questions.""" @@ -1055,8 +1055,8 @@ union getCaseNoteTypes_response @statusCodeTypeName(subgraph: "example_api", sta type getCaseNoteTypes_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [NotesType] + errors: [Error!] + data: [NotesType!] pagination: Pagination } @@ -1069,8 +1069,8 @@ union getCaseNotes_response @statusCodeTypeName(subgraph: "example_api", statusC type getCaseNotes_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [Notes] + errors: [Error!] + data: [Notes!] pagination: Pagination } @@ -1080,7 +1080,7 @@ type Notes { date: String note: String """tagged client's client id""" - taggedClients: [String] + taggedClients: [String!] """case id of the case where this notes belongs""" case: String notesType: NotesType @@ -1096,8 +1096,8 @@ union getRelationships_response @statusCodeTypeName(subgraph: "example_api", sta type getRelationships_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [ClientRelationship] + errors: [Error!] + data: [ClientRelationship!] pagination: Pagination } @@ -1105,8 +1105,8 @@ union getRelationshipTypes_response @statusCodeTypeName(subgraph: "example_api", type getRelationshipTypes_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [ClientRelationshipType] + errors: [Error!] + data: [ClientRelationshipType!] pagination: Pagination } @@ -1114,8 +1114,8 @@ union getScoreCategories_response @statusCodeTypeName(subgraph: "example_api", s type getScoreCategories_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] - data: [ScoreCategories] + errors: [Error!] + data: [ScoreCategories!] pagination: Pagination } @@ -1142,8 +1142,8 @@ type Mutation { Api_Version: String! = "1.1.0" """Case Id""" caseId: String! - input: [CaseVisit_Input] - ): [addVisit_response] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/case_visit", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) + input: [CaseVisit_Input!] + ): [addVisit_response!] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/case_visit", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """ Add a new client record to store the person details of a client participant """ @@ -1156,8 +1156,8 @@ type Mutation { User_Agent: String! = "iPad" """1.1.0""" Api_Version: String! = "1.1.0" - input: [Person_Input] - ): [addPerson_response] @httpOperation(subgraph: "example_api", path: "/person", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) + input: [Person_Input!] + ): [addPerson_response!] @httpOperation(subgraph: "example_api", path: "/person", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """Update person data""" updatePerson( """to support API localization""" @@ -1170,8 +1170,8 @@ type Mutation { Api_Version: String! = "1.1.0" """personId to find Person""" personId: String! - input: [Person_Input] - ): [updatePerson_response] @httpOperation(subgraph: "example_api", path: "/person/{args.personId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) + input: [Person_Input!] + ): [updatePerson_response!] @httpOperation(subgraph: "example_api", path: "/person/{args.personId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) """Updates a specific client data""" updateClient( """to support API localization""" @@ -1182,8 +1182,8 @@ type Mutation { User_Agent: String! = "iPad" """1.1.0""" Api_Version: String! = "1.1.0" - input: [Client_Input] - ): [updateClient_response] @httpOperation(subgraph: "example_api", path: "/client", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) + input: [Client_Input!] + ): [updateClient_response!] @httpOperation(subgraph: "example_api", path: "/client", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) """Add a new client relationship with relationshipId=clientId""" addClientRelationship( """to support API localization""" @@ -1196,8 +1196,8 @@ type Mutation { Api_Version: String! = "1.1.0" """ClientId to find Client""" clientId: String! - input: [ClientRelationship_Input] - ): [addClientRelationship_response] @httpOperation(subgraph: "example_api", path: "/client_relationship/{args.clientId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) + input: [ClientRelationship_Input!] + ): [addClientRelationship_response!] @httpOperation(subgraph: "example_api", path: "/client_relationship/{args.clientId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """Sets a specific client relationship as "deleted" or do other updates""" deleteClientRelationship( """to support API localization""" @@ -1208,8 +1208,8 @@ type Mutation { User_Agent: String! = "iPad" """1.1.0""" Api_Version: String! = "1.1.0" - input: [ClientRelationship_Input] - ): [deleteClientRelationship_response] @httpOperation(subgraph: "example_api", path: "/client_relationship", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) + input: [ClientRelationship_Input!] + ): [deleteClientRelationship_response!] @httpOperation(subgraph: "example_api", path: "/client_relationship", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) """Add a new client contact with phone/email for a client id""" addClientContact( """to support API localization""" @@ -1220,8 +1220,8 @@ type Mutation { User_Agent: String! = "iPad" """1.1.0""" Api_Version: String! = "1.1.0" - input: [ClientContact_Input] - ): [addClientContact_response] @httpOperation(subgraph: "example_api", path: "/client_contact", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) + input: [ClientContact_Input!] + ): [addClientContact_response!] @httpOperation(subgraph: "example_api", path: "/client_contact", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """Update/delete client contact for a client id""" updateClientContact( """to support API localization""" @@ -1234,8 +1234,8 @@ type Mutation { Api_Version: String! = "1.1.0" """Client's contact's id""" contactId: String! - input: [ClientContact_Input] - ): [updateClientContact_response] @httpOperation(subgraph: "example_api", path: "/client_contact/{args.contactId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) + input: [ClientContact_Input!] + ): [updateClientContact_response!] @httpOperation(subgraph: "example_api", path: "/client_contact/{args.contactId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) """Add a new client school detail for a client id""" addClientSchool( """to support API localization""" @@ -1246,8 +1246,8 @@ type Mutation { User_Agent: String! = "iPad" """1.1.0""" Api_Version: String! = "1.1.0" - input: [ClientSchool_Input] - ): [addClientSchool_response] @httpOperation(subgraph: "example_api", path: "/client_school", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) + input: [ClientSchool_Input!] + ): [addClientSchool_response!] @httpOperation(subgraph: "example_api", path: "/client_school", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """Update/delete client school""" updateClientSchool( """to support API localization""" @@ -1260,8 +1260,8 @@ type Mutation { Api_Version: String! = "1.1.0" """Client's school's id""" schoolId: String! - input: [ClientSchool_Input] - ): [updateClientSchool_response] @httpOperation(subgraph: "example_api", path: "/client_school/{args.schoolId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) + input: [ClientSchool_Input!] + ): [updateClientSchool_response!] @httpOperation(subgraph: "example_api", path: "/client_school/{args.schoolId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) """Add a new client physician for a client id""" addClientPhysician( """to support API localization""" @@ -1273,8 +1273,8 @@ type Mutation { """1.1.0""" Api_Version: String! = "1.1.0" """Physician data""" - input: [ClientPhysician_Input] - ): [addClientPhysician_response] @httpOperation(subgraph: "example_api", path: "/client_physician", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) + input: [ClientPhysician_Input!] + ): [addClientPhysician_response!] @httpOperation(subgraph: "example_api", path: "/client_physician", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """Update/delete client physician for a client id""" updateClientPhysician( """to support API localization""" @@ -1288,8 +1288,8 @@ type Mutation { """Client's physician's id""" physicianId: String! """Physician data""" - input: [ClientPhysician_Input] - ): [updateClientPhysician_response] @httpOperation(subgraph: "example_api", path: "/client_physician/{args.physicianId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) + input: [ClientPhysician_Input!] + ): [updateClientPhysician_response!] @httpOperation(subgraph: "example_api", path: "/client_physician/{args.physicianId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) """ Gets a specific file for a given file id or return all files if no specific file id is given """ @@ -1305,8 +1305,8 @@ type Mutation { """File Id""" fileId: String! """File content""" - input: [File_Input] - ): [updateFile_response] @httpOperation(subgraph: "example_api", path: "/file/{args.fileId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) + input: [File_Input!] + ): [updateFile_response!] @httpOperation(subgraph: "example_api", path: "/file/{args.fileId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) """ Gets a specific file for a given file id or return all files if no specific file id is given """ @@ -1320,8 +1320,8 @@ type Mutation { """1.1.0""" Api_Version: String! = "1.1.0" """File content""" - input: [File_Input] - ): [putFile_response] @httpOperation(subgraph: "example_api", path: "/file", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) + input: [File_Input!] + ): [putFile_response!] @httpOperation(subgraph: "example_api", path: "/file", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """Adds a new Media file to a case [video, audio, picture, etc]""" addMedia( """to support API localization""" @@ -1334,8 +1334,8 @@ type Mutation { Api_Version: String! = "1.1.0" """Case Id""" caseId: String! - input: [Media_Input] - ): [addMedia_response] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/media_file", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) + input: [Media_Input!] + ): [addMedia_response!] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/media_file", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """ Sets a specific assessment for a case as "deleted" or update tagged participants """ @@ -1352,8 +1352,8 @@ type Mutation { caseId: String! """Media Id""" mediaId: String! - input: [Media_Input] - ): [deleteMedia_response] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/media/{args.mediaId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) + input: [Media_Input!] + ): [deleteMedia_response!] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/media/{args.mediaId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) """Adds a case notes record for a case""" addCaseNotes( """to support API localization""" @@ -1366,8 +1366,8 @@ type Mutation { Api_Version: String! = "1.1.0" """Case Id""" caseId: String! - input: [Notes_Input] - ): [addCaseNotes_response] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/case_note", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) + input: [Notes_Input!] + ): [addCaseNotes_response!] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/case_note", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """Sets a specific case note as "deleted" or update tagged participants""" deleteCaseNote( """to support API localization""" @@ -1382,8 +1382,8 @@ type Mutation { caseId: String! """Case Note Id""" noteId: String! - input: [Notes_Input] - ): [deleteCaseNote_response] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/case_note/{args.noteId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) + input: [Notes_Input!] + ): [deleteCaseNote_response!] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/case_note/{args.noteId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) """ Adds a new assessment record for a case - along with recommedndations elected by the user """ @@ -1399,8 +1399,8 @@ type Mutation { """Case Id""" caseId: String! """Assessment data""" - input: [CaseAssessment_Input] - ): [addCaseAssessment_response] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/case_assessment", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) + input: [CaseAssessment_Input!] + ): [addCaseAssessment_response!] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/case_assessment", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """ Sets a specific assessment for a case as "deleted" """ @@ -1418,15 +1418,15 @@ type Mutation { """Case Assessment Id""" caseAssessmentId: String! """Assessment data""" - input: [CaseAssessment_Input] - ): [deleteCaseAssessment_response] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/case_assessment/{args.caseAssessmentId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) + input: [CaseAssessment_Input!] + ): [deleteCaseAssessment_response!] @httpOperation(subgraph: "example_api", path: "/case/{args.caseId}/case_assessment/{args.caseAssessmentId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"User-Agent\\":\\"{args.User_Agent:iPad}\\",\\"Api-Version\\":\\"{args.Api_Version:1.1.0}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) } union addVisit_response @statusCodeTypeName(subgraph: "example_api", statusCode: 200, typeName: "addVisit_200_response") @statusCodeTypeName(subgraph: "example_api", statusCode: "default", typeName: "Error") = addVisit_200_response | Error type addVisit_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] + errors: [Error!] data: CaseVisit } @@ -1452,7 +1452,7 @@ union addPerson_response @statusCodeTypeName(subgraph: "example_api", statusCode type addPerson_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] + errors: [Error!] data: Person } @@ -1524,7 +1524,7 @@ union updatePerson_response @statusCodeTypeName(subgraph: "example_api", statusC type updatePerson_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] + errors: [Error!] """Success""" data: Boolean } @@ -1533,7 +1533,7 @@ union updateClient_response @statusCodeTypeName(subgraph: "example_api", statusC type updateClient_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] + errors: [Error!] """Update Success""" data: Boolean } @@ -1543,13 +1543,13 @@ input Client_Input { """Client Unique Id (auto generated)""" clientId: String person: Person_Input - contact: [String] - physician: [String] - school: [String] - case: [Case_Input] + contact: [String!] + physician: [String!] + school: [String!] + case: [Case_Input!] """client's family id""" family: String - participants: [ClientRelationship_Input] + participants: [ClientRelationship_Input!] } """Client Case Narrative.""" @@ -1569,14 +1569,14 @@ input Case_Input { title: String """Type of Case.""" type: String - visits: [CaseVisit_Input] + visits: [CaseVisit_Input!] """array of assigbed case workers' ids""" - worker: [String] - media: [String] - caseAssessment: [String] + worker: [String!] + media: [String!] + caseAssessment: [String!] """client's id for this case""" client: String - notes: [String] + notes: [String!] } """Client relationship data""" @@ -1615,7 +1615,7 @@ union addClientRelationship_response @statusCodeTypeName(subgraph: "example_api" type addClientRelationship_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] + errors: [Error!] data: ClientRelationship } @@ -1623,7 +1623,7 @@ union deleteClientRelationship_response @statusCodeTypeName(subgraph: "example_a type deleteClientRelationship_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] + errors: [Error!] """Delete Success""" data: Boolean } @@ -1632,7 +1632,7 @@ union addClientContact_response @statusCodeTypeName(subgraph: "example_api", sta type addClientContact_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] + errors: [Error!] data: ClientContact } @@ -1650,7 +1650,7 @@ union updateClientContact_response @statusCodeTypeName(subgraph: "example_api", type updateClientContact_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] + errors: [Error!] """Client contact update successful""" data: Boolean } @@ -1659,7 +1659,7 @@ union addClientSchool_response @statusCodeTypeName(subgraph: "example_api", stat type addClientSchool_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] + errors: [Error!] data: ClientSchool } @@ -1679,7 +1679,7 @@ union updateClientSchool_response @statusCodeTypeName(subgraph: "example_api", s type updateClientSchool_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] + errors: [Error!] """Client school update successful""" data: Boolean } @@ -1688,7 +1688,7 @@ union addClientPhysician_response @statusCodeTypeName(subgraph: "example_api", s type addClientPhysician_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] + errors: [Error!] data: ClientPhysician } @@ -1711,7 +1711,7 @@ union updateClientPhysician_response @statusCodeTypeName(subgraph: "example_api" type updateClientPhysician_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] + errors: [Error!] """Client physician update successful""" data: Boolean } @@ -1720,7 +1720,7 @@ union updateFile_response @statusCodeTypeName(subgraph: "example_api", statusCod type updateFile_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] + errors: [Error!] data: File_ } @@ -1728,7 +1728,7 @@ union putFile_response @statusCodeTypeName(subgraph: "example_api", statusCode: type putFile_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] + errors: [Error!] data: File_ } @@ -1736,7 +1736,7 @@ union addMedia_response @statusCodeTypeName(subgraph: "example_api", statusCode: type addMedia_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] + errors: [Error!] data: Media } @@ -1752,7 +1752,7 @@ input Media_Input { file: File_Input mediaType: MediaTypeName_Input """tagged client's client id""" - taggedClients: [String] + taggedClients: [String!] } input MediaTypeName_Input { @@ -1764,7 +1764,7 @@ union deleteMedia_response @statusCodeTypeName(subgraph: "example_api", statusCo type deleteMedia_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] + errors: [Error!] """Delete Success""" data: Boolean } @@ -1773,7 +1773,7 @@ union addCaseNotes_response @statusCodeTypeName(subgraph: "example_api", statusC type addCaseNotes_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] + errors: [Error!] data: Notes } @@ -1783,7 +1783,7 @@ input Notes_Input { date: String note: String """tagged client's client id""" - taggedClients: [String] + taggedClients: [String!] """case id of the case where this notes belongs""" case: String notesType: NotesType_Input @@ -1798,7 +1798,7 @@ union deleteCaseNote_response @statusCodeTypeName(subgraph: "example_api", statu type deleteCaseNote_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] + errors: [Error!] """Delete Success""" data: Boolean } @@ -1807,7 +1807,7 @@ union addCaseAssessment_response @statusCodeTypeName(subgraph: "example_api", st type addCaseAssessment_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] + errors: [Error!] data: CaseAssessment } @@ -1815,7 +1815,7 @@ union deleteCaseAssessment_response @statusCodeTypeName(subgraph: "example_api", type deleteCaseAssessment_200_response { """may return NO_RESULTS_FOUND for this user and search query""" - errors: [Error] + errors: [Error!] """Delete Success""" data: Boolean } diff --git a/packages/loaders/openapi/tests/__snapshots__/looker.test.ts.snap b/packages/loaders/openapi/tests/__snapshots__/looker.test.ts.snap index cf184a32ea1c1..e8631de8105ca 100644 --- a/packages/loaders/openapi/tests/__snapshots__/looker.test.ts.snap +++ b/packages/loaders/openapi/tests/__snapshots__/looker.test.ts.snap @@ -35,7 +35,7 @@ type Query { """ query_task_multi_results( """List of Query Task IDs""" - query_task_ids: [String]! + query_task_ids: [String!]! ): JSON @httpOperation(subgraph: "test", path: "/query_tasks/multi_results", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"query_task_ids\\":\\"query_task_ids\\"}", queryStringOptionsByParam: "{\\"query_task_ids\\":{\\"arrayFormat\\":\\"comma\\"}}") """ ### Get Query Task details @@ -298,7 +298,7 @@ type Query { last_run_end: String """(Admin only) (Optional) Filter for all owners.""" all_owners: Boolean - ): [Alert] @httpOperation(subgraph: "test", path: "/alerts/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"group_by\\":\\"group_by\\",\\"fields\\":\\"fields\\",\\"disabled\\":\\"disabled\\",\\"frequency\\":\\"frequency\\",\\"condition_met\\":\\"condition_met\\",\\"last_run_start\\":\\"last_run_start\\",\\"last_run_end\\":\\"last_run_end\\",\\"all_owners\\":\\"all_owners\\"}") + ): [Alert!] @httpOperation(subgraph: "test", path: "/alerts/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"group_by\\":\\"group_by\\",\\"fields\\":\\"fields\\",\\"disabled\\":\\"disabled\\",\\"frequency\\":\\"frequency\\",\\"condition_met\\":\\"condition_met\\",\\"last_run_start\\":\\"last_run_start\\",\\"last_run_end\\":\\"last_run_end\\",\\"all_owners\\":\\"all_owners\\"}") """ ### Get an alert by a given alert ID @@ -320,7 +320,7 @@ type Query { (Optional) Number of results to skip before returning any (used with \`limit\`). """ offset: BigInt - ): [AlertNotifications] @httpOperation(subgraph: "test", path: "/alert_notifications", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\"}") + ): [AlertNotifications!] @httpOperation(subgraph: "test", path: "/alert_notifications", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\"}") """ Get the maximum configured size of the entire artifact store, and the currently used storage in bytes. @@ -350,7 +350,7 @@ type Query { limit: BigInt """Number of results to skip before returning any. (used with limit)""" offset: BigInt - ): [ArtifactNamespace] @httpOperation(subgraph: "test", path: "/artifact/namespaces", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\"}") + ): [ArtifactNamespace!] @httpOperation(subgraph: "test", path: "/artifact/namespaces", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\"}") """ ### Return the value of an artifact @@ -408,7 +408,7 @@ type Query { limit: BigInt """Number of results to skip before returning any. (used with limit)""" offset: BigInt - ): [Artifact] @httpOperation(subgraph: "test", path: "/artifact/{args.namespace}/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"key\\":\\"key\\",\\"user_ids\\":\\"user_ids\\",\\"min_size\\":\\"min_size\\",\\"max_size\\":\\"max_size\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\"}") + ): [Artifact!] @httpOperation(subgraph: "test", path: "/artifact/{args.namespace}/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"key\\":\\"key\\",\\"user_ids\\":\\"user_ids\\",\\"min_size\\":\\"min_size\\",\\"max_size\\":\\"max_size\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\"}") """ ### Get one or more artifacts @@ -431,7 +431,7 @@ type Query { limit: BigInt """Number of results to skip before returning any. (used with limit)""" offset: BigInt - ): [Artifact] @httpOperation(subgraph: "test", path: "/artifact/{args.namespace}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"key\\":\\"key\\",\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\"}") + ): [Artifact!] @httpOperation(subgraph: "test", path: "/artifact/{args.namespace}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"key\\":\\"key\\",\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\"}") """ Get the current Cloud Storage Configuration. @@ -452,7 +452,7 @@ type Query { all_color_collections( """Requested fields.""" fields: String - ): [ColorCollection] @httpOperation(subgraph: "test", path: "/color_collections", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [ColorCollection!] @httpOperation(subgraph: "test", path: "/color_collections", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Get an array of all existing **Custom** Color Collections Get a **single** color collection by id with [ColorCollection](#!/ColorCollection/color_collection) @@ -466,7 +466,7 @@ type Query { color_collections_custom( """Requested fields.""" fields: String - ): [ColorCollection] @httpOperation(subgraph: "test", path: "/color_collections/custom", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [ColorCollection!] @httpOperation(subgraph: "test", path: "/color_collections/custom", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Get an array of all existing **Standard** Color Collections Get a **single** color collection by id with [ColorCollection](#!/ColorCollection/color_collection) @@ -480,7 +480,7 @@ type Query { color_collections_standard( """Requested fields.""" fields: String - ): [ColorCollection] @httpOperation(subgraph: "test", path: "/color_collections/standard", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [ColorCollection!] @httpOperation(subgraph: "test", path: "/color_collections/standard", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Get the default color collection @@ -569,7 +569,7 @@ type Query { fields: String """Combine given search criteria in a boolean OR expression""" filter_or: Boolean - ): [ContentFavorite] @httpOperation(subgraph: "test", path: "/content_favorite/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"id\\":\\"id\\",\\"user_id\\":\\"user_id\\",\\"content_metadata_id\\":\\"content_metadata_id\\",\\"dashboard_id\\":\\"dashboard_id\\",\\"look_id\\":\\"look_id\\",\\"board_id\\":\\"board_id\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"fields\\":\\"fields\\",\\"filter_or\\":\\"filter_or\\"}") + ): [ContentFavorite!] @httpOperation(subgraph: "test", path: "/content_favorite/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"id\\":\\"id\\",\\"user_id\\":\\"user_id\\",\\"content_metadata_id\\":\\"content_metadata_id\\",\\"dashboard_id\\":\\"dashboard_id\\",\\"look_id\\":\\"look_id\\",\\"board_id\\":\\"board_id\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"fields\\":\\"fields\\",\\"filter_or\\":\\"filter_or\\"}") """### Get favorite content by its id""" content_favorite( """Id of favorite content""" @@ -586,7 +586,7 @@ type Query { parent_id: String! """Requested fields.""" fields: String - ): [ContentMeta] @httpOperation(subgraph: "test", path: "/content_metadata", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"parent_id\\":\\"parent_id\\",\\"fields\\":\\"fields\\"}") + ): [ContentMeta!] @httpOperation(subgraph: "test", path: "/content_metadata", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"parent_id\\":\\"parent_id\\",\\"fields\\":\\"fields\\"}") """ ### Get information about an individual content metadata record. @@ -606,7 +606,7 @@ type Query { content_metadata_id: String! """Requested fields.""" fields: String - ): [ContentMetaGroupUser] @httpOperation(subgraph: "test", path: "/content_metadata_access", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"content_metadata_id\\":\\"content_metadata_id\\",\\"fields\\":\\"fields\\"}") + ): [ContentMetaGroupUser!] @httpOperation(subgraph: "test", path: "/content_metadata_access", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"content_metadata_id\\":\\"content_metadata_id\\",\\"fields\\":\\"fields\\"}") """ ### Search across looks, dashboards, and lookml dashboards. The terms field will be matched against the title and description of the content and the closest results are returned. Content that has been frequently @@ -638,7 +638,7 @@ type Query { page: BigInt """Results per page.""" per_page: BigInt - ): [ContentSearch] @httpOperation(subgraph: "test", path: "/content/{args.terms}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"types\\":\\"types\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\"}") + ): [ContentSearch!] @httpOperation(subgraph: "test", path: "/content/{args.terms}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"types\\":\\"types\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\"}") """ ### Get an image representing the contents of a dashboard or look. @@ -732,7 +732,7 @@ type Query { sorts: String """Combine given search criteria in a boolean OR expression""" filter_or: Boolean - ): [ContentView] @httpOperation(subgraph: "test", path: "/content_view/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"view_count\\":\\"view_count\\",\\"group_id\\":\\"group_id\\",\\"look_id\\":\\"look_id\\",\\"dashboard_id\\":\\"dashboard_id\\",\\"content_metadata_id\\":\\"content_metadata_id\\",\\"start_of_week_date\\":\\"start_of_week_date\\",\\"all_time\\":\\"all_time\\",\\"user_id\\":\\"user_id\\",\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"filter_or\\":\\"filter_or\\"}") + ): [ContentView!] @httpOperation(subgraph: "test", path: "/content_view/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"view_count\\":\\"view_count\\",\\"group_id\\":\\"group_id\\",\\"look_id\\":\\"look_id\\",\\"dashboard_id\\":\\"dashboard_id\\",\\"content_metadata_id\\":\\"content_metadata_id\\",\\"start_of_week_date\\":\\"start_of_week_date\\",\\"all_time\\":\\"all_time\\",\\"user_id\\":\\"user_id\\",\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"filter_or\\":\\"filter_or\\"}") """ ### Search email credentials @@ -780,7 +780,7 @@ type Query { emails: String """Combine given search criteria in a boolean OR expression.""" filter_or: Boolean - ): [CredentialsEmailSearch] @httpOperation(subgraph: "test", path: "/credentials_email/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"id\\":\\"id\\",\\"email\\":\\"email\\",\\"emails\\":\\"emails\\",\\"filter_or\\":\\"filter_or\\"}") + ): [CredentialsEmailSearch!] @httpOperation(subgraph: "test", path: "/credentials_email/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"id\\":\\"id\\",\\"email\\":\\"email\\",\\"emails\\":\\"emails\\",\\"filter_or\\":\\"filter_or\\"}") """ ### Get the current status and content of custom welcome emails @@ -799,7 +799,7 @@ type Query { all_dashboards( """Requested fields.""" fields: String - ): [DashboardBase] @httpOperation(subgraph: "test", path: "/dashboards", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [DashboardBase!] @httpOperation(subgraph: "test", path: "/dashboards", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Search Dashboards @@ -882,7 +882,7 @@ type Query { sorts: String """Combine given search criteria in a boolean OR expression""" filter_or: Boolean - ): [Dashboard] @httpOperation(subgraph: "test", path: "/dashboards/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"id\\":\\"id\\",\\"slug\\":\\"slug\\",\\"title\\":\\"title\\",\\"description\\":\\"description\\",\\"content_favorite_id\\":\\"content_favorite_id\\",\\"folder_id\\":\\"folder_id\\",\\"deleted\\":\\"deleted\\",\\"user_id\\":\\"user_id\\",\\"view_count\\":\\"view_count\\",\\"content_metadata_id\\":\\"content_metadata_id\\",\\"curate\\":\\"curate\\",\\"last_viewed_at\\":\\"last_viewed_at\\",\\"fields\\":\\"fields\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"filter_or\\":\\"filter_or\\"}") + ): [Dashboard!] @httpOperation(subgraph: "test", path: "/dashboards/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"id\\":\\"id\\",\\"slug\\":\\"slug\\",\\"title\\":\\"title\\",\\"description\\":\\"description\\",\\"content_favorite_id\\":\\"content_favorite_id\\",\\"folder_id\\":\\"folder_id\\",\\"deleted\\":\\"deleted\\",\\"user_id\\":\\"user_id\\",\\"view_count\\":\\"view_count\\",\\"content_metadata_id\\":\\"content_metadata_id\\",\\"curate\\":\\"curate\\",\\"last_viewed_at\\":\\"last_viewed_at\\",\\"fields\\":\\"fields\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"filter_or\\":\\"filter_or\\"}") """ ### Get information about a dashboard @@ -966,7 +966,7 @@ type Query { Fields to sort by. Sortable fields: [:look_id, :dashboard_id, :deleted, :title] """ sorts: String - ): [DashboardElement] @httpOperation(subgraph: "test", path: "/dashboard_elements/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"dashboard_id\\":\\"dashboard_id\\",\\"look_id\\":\\"look_id\\",\\"title\\":\\"title\\",\\"deleted\\":\\"deleted\\",\\"fields\\":\\"fields\\",\\"filter_or\\":\\"filter_or\\",\\"sorts\\":\\"sorts\\"}") + ): [DashboardElement!] @httpOperation(subgraph: "test", path: "/dashboard_elements/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"dashboard_id\\":\\"dashboard_id\\",\\"look_id\\":\\"look_id\\",\\"title\\":\\"title\\",\\"deleted\\":\\"deleted\\",\\"fields\\":\\"fields\\",\\"filter_or\\":\\"filter_or\\",\\"sorts\\":\\"sorts\\"}") """### Get information about the dashboard element with a specific id.""" dashboard_element( """Id of dashboard element""" @@ -982,7 +982,7 @@ type Query { dashboard_id: String! """Requested fields.""" fields: String - ): [DashboardElement] @httpOperation(subgraph: "test", path: "/dashboards/{args.dashboard_id}/dashboard_elements", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [DashboardElement!] @httpOperation(subgraph: "test", path: "/dashboards/{args.dashboard_id}/dashboard_elements", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """### Get information about the dashboard filters with a specific id.""" dashboard_filter( """Id of dashboard filters""" @@ -998,7 +998,7 @@ type Query { dashboard_id: String! """Requested fields.""" fields: String - ): [DashboardFilter] @httpOperation(subgraph: "test", path: "/dashboards/{args.dashboard_id}/dashboard_filters", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [DashboardFilter!] @httpOperation(subgraph: "test", path: "/dashboards/{args.dashboard_id}/dashboard_filters", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """### Get information about the dashboard elements with a specific id.""" dashboard_layout_component( """Id of dashboard layout component""" @@ -1014,7 +1014,7 @@ type Query { dashboard_layout_id: String! """Requested fields.""" fields: String - ): [DashboardLayoutComponent] @httpOperation(subgraph: "test", path: "/dashboard_layouts/{args.dashboard_layout_id}/dashboard_layout_components", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [DashboardLayoutComponent!] @httpOperation(subgraph: "test", path: "/dashboard_layouts/{args.dashboard_layout_id}/dashboard_layout_components", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """### Get information about the dashboard layouts with a specific id.""" dashboard_layout( """Id of dashboard layouts""" @@ -1030,12 +1030,12 @@ type Query { dashboard_id: String! """Requested fields.""" fields: String - ): [DashboardLayout] @httpOperation(subgraph: "test", path: "/dashboards/{args.dashboard_id}/dashboard_layouts", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [DashboardLayout!] @httpOperation(subgraph: "test", path: "/dashboards/{args.dashboard_id}/dashboard_layouts", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Get information about all datagroups. """ - all_datagroups: [Datagroup] @httpOperation(subgraph: "test", path: "/datagroups", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + all_datagroups: [Datagroup!] @httpOperation(subgraph: "test", path: "/datagroups", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ ### Get information about a datagroup. @@ -1051,7 +1051,7 @@ type Query { all_connections( """Requested fields.""" fields: String - ): [DBConnection] @httpOperation(subgraph: "test", path: "/connections", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [DBConnection!] @httpOperation(subgraph: "test", path: "/connections", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Get information about a connection. @@ -1128,7 +1128,7 @@ type Query { all_dialect_infos( """Requested fields.""" fields: String - ): [DialectInfo] @httpOperation(subgraph: "test", path: "/dialect_info", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [DialectInfo!] @httpOperation(subgraph: "test", path: "/dialect_info", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Retrieve the value for whether or not digest emails is enabled @@ -1154,7 +1154,7 @@ type Query { name: String """Application Client ID""" client_id: String - ): [ExternalOauthApplication] @httpOperation(subgraph: "test", path: "/external_oauth_applications", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"name\\":\\"name\\",\\"client_id\\":\\"client_id\\"}") + ): [ExternalOauthApplication!] @httpOperation(subgraph: "test", path: "/external_oauth_applications", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"name\\":\\"name\\",\\"client_id\\":\\"client_id\\"}") """ ### Get All Git Branches @@ -1164,7 +1164,7 @@ type Query { all_git_branches( """Project Id""" project_id: String! - ): [GitBranch] @httpOperation(subgraph: "test", path: "/projects/{args.project_id}/git_branches", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [GitBranch!] @httpOperation(subgraph: "test", path: "/projects/{args.project_id}/git_branches", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ ### Get the Current Git Branch @@ -1213,12 +1213,12 @@ type Query { """Fields to sort by.""" sorts: String """Optional of ids to get specific groups.""" - ids: [String] + ids: [String!] """Id of content metadata to which groups must have access.""" content_metadata_id: String """Select only groups that either can/cannot be given access to content.""" can_add_to_content_metadata: Boolean - ): [Group] @httpOperation(subgraph: "test", path: "/groups", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"ids\\":\\"ids\\",\\"content_metadata_id\\":\\"content_metadata_id\\",\\"can_add_to_content_metadata\\":\\"can_add_to_content_metadata\\"}", queryStringOptionsByParam: "{\\"ids\\":{\\"arrayFormat\\":\\"comma\\"}}") + ): [Group!] @httpOperation(subgraph: "test", path: "/groups", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"ids\\":\\"ids\\",\\"content_metadata_id\\":\\"content_metadata_id\\",\\"can_add_to_content_metadata\\":\\"can_add_to_content_metadata\\"}", queryStringOptionsByParam: "{\\"ids\\":{\\"arrayFormat\\":\\"comma\\"}}") """ ### Search groups @@ -1268,7 +1268,7 @@ type Query { externally_managed: Boolean """Match group externally_orphaned.""" externally_orphaned: Boolean - ): [Group] @httpOperation(subgraph: "test", path: "/groups/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"filter_or\\":\\"filter_or\\",\\"id\\":\\"id\\",\\"name\\":\\"name\\",\\"external_group_id\\":\\"external_group_id\\",\\"externally_managed\\":\\"externally_managed\\",\\"externally_orphaned\\":\\"externally_orphaned\\"}") + ): [Group!] @httpOperation(subgraph: "test", path: "/groups/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"filter_or\\":\\"filter_or\\",\\"id\\":\\"id\\",\\"name\\":\\"name\\",\\"external_group_id\\":\\"external_group_id\\",\\"externally_managed\\":\\"externally_managed\\",\\"externally_orphaned\\":\\"externally_orphaned\\"}") """ ### Search groups include roles @@ -1318,7 +1318,7 @@ type Query { externally_managed: Boolean """Match group externally_orphaned.""" externally_orphaned: Boolean - ): [GroupSearch] @httpOperation(subgraph: "test", path: "/groups/search/with_roles", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"filter_or\\":\\"filter_or\\",\\"id\\":\\"id\\",\\"name\\":\\"name\\",\\"external_group_id\\":\\"external_group_id\\",\\"externally_managed\\":\\"externally_managed\\",\\"externally_orphaned\\":\\"externally_orphaned\\"}") + ): [GroupSearch!] @httpOperation(subgraph: "test", path: "/groups/search/with_roles", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"filter_or\\":\\"filter_or\\",\\"id\\":\\"id\\",\\"name\\":\\"name\\",\\"external_group_id\\":\\"external_group_id\\",\\"externally_managed\\":\\"externally_managed\\",\\"externally_orphaned\\":\\"externally_orphaned\\"}") """ ### Search groups include hierarchy @@ -1369,7 +1369,7 @@ type Query { externally_managed: Boolean """Match group externally_orphaned.""" externally_orphaned: Boolean - ): [GroupHierarchy] @httpOperation(subgraph: "test", path: "/groups/search/with_hierarchy", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"filter_or\\":\\"filter_or\\",\\"id\\":\\"id\\",\\"name\\":\\"name\\",\\"external_group_id\\":\\"external_group_id\\",\\"externally_managed\\":\\"externally_managed\\",\\"externally_orphaned\\":\\"externally_orphaned\\"}") + ): [GroupHierarchy!] @httpOperation(subgraph: "test", path: "/groups/search/with_hierarchy", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"filter_or\\":\\"filter_or\\",\\"id\\":\\"id\\",\\"name\\":\\"name\\",\\"external_group_id\\":\\"external_group_id\\",\\"externally_managed\\":\\"externally_managed\\",\\"externally_orphaned\\":\\"externally_orphaned\\"}") """ ### Get information about a group. @@ -1389,7 +1389,7 @@ type Query { group_id: String! """Requested fields.""" fields: String - ): [Group] @httpOperation(subgraph: "test", path: "/groups/{args.group_id}/groups", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [Group!] @httpOperation(subgraph: "test", path: "/groups/{args.group_id}/groups", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Get information about all the users directly included in a group. @@ -1417,7 +1417,7 @@ type Query { offset: BigInt """Fields to sort by.""" sorts: String - ): [User] @httpOperation(subgraph: "test", path: "/groups/{args.group_id}/users", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\"}") + ): [User!] @httpOperation(subgraph: "test", path: "/groups/{args.group_id}/users", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\"}") """ ### Get information about all boards. @@ -1425,7 +1425,7 @@ type Query { all_boards( """Requested fields.""" fields: String - ): [Board] @httpOperation(subgraph: "test", path: "/boards", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [Board!] @httpOperation(subgraph: "test", path: "/boards", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Search Boards @@ -1487,7 +1487,7 @@ type Query { filter_or: Boolean """Filter results based on permission, either show (default) or update""" permission: String - ): [Board] @httpOperation(subgraph: "test", path: "/boards/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"title\\":\\"title\\",\\"created_at\\":\\"created_at\\",\\"first_name\\":\\"first_name\\",\\"last_name\\":\\"last_name\\",\\"fields\\":\\"fields\\",\\"favorited\\":\\"favorited\\",\\"creator_id\\":\\"creator_id\\",\\"sorts\\":\\"sorts\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\",\\"filter_or\\":\\"filter_or\\",\\"permission\\":\\"permission\\"}") + ): [Board!] @httpOperation(subgraph: "test", path: "/boards/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"title\\":\\"title\\",\\"created_at\\":\\"created_at\\",\\"first_name\\":\\"first_name\\",\\"last_name\\":\\"last_name\\",\\"fields\\":\\"fields\\",\\"favorited\\":\\"favorited\\",\\"creator_id\\":\\"creator_id\\",\\"sorts\\":\\"sorts\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"offset\\":\\"offset\\",\\"limit\\":\\"limit\\",\\"filter_or\\":\\"filter_or\\",\\"permission\\":\\"permission\\"}") """ ### Get information about a board. @@ -1509,7 +1509,7 @@ type Query { sorts: String """Filter to a specific board section""" board_section_id: String - ): [BoardItem] @httpOperation(subgraph: "test", path: "/board_items", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"sorts\\":\\"sorts\\",\\"board_section_id\\":\\"board_section_id\\"}") + ): [BoardItem!] @httpOperation(subgraph: "test", path: "/board_items", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"sorts\\":\\"sorts\\",\\"board_section_id\\":\\"board_section_id\\"}") """ ### Get information about a board item. @@ -1527,7 +1527,7 @@ type Query { all_primary_homepage_sections( """Requested fields.""" fields: String - ): [HomepageSection] @httpOperation(subgraph: "test", path: "/primary_homepage_sections", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [HomepageSection!] @httpOperation(subgraph: "test", path: "/primary_homepage_sections", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Get information about all board sections. @@ -1537,7 +1537,7 @@ type Query { fields: String """Fields to sort by.""" sorts: String - ): [BoardSection] @httpOperation(subgraph: "test", path: "/board_sections", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"sorts\\":\\"sorts\\"}") + ): [BoardSection!] @httpOperation(subgraph: "test", path: "/board_sections", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"sorts\\":\\"sorts\\"}") """ ### Get information about a board section. @@ -1555,7 +1555,7 @@ type Query { all_integration_hubs( """Requested fields.""" fields: String - ): [IntegrationHub] @httpOperation(subgraph: "test", path: "/integration_hubs", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [IntegrationHub!] @httpOperation(subgraph: "test", path: "/integration_hubs", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Get information about a Integration Hub. @@ -1575,7 +1575,7 @@ type Query { fields: String """Filter to a specific provider""" integration_hub_id: String - ): [Integration] @httpOperation(subgraph: "test", path: "/integrations", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"integration_hub_id\\":\\"integration_hub_id\\"}") + ): [Integration!] @httpOperation(subgraph: "test", path: "/integrations", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"integration_hub_id\\":\\"integration_hub_id\\"}") """ ### Get information about a Integration. @@ -1624,7 +1624,7 @@ type Query { Calls to this endpoint may be denied by [Looker (Google Cloud core)](https://cloud.google.com/looker/docs/r/looker-core/overview). """ - all_legacy_features: [LegacyFeature] @httpOperation(subgraph: "test", path: "/legacy_features", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + all_legacy_features: [LegacyFeature!] @httpOperation(subgraph: "test", path: "/legacy_features", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ ### Get information about the legacy feature with a specific id. @@ -1639,7 +1639,7 @@ type Query { ### Get a list of locales that Looker supports. """ - all_locales: [Locale] @httpOperation(subgraph: "test", path: "/locales", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + all_locales: [Locale!] @httpOperation(subgraph: "test", path: "/locales", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ ### Get information about all active Looks @@ -1653,7 +1653,7 @@ type Query { all_looks( """Requested fields.""" fields: String - ): [Look] @httpOperation(subgraph: "test", path: "/looks", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [Look!] @httpOperation(subgraph: "test", path: "/looks", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Search Looks @@ -1731,7 +1731,7 @@ type Query { sorts: String """Combine given search criteria in a boolean OR expression""" filter_or: Boolean - ): [Look] @httpOperation(subgraph: "test", path: "/looks/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"id\\":\\"id\\",\\"title\\":\\"title\\",\\"description\\":\\"description\\",\\"content_favorite_id\\":\\"content_favorite_id\\",\\"folder_id\\":\\"folder_id\\",\\"user_id\\":\\"user_id\\",\\"view_count\\":\\"view_count\\",\\"deleted\\":\\"deleted\\",\\"query_id\\":\\"query_id\\",\\"curate\\":\\"curate\\",\\"last_viewed_at\\":\\"last_viewed_at\\",\\"fields\\":\\"fields\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"filter_or\\":\\"filter_or\\"}") + ): [Look!] @httpOperation(subgraph: "test", path: "/looks/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"id\\":\\"id\\",\\"title\\":\\"title\\",\\"description\\":\\"description\\",\\"content_favorite_id\\":\\"content_favorite_id\\",\\"folder_id\\":\\"folder_id\\",\\"user_id\\":\\"user_id\\",\\"view_count\\":\\"view_count\\",\\"deleted\\":\\"deleted\\",\\"query_id\\":\\"query_id\\",\\"curate\\":\\"curate\\",\\"last_viewed_at\\":\\"last_viewed_at\\",\\"fields\\":\\"fields\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"filter_or\\":\\"filter_or\\"}") """ ### Get a Look. @@ -1813,7 +1813,7 @@ type Query { Number of results to skip before returning any. (Defaults to 0 if not set when limit is used) """ offset: BigInt - ): [LookmlModel] @httpOperation(subgraph: "test", path: "/lookml_models", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\"}") + ): [LookmlModel!] @httpOperation(subgraph: "test", path: "/lookml_models", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\"}") """ ### Get information about a lookml model. @@ -1905,7 +1905,7 @@ type Query { connection_databases( """Name of connection""" connection_name: String! - ): [String] @httpOperation(subgraph: "test", path: "/connections/{args.connection_name}/databases", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [String!] @httpOperation(subgraph: "test", path: "/connections/{args.connection_name}/databases", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ ### Retrieve metadata features for this connection @@ -1935,7 +1935,7 @@ type Query { cache: Boolean """Requested fields.""" fields: String - ): [Schema] @httpOperation(subgraph: "test", path: "/connections/{args.connection_name}/schemas", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"database\\":\\"database\\",\\"cache\\":\\"cache\\",\\"fields\\":\\"fields\\"}") + ): [Schema!] @httpOperation(subgraph: "test", path: "/connections/{args.connection_name}/schemas", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"database\\":\\"database\\",\\"cache\\":\\"cache\\",\\"fields\\":\\"fields\\"}") """ ### Get the list of tables for a schema @@ -1960,7 +1960,7 @@ type Query { table_filter: String """Optional. Return tables up to the table_limit""" table_limit: BigInt - ): [SchemaTables] @httpOperation(subgraph: "test", path: "/connections/{args.connection_name}/tables", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"database\\":\\"database\\",\\"schema_name\\":\\"schema_name\\",\\"cache\\":\\"cache\\",\\"fields\\":\\"fields\\",\\"table_filter\\":\\"table_filter\\",\\"table_limit\\":\\"table_limit\\"}") + ): [SchemaTables!] @httpOperation(subgraph: "test", path: "/connections/{args.connection_name}/tables", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"database\\":\\"database\\",\\"schema_name\\":\\"schema_name\\",\\"cache\\":\\"cache\\",\\"fields\\":\\"fields\\",\\"table_filter\\":\\"table_filter\\",\\"table_limit\\":\\"table_limit\\"}") """ ### Get the columns (and therefore also the tables) in a specific schema @@ -1983,7 +1983,7 @@ type Query { table_names: String """Requested fields.""" fields: String - ): [SchemaColumns] @httpOperation(subgraph: "test", path: "/connections/{args.connection_name}/columns", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"database\\":\\"database\\",\\"schema_name\\":\\"schema_name\\",\\"cache\\":\\"cache\\",\\"table_limit\\":\\"table_limit\\",\\"table_names\\":\\"table_names\\",\\"fields\\":\\"fields\\"}") + ): [SchemaColumns!] @httpOperation(subgraph: "test", path: "/connections/{args.connection_name}/columns", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"database\\":\\"database\\",\\"schema_name\\":\\"schema_name\\",\\"cache\\":\\"cache\\",\\"table_limit\\":\\"table_limit\\",\\"table_names\\":\\"table_names\\",\\"fields\\":\\"fields\\"}") """ ### Search a connection for columns matching the specified name @@ -1997,7 +1997,7 @@ type Query { column_name: String """Requested fields.""" fields: String - ): [ColumnSearch] @httpOperation(subgraph: "test", path: "/connections/{args.connection_name}/search_columns", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"column_name\\":\\"column_name\\",\\"fields\\":\\"fields\\"}") + ): [ColumnSearch!] @httpOperation(subgraph: "test", path: "/connections/{args.connection_name}/search_columns", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"column_name\\":\\"column_name\\",\\"fields\\":\\"fields\\"}") """ ### Get all mobile settings. @@ -2048,7 +2048,7 @@ type Query { built_in: Boolean """Combine given search criteria in a boolean OR expression.""" filter_or: Boolean - ): [ModelSet] @httpOperation(subgraph: "test", path: "/model_sets/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"id\\":\\"id\\",\\"name\\":\\"name\\",\\"all_access\\":\\"all_access\\",\\"built_in\\":\\"built_in\\",\\"filter_or\\":\\"filter_or\\"}") + ): [ModelSet!] @httpOperation(subgraph: "test", path: "/model_sets/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"id\\":\\"id\\",\\"name\\":\\"name\\",\\"all_access\\":\\"all_access\\",\\"built_in\\":\\"built_in\\",\\"filter_or\\":\\"filter_or\\"}") """ ### Get information about the model set with a specific id. @@ -2066,7 +2066,7 @@ type Query { all_model_sets( """Requested fields.""" fields: String - ): [ModelSet] @httpOperation(subgraph: "test", path: "/model_sets", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [ModelSet!] @httpOperation(subgraph: "test", path: "/model_sets", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### List All OAuth Client Apps @@ -2080,7 +2080,7 @@ type Query { all_oauth_client_apps( """Requested fields.""" fields: String - ): [OauthClientApp] @httpOperation(subgraph: "test", path: "/oauth_client_apps", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [OauthClientApp!] @httpOperation(subgraph: "test", path: "/oauth_client_apps", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Get Oauth Client App @@ -2132,7 +2132,7 @@ type Query { ### Get all supported permissions. """ - all_permissions: [Permission] @httpOperation(subgraph: "test", path: "/permissions", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + all_permissions: [Permission!] @httpOperation(subgraph: "test", path: "/permissions", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ ### Search permission sets Returns all permission set records that match the given search criteria. @@ -2178,7 +2178,7 @@ type Query { built_in: Boolean """Combine given search criteria in a boolean OR expression.""" filter_or: Boolean - ): [PermissionSet] @httpOperation(subgraph: "test", path: "/permission_sets/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"id\\":\\"id\\",\\"name\\":\\"name\\",\\"all_access\\":\\"all_access\\",\\"built_in\\":\\"built_in\\",\\"filter_or\\":\\"filter_or\\"}") + ): [PermissionSet!] @httpOperation(subgraph: "test", path: "/permission_sets/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"id\\":\\"id\\",\\"name\\":\\"name\\",\\"all_access\\":\\"all_access\\",\\"built_in\\":\\"built_in\\",\\"filter_or\\":\\"filter_or\\"}") """ ### Get information about the permission set with a specific id. @@ -2196,7 +2196,7 @@ type Query { all_permission_sets( """Requested fields.""" fields: String - ): [PermissionSet] @httpOperation(subgraph: "test", path: "/permission_sets", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [PermissionSet!] @httpOperation(subgraph: "test", path: "/permission_sets", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Get All Projects @@ -2206,7 +2206,7 @@ type Query { all_projects( """Requested fields""" fields: String - ): [Project] @httpOperation(subgraph: "test", path: "/projects", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [Project!] @httpOperation(subgraph: "test", path: "/projects", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Get A Project @@ -2283,7 +2283,7 @@ type Query { project_id: String! """Requested fields""" fields: String - ): [ProjectFile] @httpOperation(subgraph: "test", path: "/projects/{args.project_id}/files", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [ProjectFile!] @httpOperation(subgraph: "test", path: "/projects/{args.project_id}/files", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Get Project File Info @@ -2318,7 +2318,7 @@ type Query { (Optional: leave blank for root project) The remote url for remote dependency to test. """ remote_url: String - ): [GitConnectionTest] @httpOperation(subgraph: "test", path: "/projects/{args.project_id}/git_connection_tests", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"remote_url\\":\\"remote_url\\"}") + ): [GitConnectionTest!] @httpOperation(subgraph: "test", path: "/projects/{args.project_id}/git_connection_tests", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"remote_url\\":\\"remote_url\\"}") """ ### Run a git connection test @@ -2356,7 +2356,7 @@ type Query { project_id: String! """File Id""" file_id: String - ): [LookmlTest] @httpOperation(subgraph: "test", path: "/projects/{args.project_id}/lookml_tests", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"file_id\\":\\"file_id\\"}") + ): [LookmlTest!] @httpOperation(subgraph: "test", path: "/projects/{args.project_id}/lookml_tests", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"file_id\\":\\"file_id\\"}") """ ### Run LookML Tests @@ -2372,7 +2372,7 @@ type Query { test: String """Model Name""" model: String - ): [LookmlTestResult] @httpOperation(subgraph: "test", path: "/projects/{args.project_id}/lookml_tests/run", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"file_id\\":\\"file_id\\",\\"test\\":\\"test\\",\\"model\\":\\"model\\"}") + ): [LookmlTestResult!] @httpOperation(subgraph: "test", path: "/projects/{args.project_id}/lookml_tests/run", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"file_id\\":\\"file_id\\",\\"test\\":\\"test\\",\\"model\\":\\"model\\"}") """ ### Get information about a render task. @@ -2421,7 +2421,7 @@ type Query { get_all_repository_credentials( """Root Project Id""" root_project_id: String! - ): [RepositoryCredential] @httpOperation(subgraph: "test", path: "/projects/{args.root_project_id}/credentials", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [RepositoryCredential!] @httpOperation(subgraph: "test", path: "/projects/{args.root_project_id}/credentials", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ ### Get information about all roles. @@ -2430,8 +2430,8 @@ type Query { """Requested fields.""" fields: String """Optional list of ids to get specific roles.""" - ids: [String] - ): [Role] @httpOperation(subgraph: "test", path: "/roles", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"ids\\":\\"ids\\"}", queryStringOptionsByParam: "{\\"ids\\":{\\"arrayFormat\\":\\"comma\\"}}") + ids: [String!] + ): [Role!] @httpOperation(subgraph: "test", path: "/roles", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"ids\\":\\"ids\\"}", queryStringOptionsByParam: "{\\"ids\\":{\\"arrayFormat\\":\\"comma\\"}}") """ ### Search roles @@ -2477,7 +2477,7 @@ type Query { built_in: Boolean """Combine given search criteria in a boolean OR expression.""" filter_or: Boolean - ): [Role] @httpOperation(subgraph: "test", path: "/roles/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"id\\":\\"id\\",\\"name\\":\\"name\\",\\"built_in\\":\\"built_in\\",\\"filter_or\\":\\"filter_or\\"}") + ): [Role!] @httpOperation(subgraph: "test", path: "/roles/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"id\\":\\"id\\",\\"name\\":\\"name\\",\\"built_in\\":\\"built_in\\",\\"filter_or\\":\\"filter_or\\"}") """ ### Search roles include user count @@ -2524,7 +2524,7 @@ type Query { built_in: Boolean """Combine given search criteria in a boolean OR expression.""" filter_or: Boolean - ): [RoleSearch] @httpOperation(subgraph: "test", path: "/roles/search/with_user_count", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"id\\":\\"id\\",\\"name\\":\\"name\\",\\"built_in\\":\\"built_in\\",\\"filter_or\\":\\"filter_or\\"}") + ): [RoleSearch!] @httpOperation(subgraph: "test", path: "/roles/search/with_user_count", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"id\\":\\"id\\",\\"name\\":\\"name\\",\\"built_in\\":\\"built_in\\",\\"filter_or\\":\\"filter_or\\"}") """ ### Get information about the role with a specific id. @@ -2542,7 +2542,7 @@ type Query { role_id: String! """Requested fields.""" fields: String - ): [Group] @httpOperation(subgraph: "test", path: "/roles/{args.role_id}/groups", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [Group!] @httpOperation(subgraph: "test", path: "/roles/{args.role_id}/groups", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Get information about all the users with the role that has a specific id. @@ -2556,12 +2556,12 @@ type Query { Get only users associated directly with the role: exclude those only associated through groups. """ direct_association_only: Boolean - ): [User] @httpOperation(subgraph: "test", path: "/roles/{args.role_id}/users", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"direct_association_only\\":\\"direct_association_only\\"}") + ): [User!] @httpOperation(subgraph: "test", path: "/roles/{args.role_id}/users", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"direct_association_only\\":\\"direct_association_only\\"}") """ Get information about all running queries. """ - all_running_queries: [RunningQueries] @httpOperation(subgraph: "test", path: "/running_queries", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + all_running_queries: [RunningQueries!] @httpOperation(subgraph: "test", path: "/running_queries", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ ### Get the SAML configuration. @@ -2601,7 +2601,7 @@ type Query { space_id: String! """Requested fields.""" fields: String - ): [ScheduledPlan] @httpOperation(subgraph: "test", path: "/scheduled_plans/space/{args.space_id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [ScheduledPlan!] @httpOperation(subgraph: "test", path: "/scheduled_plans/space/{args.space_id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Get Information About a Scheduled Plan @@ -2643,7 +2643,7 @@ type Query { Return scheduled plans belonging to all users (caller needs see_schedules permission) """ all_users: Boolean - ): [ScheduledPlan] @httpOperation(subgraph: "test", path: "/scheduled_plans", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"user_id\\":\\"user_id\\",\\"fields\\":\\"fields\\",\\"all_users\\":\\"all_users\\"}") + ): [ScheduledPlan!] @httpOperation(subgraph: "test", path: "/scheduled_plans", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"user_id\\":\\"user_id\\",\\"fields\\":\\"fields\\",\\"all_users\\":\\"all_users\\"}") """ ### Get Scheduled Plans for a Look @@ -2669,7 +2669,7 @@ type Query { fields: String """Return scheduled plans belonging to all users for the look""" all_users: Boolean - ): [ScheduledPlan] @httpOperation(subgraph: "test", path: "/scheduled_plans/look/{args.look_id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"user_id\\":\\"user_id\\",\\"fields\\":\\"fields\\",\\"all_users\\":\\"all_users\\"}") + ): [ScheduledPlan!] @httpOperation(subgraph: "test", path: "/scheduled_plans/look/{args.look_id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"user_id\\":\\"user_id\\",\\"fields\\":\\"fields\\",\\"all_users\\":\\"all_users\\"}") """ ### Get Scheduled Plans for a Dashboard @@ -2695,7 +2695,7 @@ type Query { all_users: Boolean """Requested fields.""" fields: String - ): [ScheduledPlan] @httpOperation(subgraph: "test", path: "/scheduled_plans/dashboard/{args.dashboard_id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"user_id\\":\\"user_id\\",\\"all_users\\":\\"all_users\\",\\"fields\\":\\"fields\\"}") + ): [ScheduledPlan!] @httpOperation(subgraph: "test", path: "/scheduled_plans/dashboard/{args.dashboard_id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"user_id\\":\\"user_id\\",\\"all_users\\":\\"all_users\\",\\"fields\\":\\"fields\\"}") """ ### Get Scheduled Plans for a LookML Dashboard @@ -2721,7 +2721,7 @@ type Query { fields: String """Return scheduled plans belonging to all users for the dashboard""" all_users: Boolean - ): [ScheduledPlan] @httpOperation(subgraph: "test", path: "/scheduled_plans/lookml_dashboard/{args.lookml_dashboard_id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"user_id\\":\\"user_id\\",\\"fields\\":\\"fields\\",\\"all_users\\":\\"all_users\\"}") + ): [ScheduledPlan!] @httpOperation(subgraph: "test", path: "/scheduled_plans/lookml_dashboard/{args.lookml_dashboard_id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"user_id\\":\\"user_id\\",\\"fields\\":\\"fields\\",\\"all_users\\":\\"all_users\\"}") """ ### Get session config. @@ -2800,7 +2800,7 @@ type Query { filter_or: Boolean """Match is shared root""" is_shared_root: Boolean - ): [Folder] @httpOperation(subgraph: "test", path: "/folders/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"name\\":\\"name\\",\\"id\\":\\"id\\",\\"parent_id\\":\\"parent_id\\",\\"creator_id\\":\\"creator_id\\",\\"filter_or\\":\\"filter_or\\",\\"is_shared_root\\":\\"is_shared_root\\"}") + ): [Folder!] @httpOperation(subgraph: "test", path: "/folders/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"name\\":\\"name\\",\\"id\\":\\"id\\",\\"parent_id\\":\\"parent_id\\",\\"creator_id\\":\\"creator_id\\",\\"filter_or\\":\\"filter_or\\",\\"is_shared_root\\":\\"is_shared_root\\"}") """### Get information about the folder with a specific id.""" folder( """Id of folder""" @@ -2821,7 +2821,7 @@ type Query { all_folders( """Requested fields.""" fields: String - ): [Folder] @httpOperation(subgraph: "test", path: "/folders", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [Folder!] @httpOperation(subgraph: "test", path: "/folders", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """### Get the children of a folder.""" folder_children( """Id of folder""" @@ -2846,7 +2846,7 @@ type Query { offset: BigInt """Fields to sort by.""" sorts: String - ): [Folder] @httpOperation(subgraph: "test", path: "/folders/{args.folder_id}/children", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\"}") + ): [Folder!] @httpOperation(subgraph: "test", path: "/folders/{args.folder_id}/children", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\"}") """### Search the children of a folder""" folder_children_search( """Id of folder""" @@ -2857,7 +2857,7 @@ type Query { sorts: String """Match folder name.""" name: String - ): [Folder] @httpOperation(subgraph: "test", path: "/folders/{args.folder_id}/children/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"sorts\\":\\"sorts\\",\\"name\\":\\"name\\"}") + ): [Folder!] @httpOperation(subgraph: "test", path: "/folders/{args.folder_id}/children/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"sorts\\":\\"sorts\\",\\"name\\":\\"name\\"}") """### Get the parent of a folder""" folder_parent( """Id of folder""" @@ -2871,7 +2871,7 @@ type Query { folder_id: String! """Requested fields.""" fields: String - ): [Folder] @httpOperation(subgraph: "test", path: "/folders/{args.folder_id}/ancestors", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [Folder!] @httpOperation(subgraph: "test", path: "/folders/{args.folder_id}/ancestors", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Get all looks in a folder. In API 3.x, this will return all looks in a folder, including looks in the trash. @@ -2883,14 +2883,14 @@ type Query { folder_id: String! """Requested fields.""" fields: String - ): [LookWithQuery] @httpOperation(subgraph: "test", path: "/folders/{args.folder_id}/looks", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [LookWithQuery!] @httpOperation(subgraph: "test", path: "/folders/{args.folder_id}/looks", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """### Get the dashboards in a folder""" folder_dashboards( """Id of folder""" folder_id: String! """Requested fields.""" fields: String - ): [Dashboard] @httpOperation(subgraph: "test", path: "/folders/{args.folder_id}/dashboards", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [Dashboard!] @httpOperation(subgraph: "test", path: "/folders/{args.folder_id}/dashboards", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """Get a SQL Runner query.""" sql_query( """slug of query""" @@ -2907,7 +2907,7 @@ type Query { get_support_access_allowlist_entries( """Requested fields.""" fields: String - ): [SupportAccessAllowlistEntry] @httpOperation(subgraph: "test", path: "/support_access/allowlist", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [SupportAccessAllowlistEntry!] @httpOperation(subgraph: "test", path: "/support_access/allowlist", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Support Access Status @@ -2931,7 +2931,7 @@ type Query { all_themes( """Requested fields.""" fields: String - ): [Theme] @httpOperation(subgraph: "test", path: "/themes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [Theme!] @httpOperation(subgraph: "test", path: "/themes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Search all themes for matching criteria. @@ -2993,7 +2993,7 @@ type Query { fields: String """Combine given search criteria in a boolean OR expression""" filter_or: Boolean - ): [Theme] @httpOperation(subgraph: "test", path: "/themes/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"id\\":\\"id\\",\\"name\\":\\"name\\",\\"begin_at\\":\\"begin_at\\",\\"end_at\\":\\"end_at\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"fields\\":\\"fields\\",\\"filter_or\\":\\"filter_or\\"}") + ): [Theme!] @httpOperation(subgraph: "test", path: "/themes/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"id\\":\\"id\\",\\"name\\":\\"name\\",\\"begin_at\\":\\"begin_at\\",\\"end_at\\":\\"end_at\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"fields\\":\\"fields\\",\\"filter_or\\":\\"filter_or\\"}") """ ### Get the default theme @@ -3033,7 +3033,7 @@ type Query { ts: DateTime """Requested fields.""" fields: String - ): [Theme] @httpOperation(subgraph: "test", path: "/themes/active", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"name\\":\\"name\\",\\"ts\\":\\"ts\\",\\"fields\\":\\"fields\\"}") + ): [Theme!] @httpOperation(subgraph: "test", path: "/themes/active", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"name\\":\\"name\\",\\"ts\\":\\"ts\\",\\"fields\\":\\"fields\\"}") """ ### Get the named theme if it's active. Otherwise, return the default theme @@ -3071,7 +3071,7 @@ type Query { ### Get a list of timezones that Looker supports (e.g. useful for scheduling tasks). """ - all_timezones: [Timezone] @httpOperation(subgraph: "test", path: "/timezones", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + all_timezones: [Timezone!] @httpOperation(subgraph: "test", path: "/timezones", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ ### Get information about all SSH Servers. @@ -3079,7 +3079,7 @@ type Query { all_ssh_servers( """Requested fields.""" fields: String - ): [SshServer] @httpOperation(subgraph: "test", path: "/ssh_servers", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [SshServer!] @httpOperation(subgraph: "test", path: "/ssh_servers", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Get information about an SSH Server. @@ -3103,7 +3103,7 @@ type Query { all_ssh_tunnels( """Requested fields.""" fields: String - ): [SshTunnel] @httpOperation(subgraph: "test", path: "/ssh_tunnels", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [SshTunnel!] @httpOperation(subgraph: "test", path: "/ssh_tunnels", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Get information about an SSH Tunnel. @@ -3136,7 +3136,7 @@ type Query { fields: String """Fields to order the results by. Sortable fields include: name, label""" sorts: String - ): [UserAttribute] @httpOperation(subgraph: "test", path: "/user_attributes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"sorts\\":\\"sorts\\"}") + ): [UserAttribute!] @httpOperation(subgraph: "test", path: "/user_attributes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"sorts\\":\\"sorts\\"}") """ ### Get information about a user attribute. @@ -3162,7 +3162,7 @@ type Query { user_attribute_id: String! """Requested fields.""" fields: String - ): [UserAttributeGroupValue] @httpOperation(subgraph: "test", path: "/user_attributes/{args.user_attribute_id}/group_values", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [UserAttributeGroupValue!] @httpOperation(subgraph: "test", path: "/user_attributes/{args.user_attribute_id}/group_values", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Get currently locked-out users. @@ -3170,7 +3170,7 @@ type Query { all_user_login_lockouts( """Include only these fields in the response""" fields: String - ): [UserLoginLockout] @httpOperation(subgraph: "test", path: "/user_login_lockouts", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [UserLoginLockout!] @httpOperation(subgraph: "test", path: "/user_login_lockouts", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Search currently locked-out users. @@ -3206,7 +3206,7 @@ type Query { remote_id: String """Combine given search criteria in a boolean OR expression""" filter_or: Boolean - ): [UserLoginLockout] @httpOperation(subgraph: "test", path: "/user_login_lockouts/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"auth_type\\":\\"auth_type\\",\\"full_name\\":\\"full_name\\",\\"email\\":\\"email\\",\\"remote_id\\":\\"remote_id\\",\\"filter_or\\":\\"filter_or\\"}") + ): [UserLoginLockout!] @httpOperation(subgraph: "test", path: "/user_login_lockouts/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"auth_type\\":\\"auth_type\\",\\"full_name\\":\\"full_name\\",\\"email\\":\\"email\\",\\"remote_id\\":\\"remote_id\\",\\"filter_or\\":\\"filter_or\\"}") """ ### Get information about the current user; i.e. the user account currently calling the API. @@ -3241,8 +3241,8 @@ type Query { """Fields to sort by.""" sorts: String """Optional list of ids to get specific users.""" - ids: [String] - ): [User] @httpOperation(subgraph: "test", path: "/users", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"ids\\":\\"ids\\"}", queryStringOptionsByParam: "{\\"ids\\":{\\"arrayFormat\\":\\"comma\\"}}") + ids: [String!] + ): [User!] @httpOperation(subgraph: "test", path: "/users", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"ids\\":\\"ids\\"}", queryStringOptionsByParam: "{\\"ids\\":{\\"arrayFormat\\":\\"comma\\"}}") """ ### Search users @@ -3318,7 +3318,7 @@ type Query { content_metadata_id: String """Search for users who are direct members of this group""" group_id: String - ): [User] @httpOperation(subgraph: "test", path: "/users/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"id\\":\\"id\\",\\"first_name\\":\\"first_name\\",\\"last_name\\":\\"last_name\\",\\"verified_looker_employee\\":\\"verified_looker_employee\\",\\"embed_user\\":\\"embed_user\\",\\"email\\":\\"email\\",\\"is_disabled\\":\\"is_disabled\\",\\"filter_or\\":\\"filter_or\\",\\"content_metadata_id\\":\\"content_metadata_id\\",\\"group_id\\":\\"group_id\\"}") + ): [User!] @httpOperation(subgraph: "test", path: "/users/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"id\\":\\"id\\",\\"first_name\\":\\"first_name\\",\\"last_name\\":\\"last_name\\",\\"verified_looker_employee\\":\\"verified_looker_employee\\",\\"embed_user\\":\\"embed_user\\",\\"email\\":\\"email\\",\\"is_disabled\\":\\"is_disabled\\",\\"filter_or\\":\\"filter_or\\",\\"content_metadata_id\\":\\"content_metadata_id\\",\\"group_id\\":\\"group_id\\"}") """ ### Search for user accounts by name @@ -3363,7 +3363,7 @@ type Query { email: String """Include or exclude disabled accounts in the results""" is_disabled: Boolean - ): [User] @httpOperation(subgraph: "test", path: "/users/search/names/{args.pattern}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"id\\":\\"id\\",\\"first_name\\":\\"first_name\\",\\"last_name\\":\\"last_name\\",\\"verified_looker_employee\\":\\"verified_looker_employee\\",\\"email\\":\\"email\\",\\"is_disabled\\":\\"is_disabled\\"}") + ): [User!] @httpOperation(subgraph: "test", path: "/users/search/names/{args.pattern}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"page\\":\\"page\\",\\"per_page\\":\\"per_page\\",\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"sorts\\":\\"sorts\\",\\"id\\":\\"id\\",\\"first_name\\":\\"first_name\\",\\"last_name\\":\\"last_name\\",\\"verified_looker_employee\\":\\"verified_looker_employee\\",\\"email\\":\\"email\\",\\"is_disabled\\":\\"is_disabled\\"}") """ ### Get information about the user with a specific id. @@ -3508,7 +3508,7 @@ type Query { user_id: String! """Requested fields.""" fields: String - ): [CredentialsApi3] @httpOperation(subgraph: "test", path: "/users/{args.user_id}/credentials_api3", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [CredentialsApi3!] @httpOperation(subgraph: "test", path: "/users/{args.user_id}/credentials_api3", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Embed login information for the specified user. @@ -3532,7 +3532,7 @@ type Query { user_id: String! """Requested fields.""" fields: String - ): [CredentialsEmbed] @httpOperation(subgraph: "test", path: "/users/{args.user_id}/credentials_embed", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [CredentialsEmbed!] @httpOperation(subgraph: "test", path: "/users/{args.user_id}/credentials_embed", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Looker Openid login information for the specified user. Used by Looker Analysts. @@ -3567,7 +3567,7 @@ type Query { user_id: String! """Requested fields.""" fields: String - ): [Session] @httpOperation(subgraph: "test", path: "/users/{args.user_id}/sessions", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + ): [Session!] @httpOperation(subgraph: "test", path: "/users/{args.user_id}/sessions", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Get information about roles of a given user @@ -3581,7 +3581,7 @@ type Query { Get only roles associated directly with the user: exclude those only associated through groups. """ direct_association_only: Boolean - ): [Role] @httpOperation(subgraph: "test", path: "/users/{args.user_id}/roles", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"direct_association_only\\":\\"direct_association_only\\"}") + ): [Role!] @httpOperation(subgraph: "test", path: "/users/{args.user_id}/roles", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"direct_association_only\\":\\"direct_association_only\\"}") """ ### Get user attribute values for a given user. @@ -3609,7 +3609,7 @@ type Query { """ Specific user attributes to request. Omit or leave blank to request all user attributes. """ - user_attribute_ids: [String] + user_attribute_ids: [String!] """ If true, returns all values in the search path instead of just the first value found. Useful for debugging group precedence. """ @@ -3618,7 +3618,7 @@ type Query { If true, returns an empty record for each requested attribute that has no user, group, or default value. """ include_unset: Boolean - ): [UserAttributeWithValue] @httpOperation(subgraph: "test", path: "/users/{args.user_id}/attribute_values", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"user_attribute_ids\\":\\"user_attribute_ids\\",\\"all_values\\":\\"all_values\\",\\"include_unset\\":\\"include_unset\\"}", queryStringOptionsByParam: "{\\"user_attribute_ids\\":{\\"arrayFormat\\":\\"comma\\"}}") + ): [UserAttributeWithValue!] @httpOperation(subgraph: "test", path: "/users/{args.user_id}/attribute_values", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"user_attribute_ids\\":\\"user_attribute_ids\\",\\"all_values\\":\\"all_values\\",\\"include_unset\\":\\"include_unset\\"}", queryStringOptionsByParam: "{\\"user_attribute_ids\\":{\\"arrayFormat\\":\\"comma\\"}}") """ ### Get a vector image representing the contents of a dashboard or look. @@ -3673,7 +3673,7 @@ type Query { Returns all workspaces available to the calling user. """ - all_workspaces: [Workspace] @httpOperation(subgraph: "test", path: "/workspaces", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + all_workspaces: [Workspace!] @httpOperation(subgraph: "test", path: "/workspaces", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ ### Get A Workspace @@ -3767,11 +3767,11 @@ type Query_ { """Explore Name""" view: String! """Fields""" - fields: [String] + fields: [String!] """Pivots""" - pivots: [String] + pivots: [String!] """Fill Fields""" - fill_fields: [String] + fill_fields: [String!] """Filters""" filters: JSON """Filter Expression""" @@ -3779,7 +3779,7 @@ type Query_ { """ Sorting for the query results. Use the format \`["view.field", ...]\` to sort on fields in ascending order. Use the format \`["view.field desc", ...]\` to sort on fields in descending order. Use \`["__UNSORTED__"]\` (2 underscores before and after) to disable sorting entirely. Empty sorts \`[]\` will trigger a default sort. """ - sorts: [String] + sorts: [String!] """Limit""" limit: String """Column Limit""" @@ -3789,7 +3789,7 @@ type Query_ { """Raw Total""" row_total: String """Fields on which to run subtotals""" - subtotals: [String] + subtotals: [String!] """ Visualization configuration properties. These properties are typically opaque and differ based on the type of visualization used. There is no specified set of allowed keys. The values can be any type supported by JSON. A "type" key with a string value is often present, and is used by Looker to determine which visualization to present. Visualizations ignore unknown vis_config properties. """ @@ -3829,7 +3829,7 @@ type Alert { """ Filters coming from the dashboard that are applied. Example \`[{ "filter_title": "Name", "field_name": "distribution_centers.name", "filter_value": "Los Angeles CA" }]\` """ - applied_dashboard_filters: [AlertAppliedDashboardFilter] + applied_dashboard_filters: [AlertAppliedDashboardFilter!] comparison_type: mutation_update_alert_field_comparison_type! """ Vixie-Style crontab specification when to run. At minumum, it has to be longer than 15 minute intervals @@ -3856,7 +3856,7 @@ type Alert { """ Array of destinations to send alerts to. Must be the same type of destination. Example \`[{ "destination_type": "EMAIL", "email_address": "test@test.com" }]\` """ - destinations: [AlertDestination] + destinations: [AlertDestination!] field: AlertField! """Whether or not the user follows this alert.""" followed: Boolean! @@ -3957,7 +3957,7 @@ type AlertField { """ (Optional / Advance Use) List of fields filter. This further restricts the alert to certain dashboard element's field values. This can be used on top of dashboard filters \`applied_dashboard_filters\`. To keep thing simple, it's suggested to just use dashboard filters. Example: \`{ 'title': '12 Number on Hand', 'name': 'inventory_items.number_on_hand', 'filter': [{ 'field_name': 'inventory_items.id', 'field_value': 12, 'filter_value': null }] }\` """ - filter: [AlertFieldFilter] + filter: [AlertFieldFilter!] } type AlertFieldFilter { @@ -4089,11 +4089,11 @@ type ColorCollection { """Label of color collection""" label: String! """Array of categorical palette definitions""" - categoricalPalettes: [DiscretePalette]! + categoricalPalettes: [DiscretePalette!]! """Array of discrete palette definitions""" - sequentialPalettes: [ContinuousPalette]! + sequentialPalettes: [ContinuousPalette!]! """Array of diverging palette definitions""" - divergingPalettes: [ContinuousPalette]! + divergingPalettes: [ContinuousPalette!]! } type DiscretePalette { @@ -4104,7 +4104,7 @@ type DiscretePalette { """Type of palette""" type: String! """Array of colors in the palette""" - colors: [String]! + colors: [String!]! } type ContinuousPalette { @@ -4115,7 +4115,7 @@ type ContinuousPalette { """Type of palette""" type: String! """Array of ColorStops in the palette""" - stops: [ColorStop]! + stops: [ColorStop!]! } type ColorStop { @@ -4310,7 +4310,7 @@ type ContentSearch { type ContentValidation { """A list of content errors""" - content_with_errors: [ContentValidatorError] + content_with_errors: [ContentValidatorError!] """Duration of content validation in seconds""" computation_time: Float """The number of looks validated""" @@ -4337,7 +4337,7 @@ type ContentValidatorError { lookml_dashboard: ContentValidationLookMLDashboard lookml_dashboard_element: ContentValidationLookMLDashboardElement """A list of errors found for this piece of content""" - errors: [ContentValidationError] + errors: [ContentValidationError!] """An id unique to this piece of content for this validation run""" id: String! } @@ -4611,11 +4611,11 @@ type Dashboard { """ crossfilter_enabled: Boolean! """Elements""" - dashboard_elements: [DashboardElement] + dashboard_elements: [DashboardElement!] """Filters""" - dashboard_filters: [DashboardFilter] + dashboard_filters: [DashboardFilter!] """Layouts""" - dashboard_layouts: [DashboardLayout] + dashboard_layouts: [DashboardLayout!] """Whether or not a dashboard is 'soft' deleted.""" deleted: Boolean! """Time that the Dashboard was 'soft' deleted.""" @@ -4811,9 +4811,9 @@ type ResultMakerWithIdVisConfigAndDynamicFields { """JSON string of dynamic field information.""" dynamic_fields: String """array of items that can be filtered and information about them.""" - filterables: [ResultMakerFilterables] + filterables: [ResultMakerFilterables!] """Sorts of the constituent Look, Query, or Merge Query""" - sorts: [String] + sorts: [String!] """ID of merge result if this is a merge_result.""" merge_result_id: String """Total of the constituent Look, Query, or Merge Query""" @@ -4835,7 +4835,7 @@ type ResultMakerFilterables { """The name of the filterable thing (Query or Merged Results).""" name: String """array of dashboard_filter_name: and field: objects.""" - listen: [ResultMakerFilterablesListen] + listen: [ResultMakerFilterablesListen!] } type ResultMakerFilterablesListen { @@ -4873,7 +4873,7 @@ type DashboardFilter { """Display order of this filter relative to other filters""" row: BigInt """Array of listeners for faceted filters""" - listens_to_filters: [String] + listens_to_filters: [String!] """ Whether the filter allows multiple filter values (deprecated in the latest version of dashboards) """ @@ -4906,7 +4906,7 @@ type DashboardLayout { """Title extracted from the dashboard this layout represents.""" dashboard_title: String """Components""" - dashboard_layout_components: [DashboardLayoutComponent] + dashboard_layout_components: [DashboardLayoutComponent!] } type DashboardLayoutComponent { @@ -5005,7 +5005,7 @@ type DBConnection { name: String! dialect: Dialect """SQL Runner snippets for this connection""" - snippets: [Snippet]! + snippets: [Snippet!]! """True if PDTs are enabled on this connection""" pdts_enabled: Boolean! """ @@ -5069,7 +5069,7 @@ type DBConnection { """ user_db_credentials: Boolean """Fields whose values map to user attribute names""" - user_attribute_fields: [String] + user_attribute_fields: [String!] """ Cron string specifying when maintenance such as PDT trigger checks and drops should be performed """ @@ -5135,7 +5135,7 @@ type Dialect { """ Array of names of the tests that can be run on a connection using this dialect """ - connection_tests: [String]! + connection_tests: [String!]! """Is supported with the inducer (i.e. generate from sql)""" supports_inducer: Boolean! """ @@ -5276,7 +5276,7 @@ type DigestEmails { type EgressIpAddresses { """Egress IP addresses""" - egress_ip_addresses: [String] + egress_ip_addresses: [String!] } type ExternalOauthApplication { @@ -5382,7 +5382,7 @@ type GroupSearch { """Number of users included in this group""" user_count: BigInt """Roles assigned to group""" - roles: [Role] + roles: [Role!] } type Role { @@ -5413,7 +5413,7 @@ type PermissionSet { id: String! """Name of PermissionSet""" name: String - permissions: [String] + permissions: [String!] """Link to get this item""" url: UriReference } @@ -5425,7 +5425,7 @@ type ModelSet { built_in: Boolean! """Unique Id""" id: String! - models: [String] + models: [String!] """Name of ModelSet""" name: String """Link to get this item""" @@ -5452,9 +5452,9 @@ type GroupHierarchy { """Number of users included in this group""" user_count: BigInt """IDs of parents of this group""" - parent_group_ids: [String] + parent_group_ids: [String!] """Role IDs assigned to group""" - role_ids: [String] + role_ids: [String!] } type User { @@ -5465,10 +5465,10 @@ type User { """URL for the avatar image (may be generic), does not specify size""" avatar_url_without_sizing: UriReference """API credentials""" - credentials_api3: [CredentialsApi3] + credentials_api3: [CredentialsApi3!] credentials_email: CredentialsEmail """Embed credentials""" - credentials_embed: [CredentialsEmbed] + credentials_embed: [CredentialsEmbed!] credentials_google: CredentialsGoogle credentials_ldap: CredentialsLDAP credentials_looker_openid: CredentialsLookerOpenid @@ -5488,7 +5488,7 @@ type User { """First name""" first_name: String """Array of ids of the groups for this user""" - group_ids: [String] + group_ids: [String!] """ID string for user's home folder""" home_folder_id: String """Unique Id""" @@ -5504,7 +5504,7 @@ type User { """ Array of strings representing the Looker versions that this user has used (this only goes back as far as '3.54.0') """ - looker_versions: [String] + looker_versions: [String!] """ User's dev workspace has been checked for presence of applicable production projects """ @@ -5514,9 +5514,9 @@ type User { """User is identified as an employee of Looker""" presumed_looker_employee: Boolean! """Array of ids of the roles for this user""" - role_ids: [String] + role_ids: [String!] """Active sessions""" - sessions: [Session] + sessions: [Session!] """ Per user dictionary of undocumented state information owned by the Looker UI. """ @@ -5779,11 +5779,11 @@ type Board { """Description of the board""" description: String """Sections of the board""" - board_sections: [BoardSection] + board_sections: [BoardSection!] """Unique Id""" id: String! """ids of the board sections in the order they should be displayed""" - section_order: [String] + section_order: [String!] """Title of the board""" title: String """Date of last board update""" @@ -5806,15 +5806,15 @@ type BoardSection { """Id reference to parent board""" board_id: String """Items in the board section""" - board_items: [BoardItem] + board_items: [BoardItem!] """Unique Id""" id: String! """ids of the board items in the order they should be displayed""" - item_order: [String] + item_order: [String!] """ ids of the homepage items the user can see in the order they should be displayed """ - visible_item_order: [String] + visible_item_order: [String!] """Name of row""" title: String """Time at which this section was last updated.""" @@ -5900,13 +5900,13 @@ type HomepageSection { """Id reference to parent homepage""" homepage_id: String """Items in the homepage section""" - homepage_items: [HomepageItem] + homepage_items: [HomepageItem!] """Unique Id""" id: String! """Is this a header section (has no items)""" is_header: Boolean! """ids of the homepage items in the order they should be displayed""" - item_order: [String] + item_order: [String!] """Name of row""" title: String """Time at which this section was last updated.""" @@ -5916,7 +5916,7 @@ type HomepageSection { """ ids of the homepage items the user can see in the order they should be displayed """ - visible_item_order: [String] + visible_item_order: [String!] } type HomepageItem { @@ -6033,27 +6033,27 @@ type Integration { """Whether the integration is available to users.""" enabled: Boolean! """Array of params for the integration.""" - params: [IntegrationParam]! + params: [IntegrationParam!]! """ A list of data formats the integration supports. If unspecified, the default is all data formats. Valid values are: "txt", "csv", "inline_json", "json", "json_label", "json_detail", "json_detail_lite_stream", "xlsx", "html", "wysiwyg_pdf", "assembled_pdf", "wysiwyg_png", "csv_zip". """ - supported_formats: [String]! + supported_formats: [String!]! """ A list of action types the integration supports. Valid values are: "cell", "query", "dashboard", "none". """ - supported_action_types: [String]! + supported_action_types: [String!]! """ A list of formatting options the integration supports. If unspecified, defaults to all formats. Valid values are: "formatted", "unformatted". """ - supported_formattings: [String]! + supported_formattings: [String!]! """ A list of visualization formatting options the integration supports. If unspecified, defaults to all formats. Valid values are: "apply", "noapply". """ - supported_visualization_formattings: [String]! + supported_visualization_formattings: [String!]! """ A list of all the download mechanisms the integration supports. The order of values is not significant: Looker will select the most appropriate supported download mechanism for a given query. The integration must ensure it can handle any of the mechanisms it claims to support. If unspecified, this defaults to all download setting values. Valid values are: "push", "url". """ - supported_download_settings: [String]! + supported_download_settings: [String!]! """URL to an icon for the integration.""" icon_url: String """Whether the integration uses oauth.""" @@ -6061,7 +6061,7 @@ type Integration { """ A list of descriptions of required fields that this integration is compatible with. If there are multiple entries in this list, the integration requires more than one field. If unspecified, no fields will be required. """ - required_fields: [IntegrationRequiredField]! + required_fields: [IntegrationRequiredField!]! """Link to privacy policy for destination""" privacy_link: String """ @@ -6069,7 +6069,7 @@ type Integration { """ delegate_oauth: Boolean """Whether the integration is available to users.""" - installed_delegate_oauth_targets: [String]! + installed_delegate_oauth_targets: [String!]! } type IntegrationParam { @@ -6113,11 +6113,11 @@ type IntegrationRequiredField { """ If present, supercedes 'tag' and matches a field that has any of the provided tags. """ - any_tag: [String] + any_tag: [String!] """ If present, supercedes 'tag' and matches a field that has all of the provided tags. """ - all_tags: [String] + all_tags: [String!] } type InternalHelpResourcesContent { @@ -6168,19 +6168,19 @@ type LDAPConfig { """ (Write-Only) Array of ids of groups that will be applied to new users the first time they login via LDAP """ - default_new_user_group_ids: [String] + default_new_user_group_ids: [String!] """ (Read-only) Groups that will be applied to new users the first time they login via LDAP """ - default_new_user_groups: [Group] + default_new_user_groups: [Group!] """ (Write-Only) Array of ids of roles that will be applied to new users the first time they login via LDAP """ - default_new_user_role_ids: [String] + default_new_user_role_ids: [String!] """ (Read-only) Roles that will be applied to new users the first time they login via LDAP """ - default_new_user_roles: [Role] + default_new_user_roles: [Role!] """Enable/Disable LDAP authentication for the server""" enabled: Boolean! """ @@ -6188,7 +6188,7 @@ type LDAPConfig { """ force_no_page: Boolean! """(Read-only) Array of mappings between LDAP Groups and Looker Roles""" - groups: [LDAPGroupRead] + groups: [LDAPGroupRead!] """Base dn for finding groups in LDAP searches""" groups_base_dn: String """ @@ -6210,7 +6210,7 @@ type LDAPConfig { """ (Read/Write) Array of mappings between LDAP Groups and arrays of Looker Role ids """ - groups_with_role_ids: [LDAPGroupWrite] + groups_with_role_ids: [LDAPGroupWrite!] """ (Read-only) Has the password been set for the LDAP account used to access the LDAP server """ @@ -6240,11 +6240,11 @@ type LDAPConfig { """ (Read-only) Array of mappings between LDAP User Attributes and Looker User Attributes """ - user_attributes: [LDAPUserAttributeRead] + user_attributes: [LDAPUserAttributeRead!] """ (Read/Write) Array of mappings between LDAP User Attributes and arrays of Looker User Attribute ids """ - user_attributes_with_ids: [LDAPUserAttributeWrite] + user_attributes_with_ids: [LDAPUserAttributeWrite!] """Distinguished name of LDAP node used as the base for user searches""" user_bind_base_dn: String """ @@ -6283,7 +6283,7 @@ type LDAPGroupRead { """Name of group in LDAP""" name: String """Looker Roles""" - roles: [Role] + roles: [Role!] """Link to ldap config""" url: UriReference } @@ -6298,7 +6298,7 @@ type LDAPGroupWrite { """Name of group in LDAP""" name: String """Looker Role Ids""" - role_ids: [String] + role_ids: [String!] """Link to ldap config""" url: UriReference } @@ -6309,7 +6309,7 @@ type LDAPUserAttributeRead { """Required to be in LDAP assertion for login to be allowed to succeed""" required: Boolean! """Looker User Attributes""" - user_attributes: [UserAttribute] + user_attributes: [UserAttribute!] """Link to ldap config""" url: UriReference } @@ -6353,7 +6353,7 @@ type LDAPUserAttributeWrite { """Required to be in LDAP assertion for login to be allowed to succeed""" required: Boolean! """Looker User Attribute Ids""" - user_attribute_ids: [String] + user_attribute_ids: [String!] """Link to ldap config""" url: UriReference } @@ -6463,9 +6463,9 @@ type LookmlModel { """Operations the current user is able to perform on this object""" can: JSON! """Array of names of connections this model is allowed to use""" - allowed_db_connection_names: [String] + allowed_db_connection_names: [String!] """Array of explores (if has_content)""" - explores: [LookmlModelNavExplore] + explores: [LookmlModelNavExplore!] """Does this model declaration have have lookml content?""" has_content: Boolean! """UI-friendly name for this model""" @@ -6503,7 +6503,7 @@ type LookmlModelExplore { """Explore title""" title: String """Scopes""" - scopes: [String] + scopes: [String!] """Can Total""" can_total: Boolean! """Can Develop LookML""" @@ -6531,7 +6531,7 @@ type LookmlModelExplore { """ null_sort_treatment: String """List of model source files""" - files: [String] + files: [String!] """Primary source_file file""" source_file: String """Name of project""" @@ -6547,38 +6547,38 @@ type LookmlModelExplore { """ sql_table_name: String """(DEPRECATED) Array of access filter field names""" - access_filter_fields: [String] @deprecated(reason: "deprecated") + access_filter_fields: [String!] @deprecated(reason: "deprecated") """Access filters""" - access_filters: [LookmlModelExploreAccessFilter] + access_filters: [LookmlModelExploreAccessFilter!] """Aliases""" - aliases: [LookmlModelExploreAlias] + aliases: [LookmlModelExploreAlias!] """Always filter""" - always_filter: [LookmlModelExploreAlwaysFilter] + always_filter: [LookmlModelExploreAlwaysFilter!] """Conditionally filter""" - conditionally_filter: [LookmlModelExploreConditionallyFilter] + conditionally_filter: [LookmlModelExploreConditionallyFilter!] """Array of index fields""" - index_fields: [String] + index_fields: [String!] """Sets""" - sets: [LookmlModelExploreSet] + sets: [LookmlModelExploreSet!] """ An array of arbitrary string tags provided in the model for this explore. """ - tags: [String] + tags: [String!] """Errors""" - errors: [LookmlModelExploreError] + errors: [LookmlModelExploreError!] fields: LookmlModelExploreFieldset """Views joined into this explore""" - joins: [LookmlModelExploreJoins] + joins: [LookmlModelExploreJoins!] """Label used to group explores in the navigation menus""" group_label: String """ An array of items describing which custom measure types are supported for creating a custom measure 'based_on' each possible dimension type. """ - supported_measure_types: [LookmlModelExploreSupportedMeasureType]! + supported_measure_types: [LookmlModelExploreSupportedMeasureType!]! """ An array of joins that will always be included in the SQL for this explore, even if the user has not selected a field from the joined view. """ - always_join: [String] + always_join: [String!] } type LookmlModelExploreAccessFilter { @@ -6613,7 +6613,7 @@ type LookmlModelExploreSet { """Name""" name: String """Value set""" - value: [String] + value: [String!] } type LookmlModelExploreError { @@ -6629,13 +6629,13 @@ type LookmlModelExploreError { type LookmlModelExploreFieldset { """Array of dimensions""" - dimensions: [LookmlModelExploreField] + dimensions: [LookmlModelExploreField!] """Array of measures""" - measures: [LookmlModelExploreField] + measures: [LookmlModelExploreField!] """Array of filters""" - filters: [LookmlModelExploreField] + filters: [LookmlModelExploreField!] """Array of parameters""" - parameters: [LookmlModelExploreField] + parameters: [LookmlModelExploreField!] } type LookmlModelExploreField { @@ -6656,7 +6656,7 @@ type LookmlModelExploreField { """ An array enumerating all the possible values that this field can contain. When null, there is no limit to the set of possible values this field can contain. """ - enumerations: [LookmlModelExploreFieldEnumeration] + enumerations: [LookmlModelExploreFieldEnumeration!] """ An error message indicating a problem with the definition of this field. If there are no errors, this will be null. """ @@ -6737,9 +6737,9 @@ type LookmlModelExploreField { """ An array of conditions and values that make up a SQL Case expression, as defined in the LookML model. The SQL syntax shown here is a representation intended for auditability, and is not neccessarily an exact match for what will ultimately be run in the database. It may contain special LookML syntax or annotations that are not valid SQL. This will be null if the current user does not have the see_lookml permission for the field's model. """ - sql_case: [LookmlModelExploreFieldSqlCase] + sql_case: [LookmlModelExploreFieldSqlCase!] """Array of filter conditions defined for the measure in LookML.""" - filters: [LookmlModelExploreFieldMeasureFilters] + filters: [LookmlModelExploreFieldMeasureFilters!] """The name of the dimension to base suggest queries from.""" suggest_dimension: String! """The name of the explore to base suggest queries from.""" @@ -6749,17 +6749,17 @@ type LookmlModelExploreField { """ If available, a list of suggestions for this field. For most fields, a suggest query is a more appropriate way to get an up-to-date list of suggestions. Or use enumerations to list all the possible values. """ - suggestions: [String] + suggestions: [String!] """ An array of arbitrary string tags provided in the model for this field. """ - tags: [String]! + tags: [String!]! """The LookML type of the field.""" type: String! """ An array of user attribute types that are allowed to be used in filters on this field. Valid values are: "advanced_filter_string", "advanced_filter_number", "advanced_filter_datetime", "string", "number", "datetime", "relative_url", "yesno", "zipcode". """ - user_attribute_filter_types: [String]! + user_attribute_filter_types: [String!]! """ If specified, the LookML value format string for formatting values of this field. """ @@ -6911,9 +6911,9 @@ type LookmlModelExploreJoins { """Name of this join (and name of the view to join)""" name: String """Fields referenced by the join""" - dependent_fields: [String] + dependent_fields: [String!] """Fields of the joined view to pull into this explore""" - fields: [String] + fields: [String!] """ Name of the dimension in this explore whose value is in the primary key of the joined view """ @@ -6925,7 +6925,7 @@ type LookmlModelExploreJoins { """many_to_one, one_to_one, one_to_many, many_to_many""" relationship: String """Names of joins that must always be included in SQL queries""" - required_joins: [String] + required_joins: [String!] """SQL expression that produces a foreign key""" sql_foreign_key: String """SQL ON expression describing the join condition""" @@ -6940,7 +6940,7 @@ type LookmlModelExploreJoins { type LookmlModelExploreSupportedMeasureType { dimension_type: String - measure_types: [String] + measure_types: [String!] } type MergeQuery { @@ -6953,13 +6953,13 @@ type MergeQuery { """Unique Id""" id: String! """Pivots""" - pivots: [String] + pivots: [String!] """Unique to get results""" result_maker_id: String """Sorts""" - sorts: [String] + sorts: [String!] """Source Queries defining the results to be merged.""" - source_queries: [MergeQuerySourceQuery] + source_queries: [MergeQuerySourceQuery!] """Total""" total: Boolean! """Visualization Config""" @@ -6970,7 +6970,7 @@ type MergeQuerySourceQuery { """ An array defining which fields of the source query are mapped onto fields of the merge query """ - merge_fields: [MergeFields] + merge_fields: [MergeFields!] """Display name""" name: String """Id of the query to merge""" @@ -6986,7 +6986,7 @@ type MergeFields { type ModelFieldSuggestions { """List of suggestions""" - suggestions: [String]! + suggestions: [String!]! """Error message""" error: String """True if result came from the cache""" @@ -7001,7 +7001,7 @@ type Model { connection: String name: String! """Array of named value formats""" - value_formats: [ModelNamedValueFormats] + value_formats: [ModelNamedValueFormats!] } type ModelNamedValueFormats { @@ -7059,7 +7059,7 @@ type SchemaTables { """True if this is the default schema""" is_default: Boolean! """Tables for this schema""" - tables: [SchemaTable]! + tables: [SchemaTable!]! """True if the table limit was hit while retrieving tables in this schema""" table_limit_hit: Boolean! } @@ -7076,7 +7076,7 @@ type SchemaTable { """External reference???""" external: String """SQL Runner snippets for connection""" - snippets: [Snippet]! + snippets: [Snippet!]! } type SchemaColumns { @@ -7087,7 +7087,7 @@ type SchemaColumns { """Name of schema""" schema_name: String """Columns for this schema""" - columns: [SchemaColumn]! + columns: [SchemaColumn!]! } type SchemaColumn { @@ -7108,7 +7108,7 @@ type SchemaColumn { """Column data size""" column_size: BigInt """SQL Runner snippets for this connection""" - snippets: [Snippet]! + snippets: [Snippet!]! } type ColumnSearch { @@ -7130,7 +7130,7 @@ type MobileSettings { """Specifies whether mobile access for this instance is enabled.""" mobile_app_integration: Boolean! """Specifies feature flag and state relevant to mobile.""" - mobile_feature_flags: [MobileFeatureFlags] + mobile_feature_flags: [MobileFeatureFlags!] } type MobileFeatureFlags { @@ -7166,7 +7166,7 @@ type OauthClientApp { """ tokens_invalid_before: DateTime! """All users who have been activated to use this app""" - activated_users: [UserPublic]! + activated_users: [UserPublic!]! } type UserPublic { @@ -7206,23 +7206,23 @@ type OIDCConfig { """ (Write-Only) Array of ids of groups that will be applied to new users the first time they login via OIDC """ - default_new_user_group_ids: [String] + default_new_user_group_ids: [String!] """ (Read-only) Groups that will be applied to new users the first time they login via OIDC """ - default_new_user_groups: [Group] + default_new_user_groups: [Group!] """ (Write-Only) Array of ids of roles that will be applied to new users the first time they login via OIDC """ - default_new_user_role_ids: [String] + default_new_user_role_ids: [String!] """ (Read-only) Roles that will be applied to new users the first time they login via OIDC """ - default_new_user_roles: [Role] + default_new_user_roles: [Role!] """Enable/Disable OIDC authentication for the server""" enabled: Boolean! """(Read-only) Array of mappings between OIDC Groups and Looker Roles""" - groups: [OIDCGroupRead] + groups: [OIDCGroupRead!] """ Name of user record attributes used to indicate groups. Used when 'groups_finder_type' is set to 'grouped_attribute_values' """ @@ -7230,7 +7230,7 @@ type OIDCConfig { """ (Read/Write) Array of mappings between OIDC Groups and arrays of Looker Role ids """ - groups_with_role_ids: [OIDCGroupWrite] + groups_with_role_ids: [OIDCGroupWrite!] """Relying Party Identifier (provided by OpenID Provider)""" identifier: String """OpenID Provider Issuer""" @@ -7244,7 +7244,7 @@ type OIDCConfig { """ new_user_migration_types: String """Array of scopes to request.""" - scopes: [String] + scopes: [String!] """(Write-Only) Relying Party Secret (provided by OpenID Provider)""" secret: String """Set user roles in Looker based on groups from OIDC""" @@ -7264,11 +7264,11 @@ type OIDCConfig { """ (Read-only) Array of mappings between OIDC User Attributes and Looker User Attributes """ - user_attributes: [OIDCUserAttributeRead] + user_attributes: [OIDCUserAttributeRead!] """ (Read/Write) Array of mappings between OIDC User Attributes and arrays of Looker User Attribute ids """ - user_attributes_with_ids: [OIDCUserAttributeWrite] + user_attributes_with_ids: [OIDCUserAttributeWrite!] """OpenID Provider User Information Url""" userinfo_endpoint: UriReference """ @@ -7293,7 +7293,7 @@ type OIDCGroupRead { """Name of group in OIDC""" name: String """Looker Roles""" - roles: [Role] + roles: [Role!] } type OIDCGroupWrite { @@ -7306,7 +7306,7 @@ type OIDCGroupWrite { """Name of group in OIDC""" name: String """Looker Role Ids""" - role_ids: [String] + role_ids: [String!] } type OIDCUserAttributeRead { @@ -7315,7 +7315,7 @@ type OIDCUserAttributeRead { """Required to be in OIDC assertion for login to be allowed to succeed""" required: Boolean! """Looker User Attributes""" - user_attributes: [UserAttribute] + user_attributes: [UserAttribute!] } type OIDCUserAttributeWrite { @@ -7324,7 +7324,7 @@ type OIDCUserAttributeWrite { """Required to be in OIDC assertion for login to be allowed to succeed""" required: Boolean! """Looker User Attribute Ids""" - user_attribute_ids: [String] + user_attribute_ids: [String!] } type PasswordConfig { @@ -7433,7 +7433,7 @@ type Manifest { """Manifest project name""" name: String """Imports for a project""" - imports: [ImportedProject] + imports: [ImportedProject!] localization_settings: LocalizationSettings } @@ -7459,11 +7459,11 @@ union project_validation_results_response @statusCodeTypeName(subgraph: "test", type ProjectValidationCache { """A list of project errors""" - errors: [ProjectError] + errors: [ProjectError!] """A hash value computed from the project's current state""" project_digest: String """A list of models which were not fully validated""" - models_not_validated: [ModelsNotValidated] + models_not_validated: [ModelsNotValidated!] """Duration of project validation in seconds""" computation_time: Float """ @@ -7634,9 +7634,9 @@ type LookmlTestResult { """Number of assertions passed in this test""" assertions_failed: BigInt! """A list of any errors encountered by the test.""" - errors: [ProjectError] + errors: [ProjectError!] """A list of any warnings encountered by the test.""" - warnings: [ProjectError] + warnings: [ProjectError!] """True if this test passsed without errors.""" success: Boolean! } @@ -7809,7 +7809,7 @@ type DBConnectionBase { name: String! dialect: Dialect """SQL Runner snippets for this connection""" - snippets: [Snippet]! + snippets: [Snippet!]! """True if PDTs are enabled on this connection""" pdts_enabled: Boolean! } @@ -7858,19 +7858,19 @@ type SamlConfig { """ (Read-only) Roles that will be applied to new users the first time they login via Saml """ - default_new_user_roles: [Role] + default_new_user_roles: [Role!] """ (Read-only) Groups that will be applied to new users the first time they login via Saml """ - default_new_user_groups: [Group] + default_new_user_groups: [Group!] """ (Write-Only) Array of ids of roles that will be applied to new users the first time they login via Saml """ - default_new_user_role_ids: [String] + default_new_user_role_ids: [String!] """ (Write-Only) Array of ids of groups that will be applied to new users the first time they login via Saml """ - default_new_user_group_ids: [String] + default_new_user_group_ids: [String!] """Set user roles in Looker based on groups from Saml""" set_roles_from_groups: Boolean! """ @@ -7878,11 +7878,11 @@ type SamlConfig { """ groups_attribute: String """(Read-only) Array of mappings between Saml Groups and Looker Roles""" - groups: [SamlGroupRead] + groups: [SamlGroupRead!] """ (Read/Write) Array of mappings between Saml Groups and arrays of Looker Role ids """ - groups_with_role_ids: [SamlGroupWrite] + groups_with_role_ids: [SamlGroupWrite!] """ Users will not be allowed to login at all unless a role for them is found in Saml if set to true """ @@ -7890,11 +7890,11 @@ type SamlConfig { """ (Read-only) Array of mappings between Saml User Attributes and Looker User Attributes """ - user_attributes: [SamlUserAttributeRead] + user_attributes: [SamlUserAttributeRead!] """ (Read/Write) Array of mappings between Saml User Attributes and arrays of Looker User Attribute ids """ - user_attributes_with_ids: [SamlUserAttributeWrite] + user_attributes_with_ids: [SamlUserAttributeWrite!] """ Identifier for a strategy for how Looker will find groups in the SAML response. One of ['grouped_attribute_values', 'individual_attributes'] """ @@ -7929,7 +7929,7 @@ type SamlGroupRead { """Name of group in Saml""" name: String """Looker Roles""" - roles: [Role] + roles: [Role!] """Link to saml config""" url: UriReference } @@ -7944,7 +7944,7 @@ type SamlGroupWrite { """Name of group in Saml""" name: String """Looker Role Ids""" - role_ids: [String] + role_ids: [String!] """Link to saml config""" url: UriReference } @@ -7955,7 +7955,7 @@ type SamlUserAttributeRead { """Required to be in Saml assertion for login to be allowed to succeed""" required: Boolean! """Looker User Attributes""" - user_attributes: [UserAttribute] + user_attributes: [UserAttribute!] """Link to saml config""" url: UriReference } @@ -7966,7 +7966,7 @@ type SamlUserAttributeWrite { """Required to be in Saml assertion for login to be allowed to succeed""" required: Boolean! """Looker User Attribute Ids""" - user_attribute_ids: [String] + user_attribute_ids: [String!] """Link to saml config""" url: UriReference } @@ -8013,7 +8013,7 @@ type ScheduledPlan { """Query id""" query_id: String """Scheduled plan destinations""" - scheduled_plan_destination: [ScheduledPlanDestination] + scheduled_plan_destination: [ScheduledPlanDestination!] """ Whether the plan in question should only be run once (usually for testing) """ @@ -8156,7 +8156,7 @@ type Setting { """ An array of Email Domain Allowlist of type string for Scheduled Content """ - email_domain_allowlist: [String]! + email_domain_allowlist: [String!]! """Toggle cookieless embed setting""" embed_cookieless_v2: Boolean! } @@ -8204,7 +8204,7 @@ type SmtpStatus { """Total number of nodes in cluster""" node_count: BigInt """array of each node's status containing is_valid, message, hostname""" - node_status: [SmtpNodeStatus] + node_status: [SmtpNodeStatus!] } type SmtpNodeStatus { @@ -8252,9 +8252,9 @@ type Folder { """Operations the current user is able to perform on this object""" can: JSON! """Dashboards""" - dashboards: [DashboardBase] + dashboards: [DashboardBase!] """Looks""" - looks: [LookWithDashboards] + looks: [LookWithDashboards!] } type LookWithDashboards { @@ -8317,7 +8317,7 @@ type LookWithDashboards { """Number of times viewed in the Looker web UI""" view_count: BigInt """Dashboards""" - dashboards: [DashboardBase] + dashboards: [DashboardBase!] } type SupportAccessAllowlistEntry { @@ -8547,7 +8547,7 @@ type ApiVersion { looker_release_version: String! current_version: ApiVersionElement """Array of versions supported by this Looker instance""" - supported_versions: [ApiVersionElement]! + supported_versions: [ApiVersionElement!]! """API server base url""" api_server_url: String! """Web server base url""" @@ -8612,7 +8612,7 @@ type Workspace { """ id: String! """The local state of each project in the workspace""" - projects: [Project] + projects: [Project!] } type Mutation { @@ -8995,8 +8995,8 @@ type Mutation { Comma-delimited names of fields to return in responses. Omit for all fields """ fields: String - input: [UpdateArtifact_Input] - ): [Artifact] @httpOperation(subgraph: "test", path: "/artifacts/{args.namespace}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + input: [UpdateArtifact_Input!] + ): [Artifact!] @httpOperation(subgraph: "test", path: "/artifacts/{args.namespace}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ Update the current Cloud Storage Configuration. @@ -9177,7 +9177,7 @@ type Mutation { """ raw_locale: Boolean input: Dashboard_Input - ): [BigInt] @httpOperation(subgraph: "test", path: "/dashboards/{args.lookml_dashboard_id}/sync", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH, queryParamArgMap: "{\\"raw_locale\\":\\"raw_locale\\"}") + ): [BigInt!] @httpOperation(subgraph: "test", path: "/dashboards/{args.lookml_dashboard_id}/sync", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH, queryParamArgMap: "{\\"raw_locale\\":\\"raw_locale\\"}") """ ### Delete the dashboard with the specified id @@ -9398,8 +9398,8 @@ type Mutation { """Name of connection""" connection_name: String! """Array of names of tests to run""" - tests: [String] - ): [DBConnectionTestResult] @httpOperation(subgraph: "test", path: "/connections/{args.connection_name}/test", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: PUT, queryParamArgMap: "{\\"tests\\":\\"tests\\"}", queryStringOptionsByParam: "{\\"tests\\":{\\"arrayFormat\\":\\"comma\\"}}") + tests: [String!] + ): [DBConnectionTestResult!] @httpOperation(subgraph: "test", path: "/connections/{args.connection_name}/test", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: PUT, queryParamArgMap: "{\\"tests\\":\\"tests\\"}", queryStringOptionsByParam: "{\\"tests\\":{\\"arrayFormat\\":\\"comma\\"}}") """ ### Test a connection configuration. @@ -9413,9 +9413,9 @@ type Mutation { """ test_connection_config( """Array of names of tests to run""" - tests: [String] + tests: [String!] input: DBConnection_Input - ): [DBConnectionTestResult] @httpOperation(subgraph: "test", path: "/connections/test", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT, queryParamArgMap: "{\\"tests\\":\\"tests\\"}", queryStringOptionsByParam: "{\\"tests\\":{\\"arrayFormat\\":\\"comma\\"}}") + ): [DBConnectionTestResult!] @httpOperation(subgraph: "test", path: "/connections/test", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT, queryParamArgMap: "{\\"tests\\":\\"tests\\"}", queryStringOptionsByParam: "{\\"tests\\":{\\"arrayFormat\\":\\"comma\\"}}") """ ### Generate Lockfile for All LookML Dependencies @@ -10665,8 +10665,8 @@ type Mutation { set_role_groups( """id of role""" role_id: String! - input: [String] - ): [Group] @httpOperation(subgraph: "test", path: "/roles/{args.role_id}/groups", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) + input: [String!] + ): [Group!] @httpOperation(subgraph: "test", path: "/roles/{args.role_id}/groups", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """ ### Set all the users of the role with a specific id. @@ -10674,8 +10674,8 @@ type Mutation { set_role_users( """id of role""" role_id: String! - input: [String] - ): [User] @httpOperation(subgraph: "test", path: "/roles/{args.role_id}/users", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) + input: [String!] + ): [User!] @httpOperation(subgraph: "test", path: "/roles/{args.role_id}/users", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """ Kill a query with a specific query_task_id. @@ -11072,7 +11072,7 @@ type Mutation { Calls to this endpoint may be denied by [Looker (Google Cloud core)](https://cloud.google.com/looker/docs/r/looker-core/overview). """ - add_support_access_allowlist_entries(input: SupportAccessAddEntries_Input): [SupportAccessAllowlistEntry] @httpOperation(subgraph: "test", path: "/support_access/allowlist", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) + add_support_access_allowlist_entries(input: SupportAccessAddEntries_Input): [SupportAccessAllowlistEntry!] @httpOperation(subgraph: "test", path: "/support_access/allowlist", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """ ### Delete Support Access Allowlist User @@ -11290,8 +11290,8 @@ type Mutation { set_user_attribute_group_values( """Id of user attribute""" user_attribute_id: String! - input: [UserAttributeGroupValue_Input] - ): [UserAttributeGroupValue] @httpOperation(subgraph: "test", path: "/user_attributes/{args.user_attribute_id}/group_values", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) + input: [UserAttributeGroupValue_Input!] + ): [UserAttributeGroupValue!] @httpOperation(subgraph: "test", path: "/user_attributes/{args.user_attribute_id}/group_values", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """ ### Removes login lockout for the associated user. @@ -11504,8 +11504,8 @@ type Mutation { user_id: String! """Requested fields.""" fields: String - input: [String] - ): [Role] @httpOperation(subgraph: "test", path: "/users/{args.user_id}/roles", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") + input: [String!] + ): [Role!] @httpOperation(subgraph: "test", path: "/users/{args.user_id}/roles", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ ### Store a custom value for a user attribute in a user's account settings. @@ -11624,11 +11624,11 @@ input Query__Input { """Explore Name""" view: String! """Fields""" - fields: [String] + fields: [String!] """Pivots""" - pivots: [String] + pivots: [String!] """Fill Fields""" - fill_fields: [String] + fill_fields: [String!] """Filters""" filters: JSON """Filter Expression""" @@ -11636,7 +11636,7 @@ input Query__Input { """ Sorting for the query results. Use the format \`["view.field", ...]\` to sort on fields in ascending order. Use the format \`["view.field desc", ...]\` to sort on fields in descending order. Use \`["__UNSORTED__"]\` (2 underscores before and after) to disable sorting entirely. Empty sorts \`[]\` will trigger a default sort. """ - sorts: [String] + sorts: [String!] """Limit""" limit: String """Column Limit""" @@ -11646,7 +11646,7 @@ input Query__Input { """Raw Total""" row_total: String """Fields on which to run subtotals""" - subtotals: [String] + subtotals: [String!] """ Visualization configuration properties. These properties are typically opaque and differ based on the type of visualization used. There is no specified set of allowed keys. The values can be any type supported by JSON. A "type" key with a string value is often present, and is used by Looker to determine which visualization to present. Visualizations ignore unknown vis_config properties. """ @@ -11705,7 +11705,7 @@ input Alert_Input { """ Filters coming from the dashboard that are applied. Example \`[{ "filter_title": "Name", "field_name": "distribution_centers.name", "filter_value": "Los Angeles CA" }]\` """ - applied_dashboard_filters: [AlertAppliedDashboardFilter_Input] + applied_dashboard_filters: [AlertAppliedDashboardFilter_Input!] comparison_type: mutation_update_alert_field_comparison_type! """ Vixie-Style crontab specification when to run. At minumum, it has to be longer than 15 minute intervals @@ -11732,7 +11732,7 @@ input Alert_Input { """ Array of destinations to send alerts to. Must be the same type of destination. Example \`[{ "destination_type": "EMAIL", "email_address": "test@test.com" }]\` """ - destinations: [AlertDestination_Input] + destinations: [AlertDestination_Input!] field: AlertField_Input! """Whether or not the user follows this alert.""" followed: Boolean @@ -11811,7 +11811,7 @@ input AlertField_Input { """ (Optional / Advance Use) List of fields filter. This further restricts the alert to certain dashboard element's field values. This can be used on top of dashboard filters \`applied_dashboard_filters\`. To keep thing simple, it's suggested to just use dashboard filters. Example: \`{ 'title': '12 Number on Hand', 'name': 'inventory_items.number_on_hand', 'filter': [{ 'field_name': 'inventory_items.id', 'field_value': 12, 'filter_value': null }] }\` """ - filter: [AlertFieldFilter_Input] + filter: [AlertFieldFilter_Input!] } input AlertFieldFilter_Input { @@ -11872,11 +11872,11 @@ input ColorCollection_Input { """Label of color collection""" label: String! """Array of categorical palette definitions""" - categoricalPalettes: [DiscretePalette_Input]! + categoricalPalettes: [DiscretePalette_Input!]! """Array of discrete palette definitions""" - sequentialPalettes: [ContinuousPalette_Input]! + sequentialPalettes: [ContinuousPalette_Input!]! """Array of diverging palette definitions""" - divergingPalettes: [ContinuousPalette_Input]! + divergingPalettes: [ContinuousPalette_Input!]! } input DiscretePalette_Input { @@ -11887,7 +11887,7 @@ input DiscretePalette_Input { """Type of palette""" type: String! """Array of colors in the palette""" - colors: [String]! + colors: [String!]! } input ContinuousPalette_Input { @@ -11898,7 +11898,7 @@ input ContinuousPalette_Input { """Type of palette""" type: String! """Array of ColorStops in the palette""" - stops: [ColorStop_Input]! + stops: [ColorStop_Input!]! } input ColorStop_Input { @@ -12147,11 +12147,11 @@ input Dashboard_Input { """ crossfilter_enabled: Boolean! """Elements""" - dashboard_elements: [DashboardElement_Input] + dashboard_elements: [DashboardElement_Input!] """Filters""" - dashboard_filters: [DashboardFilter_Input] + dashboard_filters: [DashboardFilter_Input!] """Layouts""" - dashboard_layouts: [DashboardLayout_Input] + dashboard_layouts: [DashboardLayout_Input!] """Whether or not a dashboard is 'soft' deleted.""" deleted: Boolean! """Time that the Dashboard was 'soft' deleted.""" @@ -12347,9 +12347,9 @@ input ResultMakerWithIdVisConfigAndDynamicFields_Input { """JSON string of dynamic field information.""" dynamic_fields: String """array of items that can be filtered and information about them.""" - filterables: [ResultMakerFilterables_Input] + filterables: [ResultMakerFilterables_Input!] """Sorts of the constituent Look, Query, or Merge Query""" - sorts: [String] + sorts: [String!] """ID of merge result if this is a merge_result.""" merge_result_id: String """Total of the constituent Look, Query, or Merge Query""" @@ -12371,7 +12371,7 @@ input ResultMakerFilterables_Input { """The name of the filterable thing (Query or Merged Results).""" name: String """array of dashboard_filter_name: and field: objects.""" - listen: [ResultMakerFilterablesListen_Input] + listen: [ResultMakerFilterablesListen_Input!] } input ResultMakerFilterablesListen_Input { @@ -12409,7 +12409,7 @@ input DashboardFilter_Input { """Display order of this filter relative to other filters""" row: BigInt """Array of listeners for faceted filters""" - listens_to_filters: [String] + listens_to_filters: [String!] """ Whether the filter allows multiple filter values (deprecated in the latest version of dashboards) """ @@ -12442,7 +12442,7 @@ input DashboardLayout_Input { """Title extracted from the dashboard this layout represents.""" dashboard_title: String """Components""" - dashboard_layout_components: [DashboardLayoutComponent_Input] + dashboard_layout_components: [DashboardLayoutComponent_Input!] } input DashboardLayoutComponent_Input { @@ -12522,7 +12522,7 @@ input CreateDashboardFilter_Input { """Display order of this filter relative to other filters""" row: BigInt """Array of listeners for faceted filters""" - listens_to_filters: [String] + listens_to_filters: [String!] """ Whether the filter allows multiple filter values (deprecated in the latest version of dashboards) """ @@ -12557,7 +12557,7 @@ type ValidationError { """Error details""" message: String """Error detail array""" - errors: [ValidationErrorDetail] + errors: [ValidationErrorDetail!] """Documentation link""" documentation_url: UriReference } @@ -12585,7 +12585,7 @@ input DataActionRequest_Input { type DataActionForm { state: DataActionUserState """Array of form fields.""" - fields: [DataActionFormField] + fields: [DataActionFormField!] } type DataActionUserState { @@ -12615,7 +12615,7 @@ type DataActionFormField { """ required: Boolean! """If the form type is 'select', a list of options to be selected from.""" - options: [DataActionFormSelectOption] + options: [DataActionFormSelectOption!] } type DataActionFormSelectOption { @@ -12661,7 +12661,7 @@ input DBConnection_Input { name: String! dialect: Dialect_Input """SQL Runner snippets for this connection""" - snippets: [Snippet_Input] + snippets: [Snippet_Input!] """True if PDTs are enabled on this connection""" pdts_enabled: Boolean """ @@ -12725,7 +12725,7 @@ input DBConnection_Input { """ user_db_credentials: Boolean """Fields whose values map to user attribute names""" - user_attribute_fields: [String] + user_attribute_fields: [String!] """ Cron string specifying when maintenance such as PDT trigger checks and drops should be performed """ @@ -12791,7 +12791,7 @@ input Dialect_Input { """ Array of names of the tests that can be run on a connection using this dialect """ - connection_tests: [String] + connection_tests: [String!] """Is supported with the inducer (i.e. generate from sql)""" supports_inducer: Boolean """ @@ -12956,11 +12956,11 @@ input EmbedSsoParams_Input { """ List of Looker permission names to grant to the embed user. Requested permissions will be filtered to permissions allowed for embed sessions. """ - permissions: [String] + permissions: [String!] """List of model names that the embed user may access""" - models: [String] + models: [String!] """List of Looker group ids in which to enroll the embed user""" - group_ids: [String] + group_ids: [String!] """ A unique value identifying an embed-exclusive group. Multiple embed users using the same \`external_group_id\` value will be able to share Looker content with each other. Content and embed users associated with the \`external_group_id\` will not be accessible to normal Looker users or embed users not associated with this \`external_group_id\`. """ @@ -13039,11 +13039,11 @@ input EmbedCookielessSessionAcquire_Input { """ List of Looker permission names to grant to the embed user. Requested permissions will be filtered to permissions allowed for embed sessions. """ - permissions: [String] + permissions: [String!] """List of model names that the embed user may access""" - models: [String] + models: [String!] """List of Looker group ids in which to enroll the embed user""" - group_ids: [String] + group_ids: [String!] """ A unique value identifying an embed-exclusive group. Multiple embed users using the same \`external_group_id\` value will be able to share Looker content with each other. Content and embed users associated with the \`external_group_id\` will not be accessible to normal Looker users or embed users not associated with this \`external_group_id\`. """ @@ -13232,11 +13232,11 @@ input Board_Input { """Description of the board""" description: String """Sections of the board""" - board_sections: [BoardSection_Input] + board_sections: [BoardSection_Input!] """Unique Id""" id: String """ids of the board sections in the order they should be displayed""" - section_order: [String] + section_order: [String!] """Title of the board""" title: String """Date of last board update""" @@ -13259,15 +13259,15 @@ input BoardSection_Input { """Id reference to parent board""" board_id: String """Items in the board section""" - board_items: [BoardItem_Input] + board_items: [BoardItem_Input!] """Unique Id""" id: String """ids of the board items in the order they should be displayed""" - item_order: [String] + item_order: [String!] """ ids of the homepage items the user can see in the order they should be displayed """ - visible_item_order: [String] + visible_item_order: [String!] """Name of row""" title: String """Time at which this section was last updated.""" @@ -13386,27 +13386,27 @@ input Integration_Input { """Whether the integration is available to users.""" enabled: Boolean! """Array of params for the integration.""" - params: [IntegrationParam_Input]! + params: [IntegrationParam_Input!]! """ A list of data formats the integration supports. If unspecified, the default is all data formats. Valid values are: "txt", "csv", "inline_json", "json", "json_label", "json_detail", "json_detail_lite_stream", "xlsx", "html", "wysiwyg_pdf", "assembled_pdf", "wysiwyg_png", "csv_zip". """ - supported_formats: [String] + supported_formats: [String!] """ A list of action types the integration supports. Valid values are: "cell", "query", "dashboard", "none". """ - supported_action_types: [String] + supported_action_types: [String!] """ A list of formatting options the integration supports. If unspecified, defaults to all formats. Valid values are: "formatted", "unformatted". """ - supported_formattings: [String] + supported_formattings: [String!] """ A list of visualization formatting options the integration supports. If unspecified, defaults to all formats. Valid values are: "apply", "noapply". """ - supported_visualization_formattings: [String] + supported_visualization_formattings: [String!] """ A list of all the download mechanisms the integration supports. The order of values is not significant: Looker will select the most appropriate supported download mechanism for a given query. The integration must ensure it can handle any of the mechanisms it claims to support. If unspecified, this defaults to all download setting values. Valid values are: "push", "url". """ - supported_download_settings: [String] + supported_download_settings: [String!] """URL to an icon for the integration.""" icon_url: String """Whether the integration uses oauth.""" @@ -13414,7 +13414,7 @@ input Integration_Input { """ A list of descriptions of required fields that this integration is compatible with. If there are multiple entries in this list, the integration requires more than one field. If unspecified, no fields will be required. """ - required_fields: [IntegrationRequiredField_Input] + required_fields: [IntegrationRequiredField_Input!] """Link to privacy policy for destination""" privacy_link: String """ @@ -13422,7 +13422,7 @@ input Integration_Input { """ delegate_oauth: Boolean """Whether the integration is available to users.""" - installed_delegate_oauth_targets: [String]! + installed_delegate_oauth_targets: [String!]! } input IntegrationParam_Input { @@ -13466,11 +13466,11 @@ input IntegrationRequiredField_Input { """ If present, supercedes 'tag' and matches a field that has any of the provided tags. """ - any_tag: [String] + any_tag: [String!] """ If present, supercedes 'tag' and matches a field that has all of the provided tags. """ - all_tags: [String] + all_tags: [String!] } type IntegrationTestResult { @@ -13479,7 +13479,7 @@ type IntegrationTestResult { """A message representing the results of the test.""" message: String """An array of connection test result for delegate oauth actions.""" - delegate_oauth_result: [DelegateOauthTest] + delegate_oauth_result: [DelegateOauthTest!] } type DelegateOauthTest { @@ -13543,19 +13543,19 @@ input LDAPConfig_Input { """ (Write-Only) Array of ids of groups that will be applied to new users the first time they login via LDAP """ - default_new_user_group_ids: [String] + default_new_user_group_ids: [String!] """ (Read-only) Groups that will be applied to new users the first time they login via LDAP """ - default_new_user_groups: [Group_Input] + default_new_user_groups: [Group_Input!] """ (Write-Only) Array of ids of roles that will be applied to new users the first time they login via LDAP """ - default_new_user_role_ids: [String] + default_new_user_role_ids: [String!] """ (Read-only) Roles that will be applied to new users the first time they login via LDAP """ - default_new_user_roles: [Role_Input] + default_new_user_roles: [Role_Input!] """Enable/Disable LDAP authentication for the server""" enabled: Boolean! """ @@ -13563,7 +13563,7 @@ input LDAPConfig_Input { """ force_no_page: Boolean! """(Read-only) Array of mappings between LDAP Groups and Looker Roles""" - groups: [LDAPGroupRead_Input] + groups: [LDAPGroupRead_Input!] """Base dn for finding groups in LDAP searches""" groups_base_dn: String """ @@ -13585,7 +13585,7 @@ input LDAPConfig_Input { """ (Read/Write) Array of mappings between LDAP Groups and arrays of Looker Role ids """ - groups_with_role_ids: [LDAPGroupWrite_Input] + groups_with_role_ids: [LDAPGroupWrite_Input!] """ (Read-only) Has the password been set for the LDAP account used to access the LDAP server """ @@ -13615,11 +13615,11 @@ input LDAPConfig_Input { """ (Read-only) Array of mappings between LDAP User Attributes and Looker User Attributes """ - user_attributes: [LDAPUserAttributeRead_Input] + user_attributes: [LDAPUserAttributeRead_Input!] """ (Read/Write) Array of mappings between LDAP User Attributes and arrays of Looker User Attribute ids """ - user_attributes_with_ids: [LDAPUserAttributeWrite_Input] + user_attributes_with_ids: [LDAPUserAttributeWrite_Input!] """Distinguished name of LDAP node used as the base for user searches""" user_bind_base_dn: String """ @@ -13676,7 +13676,7 @@ input PermissionSet_Input { id: String """Name of PermissionSet""" name: String - permissions: [String] + permissions: [String!] """Link to get this item""" url: UriReference } @@ -13688,7 +13688,7 @@ input ModelSet_Input { built_in: Boolean """Unique Id""" id: String - models: [String] + models: [String!] """Name of ModelSet""" name: String """Link to get this item""" @@ -13705,7 +13705,7 @@ input LDAPGroupRead_Input { """Name of group in LDAP""" name: String """Looker Roles""" - roles: [Role_Input] + roles: [Role_Input!] """Link to ldap config""" url: UriReference } @@ -13720,7 +13720,7 @@ input LDAPGroupWrite_Input { """Name of group in LDAP""" name: String """Looker Role Ids""" - role_ids: [String] + role_ids: [String!] """Link to ldap config""" url: UriReference } @@ -13731,7 +13731,7 @@ input LDAPUserAttributeRead_Input { """Required to be in LDAP assertion for login to be allowed to succeed""" required: Boolean """Looker User Attributes""" - user_attributes: [UserAttribute_Input] + user_attributes: [UserAttribute_Input!] """Link to ldap config""" url: UriReference } @@ -13775,7 +13775,7 @@ input LDAPUserAttributeWrite_Input { """Required to be in LDAP assertion for login to be allowed to succeed""" required: Boolean! """Looker User Attribute Ids""" - user_attribute_ids: [String] + user_attribute_ids: [String!] """Link to ldap config""" url: UriReference } @@ -13784,7 +13784,7 @@ type LDAPConfigTestResult { """Additional details for error cases""" details: String """Array of issues/considerations about the result""" - issues: [LDAPConfigTestIssue] + issues: [LDAPConfigTestIssue!] """Short human readable test about the result""" message: String """Test status code: always 'success' or 'error'""" @@ -13805,7 +13805,7 @@ type LDAPConfigTestIssue { type LDAPUser { """Array of user's email addresses and aliases for use in migration""" - all_emails: [String] + all_emails: [String!] """Dictionary of user's attributes (name/value)""" attributes: JSON """Primary email address""" @@ -13813,7 +13813,7 @@ type LDAPUser { """First name""" first_name: String """Array of user's groups (group names only)""" - groups: [String] + groups: [String!] """Last Name""" last_name: String """LDAP's distinguished name for the user record""" @@ -13821,7 +13821,7 @@ type LDAPUser { """LDAP's Unique ID for the user""" ldap_id: String """Array of user's roles (role names only)""" - roles: [String] + roles: [String!] """Link to ldap config""" url: UriReference } @@ -13865,9 +13865,9 @@ input LookmlModel_Input { """Operations the current user is able to perform on this object""" can: JSON """Array of names of connections this model is allowed to use""" - allowed_db_connection_names: [String] + allowed_db_connection_names: [String!] """Array of explores (if has_content)""" - explores: [LookmlModelNavExplore_Input] + explores: [LookmlModelNavExplore_Input!] """Does this model declaration have have lookml content?""" has_content: Boolean """UI-friendly name for this model""" @@ -13903,13 +13903,13 @@ input MergeQuery_Input { """Unique Id""" id: String """Pivots""" - pivots: [String] + pivots: [String!] """Unique to get results""" result_maker_id: String """Sorts""" - sorts: [String] + sorts: [String!] """Source Queries defining the results to be merged.""" - source_queries: [MergeQuerySourceQuery_Input] + source_queries: [MergeQuerySourceQuery_Input!] """Total""" total: Boolean! """Visualization Config""" @@ -13920,7 +13920,7 @@ input MergeQuerySourceQuery_Input { """ An array defining which fields of the source query are mapped onto fields of the merge query """ - merge_fields: [MergeFields_Input] + merge_fields: [MergeFields_Input!] """Display name""" name: String """Id of the query to merge""" @@ -13998,7 +13998,7 @@ input OauthClientApp_Input { """ tokens_invalid_before: DateTime """All users who have been activated to use this app""" - activated_users: [UserPublic_Input] + activated_users: [UserPublic_Input!] } input UserPublic_Input { @@ -14040,23 +14040,23 @@ input OIDCConfig_Input { """ (Write-Only) Array of ids of groups that will be applied to new users the first time they login via OIDC """ - default_new_user_group_ids: [String] + default_new_user_group_ids: [String!] """ (Read-only) Groups that will be applied to new users the first time they login via OIDC """ - default_new_user_groups: [Group_Input] + default_new_user_groups: [Group_Input!] """ (Write-Only) Array of ids of roles that will be applied to new users the first time they login via OIDC """ - default_new_user_role_ids: [String] + default_new_user_role_ids: [String!] """ (Read-only) Roles that will be applied to new users the first time they login via OIDC """ - default_new_user_roles: [Role_Input] + default_new_user_roles: [Role_Input!] """Enable/Disable OIDC authentication for the server""" enabled: Boolean! """(Read-only) Array of mappings between OIDC Groups and Looker Roles""" - groups: [OIDCGroupRead_Input] + groups: [OIDCGroupRead_Input!] """ Name of user record attributes used to indicate groups. Used when 'groups_finder_type' is set to 'grouped_attribute_values' """ @@ -14064,7 +14064,7 @@ input OIDCConfig_Input { """ (Read/Write) Array of mappings between OIDC Groups and arrays of Looker Role ids """ - groups_with_role_ids: [OIDCGroupWrite_Input] + groups_with_role_ids: [OIDCGroupWrite_Input!] """Relying Party Identifier (provided by OpenID Provider)""" identifier: String """OpenID Provider Issuer""" @@ -14078,7 +14078,7 @@ input OIDCConfig_Input { """ new_user_migration_types: String """Array of scopes to request.""" - scopes: [String] + scopes: [String!] """(Write-Only) Relying Party Secret (provided by OpenID Provider)""" secret: String """Set user roles in Looker based on groups from OIDC""" @@ -14098,11 +14098,11 @@ input OIDCConfig_Input { """ (Read-only) Array of mappings between OIDC User Attributes and Looker User Attributes """ - user_attributes: [OIDCUserAttributeRead_Input] + user_attributes: [OIDCUserAttributeRead_Input!] """ (Read/Write) Array of mappings between OIDC User Attributes and arrays of Looker User Attribute ids """ - user_attributes_with_ids: [OIDCUserAttributeWrite_Input] + user_attributes_with_ids: [OIDCUserAttributeWrite_Input!] """OpenID Provider User Information Url""" userinfo_endpoint: UriReference """ @@ -14127,7 +14127,7 @@ input OIDCGroupRead_Input { """Name of group in OIDC""" name: String """Looker Roles""" - roles: [Role_Input] + roles: [Role_Input!] } input OIDCGroupWrite_Input { @@ -14140,7 +14140,7 @@ input OIDCGroupWrite_Input { """Name of group in OIDC""" name: String """Looker Role Ids""" - role_ids: [String] + role_ids: [String!] } input OIDCUserAttributeRead_Input { @@ -14149,7 +14149,7 @@ input OIDCUserAttributeRead_Input { """Required to be in OIDC assertion for login to be allowed to succeed""" required: Boolean """Looker User Attributes""" - user_attributes: [UserAttribute_Input] + user_attributes: [UserAttribute_Input!] } input OIDCUserAttributeWrite_Input { @@ -14158,7 +14158,7 @@ input OIDCUserAttributeWrite_Input { """Required to be in OIDC assertion for login to be allowed to succeed""" required: Boolean! """Looker User Attribute Ids""" - user_attribute_ids: [String] + user_attribute_ids: [String!] } input PasswordConfig_Input { @@ -14250,11 +14250,11 @@ input Project_Input { type ProjectValidation { """A list of project errors""" - errors: [ProjectError] + errors: [ProjectError!] """A hash value computed from the project's current state""" project_digest: String """A list of models which were not fully validated""" - models_not_validated: [ModelsNotValidated] + models_not_validated: [ModelsNotValidated!] """Duration of project validation in seconds""" computation_time: Float } @@ -14331,19 +14331,19 @@ input SamlConfig_Input { """ (Read-only) Roles that will be applied to new users the first time they login via Saml """ - default_new_user_roles: [Role_Input] + default_new_user_roles: [Role_Input!] """ (Read-only) Groups that will be applied to new users the first time they login via Saml """ - default_new_user_groups: [Group_Input] + default_new_user_groups: [Group_Input!] """ (Write-Only) Array of ids of roles that will be applied to new users the first time they login via Saml """ - default_new_user_role_ids: [String] + default_new_user_role_ids: [String!] """ (Write-Only) Array of ids of groups that will be applied to new users the first time they login via Saml """ - default_new_user_group_ids: [String] + default_new_user_group_ids: [String!] """Set user roles in Looker based on groups from Saml""" set_roles_from_groups: Boolean! """ @@ -14351,11 +14351,11 @@ input SamlConfig_Input { """ groups_attribute: String """(Read-only) Array of mappings between Saml Groups and Looker Roles""" - groups: [SamlGroupRead_Input] + groups: [SamlGroupRead_Input!] """ (Read/Write) Array of mappings between Saml Groups and arrays of Looker Role ids """ - groups_with_role_ids: [SamlGroupWrite_Input] + groups_with_role_ids: [SamlGroupWrite_Input!] """ Users will not be allowed to login at all unless a role for them is found in Saml if set to true """ @@ -14363,11 +14363,11 @@ input SamlConfig_Input { """ (Read-only) Array of mappings between Saml User Attributes and Looker User Attributes """ - user_attributes: [SamlUserAttributeRead_Input] + user_attributes: [SamlUserAttributeRead_Input!] """ (Read/Write) Array of mappings between Saml User Attributes and arrays of Looker User Attribute ids """ - user_attributes_with_ids: [SamlUserAttributeWrite_Input] + user_attributes_with_ids: [SamlUserAttributeWrite_Input!] """ Identifier for a strategy for how Looker will find groups in the SAML response. One of ['grouped_attribute_values', 'individual_attributes'] """ @@ -14402,7 +14402,7 @@ input SamlGroupRead_Input { """Name of group in Saml""" name: String """Looker Roles""" - roles: [Role_Input] + roles: [Role_Input!] """Link to saml config""" url: UriReference } @@ -14417,7 +14417,7 @@ input SamlGroupWrite_Input { """Name of group in Saml""" name: String """Looker Role Ids""" - role_ids: [String] + role_ids: [String!] """Link to saml config""" url: UriReference } @@ -14428,7 +14428,7 @@ input SamlUserAttributeRead_Input { """Required to be in Saml assertion for login to be allowed to succeed""" required: Boolean """Looker User Attributes""" - user_attributes: [UserAttribute_Input] + user_attributes: [UserAttribute_Input!] """Link to saml config""" url: UriReference } @@ -14439,7 +14439,7 @@ input SamlUserAttributeWrite_Input { """Required to be in Saml assertion for login to be allowed to succeed""" required: Boolean! """Looker User Attribute Ids""" - user_attribute_ids: [String] + user_attribute_ids: [String!] """Link to saml config""" url: UriReference } @@ -14497,7 +14497,7 @@ input ScheduledPlan_Input { """Query id""" query_id: String """Scheduled plan destinations""" - scheduled_plan_destination: [ScheduledPlanDestination_Input] + scheduled_plan_destination: [ScheduledPlanDestination_Input!] """ Whether the plan in question should only be run once (usually for testing) """ @@ -14622,7 +14622,7 @@ input WriteScheduledPlan_Input { """Query id""" query_id: String """Scheduled plan destinations""" - scheduled_plan_destination: [ScheduledPlanDestination_Input] + scheduled_plan_destination: [ScheduledPlanDestination_Input!] """ Whether the plan in question should only be run once (usually for testing) """ @@ -14713,7 +14713,7 @@ input Setting_Input { """ An array of Email Domain Allowlist of type string for Scheduled Content """ - email_domain_allowlist: [String]! + email_domain_allowlist: [String!]! """Toggle cookieless embed setting""" embed_cookieless_v2: Boolean! } @@ -14811,7 +14811,7 @@ input SqlQueryCreate_Input { input SupportAccessAddEntries_Input { """An array of emails to add to the Allowlist""" - emails: [String] + emails: [String!] """Reason for adding emails to the Allowlist""" reason: String } @@ -14948,10 +14948,10 @@ input User_Input { """URL for the avatar image (may be generic), does not specify size""" avatar_url_without_sizing: UriReference """API credentials""" - credentials_api3: [CredentialsApi3_Input] + credentials_api3: [CredentialsApi3_Input!] credentials_email: CredentialsEmail_Input """Embed credentials""" - credentials_embed: [CredentialsEmbed_Input] + credentials_embed: [CredentialsEmbed_Input!] credentials_google: CredentialsGoogle_Input credentials_ldap: CredentialsLDAP_Input credentials_looker_openid: CredentialsLookerOpenid_Input @@ -14971,7 +14971,7 @@ input User_Input { """First name""" first_name: String """Array of ids of the groups for this user""" - group_ids: [String] + group_ids: [String!] """ID string for user's home folder""" home_folder_id: String """Unique Id""" @@ -14987,7 +14987,7 @@ input User_Input { """ Array of strings representing the Looker versions that this user has used (this only goes back as far as '3.54.0') """ - looker_versions: [String] + looker_versions: [String!] """ User's dev workspace has been checked for presence of applicable production projects """ @@ -14997,9 +14997,9 @@ input User_Input { """User is identified as an employee of Looker""" presumed_looker_employee: Boolean """Array of ids of the roles for this user""" - role_ids: [String] + role_ids: [String!] """Active sessions""" - sessions: [Session_Input] + sessions: [Session_Input!] """ Per user dictionary of undocumented state information owned by the Looker UI. """ diff --git a/packages/loaders/openapi/tests/__snapshots__/nested-one-of.test.ts.snap b/packages/loaders/openapi/tests/__snapshots__/nested-one-of.test.ts.snap index bf6efb5259b84..0545904879c28 100644 --- a/packages/loaders/openapi/tests/__snapshots__/nested-one-of.test.ts.snap +++ b/packages/loaders/openapi/tests/__snapshots__/nested-one-of.test.ts.snap @@ -51,11 +51,11 @@ input consequence_Input { } input consequenceParams_Input { - facetFilters: [facetFilters_Input] + facetFilters: [facetFilters_Input!] } input facetFilters_Input @oneOf(subgraph: "algolia-nested-one-of") { - String_list: [String] + String_list: String String: String } diff --git a/packages/loaders/openapi/tests/__snapshots__/nested_objects.test.ts.snap b/packages/loaders/openapi/tests/__snapshots__/nested_objects.test.ts.snap index a7132bab4d90e..1f6ed3331aff0 100644 --- a/packages/loaders/openapi/tests/__snapshots__/nested_objects.test.ts.snap +++ b/packages/loaders/openapi/tests/__snapshots__/nested_objects.test.ts.snap @@ -25,7 +25,7 @@ type Query { union searchCollection_response @statusCodeTypeName(subgraph: "example_api", statusCode: 200, typeName: "SearchResult") @statusCodeTypeName(subgraph: "example_api", statusCode: 400, typeName: "ApiResponse") @statusCodeTypeName(subgraph: "example_api", statusCode: 404, typeName: "ApiResponse") = SearchResult | ApiResponse type SearchResult { - facet_counts: [FacetCounts] + facet_counts: [FacetCounts!] """The number of documents found""" found: Int """The number of milliseconds the search took""" @@ -36,14 +36,14 @@ type SearchResult { search_cutoff: Boolean """The search result page number""" page: Int - grouped_hits: [SearchGroupedHit] + grouped_hits: [SearchGroupedHit!] """The documents that matched the search query""" - hits: [SearchResultHit] + hits: [SearchResultHit!] request_params: query_searchCollection_oneOf_0_request_params } type FacetCounts { - counts: [query_searchCollection_oneOf_0_facet_counts_items_counts_items] + counts: [query_searchCollection_oneOf_0_facet_counts_items_counts_items!] field_name: String stats: query_searchCollection_oneOf_0_facet_counts_items_stats } @@ -63,14 +63,14 @@ type query_searchCollection_oneOf_0_facet_counts_items_stats { } type SearchGroupedHit { - group_key: [String]! + group_key: [String!]! """The documents that matched the search query""" - hits: [SearchResultHit]! + hits: [SearchResultHit!]! } type SearchResultHit { """Contains highlighted portions of the search fields""" - highlights: [SearchHighlight] + highlights: [SearchHighlight!] """Can be any key-value pair""" document: JSON text_match: BigInt @@ -83,12 +83,12 @@ type SearchHighlight { """Present only for (non-array) string fields""" snippet: String """Present only for (array) string[] fields""" - snippets: [String] + snippets: [String!] """ The indices property will be present only for string[] fields and will contain the corresponding indices of the snippets in the search field """ - indices: [Int] - matched_tokens: [JSON] + indices: [Int!] + matched_tokens: [JSON!] } """ diff --git a/packages/loaders/openapi/tests/__snapshots__/schemas.test.ts.snap b/packages/loaders/openapi/tests/__snapshots__/schemas.test.ts.snap index 29bb9758b097d..267acc6ff1f63 100644 --- a/packages/loaders/openapi/tests/__snapshots__/schemas.test.ts.snap +++ b/packages/loaders/openapi/tests/__snapshots__/schemas.test.ts.snap @@ -56,7 +56,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_blocks_latest_txs_order = asc - ): [blocks_latest_txs_response] @httpOperation(subgraph: "BlockFrost", path: "/blocks/latest/txs", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [blocks_latest_txs_response!] @httpOperation(subgraph: "BlockFrost", path: "/blocks/latest/txs", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """ Return the content of a requested block. @@ -76,7 +76,7 @@ type Query { count: PositiveInt = 100 """The page number for listing the results.""" page: PositiveInt = 1 - ): [blocks_by_hash_or_number_next_response] @httpOperation(subgraph: "BlockFrost", path: "/blocks/{args.hash_or_number}/next", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\"}") + ): [blocks_by_hash_or_number_next_response!] @httpOperation(subgraph: "BlockFrost", path: "/blocks/{args.hash_or_number}/next", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\"}") """ Return the list of blocks preceding a specific block. @@ -88,7 +88,7 @@ type Query { count: PositiveInt = 100 """The page number for listing the results.""" page: PositiveInt = 1 - ): [blocks_by_hash_or_number_previous_response] @httpOperation(subgraph: "BlockFrost", path: "/blocks/{args.hash_or_number}/previous", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\"}") + ): [blocks_by_hash_or_number_previous_response!] @httpOperation(subgraph: "BlockFrost", path: "/blocks/{args.hash_or_number}/previous", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\"}") """ Return the content of a requested block for a specific slot. @@ -116,7 +116,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_blocks_by_hash_or_number_txs_order = asc - ): [blocks_by_hash_or_number_txs_response] @httpOperation(subgraph: "BlockFrost", path: "/blocks/{args.hash_or_number}/txs", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [blocks_by_hash_or_number_txs_response!] @httpOperation(subgraph: "BlockFrost", path: "/blocks/{args.hash_or_number}/txs", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """ Return list of addresses affected in the specified block with additional information, sorted by the bech32 address, ascending. """ @@ -127,7 +127,7 @@ type Query { count: PositiveInt = 100 """The page number for listing the results.""" page: PositiveInt = 1 - ): [blocks_by_hash_or_number_addresses_response] @httpOperation(subgraph: "BlockFrost", path: "/blocks/{args.hash_or_number}/addresses", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\"}") + ): [blocks_by_hash_or_number_addresses_response!] @httpOperation(subgraph: "BlockFrost", path: "/blocks/{args.hash_or_number}/addresses", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\"}") """Return the information about blockchain genesis.""" genesis: genesis_response @httpOperation(subgraph: "BlockFrost", path: "/genesis", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """Return the information about the latest, therefore current, epoch.""" @@ -147,7 +147,7 @@ type Query { count: PositiveInt = 100 """The page number for listing the results.""" page: PositiveInt = 1 - ): [epochs_by_number_next_response] @httpOperation(subgraph: "BlockFrost", path: "/epochs/{args.number}/next", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\"}") + ): [epochs_by_number_next_response!] @httpOperation(subgraph: "BlockFrost", path: "/epochs/{args.number}/next", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\"}") """Return the list of epochs preceding a specific epoch.""" epochs_by_number_previous( """Number of the epoch""" @@ -156,7 +156,7 @@ type Query { count: PositiveInt = 100 """The page number for listing the results""" page: PositiveInt = 1 - ): [epochs_by_number_previous_response] @httpOperation(subgraph: "BlockFrost", path: "/epochs/{args.number}/previous", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\"}") + ): [epochs_by_number_previous_response!] @httpOperation(subgraph: "BlockFrost", path: "/epochs/{args.number}/previous", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\"}") """Return the active stake distribution for the specified epoch.""" epochs_by_number_stakes( """Number of the epoch""" @@ -165,7 +165,7 @@ type Query { count: PositiveInt = 100 """The page number for listing the results.""" page: PositiveInt = 1 - ): [epochs_by_number_stakes_response] @httpOperation(subgraph: "BlockFrost", path: "/epochs/{args.number}/stakes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\"}") + ): [epochs_by_number_stakes_response!] @httpOperation(subgraph: "BlockFrost", path: "/epochs/{args.number}/stakes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\"}") """ Return the active stake distribution for the epoch specified by stake pool. """ @@ -178,7 +178,7 @@ type Query { count: PositiveInt = 100 """The page number for listing the results.""" page: PositiveInt = 1 - ): [epochs_by_number_stakes_by_pool_id_response] @httpOperation(subgraph: "BlockFrost", path: "/epochs/{args.number}/stakes/{args.pool_id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\"}") + ): [epochs_by_number_stakes_by_pool_id_response!] @httpOperation(subgraph: "BlockFrost", path: "/epochs/{args.number}/stakes/{args.pool_id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\"}") """Return the blocks minted for the epoch specified.""" epochs_by_number_blocks( """Number of the epoch""" @@ -188,7 +188,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_epochs_by_number_blocks_order = asc - ): [epochs_by_number_blocks_response] @httpOperation(subgraph: "BlockFrost", path: "/epochs/{args.number}/blocks", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [epochs_by_number_blocks_response!] @httpOperation(subgraph: "BlockFrost", path: "/epochs/{args.number}/blocks", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """Return the block minted for the epoch specified by stake pool.""" epochs_by_number_blocks_by_pool_id( """Number of the epoch""" @@ -200,7 +200,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_epochs_by_number_blocks_by_pool_id_order = asc - ): [epochs_by_number_blocks_by_pool_id_response] @httpOperation(subgraph: "BlockFrost", path: "/epochs/{args.number}/blocks/{args.pool_id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [epochs_by_number_blocks_by_pool_id_response!] @httpOperation(subgraph: "BlockFrost", path: "/epochs/{args.number}/blocks/{args.pool_id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """Return the protocol parameters for the epoch specified.""" epochs_by_number_parameters( """Number of the epoch""" @@ -223,7 +223,7 @@ type Query { txs_by_hash_stakes( """Hash of the requested transaction.""" hash: String! - ): [txs_by_hash_stakes_response] @httpOperation(subgraph: "BlockFrost", path: "/txs/{args.hash}/stakes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [txs_by_hash_stakes_response!] @httpOperation(subgraph: "BlockFrost", path: "/txs/{args.hash}/stakes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Obtain information about delegation certificates of a specific transaction. @@ -231,19 +231,19 @@ type Query { txs_by_hash_delegations( """Hash of the requested transaction.""" hash: String! - ): [txs_by_hash_delegations_response] @httpOperation(subgraph: "BlockFrost", path: "/txs/{args.hash}/delegations", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [txs_by_hash_delegations_response!] @httpOperation(subgraph: "BlockFrost", path: "/txs/{args.hash}/delegations", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """Obtain information about withdrawals of a specific transaction.""" txs_by_hash_withdrawals( """Hash of the requested transaction.""" hash: String! - ): [txs_by_hash_withdrawals_response] @httpOperation(subgraph: "BlockFrost", path: "/txs/{args.hash}/withdrawals", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [txs_by_hash_withdrawals_response!] @httpOperation(subgraph: "BlockFrost", path: "/txs/{args.hash}/withdrawals", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Obtain information about Move Instantaneous Rewards (MIRs) of a specific transaction. """ txs_by_hash_mirs( """Hash of the requested transaction.""" hash: String! - ): [txs_by_hash_mirs_response] @httpOperation(subgraph: "BlockFrost", path: "/txs/{args.hash}/mirs", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [txs_by_hash_mirs_response!] @httpOperation(subgraph: "BlockFrost", path: "/txs/{args.hash}/mirs", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Obtain information about stake pool registration and update certificates of a specific transaction. @@ -251,7 +251,7 @@ type Query { txs_by_hash_pool_updates( """Hash of the requested transaction""" hash: String! - ): [txs_by_hash_pool_updates_response] @httpOperation(subgraph: "BlockFrost", path: "/txs/{args.hash}/pool_updates", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [txs_by_hash_pool_updates_response!] @httpOperation(subgraph: "BlockFrost", path: "/txs/{args.hash}/pool_updates", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Obtain information about stake pool retirements within a specific transaction. @@ -259,22 +259,22 @@ type Query { txs_by_hash_pool_retires( """Hash of the requested transaction""" hash: String! - ): [txs_by_hash_pool_retires_response] @httpOperation(subgraph: "BlockFrost", path: "/txs/{args.hash}/pool_retires", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [txs_by_hash_pool_retires_response!] @httpOperation(subgraph: "BlockFrost", path: "/txs/{args.hash}/pool_retires", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """Obtain the transaction metadata.""" txs_by_hash_metadata( """Hash of the requested transaction""" hash: String! - ): [txs_by_hash_metadata_response] @httpOperation(subgraph: "BlockFrost", path: "/txs/{args.hash}/metadata", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [txs_by_hash_metadata_response!] @httpOperation(subgraph: "BlockFrost", path: "/txs/{args.hash}/metadata", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """Obtain the transaction metadata in CBOR.""" txs_by_hash_metadata_cbor( """Hash of the requested transaction""" hash: String! - ): [txs_by_hash_metadata_cbor_response] @httpOperation(subgraph: "BlockFrost", path: "/txs/{args.hash}/metadata/cbor", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [txs_by_hash_metadata_cbor_response!] @httpOperation(subgraph: "BlockFrost", path: "/txs/{args.hash}/metadata/cbor", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """Obtain the transaction redeemers.""" txs_by_hash_redeemers( """Hash of the requested transaction""" hash: String! - ): [txs_by_hash_redeemers_response] @httpOperation(subgraph: "BlockFrost", path: "/txs/{args.hash}/redeemers", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [txs_by_hash_redeemers_response!] @httpOperation(subgraph: "BlockFrost", path: "/txs/{args.hash}/redeemers", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Obtain information about a specific stake account. @@ -295,7 +295,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_accounts_by_stake_address_rewards_order = asc - ): [accounts_by_stake_address_rewards_response] @httpOperation(subgraph: "BlockFrost", path: "/accounts/{args.stake_address}/rewards", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [accounts_by_stake_address_rewards_response!] @httpOperation(subgraph: "BlockFrost", path: "/accounts/{args.stake_address}/rewards", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """ Obtain information about the history of a specific account. @@ -308,7 +308,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_accounts_by_stake_address_history_order = asc - ): [accounts_by_stake_address_history_response] @httpOperation(subgraph: "BlockFrost", path: "/accounts/{args.stake_address}/history", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [accounts_by_stake_address_history_response!] @httpOperation(subgraph: "BlockFrost", path: "/accounts/{args.stake_address}/history", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """Obtain information about the delegation of a specific account.""" accounts_by_stake_address_delegations( """Bech32 stake address.""" @@ -318,7 +318,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_accounts_by_stake_address_delegations_order = asc - ): [accounts_by_stake_address_delegations_response] @httpOperation(subgraph: "BlockFrost", path: "/accounts/{args.stake_address}/delegations", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [accounts_by_stake_address_delegations_response!] @httpOperation(subgraph: "BlockFrost", path: "/accounts/{args.stake_address}/delegations", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """ Obtain information about the registrations and deregistrations of a specific account. @@ -331,7 +331,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_accounts_by_stake_address_registrations_order = asc - ): [accounts_by_stake_address_registrations_response] @httpOperation(subgraph: "BlockFrost", path: "/accounts/{args.stake_address}/registrations", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [accounts_by_stake_address_registrations_response!] @httpOperation(subgraph: "BlockFrost", path: "/accounts/{args.stake_address}/registrations", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """ Obtain information about the withdrawals of a specific account. @@ -344,7 +344,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_accounts_by_stake_address_withdrawals_order = asc - ): [accounts_by_stake_address_withdrawals_response] @httpOperation(subgraph: "BlockFrost", path: "/accounts/{args.stake_address}/withdrawals", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [accounts_by_stake_address_withdrawals_response!] @httpOperation(subgraph: "BlockFrost", path: "/accounts/{args.stake_address}/withdrawals", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """ Obtain information about the MIRs of a specific account. @@ -357,7 +357,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_accounts_by_stake_address_mirs_order = asc - ): [accounts_by_stake_address_mirs_response] @httpOperation(subgraph: "BlockFrost", path: "/accounts/{args.stake_address}/mirs", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [accounts_by_stake_address_mirs_response!] @httpOperation(subgraph: "BlockFrost", path: "/accounts/{args.stake_address}/mirs", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """ Obtain information about the addresses of a specific account. Be careful, as an account could be part of a mangled address and does not necessarily mean the addresses are owned by user as the account. @@ -371,7 +371,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_accounts_by_stake_address_addresses_order = asc - ): [accounts_by_stake_address_addresses_response] @httpOperation(subgraph: "BlockFrost", path: "/accounts/{args.stake_address}/addresses", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [accounts_by_stake_address_addresses_response!] @httpOperation(subgraph: "BlockFrost", path: "/accounts/{args.stake_address}/addresses", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """ Obtain information about assets associated with addresses of a specific account. Be careful, as an account could be part of a mangled address and does not necessarily mean the addresses are owned by user as the account. @@ -385,7 +385,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_accounts_by_stake_address_addresses_assets_order = asc - ): [accounts_by_stake_address_addresses_assets_response] @httpOperation(subgraph: "BlockFrost", path: "/accounts/{args.stake_address}/addresses/assets", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [accounts_by_stake_address_addresses_assets_response!] @httpOperation(subgraph: "BlockFrost", path: "/accounts/{args.stake_address}/addresses/assets", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """ Obtain summed details about all addresses associated with a given account. Be careful, as an account could be part of a mangled address and does not necessarily mean the addresses are owned by user as the account. @@ -404,7 +404,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_mempool_order = asc - ): [mempool_response] @httpOperation(subgraph: "BlockFrost", path: "/mempool", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [mempool_response!] @httpOperation(subgraph: "BlockFrost", path: "/mempool", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """Return content of the requested transaction.""" mempool_by_hash( """Hash of the requested transaction""" @@ -420,7 +420,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_metadata_txs_labels_order = asc - ): [metadata_txs_labels_response] @httpOperation(subgraph: "BlockFrost", path: "/metadata/txs/labels", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [metadata_txs_labels_response!] @httpOperation(subgraph: "BlockFrost", path: "/metadata/txs/labels", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """Transaction metadata per label.""" metadata_txs_labels_by_label( """Metadata label""" @@ -430,7 +430,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_metadata_txs_labels_by_label_order = asc - ): [metadata_txs_labels_by_label_response] @httpOperation(subgraph: "BlockFrost", path: "/metadata/txs/labels/{args.label}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [metadata_txs_labels_by_label_response!] @httpOperation(subgraph: "BlockFrost", path: "/metadata/txs/labels/{args.label}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """Transaction metadata per label.""" metadata_txs_labels_by_label_cbor( """Metadata label""" @@ -440,7 +440,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_metadata_txs_labels_by_label_cbor_order = asc - ): [metadata_txs_labels_by_label_cbor_response] @httpOperation(subgraph: "BlockFrost", path: "/metadata/txs/labels/{args.label}/cbor", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [metadata_txs_labels_by_label_cbor_response!] @httpOperation(subgraph: "BlockFrost", path: "/metadata/txs/labels/{args.label}/cbor", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """Obtain information about a specific address.""" addresses_by_address( """Bech32 address.""" @@ -468,7 +468,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_addresses_by_address_utxos_order = asc - ): [addresses_by_address_utxos_response] @httpOperation(subgraph: "BlockFrost", path: "/addresses/{args.address}/utxos", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [addresses_by_address_utxos_response!] @httpOperation(subgraph: "BlockFrost", path: "/addresses/{args.address}/utxos", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """UTXOs of the address.""" addresses_by_address_utxos_by_asset( """Bech32 address.""" @@ -480,7 +480,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_addresses_by_address_utxos_by_asset_order = asc - ): [addresses_by_address_utxos_by_asset_response] @httpOperation(subgraph: "BlockFrost", path: "/addresses/{args.address}/utxos/{args.asset}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [addresses_by_address_utxos_by_asset_response!] @httpOperation(subgraph: "BlockFrost", path: "/addresses/{args.address}/utxos/{args.asset}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """Transactions on the address.""" addresses_by_address_txs( """Bech32 address.""" @@ -490,7 +490,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_addresses_by_address_txs_order = asc - ): [addresses_by_address_txs_response] @deprecated(reason: "deprecated") @httpOperation(subgraph: "BlockFrost", path: "/addresses/{args.address}/txs", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [addresses_by_address_txs_response!] @deprecated(reason: "deprecated") @httpOperation(subgraph: "BlockFrost", path: "/addresses/{args.address}/txs", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """Transactions on the address.""" addresses_by_address_transactions( """Bech32 address.""" @@ -510,7 +510,7 @@ type Query { Has to be higher than or equal to \`from\` parameter. """ to: String - ): [addresses_by_address_transactions_response] @httpOperation(subgraph: "BlockFrost", path: "/addresses/{args.address}/transactions", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\",\\"from\\":\\"from\\",\\"to\\":\\"to\\"}") + ): [addresses_by_address_transactions_response!] @httpOperation(subgraph: "BlockFrost", path: "/addresses/{args.address}/transactions", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\",\\"from\\":\\"from\\",\\"to\\":\\"to\\"}") """List of registered stake pools.""" pools( """The number of pools per page.""" @@ -518,7 +518,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_pools_order = asc - ): [pools_response] @httpOperation(subgraph: "BlockFrost", path: "/pools", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [pools_response!] @httpOperation(subgraph: "BlockFrost", path: "/pools", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """List of registered stake pools with additional information.""" pools_extended( """The number of pools per page.""" @@ -526,7 +526,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_pools_extended_order = asc - ): [pools_extended_response] @httpOperation(subgraph: "BlockFrost", path: "/pools/extended", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [pools_extended_response!] @httpOperation(subgraph: "BlockFrost", path: "/pools/extended", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """List of already retired pools.""" pools_retired( """The number of pools per page.""" @@ -534,7 +534,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_pools_retired_order = asc - ): [pools_retired_response] @httpOperation(subgraph: "BlockFrost", path: "/pools/retired", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [pools_retired_response!] @httpOperation(subgraph: "BlockFrost", path: "/pools/retired", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """List of stake pools retiring in the upcoming epochs""" pools_retiring( """The number of results displayed on one page.""" @@ -542,7 +542,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_pools_retiring_order = asc - ): [pools_retiring_response] @httpOperation(subgraph: "BlockFrost", path: "/pools/retiring", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [pools_retiring_response!] @httpOperation(subgraph: "BlockFrost", path: "/pools/retiring", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """Pool information.""" pools_by_pool_id( """Bech32 or hexadecimal pool ID.""" @@ -560,7 +560,7 @@ type Query { """The page number for listing the results""" page: PositiveInt = 1 order: queryInput_pools_by_pool_id_history_order = asc - ): [pools_by_pool_id_history_response] @httpOperation(subgraph: "BlockFrost", path: "/pools/{args.pool_id}/history", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [pools_by_pool_id_history_response!] @httpOperation(subgraph: "BlockFrost", path: "/pools/{args.pool_id}/history", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """ Stake pool registration metadata. @@ -573,7 +573,7 @@ type Query { pools_by_pool_id_relays( """Bech32 or hexadecimal pool ID.""" pool_id: String! - ): [pools_by_pool_id_relays_response] @httpOperation(subgraph: "BlockFrost", path: "/pools/{args.pool_id}/relays", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [pools_by_pool_id_relays_response!] @httpOperation(subgraph: "BlockFrost", path: "/pools/{args.pool_id}/relays", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """List of current stake pools delegators.""" pools_by_pool_id_delegators( """Bech32 or hexadecimal pool ID.""" @@ -583,7 +583,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_pools_by_pool_id_delegators_order = asc - ): [pools_by_pool_id_delegators_response] @httpOperation(subgraph: "BlockFrost", path: "/pools/{args.pool_id}/delegators", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [pools_by_pool_id_delegators_response!] @httpOperation(subgraph: "BlockFrost", path: "/pools/{args.pool_id}/delegators", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """List of stake pools blocks.""" pools_by_pool_id_blocks( """Bech32 or hexadecimal pool ID.""" @@ -593,7 +593,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_pools_by_pool_id_blocks_order = asc - ): [pools_by_pool_id_blocks_response] @httpOperation(subgraph: "BlockFrost", path: "/pools/{args.pool_id}/blocks", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [pools_by_pool_id_blocks_response!] @httpOperation(subgraph: "BlockFrost", path: "/pools/{args.pool_id}/blocks", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """List of certificate updates to the stake pool.""" pools_by_pool_id_updates( """Bech32 or hexadecimal pool ID.""" @@ -603,7 +603,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_pools_by_pool_id_updates_order = asc - ): [pools_by_pool_id_updates_response] @httpOperation(subgraph: "BlockFrost", path: "/pools/{args.pool_id}/updates", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [pools_by_pool_id_updates_response!] @httpOperation(subgraph: "BlockFrost", path: "/pools/{args.pool_id}/updates", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """ List of assets. If an asset is completely burned, it will stay on the list with quantity 0 (order of assets is immutable). @@ -615,7 +615,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_assets_order = asc - ): [assets_response] @httpOperation(subgraph: "BlockFrost", path: "/assets", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [assets_response!] @httpOperation(subgraph: "BlockFrost", path: "/assets", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """Information about a specific asset""" assets_by_asset( """Concatenation of the policy_id and hex-encoded asset_name""" @@ -630,7 +630,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_assets_by_asset_history_order = asc - ): [assets_by_asset_history_response] @httpOperation(subgraph: "BlockFrost", path: "/assets/{args.asset}/history", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [assets_by_asset_history_response!] @httpOperation(subgraph: "BlockFrost", path: "/assets/{args.asset}/history", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """List of a specific asset transactions""" assets_by_asset_txs( """Concatenation of the policy_id and hex-encoded asset_name""" @@ -640,7 +640,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_assets_by_asset_txs_order = asc - ): [assets_by_asset_txs_response] @deprecated(reason: "deprecated") @httpOperation(subgraph: "BlockFrost", path: "/assets/{args.asset}/txs", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [assets_by_asset_txs_response!] @deprecated(reason: "deprecated") @httpOperation(subgraph: "BlockFrost", path: "/assets/{args.asset}/txs", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """List of a specific asset transactions""" assets_by_asset_transactions( """Concatenation of the policy_id and hex-encoded asset_name""" @@ -650,7 +650,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_assets_by_asset_transactions_order = asc - ): [assets_by_asset_transactions_response] @httpOperation(subgraph: "BlockFrost", path: "/assets/{args.asset}/transactions", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [assets_by_asset_transactions_response!] @httpOperation(subgraph: "BlockFrost", path: "/assets/{args.asset}/transactions", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """List of a addresses containing a specific asset""" assets_by_asset_addresses( """Concatenation of the policy_id and hex-encoded asset_name""" @@ -660,7 +660,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_assets_by_asset_addresses_order = asc - ): [assets_by_asset_addresses_response] @httpOperation(subgraph: "BlockFrost", path: "/assets/{args.asset}/addresses", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [assets_by_asset_addresses_response!] @httpOperation(subgraph: "BlockFrost", path: "/assets/{args.asset}/addresses", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """List of asset minted under a specific policy""" assets_policy_by_policy_id( """Specific policy_id""" @@ -670,7 +670,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_assets_policy_by_policy_id_order = asc - ): [assets_policy_by_policy_id_response] @httpOperation(subgraph: "BlockFrost", path: "/assets/policy/{args.policy_id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [assets_policy_by_policy_id_response!] @httpOperation(subgraph: "BlockFrost", path: "/assets/policy/{args.policy_id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """List of scripts.""" scripts( """The number of results displayed on one page.""" @@ -678,7 +678,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_scripts_order = asc - ): [scripts_response] @httpOperation(subgraph: "BlockFrost", path: "/scripts", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [scripts_response!] @httpOperation(subgraph: "BlockFrost", path: "/scripts", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """Information about a specific script""" scripts_by_script_hash( """Hash of the script""" @@ -703,7 +703,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_scripts_by_script_hash_redeemers_order = asc - ): [scripts_by_script_hash_redeemers_response] @httpOperation(subgraph: "BlockFrost", path: "/scripts/{args.script_hash}/redeemers", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [scripts_by_script_hash_redeemers_response!] @httpOperation(subgraph: "BlockFrost", path: "/scripts/{args.script_hash}/redeemers", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """Query JSON value of a datum by its hash""" scripts_datum_by_datum_hash( """Hash of the datum""" @@ -737,19 +737,19 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_ipfs_pin_list_order = asc - ): [ipfs_pin_list_response] @httpOperation(subgraph: "BlockFrost", path: "/ipfs/pin/list", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [ipfs_pin_list_response!] @httpOperation(subgraph: "BlockFrost", path: "/ipfs/pin/list", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """Get information about locally pinned IPFS object""" ipfs_pin_list_by_IPFS_path( """The path to the IPFS object""" IPFS_path: String! ): ipfs_pin_list_by_IPFS_path_response @httpOperation(subgraph: "BlockFrost", path: "/ipfs/pin/list/{args.IPFS_path}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """History of your Blockfrost usage metrics in the past 30 days.""" - metrics: [metrics_response] @httpOperation(subgraph: "BlockFrost", path: "/metrics", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + metrics: [metrics_response!] @httpOperation(subgraph: "BlockFrost", path: "/metrics", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ History of your Blockfrost usage metrics per endpoint in the past 30 days. """ - metrics_endpoints: [metrics_endpoints_response] @httpOperation(subgraph: "BlockFrost", path: "/metrics/endpoints", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + metrics_endpoints: [metrics_endpoints_response!] @httpOperation(subgraph: "BlockFrost", path: "/metrics/endpoints", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """Return detailed network information.""" network: network_response @httpOperation(subgraph: "BlockFrost", path: "/network", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ @@ -757,7 +757,7 @@ type Query { parameters that can vary between hard forks. """ - network_eras: [network_eras_response] @httpOperation(subgraph: "BlockFrost", path: "/network/eras", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + network_eras: [network_eras_response!] @httpOperation(subgraph: "BlockFrost", path: "/network/eras", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """List metadata about specific address""" nutlink_by_address( """Address of a metadata oracle""" @@ -772,7 +772,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_nutlink_by_address_tickers_order = asc - ): [nutlink_by_address_tickers_response] @httpOperation(subgraph: "BlockFrost", path: "/nutlink/{args.address}/tickers", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [nutlink_by_address_tickers_response!] @httpOperation(subgraph: "BlockFrost", path: "/nutlink/{args.address}/tickers", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """List of records of a specific ticker""" nutlink_by_address_tickers_by_ticker( """Address of a metadata oracle""" @@ -784,7 +784,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_nutlink_by_address_tickers_by_ticker_order = asc - ): [nutlink_by_address_tickers_by_ticker_response] @httpOperation(subgraph: "BlockFrost", path: "/nutlink/{args.address}/tickers/{args.ticker}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [nutlink_by_address_tickers_by_ticker_response!] @httpOperation(subgraph: "BlockFrost", path: "/nutlink/{args.address}/tickers/{args.ticker}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") """List of records of a specific ticker""" nutlink_tickers_by_ticker( """Ticker for the pool record""" @@ -794,7 +794,7 @@ type Query { """The page number for listing the results.""" page: PositiveInt = 1 order: queryInput_nutlink_tickers_by_ticker_order = asc - ): [nutlink_tickers_by_ticker_response] @httpOperation(subgraph: "BlockFrost", path: "/nutlink/tickers/{args.ticker}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") + ): [nutlink_tickers_by_ticker_response!] @httpOperation(subgraph: "BlockFrost", path: "/nutlink/tickers/{args.ticker}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"count\\":\\"count\\",\\"page\\":\\"page\\",\\"order\\":\\"order\\"}") } union _0response @statusCodeTypeName(subgraph: "BlockFrost", statusCode: 200, typeName: "_0200_response") @statusCodeTypeName(subgraph: "BlockFrost", statusCode: 400, typeName: "_400_response") @statusCodeTypeName(subgraph: "BlockFrost", statusCode: 403, typeName: "_403_response") @statusCodeTypeName(subgraph: "BlockFrost", statusCode: 418, typeName: "_418_response") @statusCodeTypeName(subgraph: "BlockFrost", statusCode: 429, typeName: "_429_response") @statusCodeTypeName(subgraph: "BlockFrost", statusCode: 500, typeName: "_500_response") = _0200_response | _400_response | _403_response | _418_response | _429_response | _500_response @@ -963,7 +963,7 @@ type query_blocks_by_hash_or_number_addresses_oneOf_0_items { """ List of transactions containing the address either in their inputs or outputs. Sorted by transaction index within a block, ascending. """ - transactions: [query_blocks_by_hash_or_number_addresses_oneOf_0_items_transactions_items]! + transactions: [query_blocks_by_hash_or_number_addresses_oneOf_0_items_transactions_items!]! } type query_blocks_by_hash_or_number_addresses_oneOf_0_items_transactions_items { @@ -1193,7 +1193,7 @@ type tx_content { slot: Int! """Transaction index within the block""" index: Int! - output_amount: [query_txs_by_hash_oneOf_0_output_amount_items]! + output_amount: [query_txs_by_hash_oneOf_0_output_amount_items!]! """Fees of the transaction in Lovelaces""" fees: String! """Deposit within the transaction in Lovelaces""" @@ -1241,14 +1241,14 @@ union txs_by_hash_utxos_response @statusCodeTypeName(subgraph: "BlockFrost", sta type tx_content_utxo { """Transaction hash""" hash: String! - inputs: [query_txs_by_hash_utxos_oneOf_0_inputs_items]! - outputs: [query_txs_by_hash_utxos_oneOf_0_outputs_items]! + inputs: [query_txs_by_hash_utxos_oneOf_0_inputs_items!]! + outputs: [query_txs_by_hash_utxos_oneOf_0_outputs_items!]! } type query_txs_by_hash_utxos_oneOf_0_inputs_items { """Input address""" address: String! - amount: [query_txs_by_hash_utxos_oneOf_0_inputs_items_amount_items]! + amount: [query_txs_by_hash_utxos_oneOf_0_inputs_items_amount_items!]! """Hash of the UTXO transaction""" tx_hash: String! """UTXO index in the transaction""" @@ -1278,7 +1278,7 @@ type query_txs_by_hash_utxos_oneOf_0_inputs_items_amount_items { type query_txs_by_hash_utxos_oneOf_0_outputs_items { """Output address""" address: String! - amount: [query_txs_by_hash_utxos_oneOf_0_outputs_items_amount_items]! + amount: [query_txs_by_hash_utxos_oneOf_0_outputs_items_amount_items!]! """UTXO index in the transaction""" output_index: Int! """The hash of the transaction output datum""" @@ -1369,9 +1369,9 @@ type query_txs_by_hash_pool_updates_oneOf_0_items { fixed_cost: String! """Bech32 reward account of the stake pool""" reward_account: String! - owners: [String]! + owners: [String!]! metadata: query_txs_by_hash_pool_updates_oneOf_0_items_metadata - relays: [query_txs_by_hash_pool_updates_oneOf_0_items_relays_items]! + relays: [query_txs_by_hash_pool_updates_oneOf_0_items_relays_items!]! """Epoch in which the update becomes active""" active_epoch: Int! } @@ -1665,8 +1665,8 @@ union accounts_by_stake_address_addresses_total_response @statusCodeTypeName(sub type account_addresses_total { """Bech32 encoded stake address""" stake_address: String! - received_sum: [query_accounts_by_stake_address_addresses_total_oneOf_0_received_sum_items]! - sent_sum: [query_accounts_by_stake_address_addresses_total_oneOf_0_sent_sum_items]! + received_sum: [query_accounts_by_stake_address_addresses_total_oneOf_0_received_sum_items!]! + sent_sum: [query_accounts_by_stake_address_addresses_total_oneOf_0_sent_sum_items!]! """ Count of all transactions for all addresses associated with the account """ @@ -1713,15 +1713,15 @@ union mempool_by_hash_response @statusCodeTypeName(subgraph: "BlockFrost", statu type mempool_tx_content { tx: query_mempool_by_hash_oneOf_0_tx! - inputs: [query_mempool_by_hash_oneOf_0_inputs_items]! - outputs: [query_mempool_by_hash_oneOf_0_outputs_items]! - redeemers: [query_mempool_by_hash_oneOf_0_redeemers_items] + inputs: [query_mempool_by_hash_oneOf_0_inputs_items!]! + outputs: [query_mempool_by_hash_oneOf_0_outputs_items!]! + redeemers: [query_mempool_by_hash_oneOf_0_redeemers_items!] } type query_mempool_by_hash_oneOf_0_tx { """Transaction hash""" hash: String! - output_amount: [query_mempool_by_hash_oneOf_0_tx_output_amount_items]! + output_amount: [query_mempool_by_hash_oneOf_0_tx_output_amount_items!]! """Fees of the transaction in Lovelaces""" fees: String! """Deposit within the transaction in Lovelaces""" @@ -1780,7 +1780,7 @@ type query_mempool_by_hash_oneOf_0_inputs_items { type query_mempool_by_hash_oneOf_0_outputs_items { """Output address""" address: String! - amount: [query_mempool_by_hash_oneOf_0_outputs_items_amount_items]! + amount: [query_mempool_by_hash_oneOf_0_outputs_items_amount_items!]! """UTXO index in the transaction""" output_index: Int! """The hash of the transaction output datum""" @@ -1891,7 +1891,7 @@ union addresses_by_address_response @statusCodeTypeName(subgraph: "BlockFrost", type address_content { """Bech32 encoded addresses""" address: String! - amount: [query_addresses_by_address_oneOf_0_amount_items]! + amount: [query_addresses_by_address_oneOf_0_amount_items!]! """Stake address that controls the key""" stake_address: String type: query_addresses_by_address_oneOf_0_type! @@ -1918,7 +1918,7 @@ union addresses_by_address_extended_response @statusCodeTypeName(subgraph: "Bloc type address_content_extended { """Bech32 encoded addresses""" address: String! - amount: [query_addresses_by_address_extended_oneOf_0_amount_items]! + amount: [query_addresses_by_address_extended_oneOf_0_amount_items!]! """Stake address that controls the key""" stake_address: String type: query_addresses_by_address_extended_oneOf_0_type! @@ -1949,8 +1949,8 @@ union addresses_by_address_total_response @statusCodeTypeName(subgraph: "BlockFr type address_content_total { """Bech32 encoded address""" address: String! - received_sum: [query_addresses_by_address_total_oneOf_0_received_sum_items]! - sent_sum: [query_addresses_by_address_total_oneOf_0_sent_sum_items]! + received_sum: [query_addresses_by_address_total_oneOf_0_received_sum_items!]! + sent_sum: [query_addresses_by_address_total_oneOf_0_sent_sum_items!]! """Count of all transactions on the address""" tx_count: Int! } @@ -1982,7 +1982,7 @@ type query_addresses_by_address_utxos_oneOf_0_items { tx_index: Int! @deprecated(reason: "deprecated") """UTXO index in the transaction""" output_index: Int! - amount: [query_addresses_by_address_utxos_oneOf_0_items_amount_items]! + amount: [query_addresses_by_address_utxos_oneOf_0_items_amount_items!]! """Block hash of the UTXO""" block: String! """The hash of the transaction output datum""" @@ -2145,9 +2145,9 @@ type pool { fixed_cost: String! """Bech32 reward account of the stake pool""" reward_account: String! - owners: [String]! - registration: [String]! - retirement: [String]! + owners: [String!]! + registration: [String!]! + retirement: [String!]! } union pools_by_pool_id_history_response @statusCodeTypeName(subgraph: "BlockFrost", statusCode: 200, typeName: "query_pools_by_pool_id_history_oneOf_0_items") @statusCodeTypeName(subgraph: "BlockFrost", statusCode: 400, typeName: "_400_response") @statusCodeTypeName(subgraph: "BlockFrost", statusCode: 403, typeName: "_403_response") @statusCodeTypeName(subgraph: "BlockFrost", statusCode: 404, typeName: "_404_response") @statusCodeTypeName(subgraph: "BlockFrost", statusCode: 418, typeName: "_418_response") @statusCodeTypeName(subgraph: "BlockFrost", statusCode: 429, typeName: "_429_response") @statusCodeTypeName(subgraph: "BlockFrost", statusCode: 500, typeName: "_500_response") = query_pools_by_pool_id_history_oneOf_0_items | _400_response | _403_response | _404_response | _418_response | _429_response | _500_response @@ -3311,7 +3311,7 @@ type Query { """Lists default sampling, router IPs, and rules for account.""" magic_network_monitoring_configuration_list_rules_and_account_configuration(account_identifier: String!): magic_network_monitoring_configuration_list_rules_and_account_configuration_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.account_identifier}/mnm/config/full", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """Lists network monitoring rules for account.""" - magic_network_monitoring_rules_list_rules(account_identifier: String!): [magic_network_monitoring_rules_list_rules_response] @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.account_identifier}/mnm/rules", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + magic_network_monitoring_rules_list_rules(account_identifier: String!): [magic_network_monitoring_rules_list_rules_response!] @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.account_identifier}/mnm/rules", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """List a single network monitoring rule for account.""" magic_network_monitoring_rules_get_rule(account_identifier: String!, rule_identifier: String!): magic_network_monitoring_rules_get_rule_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.account_identifier}/mnm/rules/{args.rule_identifier}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """Fetch a list of all user projects.""" @@ -5670,8 +5670,8 @@ type Query { union accounts_list_accounts_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "accounts_list_accounts_4xx_response") = api_response_collection | accounts_list_accounts_4xx_response type api_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: JSON """Whether the API call was successful""" success: Boolean! @@ -5714,8 +5714,8 @@ type query_lists_get_list_items_oneOf_0_allOf_1_result_info_cursors { } type accounts_list_accounts_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -5728,9 +5728,9 @@ scalar Void union ip_address_management_address_maps_list_address_maps_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "address_maps_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_address_maps_list_address_maps_4xx_response") = address_maps_components_schemas_response_collection | ip_address_management_address_maps_list_address_maps_4xx_response type address_maps_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [address_maps] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [address_maps!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -5768,9 +5768,9 @@ scalar DateTime scalar common_components_schemas_identifier @length(subgraph: "CloudFlare", min: null, max: 32) type ip_address_management_address_maps_list_address_maps_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [address_maps] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [address_maps!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -5779,8 +5779,8 @@ type ip_address_management_address_maps_list_address_maps_4xx_response { union ip_address_management_address_maps_address_map_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "full_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_address_maps_address_map_details_4xx_response") = full_response | ip_address_management_address_maps_address_map_details_4xx_response type full_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -5808,11 +5808,11 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ id: app_id! modified_at: DateTime """A list of CIDRs to restrict ingress connections.""" - ips: [String] + ips: [String!] """ Zones and Accounts which will be assigned IPs on this Address Map. A zone membership will take priority over an account membership. """ - memberships: [address_maps_membership] + memberships: [address_maps_membership!] """Identifier""" account_id: common_components_schemas_identifier! """Enablement of prefix advertisement to the Internet.""" @@ -5842,7 +5842,7 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ """ Connections between cloudflared and the Cloudflare edge that are serving this tunnel. """ - connections: [cloudflare_tunnel_components_schemas_connection] + connections: [cloudflare_tunnel_components_schemas_connection!] """ If present, indicates the timestamp since the tunnel had at least 1 connection active (formatted in RFC 3339). If absent, tunnel is inactive. """ @@ -5861,14 +5861,14 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ remote_config: Boolean status: certificate_packs_components_schemas_status """The entries for this profile.""" - entries: [Predefined_entry] + entries: [Predefined_entry!] type: advanced_type """The timestamp of when Page Shield was last updated.""" updated_at: DateTime attack_mitigation: attack_mitigation """Deprecate the response to ANY requests.""" deprecate_any_requests: Boolean! - dns_firewall_ips: [query_dns_firewall_list_dns_firewall_clusters_oneOf_0_allOf_1_result_items_dns_firewall_ips_items]! + dns_firewall_ips: [query_dns_firewall_list_dns_firewall_clusters_oneOf_0_allOf_1_result_items_dns_firewall_ips_items!]! """Forward client IP (resolver) subnet if no EDNS Client Subnet is sent.""" ecs_fallback: Boolean! """Maximum DNS Cache TTL.""" @@ -5879,12 +5879,12 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ modified_on: DateTime """Negative DNS Cache TTL.""" negative_cache_ttl: PositiveFloat - origin_ips: [query_dns_firewall_list_dns_firewall_clusters_oneOf_0_allOf_1_result_items_origin_ips_items]! + origin_ips: [query_dns_firewall_list_dns_firewall_clusters_oneOf_0_allOf_1_result_items_origin_ips_items!]! """ Ratelimit in queries per second per datacenter (applies to DNS queries sent to the origin nameservers configured on the cluster). """ ratelimit: PositiveFloat - data: [query_dns_firewall_analytics_table_oneOf_0_allOf_1_result_data_items] + data: [query_dns_firewall_analytics_table_oneOf_0_allOf_1_result_data_items!] """ Number of seconds between current time and last processed event, in another words how many seconds of data could be missing. """ @@ -5912,11 +5912,11 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ """Number of results per page of results.""" per_page: Float """Reverse DNS look-ups observed during the time period.""" - reverse_records: [query_passive_dns_by_ip_get_passive_dns_by_ip_oneOf_0_allOf_1_result_reverse_records_items] + reverse_records: [query_passive_dns_by_ip_get_passive_dns_by_ip_oneOf_0_allOf_1_result_reverse_records_items!] additional_information: additional_information application: schemas_application """Current content categories.""" - content_categories: [query_domain_intelligence_get_domain_details_oneOf_0_allOf_1_result_content_categories_items] + content_categories: [query_domain_intelligence_get_domain_details_oneOf_0_allOf_1_result_content_categories_items!] """The URL or domain of the bookmark.""" domain: String """ @@ -5926,14 +5926,14 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ """ Specifies a list of references to one or more IP addresses or domain names that the domain name currently resolves to. """ - resolves_to_refs: [resolves_to_ref] + resolves_to_refs: [resolves_to_ref!] """ Hostname risk score, which is a value between 0 (lowest risk) to 1 (highest risk). """ risk_score: Float - risk_types: [JSON] + risk_types: [JSON!] created_date: Date - nameservers: [String] + nameservers: [String!] registrant: String registrant_country: String registrant_email: URL @@ -5993,7 +5993,7 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ """ A list of regions from which to run health checks. Null means Cloudflare will pick a default region. """ - check_regions: [query_health_checks_list_health_checks_oneOf_0_allOf_1_result_items_check_regions_items] + check_regions: [query_health_checks_list_health_checks_oneOf_0_allOf_1_result_items_check_regions_items!] """ This field shows up only if the pool is disabled. This field is set with the time the pool was disabled at. """ @@ -6025,18 +6025,18 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ """ The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy. """ - origins: [schemas_origin] + origins: [schemas_origin!] pool_id: String pop_health: query_account_load_balancer_pools_pool_health_details_oneOf_0_allOf_1_result_pop_health iso_standard: String - regions: [query_load_balancer_regions_get_region_oneOf_0_allOf_1_result_regions_items] - interconnects: [interconnect] + regions: [query_load_balancer_regions_get_region_oneOf_0_allOf_1_result_regions_items!] + interconnects: [interconnect!] interconnect: JSON - gre_tunnels: [gre_tunnel] + gre_tunnels: [gre_tunnel!] gre_tunnel: JSON - ipsec_tunnels: [ipsec_tunnel] + ipsec_tunnels: [ipsec_tunnel!] ipsec_tunnel: JSON - routes: [schemas_route] + routes: [schemas_route!] route: JSON filter_v1: pcaps_filter_v1 """The RFC 3339 timestamp when the packet capture was created.""" @@ -6080,13 +6080,13 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ secret: String! query: schemas_query someMetadataKey: String - virtual_dns_ips: [query_dns_firewall__legacy_list_dns_firewall_clusters_oneOf_0_allOf_1_result_items_virtual_dns_ips_items]! + virtual_dns_ips: [query_dns_firewall__legacy_list_dns_firewall_clusters_oneOf_0_allOf_1_result_items_virtual_dns_ips_items!]! """Audience tag.""" aud: schemas_aud """ The identity providers your users can select when connecting to this application. Defaults to all IdPs configured in your account. """ - allowed_idps: [String] + allowed_idps: [String!] app_launcher_visible: JSON """ When set to \`true\`, users skip the identity provider selection step during login. You must specify only one identity provider in allowed_idps. @@ -6129,7 +6129,7 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ app_state: query_access_applications_test_access_policies_oneOf_0_allOf_1_result_app_state user_identity: query_access_applications_test_access_policies_oneOf_0_allOf_1_result_user_identity """Administrators who can approve a temporary authentication request.""" - approval_groups: [approval_group] + approval_groups: [approval_group!] """ Requires the user to request access from an administrator at the start of each session. """ @@ -6138,11 +6138,11 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ """ Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules. """ - exclude: [rule_components_schemas_rule] + exclude: [rule_components_schemas_rule!] """ Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules. """ - include: [rule_components_schemas_rule] + include: [rule_components_schemas_rule!] """ Precedence sets the ordering of the rules. Lower values indicate higher precedence. At each processing phase, applicable rules are evaluated in ascending order of this value. """ @@ -6156,9 +6156,9 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ """ Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules. """ - require: [rule_components_schemas_rule] + require: [rule_components_schemas_rule!] """The hostnames of the applications that will use this certificate.""" - associated_hostnames: [String] + associated_hostnames: [String!] """The date when the certificate expires.""" expires_on: DateTime """The MD5 fingerprint of the certificate.""" @@ -6187,14 +6187,14 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ """ The protocol or layer to evaluate the traffic, identity, and device posture expressions. """ - filters: [query_zero_trust_gateway_rules_list_zero_trust_gateway_rules_oneOf_0_allOf_1_result_items_filters_items] + filters: [query_zero_trust_gateway_rules_list_zero_trust_gateway_rules_oneOf_0_allOf_1_result_items_filters_items!] mechanisms: mechanisms modified: DateTime """Expire posture results after the specified amount of time.""" expiration: String input: schemas_input """The conditions that the client must match to run the rule.""" - match: [match_item] + match: [match_item!] """Tells the client when to run the device posture check.""" schedule: String """Enable gateway proxy filtering on TCP.""" @@ -6215,7 +6215,7 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ """ A list of network ranges that requests from this location would originate from. """ - networks: [String] + networks: [String!] """ Redact personally identifiable information from activity logging (PII fields are: source IP, user email, user ID, device ID, URL, referrer, user agent). """ @@ -6238,9 +6238,9 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ """ etag: String """List of Cloudflare IPv4 CIDR addresses.""" - ipv4_cidrs: [String] + ipv4_cidrs: [String!] """List of Cloudflare IPv6 CIDR addresses.""" - ipv6_cidrs: [String] + ipv6_cidrs: [String!] """The time before which the token MUST NOT be accepted for processing.""" not_before: DateTime adaptive_routing: adaptive_routing @@ -6248,7 +6248,7 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ """ A list of pool IDs ordered by their failover priority. Pools defined here are used by default, or when region_pools are not configured for a given region. """ - default_pools: [String] + default_pools: [String!] """The pool ID to use when all other pools are detected as unhealthy.""" fallback_pool: JSON location_strategy: location_strategy @@ -6262,7 +6262,7 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ """ BETA Field Not General Access: A list of rules for this load balancer to execute. """ - rules: [query_load_balancers_load_balancer_details_oneOf_0_allOf_1_result_rules_items] + rules: [query_load_balancers_load_balancer_details_oneOf_0_allOf_1_result_rules_items!] session_affinity: session_affinity session_affinity_attributes: session_affinity_attributes """ @@ -6286,7 +6286,7 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ """The time for a specific event.""" modified_time: DateTime """A list of peer tags.""" - peers: [JSON] + peers: [JSON!] """The serial number of the SOA for the given zone.""" soa_serial: Float """The time for a specific event.""" @@ -6296,7 +6296,7 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ """ Time deltas containing metadata about each bucket of time. The number of buckets (resolution) is determined by the amount of time between the since and until parameters. """ - timeseries: [query_zone_analytics__deprecated_get_dashboard_oneOf_0_allOf_1_result_timeseries_items] + timeseries: [query_zone_analytics__deprecated_get_dashboard_oneOf_0_allOf_1_result_timeseries_items!] """Indicates whether you can subscribe to this plan.""" can_subscribe: Boolean """The monetary unit in which pricing information is displayed.""" @@ -6398,7 +6398,7 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ """ An array of hostnames where Automatic Platform Optimization for WordPress is activated. """ - hostnames: [Hostname]! + hostnames: [Hostname!]! """Indicates whether or not site is powered by WordPress.""" wordpress: Boolean! """ @@ -6551,8 +6551,8 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ target: components_schemas_target """CID or content path of content to block.""" content: content_list_entry_content - auth_id_characteristics: [query_api_shield_settings_retrieve_information_about_specific_configuration_properties_oneOf_0_allOf_1_result_auth_id_characteristics_items] - schemas: [openapiwiththresholds] + auth_id_characteristics: [query_api_shield_settings_retrieve_information_about_specific_configuration_properties_oneOf_0_allOf_1_result_auth_id_characteristics_items!] + schemas: [openapiwiththresholds!] timestamp: String endpoint: endpoint! features: features @@ -6582,13 +6582,13 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ uploadURL: URL pools: mutation_account_load_balancer_monitors_preview_monitor_oneOf_0_allOf_1_result_pools preview_id: String! - modified_interconnects: [interconnect] + modified_interconnects: [interconnect!] modified_interconnect: JSON - modified_gre_tunnels: [gre_tunnel] + modified_gre_tunnels: [gre_tunnel!] deleted: Boolean deleted_gre_tunnel: JSON modified_gre_tunnel: JSON - modified_ipsec_tunnels: [ipsec_tunnel] + modified_ipsec_tunnels: [ipsec_tunnel!] deleted_ipsec_tunnel: JSON modified_ipsec_tunnel: JSON """Identifier""" @@ -6596,7 +6596,7 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ """A randomly generated or provided string for use in the IPsec tunnel.""" psk: String psk_metadata: psk_metadata - modified_routes: [schemas_route] + modified_routes: [schemas_route!] deleted_route: JSON modified_route: JSON """ @@ -6623,15 +6623,15 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ """ client_secret: String """A and AAAA records associated with the nameserver.""" - dns_records: [query_account_level_custom_nameservers_list_account_custom_nameservers_oneOf_0_allOf_1_result_items_dns_records_items]! + dns_records: [query_account_level_custom_nameservers_list_account_custom_nameservers_oneOf_0_allOf_1_result_items_dns_records_items!]! """The FQDN of the name server.""" ns_name: Hostname! """Identifier""" zone_tag: common_components_schemas_identifier! """The items in the List.""" - items: [query_zero_trust_lists_zero_trust_list_items_oneOf_0_allOf_1_result_items_items] + items: [query_zero_trust_lists_zero_trust_list_items_oneOf_0_allOf_1_result_items_items!] """The available actions that a rule can apply to a matched request.""" - allowed_modes: [schemas_mode]! + allowed_modes: [schemas_mode!]! configuration: schemas_configuration! mode: schemas_mode! """ @@ -6649,7 +6649,7 @@ type query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_ """ Comma separated list of valid host names for the certificate packs. Must contain the zone apex, may not contain more than 50 hosts, and may not be empty. """ - hosts: [String] + hosts: [String!] validation_method: validation_method_definition """URL where the custom waiting room page can temporarily be previewed.""" preview_url: URL @@ -6805,8 +6805,8 @@ type query_dns_firewall_list_dns_firewall_clusters_oneOf_0_allOf_1_result_items_ type query_dns_firewall_analytics_table_oneOf_0_allOf_1_result_data_items { """Array of dimension values for this row.""" - dimensions: [dimension_value]! - metrics: [JSON]! + dimensions: [dimension_value!]! + metrics: [JSON!]! } type dimension_value { @@ -7082,8 +7082,8 @@ type resolves_to_ref { The HTTP request headers to send in the health check. It is recommended you set a Host header by default. The User-Agent header cannot be overridden. This parameter is only valid for HTTP and HTTPS monitors. """ type header { - Host: [String] - X_App_ID: [String] @resolveRootField(subgraph: "CloudFlare", field: "X-App-ID") + Host: [String!] + X_App_ID: [String!] @resolveRootField(subgraph: "CloudFlare", field: "X-App-ID") } """The HTTP method used to access the endpoint.""" @@ -7211,7 +7211,7 @@ type schemas_header { """ The 'Host' header allows to override the hostname set in the HTTP request. Current support is 1 'Host' header override per origin. """ - Host: [String] + Host: [String!] } type query_account_load_balancer_pools_pool_health_details_oneOf_0_allOf_1_result_pop_health { @@ -7220,7 +7220,7 @@ type query_account_load_balancer_pools_pool_health_details_oneOf_0_allOf_1_resul type query_account_load_balancer_pools_pool_health_details_oneOf_0_allOf_1_result_pop_health_Amsterdam_COMMA__NL { healthy: Boolean - origins: [query_account_load_balancer_pools_pool_health_details_oneOf_0_allOf_1_result_pop_health_Amsterdam_COMMA__NL_origins_items] + origins: [query_account_load_balancer_pools_pool_health_details_oneOf_0_allOf_1_result_pop_health_Amsterdam_COMMA__NL_origins_items!] } type query_account_load_balancer_pools_pool_health_details_oneOf_0_allOf_1_result_pop_health_Amsterdam_COMMA__NL_origins_items { @@ -7235,14 +7235,14 @@ type query_account_load_balancer_pools_pool_health_details_oneOf_0_allOf_1_resul } type query_load_balancer_regions_get_region_oneOf_0_allOf_1_result_regions_items { - countries: [query_load_balancer_regions_get_region_oneOf_0_allOf_1_result_regions_items_countries_items] + countries: [query_load_balancer_regions_get_region_oneOf_0_allOf_1_result_regions_items_countries_items!] region_code: String } type query_load_balancer_regions_get_region_oneOf_0_allOf_1_result_regions_items_countries_items { country_code_a2: String country_name: String - country_subdivisions: [query_load_balancer_regions_get_region_oneOf_0_allOf_1_result_regions_items_countries_items_country_subdivisions_items] + country_subdivisions: [query_load_balancer_regions_get_region_oneOf_0_allOf_1_result_regions_items_countries_items_country_subdivisions_items!] } type query_load_balancer_regions_get_region_oneOf_0_allOf_1_result_regions_items_countries_items_country_subdivisions_items { @@ -7437,9 +7437,9 @@ scalar route_components_schemas_identifier @length(subgraph: "CloudFlare", min: """Used only for ECMP routes.""" type schemas_scope { """List of colo names for the ECMP scope.""" - colo_names: [String] + colo_names: [String!] """List of colo regions for the ECMP scope.""" - colo_regions: [String] + colo_regions: [String!] } """ @@ -7463,16 +7463,16 @@ enum pcaps_system @typescript(subgraph: "CloudFlare", type: "\\"magic-transit\\" } type schemas_query { - dimensions: [namespaceId_const] + dimensions: [namespaceId_const!] filters: String """Limit number of returned metrics.""" limit: Int - metrics: [query_workers_kv_stored_data_analytics_query_stored_data_analytics_oneOf_0_allOf_1_result_allOf_1_query_allOf_1_metrics_items] + metrics: [query_workers_kv_stored_data_analytics_query_stored_data_analytics_oneOf_0_allOf_1_result_allOf_1_query_allOf_1_metrics_items!] """ Start of time interval to query, defaults to 6 hours before request received. """ since: DateTime - sort: [String] + sort: [String!] """End of time interval to query, defaults to current time.""" until: DateTime } @@ -7506,11 +7506,11 @@ type cors_headers { """ allow_credentials: Boolean """Allowed HTTP request headers.""" - allowed_headers: [JSON] + allowed_headers: [JSON!] """Allowed HTTP request methods.""" - allowed_methods: [query_access_applications_list_access_applications_oneOf_0_allOf_1_result_items_anyOf_0_allOf_1_cors_headers_allowed_methods_items] + allowed_methods: [query_access_applications_list_access_applications_oneOf_0_allOf_1_result_items_anyOf_0_allOf_1_cors_headers_allowed_methods_items!] """Allowed origins.""" - allowed_origins: [JSON] + allowed_origins: [JSON!] """ The maximum number of seconds the results of a preflight request can be cached. """ @@ -7581,7 +7581,7 @@ type query_access_applications_test_access_policies_oneOf_0_allOf_1_result_app_s aud: String hostname: String name: String - policies: [JSON] + policies: [JSON!] status: String } @@ -7619,7 +7619,7 @@ type approval_group { """The number of approvals needed to obtain access.""" approvals_needed: NonNegativeFloat! """A list of emails that can approve the access request.""" - email_addresses: [JSON] + email_addresses: [JSON!] """The UUID of an re-usable email list.""" email_list_uuid: String } @@ -7808,9 +7808,9 @@ enum query_zero_trust_gateway_rules_list_zero_trust_gateway_rules_oneOf_0_allOf_ List of IDs that will be used when dispatching a notification. IDs for email type will be the email address. """ type mechanisms { - email: [query_notification_policies_list_notification_policies_oneOf_0_allOf_1_result_items_mechanisms_email_items] - pagerduty: [query_notification_policies_list_notification_policies_oneOf_0_allOf_1_result_items_mechanisms_pagerduty_items] - webhooks: [query_notification_policies_list_notification_policies_oneOf_0_allOf_1_result_items_mechanisms_webhooks_items] + email: [query_notification_policies_list_notification_policies_oneOf_0_allOf_1_result_items_mechanisms_email_items!] + pagerduty: [query_notification_policies_list_notification_policies_oneOf_0_allOf_1_result_items_mechanisms_pagerduty_items!] + webhooks: [query_notification_policies_list_notification_policies_oneOf_0_allOf_1_result_items_mechanisms_webhooks_items!] additionalProperties: JSON @resolveRoot(subgraph: "CloudFlare") } @@ -7948,15 +7948,15 @@ type rule_settings { """Override matching DNS queries with this.""" override_host: String """Override matching DNS queries with this.""" - override_ips: [String] + override_ips: [String!] } """ Add custom headers to allowed requests, in the form of key-value pairs. Keys are header names, pointing to an array with its header value(s). """ type query_zero_trust_gateway_rules_list_zero_trust_gateway_rules_oneOf_0_allOf_1_result_items_rule_settings_add_headers { - My_Next_Header: [String] @resolveRootField(subgraph: "CloudFlare", field: "My-Next-Header") - X_Custom_Header_Name: [String] @resolveRootField(subgraph: "CloudFlare", field: "X-Custom-Header-Name") + My_Next_Header: [String!] @resolveRootField(subgraph: "CloudFlare", field: "My-Next-Header") + X_Custom_Header_Name: [String!] @resolveRootField(subgraph: "CloudFlare", field: "X-Custom-Header-Name") } """Configure how browser isolation behaves.""" @@ -8003,8 +8003,8 @@ type adaptive_routing { A mapping of country codes to a list of pool IDs (ordered by their failover priority) for the given country. Any country not explicitly defined will fall back to using the corresponding region_pool mapping if it exists else to default_pools. """ type country_pools { - GB: [String] - US: [String] + GB: [String!] + US: [String!] } """ @@ -8043,9 +8043,9 @@ enum query_load_balancers_load_balancer_details_oneOf_0_allOf_1_result_location_ (Enterprise only): A mapping of Cloudflare PoP identifiers to a list of pool IDs (ordered by their failover priority) for the PoP (datacenter). Any PoPs not explicitly defined will fall back to using the corresponding country_pool, then region_pool mapping if it exists else to default_pools. """ type pop_pools { - LAX: [String] - LHR: [String] - SJC: [String] + LAX: [String!] + LHR: [String!] + SJC: [String!] } """ @@ -8071,8 +8071,8 @@ type query_load_balancers_load_balancer_details_oneOf_0_allOf_1_result_random_st A mapping of region codes to a list of pool IDs (ordered by their failover priority) for the given region. Any regions not explicitly defined will fall back to using default_pools. """ type region_pools { - ENAM: [String] - WNAM: [String] + ENAM: [String!] + WNAM: [String!] } """ @@ -8136,7 +8136,7 @@ type query_load_balancers_load_balancer_details_oneOf_0_allOf_1_result_rules_ite """ A list of pool IDs ordered by their failover priority. Pools defined here are used by default, or when region_pools are not configured for a given region. """ - default_pools: [String] + default_pools: [String!] """The pool ID to use when all other pools are detected as unhealthy.""" fallback_pool: JSON location_strategy: location_strategy @@ -8288,7 +8288,7 @@ type http_config { """ The expected HTTP response codes (e.g. "200") or code ranges (e.g. "2xx" for all codes starting with 2) of the health check. """ - expected_codes: [String] + expected_codes: [String!] """Follow redirects if the origin returns a 3xx status code.""" follow_redirects: Boolean header: query_health_checks_list_health_checks_oneOf_0_allOf_1_result_items_http_config_header @@ -8305,8 +8305,8 @@ type http_config { The HTTP request headers to send in the health check. It is recommended you set a Host header by default. The User-Agent header cannot be overridden. """ type query_health_checks_list_health_checks_oneOf_0_allOf_1_result_items_http_config_header { - Host: [String] - X_App_ID: [String] @resolveRootField(subgraph: "CloudFlare", field: "X-App-ID") + Host: [String!] + X_App_ID: [String!] @resolveRootField(subgraph: "CloudFlare", field: "X-App-ID") } """The HTTP method to use for the health check.""" @@ -8448,7 +8448,7 @@ type openapiwiththresholds { info: query_api_shield_endpoint_management_retrieve_operations_and_features_as_open_api_schemas_oneOf_0_allOf_1_result_schemas_items_info openapi: String paths: query_api_shield_endpoint_management_retrieve_operations_and_features_as_open_api_schemas_oneOf_0_allOf_1_result_schemas_items_paths - servers: [query_api_shield_endpoint_management_retrieve_operations_and_features_as_open_api_schemas_oneOf_0_allOf_1_result_schemas_items_servers_items] + servers: [query_api_shield_endpoint_management_retrieve_operations_and_features_as_open_api_schemas_oneOf_0_allOf_1_result_schemas_items_servers_items!] } type query_api_shield_endpoint_management_retrieve_operations_and_features_as_open_api_schemas_oneOf_0_allOf_1_result_schemas_items_info { @@ -8466,7 +8466,7 @@ type query_api_shield_endpoint_management_retrieve_operations_and_features_as_op } type query_api_shield_endpoint_management_retrieve_operations_and_features_as_open_api_schemas_oneOf_0_allOf_1_result_schemas_items_paths_api_v1_users__LEFT_CURLY_BRACE_var1_RIGHT_CURLY_BRACE__get { - parameters: [query_api_shield_endpoint_management_retrieve_operations_and_features_as_open_api_schemas_oneOf_0_allOf_1_result_schemas_items_paths_api_v1_users__LEFT_CURLY_BRACE_var1_RIGHT_CURLY_BRACE__get_parameters_items] + parameters: [query_api_shield_endpoint_management_retrieve_operations_and_features_as_open_api_schemas_oneOf_0_allOf_1_result_schemas_items_paths_api_v1_users__LEFT_CURLY_BRACE_var1_RIGHT_CURLY_BRACE__get_parameters_items!] } type query_api_shield_endpoint_management_retrieve_operations_and_features_as_open_api_schemas_oneOf_0_allOf_1_result_schemas_items_paths_api_v1_users__LEFT_CURLY_BRACE_var1_RIGHT_CURLY_BRACE__get_parameters_items { @@ -8712,7 +8712,7 @@ type mutation_spectrum_applications_create_spectrum_application_using_a_name_for """ The array of customer owned IPs we broadcast via anycast for this hostname and application. """ - ips: [String] + ips: [String!] type: static_const } @@ -8767,8 +8767,8 @@ enum traffic_type { } type ip_address_management_address_maps_address_map_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -8776,8 +8776,8 @@ type ip_address_management_address_maps_address_map_details_4xx_response { type ip_address_management_prefixes_download_loa_document_4xx_response { JSON: JSON @resolveRoot(subgraph: "CloudFlare") - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -8786,9 +8786,9 @@ type ip_address_management_prefixes_download_loa_document_4xx_response { union ip_address_management_prefixes_list_prefixes_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ipam_prefixes_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_prefixes_list_prefixes_4xx_response") = ipam_prefixes_components_schemas_response_collection | ip_address_management_prefixes_list_prefixes_4xx_response type ipam_prefixes_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [ipam_prefixes] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [ipam_prefixes!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -8833,9 +8833,9 @@ type ipam_prefixes { scalar ipam_prefixes_components_schemas_description @length(subgraph: "CloudFlare", min: null, max: 1000) type ip_address_management_prefixes_list_prefixes_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [ipam_prefixes] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [ipam_prefixes!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -8844,16 +8844,16 @@ type ip_address_management_prefixes_list_prefixes_4xx_response { union ip_address_management_prefixes_prefix_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ipam_prefixes_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_prefixes_prefix_details_4xx_response") = ipam_prefixes_components_schemas_single_response | ip_address_management_prefixes_prefix_details_4xx_response type ipam_prefixes_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type ip_address_management_prefixes_prefix_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -8862,16 +8862,16 @@ type ip_address_management_prefixes_prefix_details_4xx_response { union ip_address_management_dynamic_advertisement_get_advertisement_status_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "advertised_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_dynamic_advertisement_get_advertisement_status_4xx_response") = advertised_response | ip_address_management_dynamic_advertisement_get_advertisement_status_4xx_response type advertised_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type ip_address_management_dynamic_advertisement_get_advertisement_status_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -8880,9 +8880,9 @@ type ip_address_management_dynamic_advertisement_get_advertisement_status_4xx_re union ip_address_management_prefix_delegation_list_prefix_delegations_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ipam_delegations_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_prefix_delegation_list_prefix_delegations_4xx_response") = ipam_delegations_components_schemas_response_collection | ip_address_management_prefix_delegation_list_prefix_delegations_4xx_response type ipam_delegations_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [ipam_delegations] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [ipam_delegations!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -8905,9 +8905,9 @@ type ipam_delegations { scalar delegation_identifier @length(subgraph: "CloudFlare", min: null, max: 32) type ip_address_management_prefix_delegation_list_prefix_delegations_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [ipam_delegations] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [ipam_delegations!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -8917,8 +8917,8 @@ union audit_logs_get_account_audit_logs_response @statusCodeTypeName(subgraph: " type query_audit_logs_get_account_audit_logs_oneOf_0_oneOf_0 { errors: JSON - messages: [JSON] - result: [audit_logs] + messages: [JSON!] + result: [audit_logs!] success: Boolean } @@ -8995,8 +8995,8 @@ type query_audit_logs_get_account_audit_logs_oneOf_0_oneOf_0_result_items_resour } type api_response_common { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_accounts_list_accounts_oneOf_0_anyOf_0_result! """Whether the API call was successful""" success: Boolean! @@ -9008,8 +9008,8 @@ type query_accounts_list_accounts_oneOf_0_anyOf_0_result { } type audit_logs_get_account_audit_logs_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_accounts_list_accounts_oneOf_0_anyOf_0_result! """Whether the API call was successful""" success: Boolean! @@ -9018,16 +9018,16 @@ type audit_logs_get_account_audit_logs_4xx_response { union account_billing_profile_billing_profile_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "billing_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_billing_profile_billing_profile_details_4xx_response") = billing_response_single | account_billing_profile_billing_profile_details_4xx_response type billing_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type account_billing_profile_billing_profile_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -9036,9 +9036,9 @@ type account_billing_profile_billing_profile_details_4xx_response { union cloudflare_tunnel_list_cloudflare_tunnels_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_tunnel_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_tunnel_list_cloudflare_tunnels_4xx_response") = schemas_tunnel_response_collection | cloudflare_tunnel_list_cloudflare_tunnels_4xx_response type schemas_tunnel_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [tunnel] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [tunnel!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -9053,7 +9053,7 @@ type tunnel { """ Connections between cloudflared and the Cloudflare edge that are serving this tunnel. """ - connections: [cloudflare_tunnel_components_schemas_connection] + connections: [cloudflare_tunnel_components_schemas_connection!] """ If present, indicates the timestamp since the tunnel had at least 1 connection active (formatted in RFC 3339). If absent, tunnel is inactive. """ @@ -9088,9 +9088,9 @@ type tunnel { scalar tunnel_id @length(subgraph: "CloudFlare", min: null, max: 36) type cloudflare_tunnel_list_cloudflare_tunnels_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [tunnel] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [tunnel!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -9099,16 +9099,16 @@ type cloudflare_tunnel_list_cloudflare_tunnels_4xx_response { union cloudflare_tunnel_get_cloudflare_tunnel_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_tunnel_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_tunnel_get_cloudflare_tunnel_4xx_response") = schemas_tunnel_response_single | cloudflare_tunnel_get_cloudflare_tunnel_4xx_response type schemas_tunnel_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type cloudflare_tunnel_get_cloudflare_tunnel_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -9117,16 +9117,16 @@ type cloudflare_tunnel_get_cloudflare_tunnel_4xx_response { union cloudflare_tunnel_configuration_get_configuration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "config_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_tunnel_configuration_get_configuration_4xx_response") = config_response_single | cloudflare_tunnel_configuration_get_configuration_4xx_response type config_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type cloudflare_tunnel_configuration_get_configuration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -9135,9 +9135,9 @@ type cloudflare_tunnel_configuration_get_configuration_4xx_response { union cloudflare_tunnel_list_cloudflare_tunnel_connections_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "tunnel_connections_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_tunnel_list_cloudflare_tunnel_connections_4xx_response") = tunnel_connections_response | cloudflare_tunnel_list_cloudflare_tunnel_connections_4xx_response type tunnel_connections_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [tunnel_connection] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [tunnel_connection!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -9154,9 +9154,9 @@ type tunnel_connection { """ Connections between cloudflared and the Cloudflare edge that are serving this tunnel. """ - conns: [cloudflare_tunnel_components_schemas_connection] + conns: [cloudflare_tunnel_components_schemas_connection!] """Contents of a Cloudflare Tunnel.""" - features: [String] + features: [String!] """UUID of the tunnel's connection.""" id: connection_id """ @@ -9170,9 +9170,9 @@ type tunnel_connection { } type cloudflare_tunnel_list_cloudflare_tunnel_connections_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [tunnel_connection] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [tunnel_connection!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -9181,16 +9181,16 @@ type cloudflare_tunnel_list_cloudflare_tunnel_connections_4xx_response { union cloudflare_tunnel_get_cloudflare_tunnel_token_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "tunnel_response_token") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_tunnel_get_cloudflare_tunnel_token_4xx_response") = tunnel_response_token | cloudflare_tunnel_get_cloudflare_tunnel_token_4xx_response type tunnel_response_token { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type cloudflare_tunnel_get_cloudflare_tunnel_token_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -9199,18 +9199,18 @@ type cloudflare_tunnel_get_cloudflare_tunnel_token_4xx_response { union custom_pages_for_an_account_list_custom_pages_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "custom_pages_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "custom_pages_for_an_account_list_custom_pages_4xx_response") = custom_pages_response_collection | custom_pages_for_an_account_list_custom_pages_4xx_response type custom_pages_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! result_info: result_info } type custom_pages_for_an_account_list_custom_pages_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -9219,16 +9219,16 @@ type custom_pages_for_an_account_list_custom_pages_4xx_response { union custom_pages_for_an_account_get_a_custom_page_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "custom_pages_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "custom_pages_for_an_account_get_a_custom_page_4xx_response") = custom_pages_response_single | custom_pages_for_an_account_get_a_custom_page_4xx_response type custom_pages_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type custom_pages_for_an_account_get_a_custom_page_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -9250,9 +9250,9 @@ enum custom_pages_components_schemas_identifier_2 { union dlp_profiles_list_all_profiles_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "profiles_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dlp_profiles_list_all_profiles_4xx_response") = profiles_components_schemas_response_collection | dlp_profiles_list_all_profiles_4xx_response type profiles_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [profiles] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [profiles!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -9273,9 +9273,9 @@ type profiles { } type dlp_profiles_list_all_profiles_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [profiles] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [profiles!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -9284,16 +9284,16 @@ type dlp_profiles_list_all_profiles_4xx_response { union dlp_profiles_get_custom_profile_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "custom_profile_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dlp_profiles_get_custom_profile_4xx_response") = custom_profile_response | dlp_profiles_get_custom_profile_4xx_response type custom_profile_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type dlp_profiles_get_custom_profile_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -9302,16 +9302,16 @@ type dlp_profiles_get_custom_profile_4xx_response { union dlp_profiles_get_predefined_profile_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "predefined_profile_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dlp_profiles_get_predefined_profile_4xx_response") = predefined_profile_response | dlp_profiles_get_predefined_profile_4xx_response type predefined_profile_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type dlp_profiles_get_predefined_profile_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -9320,16 +9320,16 @@ type dlp_profiles_get_predefined_profile_4xx_response { union dlp_profiles_get_dlp_profile_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "either_profile_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dlp_profiles_get_dlp_profile_4xx_response") = either_profile_response | dlp_profiles_get_dlp_profile_4xx_response type either_profile_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type dlp_profiles_get_dlp_profile_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -9338,9 +9338,9 @@ type dlp_profiles_get_dlp_profile_4xx_response { union dns_firewall_list_dns_firewall_clusters_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dns_firewall_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_firewall_list_dns_firewall_clusters_4xx_response") = dns_firewall_response_collection | dns_firewall_list_dns_firewall_clusters_4xx_response type dns_firewall_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [dns_firewall] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [dns_firewall!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -9350,7 +9350,7 @@ type dns_firewall { attack_mitigation: attack_mitigation """Deprecate the response to ANY requests.""" deprecate_any_requests: Boolean! - dns_firewall_ips: [query_dns_firewall_list_dns_firewall_clusters_oneOf_0_allOf_1_result_items_dns_firewall_ips_items]! + dns_firewall_ips: [query_dns_firewall_list_dns_firewall_clusters_oneOf_0_allOf_1_result_items_dns_firewall_ips_items!]! """Forward client IP (resolver) subnet if no EDNS Client Subnet is sent.""" ecs_fallback: Boolean! """Identifier""" @@ -9365,7 +9365,7 @@ type dns_firewall { name: dns_firewall_components_schemas_name! """Negative DNS Cache TTL.""" negative_cache_ttl: PositiveFloat - origin_ips: [query_dns_firewall_list_dns_firewall_clusters_oneOf_0_allOf_1_result_items_origin_ips_items]! + origin_ips: [query_dns_firewall_list_dns_firewall_clusters_oneOf_0_allOf_1_result_items_origin_ips_items!]! """ Ratelimit in queries per second per datacenter (applies to DNS queries sent to the origin nameservers configured on the cluster). """ @@ -9376,9 +9376,9 @@ type dns_firewall { scalar dns_firewall_components_schemas_name @length(subgraph: "CloudFlare", min: null, max: 160) type dns_firewall_list_dns_firewall_clusters_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [dns_firewall] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [dns_firewall!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -9387,16 +9387,16 @@ type dns_firewall_list_dns_firewall_clusters_4xx_response { union dns_firewall_dns_firewall_cluster_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dns_firewall_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_firewall_dns_firewall_cluster_details_4xx_response") = dns_firewall_single_response | dns_firewall_dns_firewall_cluster_details_4xx_response type dns_firewall_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type dns_firewall_dns_firewall_cluster_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -9405,16 +9405,16 @@ type dns_firewall_dns_firewall_cluster_details_4xx_response { union dns_firewall_analytics_table_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dns_firewall_analytics_table_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_firewall_analytics_table_4xx_response") = dns_firewall_analytics_table_200_response | dns_firewall_analytics_table_4xx_response type dns_firewall_analytics_table_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type dns_firewall_analytics_table_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -9423,16 +9423,16 @@ type dns_firewall_analytics_table_4xx_response { union dns_firewall_analytics_by_time_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dns_firewall_analytics_by_time_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_firewall_analytics_by_time_4xx_response") = dns_firewall_analytics_by_time_200_response | dns_firewall_analytics_by_time_4xx_response type dns_firewall_analytics_by_time_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type dns_firewall_analytics_by_time_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -9441,9 +9441,9 @@ type dns_firewall_analytics_by_time_4xx_response { union email_routing_destination_addresses_list_destination_addresses_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "destination_addresses_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "email_routing_destination_addresses_list_destination_addresses_4xx_response") = destination_addresses_response_collection | email_routing_destination_addresses_list_destination_addresses_4xx_response type destination_addresses_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [addresses] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [addresses!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -9468,9 +9468,9 @@ type addresses { scalar destination_address_identifier @length(subgraph: "CloudFlare", min: null, max: 32) type email_routing_destination_addresses_list_destination_addresses_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [addresses] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [addresses!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -9479,16 +9479,16 @@ type email_routing_destination_addresses_list_destination_addresses_4xx_response union email_routing_destination_addresses_get_a_destination_address_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "destination_address_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "email_routing_destination_addresses_get_a_destination_address_4xx_response") = destination_address_response_single | email_routing_destination_addresses_get_a_destination_address_4xx_response type destination_address_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type email_routing_destination_addresses_get_a_destination_address_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -9497,8 +9497,8 @@ type email_routing_destination_addresses_get_a_destination_address_4xx_response union ip_access_rules_for_an_account_list_ip_access_rules_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_access_rules_for_an_account_list_ip_access_rules_4xx_response") = api_response_collection | ip_access_rules_for_an_account_list_ip_access_rules_4xx_response type ip_access_rules_for_an_account_list_ip_access_rules_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -9508,16 +9508,16 @@ type ip_access_rules_for_an_account_list_ip_access_rules_4xx_response { union ip_access_rules_for_an_account_get_an_ip_access_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_access_rules_for_an_account_get_an_ip_access_rule_4xx_response") = response_single | ip_access_rules_for_an_account_get_an_ip_access_rule_4xx_response type response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type ip_access_rules_for_an_account_get_an_ip_access_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -9526,9 +9526,9 @@ type ip_access_rules_for_an_account_get_an_ip_access_rule_4xx_response { union cloudflare_images_list_images_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "image_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_images_list_images_4xx_response") = image_response_collection | cloudflare_images_list_images_4xx_response type image_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [images] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [images!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -9547,7 +9547,7 @@ type images { """When the media item was uploaded.""" uploaded: DateTime """Object specifying available variants for an image.""" - variants: [query_cloudflare_images_list_images_oneOf_0_allOf_1_result_items_variants_items] + variants: [query_cloudflare_images_list_images_oneOf_0_allOf_1_result_items_variants_items!] } """Image file name.""" @@ -9568,9 +9568,9 @@ type query_cloudflare_images_list_images_oneOf_0_allOf_1_result_items_variants_i } type cloudflare_images_list_images_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [images] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [images!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -9582,8 +9582,8 @@ scalar images_components_schemas_account_identifier @length(subgraph: "CloudFlar union cloudflare_images_keys_list_signing_keys_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_key_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_images_keys_list_signing_keys_4xx_response") = schemas_key_response_collection | cloudflare_images_keys_list_signing_keys_4xx_response type schemas_key_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: keys_response """Whether the API call was successful""" success: Boolean! @@ -9591,7 +9591,7 @@ type schemas_key_response_collection { } type keys_response { - keys: [schemas_keys] + keys: [schemas_keys!] } type schemas_keys { @@ -9602,8 +9602,8 @@ type schemas_keys { } type cloudflare_images_keys_list_signing_keys_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: keys_response """Whether the API call was successful""" success: Boolean! @@ -9625,8 +9625,8 @@ type images_count { type cloudflare_images_images_usage_statistics_4xx_response { count: images_count - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -9635,8 +9635,8 @@ type cloudflare_images_images_usage_statistics_4xx_response { union cloudflare_images_variants_list_variants_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "variant_list_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_images_variants_list_variants_4xx_response") = variant_list_response | cloudflare_images_variants_list_variants_4xx_response type variant_list_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: variants_response """Whether the API call was successful""" success: Boolean! @@ -9652,8 +9652,8 @@ type variant_public_request { } type cloudflare_images_variants_list_variants_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: variants_response """Whether the API call was successful""" success: Boolean! @@ -9663,16 +9663,16 @@ type cloudflare_images_variants_list_variants_4xx_response { union cloudflare_images_variants_variant_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "variant_simple_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_images_variants_variant_details_4xx_response") = variant_simple_response | cloudflare_images_variants_variant_details_4xx_response type variant_simple_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type cloudflare_images_variants_variant_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -9683,16 +9683,16 @@ scalar variants_components_schemas_identifier @regexp(subgraph: "CloudFlare", pa union cloudflare_images_image_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "image_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_images_image_details_4xx_response") = image_response_single | cloudflare_images_image_details_4xx_response type image_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type cloudflare_images_image_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -9706,8 +9706,8 @@ type String_container { type cloudflare_images_base_image_4xx_response { String: String @resolveRoot(subgraph: "CloudFlare") - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -9716,16 +9716,16 @@ type cloudflare_images_base_image_4xx_response { union phishing_url_scanner_scan_suspicious_url_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "phishing_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "phishing_url_scanner_scan_suspicious_url_4xx_response") = phishing_components_schemas_single_response | phishing_url_scanner_scan_suspicious_url_4xx_response type phishing_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type phishing_url_scanner_scan_suspicious_url_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -9734,9 +9734,9 @@ type phishing_url_scanner_scan_suspicious_url_4xx_response { union asn_intelligence_get_asn_overview_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "asn_components_schemas_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "asn_intelligence_get_asn_overview_4xx_response") = asn_components_schemas_response | asn_intelligence_get_asn_overview_4xx_response type asn_components_schemas_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [asn_components_schemas_asn] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [asn_components_schemas_asn!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -9747,7 +9747,7 @@ type asn_components_schemas_asn { country: String description: String domain_count: Int - top_domains: [String] + top_domains: [String!] type: asn_type } @@ -9759,9 +9759,9 @@ enum asn_type { } type asn_intelligence_get_asn_overview_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [asn_components_schemas_asn] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [asn_components_schemas_asn!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -9772,7 +9772,7 @@ input asn_components_schemas_asn_Input { country: String description: String domain_count: Int - top_domains: [String] + top_domains: [String!] type: asn_type } @@ -9787,7 +9787,7 @@ type asn_intelligence_get_asn_subnets_200_response { page: Float """Number of results per page of results.""" per_page: Float - subnets: [String] + subnets: [String!] } type asn_intelligence_get_asn_subnets_4xx_response { @@ -9799,9 +9799,9 @@ type asn_intelligence_get_asn_subnets_4xx_response { page: Float """Number of results per page of results.""" per_page: Float - subnets: [String] - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + subnets: [String!] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -9810,16 +9810,16 @@ type asn_intelligence_get_asn_subnets_4xx_response { union passive_dns_by_ip_get_passive_dns_by_ip_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "passive_dns_by_ip_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "passive_dns_by_ip_get_passive_dns_by_ip_4xx_response") = passive_dns_by_ip_components_schemas_single_response | passive_dns_by_ip_get_passive_dns_by_ip_4xx_response type passive_dns_by_ip_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type passive_dns_by_ip_get_passive_dns_by_ip_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -9828,16 +9828,16 @@ type passive_dns_by_ip_get_passive_dns_by_ip_4xx_response { union domain_intelligence_get_domain_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "domain_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "domain_intelligence_get_domain_details_4xx_response") = domain_components_schemas_single_response | domain_intelligence_get_domain_details_4xx_response type domain_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type domain_intelligence_get_domain_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -9846,21 +9846,21 @@ type domain_intelligence_get_domain_details_4xx_response { union domain_history_get_domain_history_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "domain_history_get_domain_history_4xx_response") = response | domain_history_get_domain_history_4xx_response type response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [domain_history] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [domain_history!] """Whether the API call was successful""" success: Boolean! result_info: result_info } type domain_history { - categorizations: [query_domain_history_get_domain_history_oneOf_0_allOf_1_result_items_categorizations_items] + categorizations: [query_domain_history_get_domain_history_oneOf_0_allOf_1_result_items_categorizations_items!] domain: String } type query_domain_history_get_domain_history_oneOf_0_allOf_1_result_items_categorizations_items { - categories: [query_domain_history_get_domain_history_oneOf_0_allOf_1_result_items_categorizations_items_categories_items] + categories: [query_domain_history_get_domain_history_oneOf_0_allOf_1_result_items_categorizations_items_categories_items!] end: Date start: Date } @@ -9871,9 +9871,9 @@ type query_domain_history_get_domain_history_oneOf_0_allOf_1_result_items_catego } type domain_history_get_domain_history_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [domain_history] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [domain_history!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -9882,9 +9882,9 @@ type domain_history_get_domain_history_4xx_response { union domain_intelligence_get_multiple_domain_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_collection_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "domain_intelligence_get_multiple_domain_details_4xx_response") = schemas_collection_response | domain_intelligence_get_multiple_domain_details_4xx_response type schemas_collection_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_domain_intelligence_get_multiple_domain_details_oneOf_0_allOf_1_result_items] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_domain_intelligence_get_multiple_domain_details_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -9894,7 +9894,7 @@ type query_domain_intelligence_get_multiple_domain_details_oneOf_0_allOf_1_resul additional_information: additional_information application: schemas_application """Current content categories.""" - content_categories: [query_domain_intelligence_get_domain_details_oneOf_0_allOf_1_result_content_categories_items] + content_categories: [query_domain_intelligence_get_domain_details_oneOf_0_allOf_1_result_content_categories_items!] domain: String """ Global Cloudflare 100k ranking for the last 30 days, if available for the hostname. The top ranked domain is 1, the lowest ranked domain is 100,000. @@ -9904,13 +9904,13 @@ type query_domain_intelligence_get_multiple_domain_details_oneOf_0_allOf_1_resul Hostname risk score, which is a value between 0 (lowest risk) to 1 (highest risk). """ risk_score: Float - risk_types: [JSON] + risk_types: [JSON!] } type domain_intelligence_get_multiple_domain_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_domain_intelligence_get_multiple_domain_details_oneOf_0_allOf_1_result_items] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_domain_intelligence_get_multiple_domain_details_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -9919,9 +9919,9 @@ type domain_intelligence_get_multiple_domain_details_4xx_response { union ip_intelligence_get_ip_overview_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_intelligence_get_ip_overview_4xx_response") = schemas_response | ip_intelligence_get_ip_overview_4xx_response type schemas_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [ip_components_schemas_ip] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [ip_components_schemas_ip!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -9930,7 +9930,7 @@ type schemas_response { type ip_components_schemas_ip { belongs_to_ref: query_ip_intelligence_get_ip_overview_oneOf_0_allOf_1_result_items_belongs_to_ref ip: common_components_schemas_ip - risk_types: [query_ip_intelligence_get_ip_overview_oneOf_0_allOf_1_result_items_risk_types_items] + risk_types: [query_ip_intelligence_get_ip_overview_oneOf_0_allOf_1_result_items_risk_types_items!] } """ @@ -9963,9 +9963,9 @@ type query_ip_intelligence_get_ip_overview_oneOf_0_allOf_1_result_items_risk_typ } type ip_intelligence_get_ip_overview_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [ip_components_schemas_ip] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [ip_components_schemas_ip!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -9974,9 +9974,9 @@ type ip_intelligence_get_ip_overview_4xx_response { union ip_list_get_ip_lists_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "components_schemas_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_list_get_ip_lists_4xx_response") = components_schemas_response | ip_list_get_ip_lists_4xx_response type components_schemas_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [ip_list] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [ip_list!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -9989,9 +9989,9 @@ type ip_list { } type ip_list_get_ip_lists_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [ip_list] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [ip_list!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -10000,16 +10000,16 @@ type ip_list_get_ip_lists_4xx_response { union whois_record_get_whois_record_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "whois_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "whois_record_get_whois_record_4xx_response") = whois_components_schemas_single_response | whois_record_get_whois_record_4xx_response type whois_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type whois_record_get_whois_record_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -10018,9 +10018,9 @@ type whois_record_get_whois_record_4xx_response { union account_load_balancer_monitors_list_monitors_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "monitor_components_schemas_response_collection_2") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_load_balancer_monitors_list_monitors_4xx_response") = monitor_components_schemas_response_collection_2 | account_load_balancer_monitors_list_monitors_4xx_response type monitor_components_schemas_response_collection_2 { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [components_schemas_monitor] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [components_schemas_monitor!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -10099,9 +10099,9 @@ enum monitor_components_schemas_type { } type account_load_balancer_monitors_list_monitors_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [components_schemas_monitor] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [components_schemas_monitor!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -10110,16 +10110,16 @@ type account_load_balancer_monitors_list_monitors_4xx_response { union account_load_balancer_monitors_monitor_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "monitor_components_schemas_single_response_2") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_load_balancer_monitors_monitor_details_4xx_response") = monitor_components_schemas_single_response_2 | account_load_balancer_monitors_monitor_details_4xx_response type monitor_components_schemas_single_response_2 { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type account_load_balancer_monitors_monitor_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -10128,10 +10128,10 @@ type account_load_balancer_monitors_monitor_details_4xx_response { union account_load_balancer_monitors_list_monitor_references_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "references_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_load_balancer_monitors_list_monitor_references_4xx_response") = references_response | account_load_balancer_monitors_list_monitor_references_4xx_response type references_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """List of resources that reference a given monitor.""" - result: [query_account_load_balancer_monitors_list_monitor_references_oneOf_0_allOf_1_result_items] + result: [query_account_load_balancer_monitors_list_monitor_references_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -10151,10 +10151,10 @@ enum query_account_load_balancer_monitors_list_monitor_references_oneOf_0_allOf_ } type account_load_balancer_monitors_list_monitor_references_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """List of resources that reference a given monitor.""" - result: [query_account_load_balancer_monitors_list_monitor_references_oneOf_0_allOf_1_result_items] + result: [query_account_load_balancer_monitors_list_monitor_references_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -10163,9 +10163,9 @@ type account_load_balancer_monitors_list_monitor_references_4xx_response { union account_load_balancer_pools_list_pools_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pool_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_load_balancer_pools_list_pools_4xx_response") = pool_components_schemas_response_collection | account_load_balancer_pools_list_pools_4xx_response type pool_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [pool] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [pool!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -10175,7 +10175,7 @@ type pool { """ A list of regions from which to run health checks. Null means every Cloudflare data center. """ - check_regions: [query_account_load_balancer_pools_list_pools_oneOf_0_allOf_1_result_items_check_regions_items] + check_regions: [query_account_load_balancer_pools_list_pools_oneOf_0_allOf_1_result_items_check_regions_items!] created_on: DateTime """A human-readable description of the pool.""" description: String @@ -10219,7 +10219,7 @@ type pool { """ The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy. """ - origins: [schemas_origin] + origins: [schemas_origin!] } """ @@ -10243,9 +10243,9 @@ enum query_account_load_balancer_pools_list_pools_oneOf_0_allOf_1_result_items_c } type account_load_balancer_pools_list_pools_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [pool] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [pool!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -10254,16 +10254,16 @@ type account_load_balancer_pools_list_pools_4xx_response { union account_load_balancer_pools_pool_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pool_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_load_balancer_pools_pool_details_4xx_response") = pool_components_schemas_single_response | account_load_balancer_pools_pool_details_4xx_response type pool_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type account_load_balancer_pools_pool_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -10272,16 +10272,16 @@ type account_load_balancer_pools_pool_details_4xx_response { union account_load_balancer_pools_pool_health_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "health_details") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_load_balancer_pools_pool_health_details_4xx_response") = health_details | account_load_balancer_pools_pool_health_details_4xx_response type health_details { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type account_load_balancer_pools_pool_health_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -10290,10 +10290,10 @@ type account_load_balancer_pools_pool_health_details_4xx_response { union account_load_balancer_pools_list_pool_references_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_references_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_load_balancer_pools_list_pool_references_4xx_response") = schemas_references_response | account_load_balancer_pools_list_pool_references_4xx_response type schemas_references_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """List of resources that reference a given pool.""" - result: [query_account_load_balancer_pools_list_pool_references_oneOf_0_allOf_1_result_items] + result: [query_account_load_balancer_pools_list_pool_references_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -10313,10 +10313,10 @@ enum query_account_load_balancer_pools_list_pool_references_oneOf_0_allOf_1_resu } type account_load_balancer_pools_list_pool_references_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """List of resources that reference a given pool.""" - result: [query_account_load_balancer_pools_list_pool_references_oneOf_0_allOf_1_result_items] + result: [query_account_load_balancer_pools_list_pool_references_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -10325,8 +10325,8 @@ type account_load_balancer_pools_list_pool_references_4xx_response { union account_load_balancer_monitors_preview_result_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "preview_result_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_load_balancer_monitors_preview_result_4xx_response") = preview_result_response | account_load_balancer_monitors_preview_result_4xx_response type preview_result_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -10336,7 +10336,7 @@ type preview_result_response { type query_account_load_balancer_monitors_preview_result_oneOf_0_allOf_1_abwlnp5jbqn45ecgxd03erbgtxtqai0d { healthy: Boolean - origins: [query_account_load_balancer_monitors_preview_result_oneOf_0_allOf_1_abwlnp5jbqn45ecgxd03erbgtxtqai0d_origins_items] + origins: [query_account_load_balancer_monitors_preview_result_oneOf_0_allOf_1_abwlnp5jbqn45ecgxd03erbgtxtqai0d_origins_items!] } type query_account_load_balancer_monitors_preview_result_oneOf_0_allOf_1_abwlnp5jbqn45ecgxd03erbgtxtqai0d_origins_items { @@ -10348,8 +10348,8 @@ type query_account_load_balancer_monitors_preview_result_oneOf_0_allOf_1_abwlnp5 } type account_load_balancer_monitors_preview_result_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -10360,16 +10360,16 @@ type account_load_balancer_monitors_preview_result_4xx_response { union load_balancer_regions_list_regions_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "region_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_regions_list_regions_4xx_response") = region_components_schemas_response_collection | load_balancer_regions_list_regions_4xx_response type region_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type load_balancer_regions_list_regions_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -10378,16 +10378,16 @@ type load_balancer_regions_list_regions_4xx_response { union load_balancer_regions_get_region_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "region_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_regions_get_region_4xx_response") = region_components_schemas_single_response | load_balancer_regions_get_region_4xx_response type region_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type load_balancer_regions_get_region_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -10415,8 +10415,8 @@ enum region_code { union account_load_balancer_search_search_resources_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "account_load_balancer_search_search_resources_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_load_balancer_search_search_resources_4xx_response") = account_load_balancer_search_search_resources_200_response | account_load_balancer_search_search_resources_4xx_response type account_load_balancer_search_search_resources_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: search """Whether the API call was successful""" success: Boolean! @@ -10425,14 +10425,14 @@ type account_load_balancer_search_search_resources_200_response { type search { """A list of resources matching the search query.""" - resources: [resource_reference] + resources: [resource_reference!] } """A reference to a load balancer resource.""" type resource_reference { reference_type: query_account_load_balancer_search_search_resources_oneOf_0_allOf_1_result_resources_items_reference_type """A list of references to (referrer) or from (referral) this resource.""" - references: [JSON] + references: [JSON!] resource_id: String """The human-identifiable name of the resource.""" resource_name: String @@ -10453,8 +10453,8 @@ enum query_account_load_balancer_search_search_resources_oneOf_0_allOf_1_result_ } type account_load_balancer_search_search_resources_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: search """Whether the API call was successful""" success: Boolean! @@ -10464,16 +10464,16 @@ type account_load_balancer_search_search_resources_4xx_response { union magic_interconnects_list_interconnects_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "components_schemas_tunnels_collection_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_interconnects_list_interconnects_4xx_response") = components_schemas_tunnels_collection_response | magic_interconnects_list_interconnects_4xx_response type components_schemas_tunnels_collection_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type magic_interconnects_list_interconnects_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -10482,16 +10482,16 @@ type magic_interconnects_list_interconnects_4xx_response { union magic_interconnects_list_interconnect_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "components_schemas_tunnel_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_interconnects_list_interconnect_details_4xx_response") = components_schemas_tunnel_single_response | magic_interconnects_list_interconnect_details_4xx_response type components_schemas_tunnel_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type magic_interconnects_list_interconnect_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -10500,16 +10500,16 @@ type magic_interconnects_list_interconnect_details_4xx_response { union magic_gre_tunnels_list_gre_tunnels_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "tunnels_collection_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_gre_tunnels_list_gre_tunnels_4xx_response") = tunnels_collection_response | magic_gre_tunnels_list_gre_tunnels_4xx_response type tunnels_collection_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type magic_gre_tunnels_list_gre_tunnels_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -10518,16 +10518,16 @@ type magic_gre_tunnels_list_gre_tunnels_4xx_response { union magic_gre_tunnels_list_gre_tunnel_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "tunnel_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_gre_tunnels_list_gre_tunnel_details_4xx_response") = tunnel_single_response | magic_gre_tunnels_list_gre_tunnel_details_4xx_response type tunnel_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type magic_gre_tunnels_list_gre_tunnel_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -10536,16 +10536,16 @@ type magic_gre_tunnels_list_gre_tunnel_details_4xx_response { union magic_i_psec_tunnels_list_i_psec_tunnels_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_tunnels_collection_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_i_psec_tunnels_list_i_psec_tunnels_4xx_response") = schemas_tunnels_collection_response | magic_i_psec_tunnels_list_i_psec_tunnels_4xx_response type schemas_tunnels_collection_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type magic_i_psec_tunnels_list_i_psec_tunnels_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -10554,16 +10554,16 @@ type magic_i_psec_tunnels_list_i_psec_tunnels_4xx_response { union magic_i_psec_tunnels_list_i_psec_tunnel_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_tunnel_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_i_psec_tunnels_list_i_psec_tunnel_details_4xx_response") = schemas_tunnel_single_response | magic_i_psec_tunnels_list_i_psec_tunnel_details_4xx_response type schemas_tunnel_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type magic_i_psec_tunnels_list_i_psec_tunnel_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -10572,16 +10572,16 @@ type magic_i_psec_tunnels_list_i_psec_tunnel_details_4xx_response { union magic_static_routes_list_routes_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "routes_collection_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_static_routes_list_routes_4xx_response") = routes_collection_response | magic_static_routes_list_routes_4xx_response type routes_collection_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type magic_static_routes_list_routes_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -10590,16 +10590,16 @@ type magic_static_routes_list_routes_4xx_response { union magic_static_routes_route_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "route_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_static_routes_route_details_4xx_response") = route_single_response | magic_static_routes_route_details_4xx_response type route_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type magic_static_routes_route_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -10608,8 +10608,8 @@ type magic_static_routes_route_details_4xx_response { union account_members_list_members_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_members_list_members_4xx_response") = api_response_collection | account_members_list_members_4xx_response type account_members_list_members_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -10619,8 +10619,8 @@ type account_members_list_members_4xx_response { union account_members_member_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_members_member_details_4xx_response") = response_single | account_members_member_details_4xx_response type account_members_member_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -10635,7 +10635,7 @@ type mnm_config { default_sampling: PositiveFloat! """The account name.""" name: String! - router_ips: [String]! + router_ips: [String!]! } type magic_network_monitoring_configuration_list_account_configuration_4xx_response { @@ -10645,9 +10645,9 @@ type magic_network_monitoring_configuration_list_account_configuration_4xx_respo default_sampling: PositiveFloat! """The account name.""" name: String! - router_ips: [String]! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + router_ips: [String!]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -10662,9 +10662,9 @@ type magic_network_monitoring_configuration_list_rules_and_account_configuration default_sampling: PositiveFloat! """The account name.""" name: String! - router_ips: [String]! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + router_ips: [String!]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -10694,7 +10694,7 @@ type mnm_rule { The number of packets per second for the rule. When this value is exceeded for the set duration, an alert notification is sent. Minimum of 1 and no maximum. """ packet_threshold: PositiveFloat - prefixes: [String]! + prefixes: [String!]! } type magic_network_monitoring_rules_list_rules_4xx_response { @@ -10719,9 +10719,9 @@ type magic_network_monitoring_rules_list_rules_4xx_response { The number of packets per second for the rule. When this value is exceeded for the set duration, an alert notification is sent. Minimum of 1 and no maximum. """ packet_threshold: PositiveFloat - prefixes: [String]! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + prefixes: [String!]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -10751,9 +10751,9 @@ type magic_network_monitoring_rules_get_rule_4xx_response { The number of packets per second for the rule. When this value is exceeded for the set duration, an alert notification is sent. Minimum of 1 and no maximum. """ packet_threshold: PositiveFloat - prefixes: [String]! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + prefixes: [String!]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -10762,9 +10762,9 @@ type magic_network_monitoring_rules_get_rule_4xx_response { union pages_project_get_projects_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "projects_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "pages_project_get_projects_4xx_response") = projects_response | pages_project_get_projects_4xx_response type projects_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! result_info: query_pages_project_get_projects_oneOf_0_allOf_1_result_info @@ -10778,9 +10778,9 @@ type query_pages_project_get_projects_oneOf_0_allOf_1_result_info { } type pages_project_get_projects_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! result_info: query_pages_project_get_projects_oneOf_0_allOf_1_result_info @@ -10789,16 +10789,16 @@ type pages_project_get_projects_4xx_response { union pages_project_get_project_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "project_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "pages_project_get_project_4xx_response") = project_response | pages_project_get_project_4xx_response type project_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_accounts_list_accounts_oneOf_0_anyOf_0_result! """Whether the API call was successful""" success: Boolean! } type pages_project_get_project_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_accounts_list_accounts_oneOf_0_anyOf_0_result! """Whether the API call was successful""" success: Boolean! @@ -10809,9 +10809,9 @@ scalar project_name @regexp(subgraph: "CloudFlare", pattern: "^[a-z0-9][a-z0-9-] union pages_deployment_get_deployments_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "deployment_list_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "pages_deployment_get_deployments_4xx_response") = deployment_list_response | pages_deployment_get_deployments_4xx_response type deployment_list_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! result_info: query_pages_deployment_get_deployments_oneOf_0_allOf_1_result_info @@ -10825,9 +10825,9 @@ type query_pages_deployment_get_deployments_oneOf_0_allOf_1_result_info { } type pages_deployment_get_deployments_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! result_info: query_pages_deployment_get_deployments_oneOf_0_allOf_1_result_info @@ -10836,8 +10836,8 @@ type pages_deployment_get_deployments_4xx_response { union pages_deployment_get_deployment_info_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "deployment_response_details") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "pages_deployment_get_deployment_info_4xx_response") = deployment_response_details | pages_deployment_get_deployment_info_4xx_response type deployment_response_details { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: deployments """Whether the API call was successful""" success: Boolean! @@ -10845,7 +10845,7 @@ type deployment_response_details { type deployments { """A list of alias URLs pointing to this deployment.""" - aliases: [JSON] + aliases: [JSON!] build_config: JSON """When the deployment was created.""" created_on: DateTime @@ -10867,7 +10867,7 @@ type deployments { short_id: String source: JSON """List of past stages.""" - stages: [stage] + stages: [stage!] """The live URL to view this deployment.""" url: URL } @@ -10921,8 +10921,8 @@ scalar query_pages_deployment_get_deployment_info_oneOf_0_allOf_1_result_stages_ scalar query_pages_deployment_get_deployment_info_oneOf_0_allOf_1_result_stages_items_status @regexp(subgraph: "CloudFlare", pattern: "success|idle|active|failure|canceled") @typescript(subgraph: "CloudFlare", type: "string") type pages_deployment_get_deployment_info_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: deployments """Whether the API call was successful""" success: Boolean! @@ -10931,15 +10931,15 @@ type pages_deployment_get_deployment_info_4xx_response { union pages_deployment_get_deployment_logs_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "deployment_response_logs") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "pages_deployment_get_deployment_logs_4xx_response") = deployment_response_logs | pages_deployment_get_deployment_logs_4xx_response type deployment_response_logs { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_pages_deployment_get_deployment_logs_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type query_pages_deployment_get_deployment_logs_oneOf_0_allOf_1_result { - data: [query_pages_deployment_get_deployment_logs_oneOf_0_allOf_1_result_data_items] + data: [query_pages_deployment_get_deployment_logs_oneOf_0_allOf_1_result_data_items!] includes_container_logs: Boolean total: Int } @@ -10950,8 +10950,8 @@ type query_pages_deployment_get_deployment_logs_oneOf_0_allOf_1_result_data_item } type pages_deployment_get_deployment_logs_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_pages_deployment_get_deployment_logs_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -10960,15 +10960,15 @@ type pages_deployment_get_deployment_logs_4xx_response { union pages_deployment_get_deployment_stage_logs_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "deployment_response_stage_logs") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "pages_deployment_get_deployment_stage_logs_4xx_response") = deployment_response_stage_logs | pages_deployment_get_deployment_stage_logs_4xx_response type deployment_response_stage_logs { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_pages_deployment_get_deployment_stage_logs_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type query_pages_deployment_get_deployment_stage_logs_oneOf_0_allOf_1_result { - data: [query_pages_deployment_get_deployment_stage_logs_oneOf_0_allOf_1_result_data_items] + data: [query_pages_deployment_get_deployment_stage_logs_oneOf_0_allOf_1_result_data_items!] end: Int ended_on: DateTime name: String @@ -10985,8 +10985,8 @@ type query_pages_deployment_get_deployment_stage_logs_oneOf_0_allOf_1_result_dat } type pages_deployment_get_deployment_stage_logs_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_pages_deployment_get_deployment_stage_logs_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -10997,9 +10997,9 @@ scalar deployment_stage_name @regexp(subgraph: "CloudFlare", pattern: "queued|in union pages_domains_get_domains_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "domain_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "pages_domains_get_domains_4xx_response") = domain_response_collection | pages_domains_get_domains_4xx_response type domain_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! result_info: query_pages_domains_get_domains_oneOf_0_allOf_1_result_info @@ -11013,9 +11013,9 @@ type query_pages_domains_get_domains_oneOf_0_allOf_1_result_info { } type pages_domains_get_domains_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! result_info: query_pages_domains_get_domains_oneOf_0_allOf_1_result_info @@ -11024,16 +11024,16 @@ type pages_domains_get_domains_4xx_response { union pages_domains_get_domain_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "domain_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "pages_domains_get_domain_4xx_response") = domain_response_single | pages_domains_get_domain_4xx_response type domain_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type pages_domains_get_domain_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -11044,9 +11044,9 @@ scalar domain_name @regexp(subgraph: "CloudFlare", pattern: "^[a-z0-9][a-z0-9-]* union magic_pcap_collection_list_packet_capture_requests_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pcaps_collection_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_pcap_collection_list_packet_capture_requests_4xx_response") = pcaps_collection_response | magic_pcap_collection_list_packet_capture_requests_4xx_response type pcaps_collection_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_magic_pcap_collection_list_packet_capture_requests_oneOf_0_allOf_1_result_items] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_magic_pcap_collection_list_packet_capture_requests_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -11105,9 +11105,9 @@ enum pcaps_type { } type magic_pcap_collection_list_packet_capture_requests_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_magic_pcap_collection_list_packet_capture_requests_oneOf_0_allOf_1_result_items] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_magic_pcap_collection_list_packet_capture_requests_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -11116,9 +11116,9 @@ type magic_pcap_collection_list_packet_capture_requests_4xx_response { union magic_pcap_collection_list_pca_ps_bucket_ownership_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pcaps_ownership_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_pcap_collection_list_pca_ps_bucket_ownership_4xx_response") = pcaps_ownership_collection | magic_pcap_collection_list_pca_ps_bucket_ownership_4xx_response type pcaps_ownership_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [pcaps_ownership_response] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [pcaps_ownership_response!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -11155,9 +11155,9 @@ enum query_magic_pcap_collection_list_pca_ps_bucket_ownership_oneOf_0_allOf_1_re } type magic_pcap_collection_list_pca_ps_bucket_ownership_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [pcaps_ownership_response] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [pcaps_ownership_response!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -11166,16 +11166,16 @@ type magic_pcap_collection_list_pca_ps_bucket_ownership_4xx_response { union magic_pcap_collection_get_pcap_request_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pcaps_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_pcap_collection_get_pcap_request_4xx_response") = pcaps_single_response | magic_pcap_collection_get_pcap_request_4xx_response type pcaps_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type magic_pcap_collection_get_pcap_request_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -11184,9 +11184,9 @@ type magic_pcap_collection_get_pcap_request_4xx_response { union account_railguns_list_railguns_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "railgun_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_railguns_list_railguns_4xx_response") = railgun_response_collection | account_railguns_list_railguns_4xx_response type railgun_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [railgun] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [railgun!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -11243,9 +11243,9 @@ type upgrade_info { } type account_railguns_list_railguns_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [railgun] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [railgun!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -11254,16 +11254,16 @@ type account_railguns_list_railguns_4xx_response { union account_railguns_railgun_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "railgun_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_railguns_railgun_details_4xx_response") = railgun_response_single | account_railguns_railgun_details_4xx_response type railgun_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type account_railguns_railgun_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -11272,9 +11272,9 @@ type account_railguns_railgun_details_4xx_response { union railgun_connections_list_connections_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "connection_collection_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "railgun_connections_list_connections_4xx_response") = connection_collection_response | railgun_connections_list_connections_4xx_response type connection_collection_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_connection] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_connection!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -11304,9 +11304,9 @@ type connection_components_schemas_zone { scalar properties_name @regexp(subgraph: "CloudFlare", pattern: "^([a-zA-Z0-9][\\\\-a-zA-Z0-9]*\\\\.)+[\\\\-a-zA-Z0-9]{2,20}$") @typescript(subgraph: "CloudFlare", type: "string") type railgun_connections_list_connections_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_connection] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_connection!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -11315,16 +11315,16 @@ type railgun_connections_list_connections_4xx_response { union railgun_connections_connection_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "connection_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "railgun_connections_connection_details_4xx_response") = connection_single_response | railgun_connections_connection_details_4xx_response type connection_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type railgun_connections_connection_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -11333,16 +11333,16 @@ type railgun_connections_connection_details_4xx_response { union registrar_domains_get_domain_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "domain_response_single2") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "registrar_domains_get_domain_4xx_response") = domain_response_single2 | registrar_domains_get_domain_4xx_response type domain_response_single2 { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type registrar_domains_get_domain_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -11351,8 +11351,8 @@ type registrar_domains_get_domain_4xx_response { union account_roles_list_roles_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_roles_list_roles_4xx_response") = api_response_collection | account_roles_list_roles_4xx_response type account_roles_list_roles_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -11362,8 +11362,8 @@ type account_roles_list_roles_4xx_response { union account_roles_role_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_roles_role_details_4xx_response") = response_single | account_roles_role_details_4xx_response type account_roles_role_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -11372,9 +11372,9 @@ type account_roles_role_details_4xx_response { union lists_get_lists_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "lists_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "lists_get_lists_4xx_response") = lists_response_collection | lists_get_lists_4xx_response type lists_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_lists_get_lists_oneOf_0_allOf_1_result_items] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_lists_get_lists_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -11415,9 +11415,9 @@ enum kind { scalar lists_components_schemas_name @regexp(subgraph: "CloudFlare", pattern: "^[a-zA-Z0-9_]+$") @typescript(subgraph: "CloudFlare", type: "string") type lists_get_lists_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_lists_get_lists_oneOf_0_allOf_1_result_items] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_lists_get_lists_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -11426,8 +11426,8 @@ type lists_get_lists_4xx_response { union lists_get_bulk_operation_status_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "bulk_operation_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "lists_get_bulk_operation_status_4xx_response") = bulk_operation_response_collection | lists_get_bulk_operation_status_4xx_response type bulk_operation_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: schemas_operation """Whether the API call was successful""" success: Boolean! @@ -11453,8 +11453,8 @@ enum query_lists_get_bulk_operation_status_oneOf_0_allOf_1_result_status { } type lists_get_bulk_operation_status_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: schemas_operation """Whether the API call was successful""" success: Boolean! @@ -11464,8 +11464,8 @@ type lists_get_bulk_operation_status_4xx_response { union lists_get_a_list_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "list_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "lists_get_a_list_4xx_response") = list_response_collection | lists_get_a_list_4xx_response type list_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: list """Whether the API call was successful""" success: Boolean! @@ -11490,8 +11490,8 @@ type list { } type lists_get_a_list_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: list """Whether the API call was successful""" success: Boolean! @@ -11501,9 +11501,9 @@ type lists_get_a_list_4xx_response { union lists_get_list_items_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "items_list_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "lists_get_list_items_4xx_response") = items_list_response_collection | lists_get_list_items_4xx_response type items_list_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [item] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [item!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -11544,9 +11544,9 @@ enum query_lists_get_list_items_oneOf_0_allOf_1_result_items_redirect_status_cod } type lists_get_list_items_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [item] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [item!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -11555,8 +11555,8 @@ type lists_get_list_items_4xx_response { union lists_get_a_list_item_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "item_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "lists_get_a_list_item_4xx_response") = item_response_collection | lists_get_a_list_item_4xx_response type item_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: item """Whether the API call was successful""" success: Boolean! @@ -11564,8 +11564,8 @@ type item_response_collection { } type lists_get_a_list_item_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: item """Whether the API call was successful""" success: Boolean! @@ -11575,9 +11575,9 @@ type lists_get_a_list_item_4xx_response { union secondary_dns__acl_list_ac_ls_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "acl_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__acl_list_ac_ls_4xx_response") = acl_components_schemas_response_collection | secondary_dns__acl_list_ac_ls_4xx_response type acl_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [acl] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [acl!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -11594,9 +11594,9 @@ type acl { } type secondary_dns__acl_list_ac_ls_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [acl] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [acl!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -11605,16 +11605,16 @@ type secondary_dns__acl_list_ac_ls_4xx_response { union secondary_dns__acl_acl_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "acl_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__acl_acl_details_4xx_response") = acl_components_schemas_single_response | secondary_dns__acl_acl_details_4xx_response type acl_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type secondary_dns__acl_acl_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -11623,9 +11623,9 @@ type secondary_dns__acl_acl_details_4xx_response { union secondary_dns__peer_list_peers_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "peer_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__peer_list_peers_4xx_response") = peer_components_schemas_response_collection | secondary_dns__peer_list_peers_4xx_response type peer_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [peer] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [peer!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -11652,9 +11652,9 @@ type peer { } type secondary_dns__peer_list_peers_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [peer] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [peer!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -11663,16 +11663,16 @@ type secondary_dns__peer_list_peers_4xx_response { union secondary_dns__peer_peer_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "peer_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__peer_peer_details_4xx_response") = peer_components_schemas_single_response | secondary_dns__peer_peer_details_4xx_response type peer_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type secondary_dns__peer_peer_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -11681,9 +11681,9 @@ type secondary_dns__peer_peer_details_4xx_response { union secondary_dns__tsig_list_tsi_gs_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "tsig_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__tsig_list_tsi_gs_4xx_response") = tsig_components_schemas_response_collection | secondary_dns__tsig_list_tsi_gs_4xx_response type tsig_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [tsig] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [tsig!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -11700,9 +11700,9 @@ type tsig { } type secondary_dns__tsig_list_tsi_gs_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [tsig] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [tsig!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -11711,16 +11711,16 @@ type secondary_dns__tsig_list_tsi_gs_4xx_response { union secondary_dns__tsig_tsig_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__tsig_tsig_details_4xx_response") = components_schemas_single_response | secondary_dns__tsig_tsig_details_4xx_response type components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type secondary_dns__tsig_tsig_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -11729,16 +11729,16 @@ type secondary_dns__tsig_tsig_details_4xx_response { union workers_kv_request_analytics_query_request_analytics_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "workers_kv_request_analytics_query_request_analytics_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "workers_kv_request_analytics_query_request_analytics_4xx_response") = workers_kv_request_analytics_query_request_analytics_200_response | workers_kv_request_analytics_query_request_analytics_4xx_response type workers_kv_request_analytics_query_request_analytics_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type workers_kv_request_analytics_query_request_analytics_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -11747,16 +11747,16 @@ type workers_kv_request_analytics_query_request_analytics_4xx_response { union workers_kv_stored_data_analytics_query_stored_data_analytics_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "workers_kv_stored_data_analytics_query_stored_data_analytics_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "workers_kv_stored_data_analytics_query_stored_data_analytics_4xx_response") = workers_kv_stored_data_analytics_query_stored_data_analytics_200_response | workers_kv_stored_data_analytics_query_stored_data_analytics_4xx_response type workers_kv_stored_data_analytics_query_stored_data_analytics_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type workers_kv_stored_data_analytics_query_stored_data_analytics_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -11765,9 +11765,9 @@ type workers_kv_stored_data_analytics_query_stored_data_analytics_4xx_response { union workers_kv_namespace_list_namespaces_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "workers_kv_namespace_list_namespaces_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "workers_kv_namespace_list_namespaces_4xx_response") = workers_kv_namespace_list_namespaces_200_response | workers_kv_namespace_list_namespaces_4xx_response type workers_kv_namespace_list_namespaces_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [namespace] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [namespace!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -11788,9 +11788,9 @@ type namespace { scalar namespace_identifier @length(subgraph: "CloudFlare", min: null, max: 32) type workers_kv_namespace_list_namespaces_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [namespace] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [namespace!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -11799,9 +11799,9 @@ type workers_kv_namespace_list_namespaces_4xx_response { union workers_kv_namespace_list_a_namespace_SINGLE_QUOTE__s_keys_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "workers_kv_namespace_list_a_namespace_SINGLE_QUOTE__s_keys_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "workers_kv_namespace_list_a_namespace_SINGLE_QUOTE__s_keys_4xx_response") = workers_kv_namespace_list_a_namespace_SINGLE_QUOTE__s_keys_200_response | workers_kv_namespace_list_a_namespace_SINGLE_QUOTE__s_keys_4xx_response type workers_kv_namespace_list_a_namespace_SINGLE_QUOTE__s_keys_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [key] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [key!] """Whether the API call was successful""" success: Boolean! result_info: query_workers_kv_namespace_list_a_namespace_SINGLE_QUOTE__s_keys_oneOf_0_allOf_1_result_info @@ -11842,9 +11842,9 @@ type query_workers_kv_namespace_list_a_namespace_SINGLE_QUOTE__s_keys_oneOf_0_al } type workers_kv_namespace_list_a_namespace_SINGLE_QUOTE__s_keys_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [key] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [key!] """Whether the API call was successful""" success: Boolean! result_info: query_workers_kv_namespace_list_a_namespace_SINGLE_QUOTE__s_keys_oneOf_1_allOf_0_allOf_1_result_info @@ -11862,16 +11862,16 @@ type query_workers_kv_namespace_list_a_namespace_SINGLE_QUOTE__s_keys_oneOf_1_al union workers_kv_namespace_read_the_metadata_for_a_key_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "workers_kv_namespace_read_the_metadata_for_a_key_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "workers_kv_namespace_read_the_metadata_for_a_key_4xx_response") = workers_kv_namespace_read_the_metadata_for_a_key_200_response | workers_kv_namespace_read_the_metadata_for_a_key_4xx_response type workers_kv_namespace_read_the_metadata_for_a_key_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type workers_kv_namespace_read_the_metadata_for_a_key_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -11881,8 +11881,8 @@ union workers_kv_namespace_read_key_value_pair_response @statusCodeTypeName(subg type workers_kv_namespace_read_key_value_pair_4xx_response { String: String @resolveRoot(subgraph: "CloudFlare") - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -11891,9 +11891,9 @@ type workers_kv_namespace_read_key_value_pair_4xx_response { union stream_videos_list_videos_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "video_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_videos_list_videos_4xx_response") = video_response_collection | stream_videos_list_videos_4xx_response type video_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [videos] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [videos!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -11907,7 +11907,7 @@ type videos { """ Lists the origins allowed to display the video. Enter allowed origin domains in an array and use \`*\` for wildcard subdomains. Empty arrays allow the video to be viewed on any origin. """ - allowedOrigins: [String] + allowedOrigins: [String!] """The date and time the media item was created.""" created: DateTime """A user-defined identifier for the media creator.""" @@ -12030,9 +12030,9 @@ enum media_state { scalar videos_components_schemas_identifier @length(subgraph: "CloudFlare", min: null, max: 32) type stream_videos_list_videos_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [videos] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [videos!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12048,9 +12048,9 @@ scalar components_schemas_account_identifier @length(subgraph: "CloudFlare", min union stream_signing_keys_list_signing_keys_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "key_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_signing_keys_list_signing_keys_4xx_response") = key_response_collection | stream_signing_keys_list_signing_keys_4xx_response type key_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_stream_signing_keys_list_signing_keys_oneOf_0_allOf_1_result_items] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_stream_signing_keys_list_signing_keys_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12063,9 +12063,9 @@ type query_stream_signing_keys_list_signing_keys_oneOf_0_allOf_1_result_items { } type stream_signing_keys_list_signing_keys_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_stream_signing_keys_list_signing_keys_oneOf_0_allOf_1_result_items] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_stream_signing_keys_list_signing_keys_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12074,8 +12074,8 @@ type stream_signing_keys_list_signing_keys_4xx_response { union stream_live_inputs_list_live_inputs_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "live_input_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_live_inputs_list_live_inputs_4xx_response") = live_input_response_collection | stream_live_inputs_list_live_inputs_4xx_response type live_input_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_stream_live_inputs_list_live_inputs_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -12083,7 +12083,7 @@ type live_input_response_collection { } type query_stream_live_inputs_list_live_inputs_oneOf_0_allOf_1_result { - liveInputs: [live_input_object_without_url] + liveInputs: [live_input_object_without_url!] """The total number of remaining live inputs based on cursor position.""" range: Int """The total number of live inputs that match the provided filters.""" @@ -12111,8 +12111,8 @@ type live_input_metadata { scalar live_input_identifier @length(subgraph: "CloudFlare", min: null, max: 32) type stream_live_inputs_list_live_inputs_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_stream_live_inputs_list_live_inputs_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -12122,16 +12122,16 @@ type stream_live_inputs_list_live_inputs_4xx_response { union stream_live_inputs_retrieve_a_live_input_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "live_input_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_live_inputs_retrieve_a_live_input_4xx_response") = live_input_response_single | stream_live_inputs_retrieve_a_live_input_4xx_response type live_input_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type stream_live_inputs_retrieve_a_live_input_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -12140,9 +12140,9 @@ type stream_live_inputs_retrieve_a_live_input_4xx_response { union stream_live_inputs_list_all_outputs_associated_with_a_specified_live_input_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "output_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_live_inputs_list_all_outputs_associated_with_a_specified_live_input_4xx_response") = output_response_collection | stream_live_inputs_list_all_outputs_associated_with_a_specified_live_input_4xx_response type output_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [output] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [output!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12162,9 +12162,9 @@ type output { } type stream_live_inputs_list_all_outputs_associated_with_a_specified_live_input_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [output] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [output!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12173,18 +12173,18 @@ type stream_live_inputs_list_all_outputs_associated_with_a_specified_live_input_ union stream_watermark_profile_list_watermark_profiles_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "watermark_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_watermark_profile_list_watermark_profiles_4xx_response") = watermark_response_collection | stream_watermark_profile_list_watermark_profiles_4xx_response type watermark_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [watermarks] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [watermarks!] """Whether the API call was successful""" success: Boolean! result_info: result_info } type stream_watermark_profile_list_watermark_profiles_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [watermarks] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [watermarks!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12193,16 +12193,16 @@ type stream_watermark_profile_list_watermark_profiles_4xx_response { union stream_watermark_profile_watermark_profile_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "watermark_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_watermark_profile_watermark_profile_details_4xx_response") = watermark_response_single | stream_watermark_profile_watermark_profile_details_4xx_response type watermark_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type stream_watermark_profile_watermark_profile_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -12211,16 +12211,16 @@ type stream_watermark_profile_watermark_profile_details_4xx_response { union stream_webhook_view_webhooks_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "webhook_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_webhook_view_webhooks_4xx_response") = webhook_response_single | stream_webhook_view_webhooks_4xx_response type webhook_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type stream_webhook_view_webhooks_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -12232,16 +12232,16 @@ scalar webhook_components_schemas_account_identifier @length(subgraph: "CloudFla union stream_videos_retrieve_video_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "video_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_videos_retrieve_video_details_4xx_response") = video_response_single | stream_videos_retrieve_video_details_4xx_response type video_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type stream_videos_retrieve_video_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -12251,8 +12251,8 @@ union stream_videos_retreieve_embed_code_html_response @statusCodeTypeName(subgr type stream_videos_retreieve_embed_code_html_4xx_response { String: String @resolveRoot(subgraph: "CloudFlare") - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -12261,9 +12261,9 @@ type stream_videos_retreieve_embed_code_html_4xx_response { union stream_subtitles__captions_list_captions_or_subtitles_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "language_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_subtitles__captions_list_captions_or_subtitles_4xx_response") = language_response_collection | stream_subtitles__captions_list_captions_or_subtitles_4xx_response type language_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [captions] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [captions!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12277,9 +12277,9 @@ type captions { } type stream_subtitles__captions_list_captions_or_subtitles_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [captions] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [captions!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12291,16 +12291,16 @@ scalar schemas_video_identifier @length(subgraph: "CloudFlare", min: null, max: union stream_m_p_4_downloads_list_downloads_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "downloads_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_m_p_4_downloads_list_downloads_4xx_response") = downloads_response | stream_m_p_4_downloads_list_downloads_4xx_response type downloads_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type stream_m_p_4_downloads_list_downloads_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -12312,9 +12312,9 @@ scalar video_identifier @length(subgraph: "CloudFlare", min: null, max: 32) union account_subscriptions_list_subscriptions_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "account_subscription_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_subscriptions_list_subscriptions_4xx_response") = account_subscription_response_collection | account_subscriptions_list_subscriptions_4xx_response type account_subscription_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [subscription] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [subscription!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12323,7 +12323,7 @@ type account_subscription_response_collection { type subscription { app: query_account_subscriptions_list_subscriptions_oneOf_0_allOf_1_result_items_allOf_0_app """The list of add-ons subscribed to.""" - component_values: [component_value] + component_values: [component_value!] """The monetary unit in which pricing information is displayed.""" currency: String """The end of the current period and also when the next billing is due.""" @@ -12384,7 +12384,7 @@ type rate_plan { """The scope that this rate plan applies to.""" scope: String """The list of sets this rate plan applies to.""" - sets: [String] + sets: [String!] } """The state that the subscription is in.""" @@ -12408,9 +12408,9 @@ type zone { } type account_subscriptions_list_subscriptions_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [subscription] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [subscription!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12419,9 +12419,9 @@ type account_subscriptions_list_subscriptions_4xx_response { union tunnel_route_list_tunnel_routes_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "route_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "tunnel_route_list_tunnel_routes_4xx_response") = route_response_collection | tunnel_route_list_tunnel_routes_4xx_response type route_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [teamnet] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [teamnet!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12449,9 +12449,9 @@ type teamnet { } type tunnel_route_list_tunnel_routes_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [teamnet] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [teamnet!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12460,16 +12460,16 @@ type tunnel_route_list_tunnel_routes_4xx_response { union tunnel_route_get_tunnel_route_by_ip_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "route_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "tunnel_route_get_tunnel_route_by_ip_4xx_response") = route_response_single | tunnel_route_get_tunnel_route_by_ip_4xx_response type route_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type tunnel_route_get_tunnel_route_by_ip_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -12478,9 +12478,9 @@ type tunnel_route_get_tunnel_route_by_ip_4xx_response { union tunnel_virtual_network_list_virtual_networks_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "vnet_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "tunnel_virtual_network_list_virtual_networks_4xx_response") = vnet_response_collection | tunnel_virtual_network_list_virtual_networks_4xx_response type vnet_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [virtual_network] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [virtual_network!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12513,9 +12513,9 @@ type virtual_network { scalar vnet_id @length(subgraph: "CloudFlare", min: null, max: 36) type tunnel_virtual_network_list_virtual_networks_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [virtual_network] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [virtual_network!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12524,9 +12524,9 @@ type tunnel_virtual_network_list_virtual_networks_4xx_response { union argo_tunnel_list_argo_tunnels_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "tunnel_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "argo_tunnel_list_argo_tunnels_4xx_response") = tunnel_response_collection | argo_tunnel_list_argo_tunnels_4xx_response type tunnel_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [argo_tunnel] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [argo_tunnel!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12536,7 +12536,7 @@ type argo_tunnel { """ Connections between cloudflared and the Cloudflare edge that are serving this tunnel. """ - connections: [argo_tunnel_components_schemas_connection]! + connections: [argo_tunnel_components_schemas_connection!]! """Timestamps when the tunnel was created, formatted in RFC 3339.""" created_at: JSON! """ @@ -12563,9 +12563,9 @@ type argo_tunnel_components_schemas_connection { } type argo_tunnel_list_argo_tunnels_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [argo_tunnel] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [argo_tunnel!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12574,16 +12574,16 @@ type argo_tunnel_list_argo_tunnels_4xx_response { union argo_tunnel_get_argo_tunnel_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "tunnel_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "argo_tunnel_get_argo_tunnel_4xx_response") = tunnel_response_single | argo_tunnel_get_argo_tunnel_4xx_response type tunnel_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type argo_tunnel_get_argo_tunnel_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -12592,9 +12592,9 @@ type argo_tunnel_get_argo_tunnel_4xx_response { union dns_firewall__legacy_list_dns_firewall_clusters_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "virtual_dns_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_firewall__legacy_list_dns_firewall_clusters_4xx_response") = virtual_dns_response_collection | dns_firewall__legacy_list_dns_firewall_clusters_4xx_response type virtual_dns_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [virtual_dns] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [virtual_dns!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12617,22 +12617,22 @@ type virtual_dns { name: virtual_dns_components_schemas_name! """Negative DNS Cache TTL.""" negative_cache_ttl: PositiveFloat - origin_ips: [query_dns_firewall_list_dns_firewall_clusters_oneOf_0_allOf_1_result_items_origin_ips_items]! + origin_ips: [query_dns_firewall_list_dns_firewall_clusters_oneOf_0_allOf_1_result_items_origin_ips_items!]! """ Ratelimit in queries per second per datacenter (applies to DNS queries sent to the origin nameservers configured on the cluster). Notes: A ratelimit of 0 turns off the ratelimit. Otherwise the minimum is 100. """ ratelimit: Float - virtual_dns_ips: [query_dns_firewall__legacy_list_dns_firewall_clusters_oneOf_0_allOf_1_result_items_virtual_dns_ips_items]! + virtual_dns_ips: [query_dns_firewall__legacy_list_dns_firewall_clusters_oneOf_0_allOf_1_result_items_virtual_dns_ips_items!]! } """DNS Firewall Cluster Name.""" scalar virtual_dns_components_schemas_name @length(subgraph: "CloudFlare", min: null, max: 160) type dns_firewall__legacy_list_dns_firewall_clusters_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [virtual_dns] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [virtual_dns!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12641,16 +12641,16 @@ type dns_firewall__legacy_list_dns_firewall_clusters_4xx_response { union dns_firewall__legacy_dns_firewall_cluster_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "virtual_dns_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_firewall__legacy_dns_firewall_cluster_details_4xx_response") = virtual_dns_single_response | dns_firewall__legacy_dns_firewall_cluster_details_4xx_response type virtual_dns_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type dns_firewall__legacy_dns_firewall_cluster_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -12659,16 +12659,16 @@ type dns_firewall__legacy_dns_firewall_cluster_details_4xx_response { union dns_firewall_analytics__legacy_table_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dns_firewall_analytics__legacy_table_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_firewall_analytics__legacy_table_4xx_response") = dns_firewall_analytics__legacy_table_200_response | dns_firewall_analytics__legacy_table_4xx_response type dns_firewall_analytics__legacy_table_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type dns_firewall_analytics__legacy_table_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -12677,16 +12677,16 @@ type dns_firewall_analytics__legacy_table_4xx_response { union dns_firewall_analytics__legacy_by_time_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dns_firewall_analytics__legacy_by_time_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_firewall_analytics__legacy_by_time_4xx_response") = dns_firewall_analytics__legacy_by_time_200_response | dns_firewall_analytics__legacy_by_time_4xx_response type dns_firewall_analytics__legacy_by_time_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type dns_firewall_analytics__legacy_by_time_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -12695,8 +12695,8 @@ type dns_firewall_analytics__legacy_by_time_4xx_response { union worker_account_settings_fetch_worker_account_settings_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "account_settings_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_account_settings_fetch_worker_account_settings_4xx_response") = account_settings_response | worker_account_settings_fetch_worker_account_settings_4xx_response type account_settings_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_worker_account_settings_fetch_worker_account_settings_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -12708,8 +12708,8 @@ type query_worker_account_settings_fetch_worker_account_settings_oneOf_0_allOf_1 } type worker_account_settings_fetch_worker_account_settings_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_worker_account_settings_fetch_worker_account_settings_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -12718,9 +12718,9 @@ type worker_account_settings_fetch_worker_account_settings_4xx_response { union worker_domain_list_domains_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_domain_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_domain_list_domains_4xx_response") = schemas_domain_response_collection | worker_domain_list_domains_4xx_response type schemas_domain_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [domain] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [domain!] """Whether the API call was successful""" success: Boolean! } @@ -12741,9 +12741,9 @@ type domain { } type worker_domain_list_domains_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [domain] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [domain!] """Whether the API call was successful""" success: Boolean! } @@ -12751,16 +12751,16 @@ type worker_domain_list_domains_4xx_response { union worker_domain_get_a_domain_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_domain_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_domain_get_a_domain_4xx_response") = schemas_domain_response_single | worker_domain_get_a_domain_4xx_response type schemas_domain_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: domain """Whether the API call was successful""" success: Boolean! } type worker_domain_get_a_domain_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: domain """Whether the API call was successful""" success: Boolean! @@ -12769,9 +12769,9 @@ type worker_domain_get_a_domain_4xx_response { union durable_objects_namespace_list_namespaces_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "durable_objects_namespace_list_namespaces_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "durable_objects_namespace_list_namespaces_4xx_response") = durable_objects_namespace_list_namespaces_200_response | durable_objects_namespace_list_namespaces_4xx_response type durable_objects_namespace_list_namespaces_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_namespace] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_namespace!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12785,9 +12785,9 @@ type schemas_namespace { } type durable_objects_namespace_list_namespaces_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_namespace] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_namespace!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12796,9 +12796,9 @@ type durable_objects_namespace_list_namespaces_4xx_response { union durable_objects_namespace_list_objects_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "durable_objects_namespace_list_objects_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "durable_objects_namespace_list_objects_4xx_response") = durable_objects_namespace_list_objects_200_response | durable_objects_namespace_list_objects_4xx_response type durable_objects_namespace_list_objects_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [object] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [object!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12812,9 +12812,9 @@ type object { } type durable_objects_namespace_list_objects_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [object] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [object!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12823,9 +12823,9 @@ type durable_objects_namespace_list_objects_4xx_response { union queue_list_queues_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "queue_list_queues_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "queue_list_queues_4xx_response") = queue_list_queues_200_response | queue_list_queues_4xx_response type queue_list_queues_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [queue] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [queue!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12851,9 +12851,9 @@ type queue { } type queue_list_queues_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [queue] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [queue!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12870,8 +12870,8 @@ type queue_list_queues_4xx_response { union queue_queue_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "queue_queue_details_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "queue_queue_details_4xx_response") = queue_queue_details_200_response | queue_queue_details_4xx_response type queue_queue_details_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: queue """Whether the API call was successful""" success: Boolean! @@ -12883,8 +12883,8 @@ type queue_queue_details_200_response { } type queue_queue_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: queue """Whether the API call was successful""" success: Boolean! @@ -12898,9 +12898,9 @@ type queue_queue_details_4xx_response { union queue_list_queue_consumers_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "queue_list_queue_consumers_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "queue_list_queue_consumers_4xx_response") = queue_list_queue_consumers_200_response | queue_list_queue_consumers_4xx_response type queue_list_queue_consumers_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [consumer] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [consumer!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12924,9 +12924,9 @@ type query_queue_list_queue_consumers_oneOf_0_allOf_4_result_items_settings { } type queue_list_queue_consumers_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [consumer] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [consumer!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -12938,9 +12938,9 @@ type queue_list_queue_consumers_4xx_response { union worker_script_list_workers_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "script_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_script_list_workers_4xx_response") = script_response_collection | worker_script_list_workers_4xx_response type script_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_worker_script_list_workers_oneOf_0_allOf_1_result_items] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_worker_script_list_workers_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! } @@ -12954,9 +12954,9 @@ type query_worker_script_list_workers_oneOf_0_allOf_1_result_items { } type worker_script_list_workers_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_worker_script_list_workers_oneOf_0_allOf_1_result_items] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_worker_script_list_workers_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! } @@ -12966,15 +12966,15 @@ scalar script_name @regexp(subgraph: "CloudFlare", pattern: "^[a-z0-9_][a-z0-9-_ union worker_cron_trigger_get_cron_triggers_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "cron_trigger_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_cron_trigger_get_cron_triggers_4xx_response") = cron_trigger_response_collection | worker_cron_trigger_get_cron_triggers_4xx_response type cron_trigger_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_worker_cron_trigger_get_cron_triggers_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type query_worker_cron_trigger_get_cron_triggers_oneOf_0_allOf_1_result { - schedules: [query_worker_cron_trigger_get_cron_triggers_oneOf_0_allOf_1_result_schedules_items] + schedules: [query_worker_cron_trigger_get_cron_triggers_oneOf_0_allOf_1_result_schedules_items!] } type query_worker_cron_trigger_get_cron_triggers_oneOf_0_allOf_1_result_schedules_items { @@ -12984,8 +12984,8 @@ type query_worker_cron_trigger_get_cron_triggers_oneOf_0_allOf_1_result_schedule } type worker_cron_trigger_get_cron_triggers_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_worker_cron_trigger_get_cron_triggers_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -12994,8 +12994,8 @@ type worker_cron_trigger_get_cron_triggers_4xx_response { union worker_tail_logs_list_tails_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "tail_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_tail_logs_list_tails_4xx_response") = tail_response | worker_tail_logs_list_tails_4xx_response type tail_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_worker_tail_logs_list_tails_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -13008,8 +13008,8 @@ type query_worker_tail_logs_list_tails_oneOf_0_allOf_1_result { } type worker_tail_logs_list_tails_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_worker_tail_logs_list_tails_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -13018,8 +13018,8 @@ type worker_tail_logs_list_tails_4xx_response { union worker_script_fetch_usage_model_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "usage_model_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_script_fetch_usage_model_4xx_response") = usage_model_response | worker_script_fetch_usage_model_4xx_response type usage_model_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_worker_script_fetch_usage_model_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -13030,8 +13030,8 @@ type query_worker_script_fetch_usage_model_oneOf_0_allOf_1_result { } type worker_script_fetch_usage_model_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_worker_script_fetch_usage_model_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -13040,8 +13040,8 @@ type worker_script_fetch_usage_model_4xx_response { union worker_subdomain_get_subdomain_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "subdomain_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_subdomain_get_subdomain_4xx_response") = subdomain_response | worker_subdomain_get_subdomain_4xx_response type subdomain_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_worker_subdomain_get_subdomain_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -13052,8 +13052,8 @@ type query_worker_subdomain_get_subdomain_oneOf_0_allOf_1_result { } type worker_subdomain_get_subdomain_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_worker_subdomain_get_subdomain_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -13062,9 +13062,9 @@ type worker_subdomain_get_subdomain_4xx_response { union zero_trust_gateway_categories_list_categories_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "categories_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_gateway_categories_list_categories_4xx_response") = categories_components_schemas_response_collection | zero_trust_gateway_categories_list_categories_4xx_response type categories_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_categories] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_categories!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13081,7 +13081,7 @@ type schemas_categories { """The name of the category.""" name: String """All subcategories for this category.""" - subcategories: [subcategory] + subcategories: [subcategory!] } """ @@ -13108,9 +13108,9 @@ type subcategory { } type zero_trust_gateway_categories_list_categories_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_categories] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_categories!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13119,12 +13119,12 @@ type zero_trust_gateway_categories_list_categories_4xx_response { union account_rulesets_list_account_rulesets_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rulesets_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_rulesets_list_account_rulesets_4xx_response") = rulesets_response | account_rulesets_list_account_rulesets_4xx_response type rulesets_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """ A list of rulesets. The returned information will not include the rules in each ruleset. """ - result: [ruleset_without_rules] + result: [ruleset_without_rules!] """Whether the API call was successful""" success: Boolean! } @@ -13157,12 +13157,12 @@ scalar phase @regexp(subgraph: "CloudFlare", pattern: "^[a-z_]+$") @typescript(s scalar version @regexp(subgraph: "CloudFlare", pattern: "^[0-9]+$") @typescript(subgraph: "CloudFlare", type: "string") type account_rulesets_list_account_rulesets_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """ A list of rulesets. The returned information will not include the rules in each ruleset. """ - result: [ruleset_without_rules] + result: [ruleset_without_rules!] """Whether the API call was successful""" success: Boolean! } @@ -13170,8 +13170,8 @@ type account_rulesets_list_account_rulesets_4xx_response { union account_rulesets_get_an_account_entry_point_ruleset_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ruleset_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_rulesets_get_an_account_entry_point_ruleset_4xx_response") = ruleset_response | account_rulesets_get_an_account_entry_point_ruleset_4xx_response type ruleset_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -13189,7 +13189,7 @@ type ruleset { name: String phase: phase! """The list of rules in the ruleset.""" - rules: [rules_components_schemas_rule] + rules: [rules_components_schemas_rule!] version: version! } @@ -13198,7 +13198,7 @@ type rules_components_schemas_rule { action: rules_components_schemas_action action_parameters: action_parameters """The categories of the rule.""" - categories: [String] + categories: [String!] """An informative description of the rule.""" description: String """Whether the rule should be executed.""" @@ -13231,8 +13231,8 @@ type logging { scalar schemas_version @regexp(subgraph: "CloudFlare", pattern: "^[0-9]+$") @typescript(subgraph: "CloudFlare", type: "string") type account_rulesets_get_an_account_entry_point_ruleset_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -13241,12 +13241,12 @@ type account_rulesets_get_an_account_entry_point_ruleset_4xx_response { union account_rulesets_list_an_account_entry_point_ruleset_SINGLE_QUOTE__s_versions_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rulesets_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_rulesets_list_an_account_entry_point_ruleset_SINGLE_QUOTE__s_versions_4xx_response") = rulesets_response | account_rulesets_list_an_account_entry_point_ruleset_SINGLE_QUOTE__s_versions_4xx_response type account_rulesets_list_an_account_entry_point_ruleset_SINGLE_QUOTE__s_versions_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """ A list of rulesets. The returned information will not include the rules in each ruleset. """ - result: [ruleset_without_rules] + result: [ruleset_without_rules!] """Whether the API call was successful""" success: Boolean! } @@ -13254,8 +13254,8 @@ type account_rulesets_list_an_account_entry_point_ruleset_SINGLE_QUOTE__s_versio union account_rulesets_get_an_account_entry_point_ruleset_version_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ruleset_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_rulesets_get_an_account_entry_point_ruleset_version_4xx_response") = ruleset_response | account_rulesets_get_an_account_entry_point_ruleset_version_4xx_response type account_rulesets_get_an_account_entry_point_ruleset_version_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -13264,8 +13264,8 @@ type account_rulesets_get_an_account_entry_point_ruleset_version_4xx_response { union account_rulesets_get_an_account_ruleset_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ruleset_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_rulesets_get_an_account_ruleset_4xx_response") = ruleset_response | account_rulesets_get_an_account_ruleset_4xx_response type account_rulesets_get_an_account_ruleset_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -13274,12 +13274,12 @@ type account_rulesets_get_an_account_ruleset_4xx_response { union account_rulesets_list_an_account_ruleset_SINGLE_QUOTE__s_versions_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rulesets_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_rulesets_list_an_account_ruleset_SINGLE_QUOTE__s_versions_4xx_response") = rulesets_response | account_rulesets_list_an_account_ruleset_SINGLE_QUOTE__s_versions_4xx_response type account_rulesets_list_an_account_ruleset_SINGLE_QUOTE__s_versions_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """ A list of rulesets. The returned information will not include the rules in each ruleset. """ - result: [ruleset_without_rules] + result: [ruleset_without_rules!] """Whether the API call was successful""" success: Boolean! } @@ -13287,8 +13287,8 @@ type account_rulesets_list_an_account_ruleset_SINGLE_QUOTE__s_versions_4xx_respo union account_rulesets_get_an_account_ruleset_version_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ruleset_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_rulesets_get_an_account_ruleset_version_4xx_response") = ruleset_response | account_rulesets_get_an_account_ruleset_version_4xx_response type account_rulesets_get_an_account_ruleset_version_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -13297,8 +13297,8 @@ type account_rulesets_get_an_account_ruleset_version_4xx_response { union account_rulesets_list_an_account_ruleset_version_SINGLE_QUOTE__s_rules_by_tag_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ruleset_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_rulesets_list_an_account_ruleset_version_SINGLE_QUOTE__s_rules_by_tag_4xx_response") = ruleset_response | account_rulesets_list_an_account_ruleset_version_SINGLE_QUOTE__s_rules_by_tag_4xx_response type account_rulesets_list_an_account_ruleset_version_SINGLE_QUOTE__s_rules_by_tag_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -13307,8 +13307,8 @@ type account_rulesets_list_an_account_ruleset_version_SINGLE_QUOTE__s_rules_by_t union accounts_account_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "accounts_account_details_4xx_response") = response_single | accounts_account_details_4xx_response type accounts_account_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -13317,9 +13317,9 @@ type accounts_account_details_4xx_response { union access_applications_list_access_applications_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "apps_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_applications_list_access_applications_4xx_response") = apps_components_schemas_response_collection | access_applications_list_access_applications_4xx_response type apps_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [apps] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [apps!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13335,7 +13335,7 @@ type apps { """ The identity providers your users can select when connecting to this application. Defaults to all IdPs configured in your account. """ - allowed_idps: [String] + allowed_idps: [String!] app_launcher_visible: JSON """ When set to \`true\`, users skip the identity provider selection step during login. You must specify only one identity provider in allowed_idps. @@ -13384,9 +13384,9 @@ type apps { } type access_applications_list_access_applications_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [apps] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [apps!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13395,9 +13395,9 @@ type access_applications_list_access_applications_4xx_response { union access_short_lived_certificate_c_as_list_short_lived_certificate_c_as_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ca_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_short_lived_certificate_c_as_list_short_lived_certificate_c_as_4xx_response") = ca_components_schemas_response_collection | access_short_lived_certificate_c_as_list_short_lived_certificate_c_as_4xx_response type ca_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [ca] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [ca!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13423,9 +13423,9 @@ scalar aud @length(subgraph: "CloudFlare", min: null, max: 64) scalar ca_components_schemas_id @length(subgraph: "CloudFlare", min: null, max: 48) type access_short_lived_certificate_c_as_list_short_lived_certificate_c_as_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [ca] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [ca!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13434,16 +13434,16 @@ type access_short_lived_certificate_c_as_list_short_lived_certificate_c_as_4xx_r union access_applications_get_an_access_application_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "apps_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_applications_get_an_access_application_4xx_response") = apps_components_schemas_single_response | access_applications_get_an_access_application_4xx_response type apps_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type access_applications_get_an_access_application_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -13452,16 +13452,16 @@ type access_applications_get_an_access_application_4xx_response { union access_applications_test_access_policies_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "policy_check_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_applications_test_access_policies_4xx_response") = policy_check_response | access_applications_test_access_policies_4xx_response type policy_check_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type access_applications_test_access_policies_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -13470,16 +13470,16 @@ type access_applications_test_access_policies_4xx_response { union access_policies_get_an_access_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "policies_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_policies_get_an_access_policy_4xx_response") = policies_components_schemas_single_response | access_policies_get_an_access_policy_4xx_response type policies_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type access_policies_get_an_access_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -13491,16 +13491,16 @@ scalar components_schemas_uuid @length(subgraph: "CloudFlare", min: null, max: 3 union access_short_lived_certificate_c_as_get_a_short_lived_certificate_ca_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ca_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_short_lived_certificate_c_as_get_a_short_lived_certificate_ca_4xx_response") = ca_components_schemas_single_response | access_short_lived_certificate_c_as_get_a_short_lived_certificate_ca_4xx_response type ca_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type access_short_lived_certificate_c_as_get_a_short_lived_certificate_ca_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -13509,9 +13509,9 @@ type access_short_lived_certificate_c_as_get_a_short_lived_certificate_ca_4xx_re union access_policies_list_access_policies_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "policies_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_policies_list_access_policies_4xx_response") = policies_components_schemas_response_collection | access_policies_list_access_policies_4xx_response type policies_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_policies] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_policies!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13519,7 +13519,7 @@ type policies_components_schemas_response_collection { type schemas_policies { """Administrators who can approve a temporary authentication request.""" - approval_groups: [approval_group] + approval_groups: [approval_group!] """ Requires the user to request access from an administrator at the start of each session. """ @@ -13529,13 +13529,13 @@ type schemas_policies { """ Rules evaluated with a NOT logical operator. To match the policy, a user cannot meet any of the Exclude rules. """ - exclude: [rule_components_schemas_rule] + exclude: [rule_components_schemas_rule!] """The policy ID.""" id: components_schemas_uuid! """ Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules. """ - include: [rule_components_schemas_rule] + include: [rule_components_schemas_rule!] """The name of the Access policy.""" name: String """ @@ -13551,14 +13551,14 @@ type schemas_policies { """ Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules. """ - require: [rule_components_schemas_rule] + require: [rule_components_schemas_rule!] updated_at: DateTime } type access_policies_list_access_policies_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_policies] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_policies!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13567,9 +13567,9 @@ type access_policies_list_access_policies_4xx_response { union access_bookmark_applications__deprecated_list_bookmark_applications_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "bookmarks_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_bookmark_applications__deprecated_list_bookmark_applications_4xx_response") = bookmarks_components_schemas_response_collection | access_bookmark_applications__deprecated_list_bookmark_applications_4xx_response type bookmarks_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [bookmarks] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [bookmarks!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13591,9 +13591,9 @@ type bookmarks { } type access_bookmark_applications__deprecated_list_bookmark_applications_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [bookmarks] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [bookmarks!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13602,16 +13602,16 @@ type access_bookmark_applications__deprecated_list_bookmark_applications_4xx_res union access_bookmark_applications__deprecated_get_a_bookmark_application_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "bookmarks_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_bookmark_applications__deprecated_get_a_bookmark_application_4xx_response") = bookmarks_components_schemas_single_response | access_bookmark_applications__deprecated_get_a_bookmark_application_4xx_response type bookmarks_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type access_bookmark_applications__deprecated_get_a_bookmark_application_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -13620,9 +13620,9 @@ type access_bookmark_applications__deprecated_get_a_bookmark_application_4xx_res union access_m_tls_authentication_list_m_tls_certificates_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificates_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_m_tls_authentication_list_m_tls_certificates_4xx_response") = certificates_components_schemas_response_collection | access_m_tls_authentication_list_m_tls_certificates_4xx_response type certificates_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_certificates] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_certificates!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13630,7 +13630,7 @@ type certificates_components_schemas_response_collection { type schemas_certificates { """The hostnames of the applications that will use this certificate.""" - associated_hostnames: [String] + associated_hostnames: [String!] created_at: DateTime expires_on: DateTime """The MD5 fingerprint of the certificate.""" @@ -13643,9 +13643,9 @@ type schemas_certificates { } type access_m_tls_authentication_list_m_tls_certificates_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_certificates] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_certificates!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13654,16 +13654,16 @@ type access_m_tls_authentication_list_m_tls_certificates_4xx_response { union access_m_tls_authentication_get_an_m_tls_certificate_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificates_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_m_tls_authentication_get_an_m_tls_certificate_4xx_response") = certificates_components_schemas_single_response | access_m_tls_authentication_get_an_m_tls_certificate_4xx_response type certificates_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type access_m_tls_authentication_get_an_m_tls_certificate_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -13672,9 +13672,9 @@ type access_m_tls_authentication_get_an_m_tls_certificate_4xx_response { union access_groups_list_access_groups_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "groups_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_groups_list_access_groups_4xx_response") = groups_components_schemas_response_collection | access_groups_list_access_groups_4xx_response type groups_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_groups] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_groups!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13685,26 +13685,26 @@ type schemas_groups { """ Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules. """ - exclude: [rule_components_schemas_rule] + exclude: [rule_components_schemas_rule!] """The unique identifier for the Access group.""" id: JSON! """ Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules. """ - include: [rule_components_schemas_rule] + include: [rule_components_schemas_rule!] """The name of the Access group.""" name: String """ Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules. """ - require: [rule_components_schemas_rule] + require: [rule_components_schemas_rule!] updated_at: DateTime } type access_groups_list_access_groups_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_groups] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_groups!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13713,16 +13713,16 @@ type access_groups_list_access_groups_4xx_response { union access_groups_get_an_access_group_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "groups_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_groups_get_an_access_group_4xx_response") = groups_components_schemas_single_response | access_groups_get_an_access_group_4xx_response type groups_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type access_groups_get_an_access_group_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -13731,9 +13731,9 @@ type access_groups_get_an_access_group_4xx_response { union access_identity_providers_list_access_identity_providers_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "identity_providers_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_identity_providers_list_access_identity_providers_4xx_response") = identity_providers_components_schemas_response_collection | access_identity_providers_list_access_identity_providers_4xx_response type identity_providers_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [identity_providers] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [identity_providers!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13752,9 +13752,9 @@ type identity_providers { } type access_identity_providers_list_access_identity_providers_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [identity_providers] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [identity_providers!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13763,16 +13763,16 @@ type access_identity_providers_list_access_identity_providers_4xx_response { union access_identity_providers_get_an_access_identity_provider_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "identity_providers_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_identity_providers_get_an_access_identity_provider_4xx_response") = identity_providers_components_schemas_single_response | access_identity_providers_get_an_access_identity_provider_4xx_response type identity_providers_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type access_identity_providers_get_an_access_identity_provider_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -13781,8 +13781,8 @@ type access_identity_providers_get_an_access_identity_provider_4xx_response { union access_key_configuration_get_the_access_key_configuration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "keys_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_key_configuration_get_the_access_key_configuration_4xx_response") = keys_components_schemas_single_response | access_key_configuration_get_the_access_key_configuration_4xx_response type keys_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -13795,8 +13795,8 @@ type keys_components_schemas_single_response { } type access_key_configuration_get_the_access_key_configuration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -13811,9 +13811,9 @@ type access_key_configuration_get_the_access_key_configuration_4xx_response { union access_authentication_logs_get_access_authentication_logs_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "access_requests_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_authentication_logs_get_access_authentication_logs_4xx_response") = access_requests_components_schemas_response_collection | access_authentication_logs_get_access_authentication_logs_4xx_response type access_requests_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [access_requests] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [access_requests!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13843,9 +13843,9 @@ type access_requests { scalar ray_id @length(subgraph: "CloudFlare", min: null, max: 16) type access_authentication_logs_get_access_authentication_logs_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [access_requests] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [access_requests!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13854,16 +13854,16 @@ type access_authentication_logs_get_access_authentication_logs_4xx_response { union zero_trust_organization_get_your_zero_trust_organization_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "organizations_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_organization_get_your_zero_trust_organization_4xx_response") = organizations_components_schemas_single_response | zero_trust_organization_get_your_zero_trust_organization_4xx_response type organizations_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zero_trust_organization_get_your_zero_trust_organization_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -13872,9 +13872,9 @@ type zero_trust_organization_get_your_zero_trust_organization_4xx_response { union access_service_tokens_list_service_tokens_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "service_tokens_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_service_tokens_list_service_tokens_4xx_response") = service_tokens_components_schemas_response_collection | access_service_tokens_list_service_tokens_4xx_response type service_tokens_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [service_tokens] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [service_tokens!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13894,9 +13894,9 @@ type service_tokens { } type access_service_tokens_list_service_tokens_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [service_tokens] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [service_tokens!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13905,9 +13905,9 @@ type access_service_tokens_list_service_tokens_4xx_response { union zero_trust_users_get_users_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "users_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_users_get_users_4xx_response") = users_components_schemas_response_collection | zero_trust_users_get_users_4xx_response type users_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [users] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [users!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13937,9 +13937,9 @@ type users { } type zero_trust_users_get_users_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [users] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [users!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13948,9 +13948,9 @@ type zero_trust_users_get_users_4xx_response { union zero_trust_users_get_failed_logins_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "failed_login_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_users_get_failed_logins_4xx_response") = failed_login_response | zero_trust_users_get_failed_logins_4xx_response type failed_login_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_zero_trust_users_get_failed_logins_oneOf_0_allOf_1_result_items] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_zero_trust_users_get_failed_logins_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13971,9 +13971,9 @@ type query_zero_trust_users_get_failed_logins_oneOf_0_allOf_1_result_items_metad } type zero_trust_users_get_failed_logins_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_zero_trust_users_get_failed_logins_oneOf_0_allOf_1_result_items] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_zero_trust_users_get_failed_logins_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -13982,8 +13982,8 @@ type zero_trust_users_get_failed_logins_4xx_response { union notification_alert_types_get_alert_types_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "alert_types_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "notification_alert_types_get_alert_types_4xx_response") = alert_types_components_schemas_response_collection | notification_alert_types_get_alert_types_4xx_response type alert_types_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_notification_alert_types_get_alert_types_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -13991,14 +13991,14 @@ type alert_types_components_schemas_response_collection { } type query_notification_alert_types_get_alert_types_oneOf_0_allOf_1_result { - Origin_Monitoring: [query_notification_alert_types_get_alert_types_oneOf_0_allOf_1_result_Origin_Monitoring_items] @resolveRootField(subgraph: "CloudFlare", field: "Origin Monitoring") + Origin_Monitoring: [query_notification_alert_types_get_alert_types_oneOf_0_allOf_1_result_Origin_Monitoring_items!] @resolveRootField(subgraph: "CloudFlare", field: "Origin Monitoring") additionalProperties: JSON @resolveRoot(subgraph: "CloudFlare") } type query_notification_alert_types_get_alert_types_oneOf_0_allOf_1_result_Origin_Monitoring_items { description: String display_name: String - filter_options: [query_notification_alert_types_get_alert_types_oneOf_0_allOf_1_result_Origin_Monitoring_items_filter_options_items] + filter_options: [query_notification_alert_types_get_alert_types_oneOf_0_allOf_1_result_Origin_Monitoring_items_filter_options_items!] type: String } @@ -14009,8 +14009,8 @@ type query_notification_alert_types_get_alert_types_oneOf_0_allOf_1_result_Origi } type notification_alert_types_get_alert_types_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_notification_alert_types_get_alert_types_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -14020,8 +14020,8 @@ type notification_alert_types_get_alert_types_4xx_response { union notification_mechanism_eligibility_get_delivery_mechanism_eligibility_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "eligibility_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "notification_mechanism_eligibility_get_delivery_mechanism_eligibility_4xx_response") = eligibility_components_schemas_response_collection | notification_mechanism_eligibility_get_delivery_mechanism_eligibility_4xx_response type eligibility_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_notification_mechanism_eligibility_get_delivery_mechanism_eligibility_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -14040,8 +14040,8 @@ type query_notification_mechanism_eligibility_get_delivery_mechanism_eligibility } type notification_mechanism_eligibility_get_delivery_mechanism_eligibility_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_notification_mechanism_eligibility_get_delivery_mechanism_eligibility_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -14051,9 +14051,9 @@ type notification_mechanism_eligibility_get_delivery_mechanism_eligibility_4xx_r union notification_destinations_with_pager_duty_list_pager_duty_services_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pagerduty_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "notification_destinations_with_pager_duty_list_pager_duty_services_4xx_response") = pagerduty_components_schemas_response_collection | notification_destinations_with_pager_duty_list_pager_duty_services_4xx_response type pagerduty_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [pagerduty] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [pagerduty!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14067,9 +14067,9 @@ type pagerduty { } type notification_destinations_with_pager_duty_list_pager_duty_services_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [pagerduty] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [pagerduty!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14078,9 +14078,9 @@ type notification_destinations_with_pager_duty_list_pager_duty_services_4xx_resp union notification_webhooks_list_webhooks_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "webhooks_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "notification_webhooks_list_webhooks_4xx_response") = webhooks_components_schemas_response_collection | notification_webhooks_list_webhooks_4xx_response type webhooks_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [webhooks] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [webhooks!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14120,9 +14120,9 @@ enum webhooks_components_schemas_type { } type notification_webhooks_list_webhooks_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [webhooks] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [webhooks!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14131,16 +14131,16 @@ type notification_webhooks_list_webhooks_4xx_response { union notification_webhooks_get_a_webhook_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "webhooks_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "notification_webhooks_get_a_webhook_4xx_response") = webhooks_components_schemas_single_response | notification_webhooks_get_a_webhook_4xx_response type webhooks_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type notification_webhooks_get_a_webhook_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -14149,9 +14149,9 @@ type notification_webhooks_get_a_webhook_4xx_response { union notification_history_list_history_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "history_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "notification_history_list_history_4xx_response") = history_components_schemas_response_collection | notification_history_list_history_4xx_response type history_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [history] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [history!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14185,9 +14185,9 @@ enum mechanism_type { } type notification_history_list_history_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [history] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [history!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14196,9 +14196,9 @@ type notification_history_list_history_4xx_response { union notification_policies_list_notification_policies_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "policies_components_schemas_response_collection_2") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "notification_policies_list_notification_policies_4xx_response") = policies_components_schemas_response_collection_2 | notification_policies_list_notification_policies_4xx_response type policies_components_schemas_response_collection_2 { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [components_schemas_policies] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [components_schemas_policies!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14224,14 +14224,14 @@ type components_schemas_policies { } type components_schemas_filters { - slo: [String] + slo: [String!] additionalProperties: JSON @resolveRoot(subgraph: "CloudFlare") } type notification_policies_list_notification_policies_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [components_schemas_policies] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [components_schemas_policies!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14240,16 +14240,16 @@ type notification_policies_list_notification_policies_4xx_response { union notification_policies_get_a_notification_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "policies_components_schemas_single_response_2") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "notification_policies_get_a_notification_policy_4xx_response") = policies_components_schemas_single_response_2 | notification_policies_get_a_notification_policy_4xx_response type policies_components_schemas_single_response_2 { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type notification_policies_get_a_notification_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -14258,9 +14258,9 @@ type notification_policies_get_a_notification_policy_4xx_response { union account_level_custom_nameservers_list_account_custom_nameservers_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "acns_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_level_custom_nameservers_list_account_custom_nameservers_4xx_response") = acns_response_collection | account_level_custom_nameservers_list_account_custom_nameservers_4xx_response type acns_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [Custom_NS] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [Custom_NS!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14269,7 +14269,7 @@ type acns_response_collection { """A single account custom nameserver.""" type Custom_NS { """A and AAAA records associated with the nameserver.""" - dns_records: [query_account_level_custom_nameservers_list_account_custom_nameservers_oneOf_0_allOf_1_result_items_dns_records_items]! + dns_records: [query_account_level_custom_nameservers_list_account_custom_nameservers_oneOf_0_allOf_1_result_items_dns_records_items!]! """The FQDN of the name server.""" ns_name: Hostname! status: query_account_level_custom_nameservers_list_account_custom_nameservers_oneOf_0_allOf_1_result_items_status! @@ -14285,9 +14285,9 @@ enum query_account_level_custom_nameservers_list_account_custom_nameservers_oneO } type account_level_custom_nameservers_list_account_custom_nameservers_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [Custom_NS] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [Custom_NS!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14299,18 +14299,18 @@ scalar custom_ns_components_schemas_identifier @length(subgraph: "CloudFlare", m union account_level_custom_nameservers_get_eligible_zones_for_account_custom_nameservers_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "availability_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_level_custom_nameservers_get_eligible_zones_for_account_custom_nameservers_4xx_response") = availability_response | account_level_custom_nameservers_get_eligible_zones_for_account_custom_nameservers_4xx_response type availability_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [Hostname] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [Hostname!] """Whether the API call was successful""" success: Boolean! result_info: result_info } type account_level_custom_nameservers_get_eligible_zones_for_account_custom_nameservers_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [Hostname] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [Hostname!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14319,9 +14319,9 @@ type account_level_custom_nameservers_get_eligible_zones_for_account_custom_name union devices_list_devices_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "devices_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_list_devices_4xx_response") = devices_response | devices_list_devices_4xx_response type devices_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [devices] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [devices!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14379,9 +14379,9 @@ type user { } type devices_list_devices_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [devices] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [devices!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14390,9 +14390,9 @@ type devices_list_devices_4xx_response { union devices_list_device_settings_policies_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "device_settings_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_list_device_settings_policies_4xx_response") = device_settings_response_collection | devices_list_device_settings_policies_4xx_response type device_settings_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [device_settings_policy] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [device_settings_policy!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14419,10 +14419,10 @@ type device_settings_policy { disable_auto_fallback: Boolean """Whether the policy will be applied to matching devices.""" enabled: Boolean - exclude: [split_tunnel] - fallback_domains: [fallback_domain] + exclude: [split_tunnel!] + fallback_domains: [fallback_domain!] gateway_unique_id: String - include: [split_tunnel_include] + include: [split_tunnel_include!] """The wirefilter expression to match devices.""" match: components_schemas_match """The name of the device settings policy.""" @@ -14462,7 +14462,7 @@ type fallback_domain { """A description of the fallback domain, displayed in the client UI.""" description: query_devices_list_device_settings_policies_oneOf_0_allOf_1_result_items_fallback_domains_items_description """A list of IP addresses to handle domain resolution.""" - dns_server: [JSON] + dns_server: [JSON!] """The domain suffix to match when resolving locally.""" suffix: String! } @@ -14500,9 +14500,9 @@ type service_mode_v2 { } type devices_list_device_settings_policies_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [device_settings_policy] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [device_settings_policy!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14511,8 +14511,8 @@ type devices_list_device_settings_policies_4xx_response { union devices_get_default_device_settings_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "default_device_settings_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_get_default_device_settings_policy_4xx_response") = default_device_settings_response | devices_get_default_device_settings_policy_4xx_response type default_device_settings_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: default_device_settings_policy """Whether the API call was successful""" success: Boolean! @@ -14540,10 +14540,10 @@ type default_device_settings_policy { disable_auto_fallback: Boolean """Whether the policy will be applied to matching devices.""" enabled: Boolean - exclude: [split_tunnel] - fallback_domains: [fallback_domain] + exclude: [split_tunnel!] + fallback_domains: [fallback_domain!] gateway_unique_id: String - include: [split_tunnel_include] + include: [split_tunnel_include!] service_mode_v2: service_mode_v2 """The URL to launch when the Send Feedback button is clicked.""" support_url: URL @@ -14554,8 +14554,8 @@ type default_device_settings_policy { } type devices_get_default_device_settings_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: default_device_settings_policy """Whether the API call was successful""" success: Boolean! @@ -14565,18 +14565,18 @@ type devices_get_default_device_settings_policy_4xx_response { union devices_get_split_tunnel_exclude_list_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "split_tunnel_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_get_split_tunnel_exclude_list_4xx_response") = split_tunnel_response_collection | devices_get_split_tunnel_exclude_list_4xx_response type split_tunnel_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [split_tunnel] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [split_tunnel!] """Whether the API call was successful""" success: Boolean! result_info: result_info } type devices_get_split_tunnel_exclude_list_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [split_tunnel] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [split_tunnel!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14585,18 +14585,18 @@ type devices_get_split_tunnel_exclude_list_4xx_response { union devices_get_local_domain_fallback_list_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "fallback_domain_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_get_local_domain_fallback_list_4xx_response") = fallback_domain_response_collection | devices_get_local_domain_fallback_list_4xx_response type fallback_domain_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [fallback_domain] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [fallback_domain!] """Whether the API call was successful""" success: Boolean! result_info: result_info } type devices_get_local_domain_fallback_list_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [fallback_domain] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [fallback_domain!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14605,18 +14605,18 @@ type devices_get_local_domain_fallback_list_4xx_response { union devices_get_split_tunnel_include_list_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "split_tunnel_include_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_get_split_tunnel_include_list_4xx_response") = split_tunnel_include_response_collection | devices_get_split_tunnel_include_list_4xx_response type split_tunnel_include_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [split_tunnel_include] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [split_tunnel_include!] """Whether the API call was successful""" success: Boolean! result_info: result_info } type devices_get_split_tunnel_include_list_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [split_tunnel_include] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [split_tunnel_include!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14625,8 +14625,8 @@ type devices_get_split_tunnel_include_list_4xx_response { union devices_get_device_settings_policy_by_id_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "device_settings_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_get_device_settings_policy_by_id_4xx_response") = device_settings_response | devices_get_device_settings_policy_by_id_4xx_response type device_settings_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: device_settings_policy """Whether the API call was successful""" success: Boolean! @@ -14634,8 +14634,8 @@ type device_settings_response { } type devices_get_device_settings_policy_by_id_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: device_settings_policy """Whether the API call was successful""" success: Boolean! @@ -14645,9 +14645,9 @@ type devices_get_device_settings_policy_by_id_4xx_response { union devices_get_split_tunnel_exclude_list_for_a_device_settings_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "split_tunnel_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_get_split_tunnel_exclude_list_for_a_device_settings_policy_4xx_response") = split_tunnel_response_collection | devices_get_split_tunnel_exclude_list_for_a_device_settings_policy_4xx_response type devices_get_split_tunnel_exclude_list_for_a_device_settings_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [split_tunnel] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [split_tunnel!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14656,9 +14656,9 @@ type devices_get_split_tunnel_exclude_list_for_a_device_settings_policy_4xx_resp union devices_get_local_domain_fallback_list_for_a_device_settings_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "fallback_domain_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_get_local_domain_fallback_list_for_a_device_settings_policy_4xx_response") = fallback_domain_response_collection | devices_get_local_domain_fallback_list_for_a_device_settings_policy_4xx_response type devices_get_local_domain_fallback_list_for_a_device_settings_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [fallback_domain] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [fallback_domain!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14667,9 +14667,9 @@ type devices_get_local_domain_fallback_list_for_a_device_settings_policy_4xx_res union devices_get_split_tunnel_include_list_for_a_device_settings_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "split_tunnel_include_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_get_split_tunnel_include_list_for_a_device_settings_policy_4xx_response") = split_tunnel_include_response_collection | devices_get_split_tunnel_include_list_for_a_device_settings_policy_4xx_response type devices_get_split_tunnel_include_list_for_a_device_settings_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [split_tunnel_include] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [split_tunnel_include!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14678,9 +14678,9 @@ type devices_get_split_tunnel_include_list_for_a_device_settings_policy_4xx_resp union device_posture_rules_list_device_posture_rules_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "device_posture_rules_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "device_posture_rules_list_device_posture_rules_4xx_response") = device_posture_rules_components_schemas_response_collection | device_posture_rules_list_device_posture_rules_4xx_response type device_posture_rules_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [device_posture_rules] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [device_posture_rules!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14695,7 +14695,7 @@ type device_posture_rules { id: device_posture_rules_components_schemas_uuid! input: schemas_input """The conditions that the client must match to run the rule.""" - match: [match_item] + match: [match_item!] """The name of the Device Posture Rule.""" name: String """Tells the client when to run the device posture check.""" @@ -14714,9 +14714,9 @@ enum device_posture_rules_components_schemas_type { } type device_posture_rules_list_device_posture_rules_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [device_posture_rules] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [device_posture_rules!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14725,9 +14725,9 @@ type device_posture_rules_list_device_posture_rules_4xx_response { union device_posture_integrations_list_device_posture_integrations_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "device_posture_integrations_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "device_posture_integrations_list_device_posture_integrations_4xx_response") = device_posture_integrations_components_schemas_response_collection | device_posture_integrations_list_device_posture_integrations_4xx_response type device_posture_integrations_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [device_posture_integrations] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [device_posture_integrations!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14758,9 +14758,9 @@ enum device_posture_integrations_components_schemas_type { } type device_posture_integrations_list_device_posture_integrations_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [device_posture_integrations] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [device_posture_integrations!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14769,16 +14769,16 @@ type device_posture_integrations_list_device_posture_integrations_4xx_response { union device_posture_integrations_device_posture_integration_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "device_posture_integrations_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "device_posture_integrations_device_posture_integration_details_4xx_response") = device_posture_integrations_components_schemas_single_response | device_posture_integrations_device_posture_integration_details_4xx_response type device_posture_integrations_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type device_posture_integrations_device_posture_integration_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -14787,16 +14787,16 @@ type device_posture_integrations_device_posture_integration_details_4xx_response union device_posture_rules_device_posture_rules_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "device_posture_rules_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "device_posture_rules_device_posture_rules_details_4xx_response") = device_posture_rules_components_schemas_single_response | device_posture_rules_device_posture_rules_details_4xx_response type device_posture_rules_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type device_posture_rules_device_posture_rules_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -14805,16 +14805,16 @@ type device_posture_rules_device_posture_rules_details_4xx_response { union zero_trust_accounts_get_device_settings_for_zero_trust_account_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "gateway_account_device_settings_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_accounts_get_device_settings_for_zero_trust_account_4xx_response") = gateway_account_device_settings_response | zero_trust_accounts_get_device_settings_for_zero_trust_account_4xx_response type gateway_account_device_settings_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zero_trust_accounts_get_device_settings_for_zero_trust_account_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -14823,16 +14823,16 @@ type zero_trust_accounts_get_device_settings_for_zero_trust_account_4xx_response union devices_device_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "device_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_device_details_4xx_response") = device_response | devices_device_details_4xx_response type device_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type devices_device_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -14841,8 +14841,8 @@ type devices_device_details_4xx_response { union devices_list_admin_override_code_for_device_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "override_codes_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_list_admin_override_code_for_device_4xx_response") = override_codes_response | devices_list_admin_override_code_for_device_4xx_response type override_codes_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_devices_list_admin_override_code_for_device_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -14867,8 +14867,8 @@ type disable_for_time { } type devices_list_admin_override_code_for_device_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_devices_list_admin_override_code_for_device_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -14878,16 +14878,16 @@ type devices_list_admin_override_code_for_device_4xx_response { union zero_trust_accounts_get_zero_trust_account_information_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "gateway_account") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_accounts_get_zero_trust_account_information_4xx_response") = gateway_account | zero_trust_accounts_get_zero_trust_account_information_4xx_response type gateway_account { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zero_trust_accounts_get_zero_trust_account_information_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -14896,9 +14896,9 @@ type zero_trust_accounts_get_zero_trust_account_information_4xx_response { union zero_trust_gateway_application_and_application_type_mappings_list_application_and_application_type_mappings_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "app_types_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_gateway_application_and_application_type_mappings_list_application_and_application_type_mappings_4xx_response") = app_types_components_schemas_response_collection | zero_trust_gateway_application_and_application_type_mappings_list_application_and_application_type_mappings_4xx_response type app_types_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [app_types] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [app_types!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14933,9 +14933,9 @@ type application_type { } type zero_trust_gateway_application_and_application_type_mappings_list_application_and_application_type_mappings_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [app_types] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [app_types!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14944,16 +14944,16 @@ type zero_trust_gateway_application_and_application_type_mappings_list_applicati union zero_trust_accounts_get_zero_trust_account_configuration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "gateway_account_config") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_accounts_get_zero_trust_account_configuration_4xx_response") = gateway_account_config | zero_trust_accounts_get_zero_trust_account_configuration_4xx_response type gateway_account_config { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zero_trust_accounts_get_zero_trust_account_configuration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -14962,9 +14962,9 @@ type zero_trust_accounts_get_zero_trust_account_configuration_4xx_response { union zero_trust_lists_list_zero_trust_lists_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "lists_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_lists_list_zero_trust_lists_4xx_response") = lists_components_schemas_response_collection | zero_trust_lists_list_zero_trust_lists_4xx_response type lists_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [lists] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [lists!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -14997,9 +14997,9 @@ enum lists_components_schemas_type { } type zero_trust_lists_list_zero_trust_lists_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [lists] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [lists!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -15008,16 +15008,16 @@ type zero_trust_lists_list_zero_trust_lists_4xx_response { union zero_trust_lists_zero_trust_list_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "lists_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_lists_zero_trust_list_details_4xx_response") = lists_components_schemas_single_response | zero_trust_lists_zero_trust_list_details_4xx_response type lists_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zero_trust_lists_zero_trust_list_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -15026,18 +15026,18 @@ type zero_trust_lists_zero_trust_list_details_4xx_response { union zero_trust_lists_zero_trust_list_items_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "list_item_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_lists_zero_trust_list_items_4xx_response") = list_item_response_collection | zero_trust_lists_zero_trust_list_items_4xx_response type list_item_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [[query_zero_trust_lists_zero_trust_list_items_oneOf_0_allOf_1_result_items_items]] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [[query_zero_trust_lists_zero_trust_list_items_oneOf_0_allOf_1_result_items_items!]!] """Whether the API call was successful""" success: Boolean! result_info: result_info } type zero_trust_lists_zero_trust_list_items_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [[query_zero_trust_lists_zero_trust_list_items_oneOf_0_allOf_1_result_items_items]] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [[query_zero_trust_lists_zero_trust_list_items_oneOf_0_allOf_1_result_items_items!]!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -15046,9 +15046,9 @@ type zero_trust_lists_zero_trust_list_items_4xx_response { union zero_trust_gateway_locations_list_zero_trust_gateway_locations_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "locations_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_gateway_locations_list_zero_trust_gateway_locations_4xx_response") = locations_components_schemas_response_collection | zero_trust_gateway_locations_list_zero_trust_gateway_locations_4xx_response type locations_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [locations] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [locations!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -15072,14 +15072,14 @@ type locations { """ A list of network ranges that requests from this location would originate from. """ - networks: [String] + networks: [String!] updated_at: DateTime } type zero_trust_gateway_locations_list_zero_trust_gateway_locations_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [locations] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [locations!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -15088,16 +15088,16 @@ type zero_trust_gateway_locations_list_zero_trust_gateway_locations_4xx_response union zero_trust_gateway_locations_zero_trust_gateway_location_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "locations_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_gateway_locations_zero_trust_gateway_location_details_4xx_response") = locations_components_schemas_single_response | zero_trust_gateway_locations_zero_trust_gateway_location_details_4xx_response type locations_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zero_trust_gateway_locations_zero_trust_gateway_location_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -15106,16 +15106,16 @@ type zero_trust_gateway_locations_zero_trust_gateway_location_details_4xx_respon union zero_trust_accounts_get_logging_settings_for_the_zero_trust_account_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "gateway_account_logging_settings_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_accounts_get_logging_settings_for_the_zero_trust_account_4xx_response") = gateway_account_logging_settings_response | zero_trust_accounts_get_logging_settings_for_the_zero_trust_account_4xx_response type gateway_account_logging_settings_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zero_trust_accounts_get_logging_settings_for_the_zero_trust_account_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -15124,9 +15124,9 @@ type zero_trust_accounts_get_logging_settings_for_the_zero_trust_account_4xx_res union zero_trust_gateway_proxy_endpoints_list_proxy_endpoints_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "proxy_endpoints_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_gateway_proxy_endpoints_list_proxy_endpoints_4xx_response") = proxy_endpoints_components_schemas_response_collection | zero_trust_gateway_proxy_endpoints_list_proxy_endpoints_4xx_response type proxy_endpoints_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [proxy_endpoints] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [proxy_endpoints!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -15136,7 +15136,7 @@ type proxy_endpoints { created_at: DateTime id: String! """A list of CIDRs to restrict ingress connections.""" - ips: [String] + ips: [String!] """The name of the Proxy Endpoint.""" name: String """The subdomain to be used as the destination in the proxy client.""" @@ -15145,9 +15145,9 @@ type proxy_endpoints { } type zero_trust_gateway_proxy_endpoints_list_proxy_endpoints_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [proxy_endpoints] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [proxy_endpoints!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -15156,16 +15156,16 @@ type zero_trust_gateway_proxy_endpoints_list_proxy_endpoints_4xx_response { union zero_trust_gateway_proxy_endpoints_proxy_endpoint_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "proxy_endpoints_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_gateway_proxy_endpoints_proxy_endpoint_details_4xx_response") = proxy_endpoints_components_schemas_single_response | zero_trust_gateway_proxy_endpoints_proxy_endpoint_details_4xx_response type proxy_endpoints_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zero_trust_gateway_proxy_endpoints_proxy_endpoint_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -15174,9 +15174,9 @@ type zero_trust_gateway_proxy_endpoints_proxy_endpoint_details_4xx_response { union zero_trust_gateway_rules_list_zero_trust_gateway_rules_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rules_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_gateway_rules_list_zero_trust_gateway_rules_4xx_response") = rules_components_schemas_response_collection | zero_trust_gateway_rules_list_zero_trust_gateway_rules_4xx_response type rules_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [rules_components_schemas_rules] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [rules_components_schemas_rules!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -15198,7 +15198,7 @@ type rules_components_schemas_rules { """ The protocol or layer to evaluate the traffic, identity, and device posture expressions. """ - filters: [query_zero_trust_gateway_rules_list_zero_trust_gateway_rules_oneOf_0_allOf_1_result_items_filters_items] + filters: [query_zero_trust_gateway_rules_list_zero_trust_gateway_rules_oneOf_0_allOf_1_result_items_filters_items!] """API Resource UUID tag.""" id: rules_components_schemas_uuid! """The wirefilter expression to be used for identity matching.""" @@ -15237,9 +15237,9 @@ enum rules_components_schemas_action_2 { scalar rules_components_schemas_uuid @length(subgraph: "CloudFlare", min: null, max: 36) type zero_trust_gateway_rules_list_zero_trust_gateway_rules_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [rules_components_schemas_rules] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [rules_components_schemas_rules!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -15248,16 +15248,16 @@ type zero_trust_gateway_rules_list_zero_trust_gateway_rules_4xx_response { union zero_trust_gateway_rules_zero_trust_gateway_rule_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rules_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_gateway_rules_zero_trust_gateway_rule_details_4xx_response") = rules_components_schemas_single_response | zero_trust_gateway_rules_zero_trust_gateway_rule_details_4xx_response type rules_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zero_trust_gateway_rules_zero_trust_gateway_rule_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -15266,9 +15266,9 @@ type zero_trust_gateway_rules_zero_trust_gateway_rule_details_4xx_response { union origin_ca_list_certificates_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_certificate_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "origin_ca_list_certificates_4xx_response") = schemas_certificate_response_collection | origin_ca_list_certificates_4xx_response type schemas_certificate_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [certificates] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [certificates!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -15284,7 +15284,7 @@ type certificates { """ Array of hostnames or wildcard names (e.g., *.example.com) bound to the certificate. """ - hostnames: [JSON]! + hostnames: [JSON!]! """The x509 serial number of the Origin CA certificate.""" id: String! request_type: request_type! @@ -15312,9 +15312,9 @@ enum requested_validity { } type origin_ca_list_certificates_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [certificates] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [certificates!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -15323,16 +15323,16 @@ type origin_ca_list_certificates_4xx_response { union origin_ca_get_certificate_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_certificate_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "origin_ca_get_certificate_4xx_response") = schemas_certificate_response_single | origin_ca_get_certificate_4xx_response type schemas_certificate_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type origin_ca_get_certificate_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -15341,16 +15341,16 @@ type origin_ca_get_certificate_4xx_response { union cloudflare_i_ps_cloudflare_ip_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "cloudflare_i_ps_cloudflare_ip_details_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_i_ps_cloudflare_ip_details_4xx_response") = cloudflare_i_ps_cloudflare_ip_details_200_response | cloudflare_i_ps_cloudflare_ip_details_4xx_response type cloudflare_i_ps_cloudflare_ip_details_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type cloudflare_i_ps_cloudflare_ip_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -15359,9 +15359,9 @@ type cloudflare_i_ps_cloudflare_ip_details_4xx_response { union user_SINGLE_QUOTE__s_account_memberships_list_memberships_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "collection_membership_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_SINGLE_QUOTE__s_account_memberships_list_memberships_4xx_response") = collection_membership_response | user_SINGLE_QUOTE__s_account_memberships_list_memberships_4xx_response type collection_membership_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [membership] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [membership!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -15379,7 +15379,7 @@ type membership { id: membership_components_schemas_identifier! permissions: permissions """List of role names for the user at the account.""" - roles: [query_user_SINGLE_QUOTE__s_account_memberships_list_memberships_oneOf_0_allOf_1_result_items_roles_items] + roles: [query_user_SINGLE_QUOTE__s_account_memberships_list_memberships_oneOf_0_allOf_1_result_items_roles_items!] status: schemas_status } @@ -15446,9 +15446,9 @@ enum schemas_status { } type user_SINGLE_QUOTE__s_account_memberships_list_memberships_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [membership] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [membership!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -15457,16 +15457,16 @@ type user_SINGLE_QUOTE__s_account_memberships_list_memberships_4xx_response { union user_SINGLE_QUOTE__s_account_memberships_membership_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_membership_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_SINGLE_QUOTE__s_account_memberships_membership_details_4xx_response") = single_membership_response | user_SINGLE_QUOTE__s_account_memberships_membership_details_4xx_response type single_membership_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type user_SINGLE_QUOTE__s_account_memberships_membership_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -15475,16 +15475,16 @@ type user_SINGLE_QUOTE__s_account_memberships_membership_details_4xx_response { union organizations__deprecated_organization_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_organization_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "organizations__deprecated_organization_details_4xx_response") = single_organization_response | organizations__deprecated_organization_details_4xx_response type single_organization_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type organizations__deprecated_organization_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -15493,8 +15493,8 @@ type organizations__deprecated_organization_details_4xx_response { union audit_logs_get_organization_audit_logs_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "audit_logs_get_organization_audit_logs_4xx_response") = query_audit_logs_get_account_audit_logs_oneOf_0_oneOf_0 | api_response_common | audit_logs_get_organization_audit_logs_4xx_response type audit_logs_get_organization_audit_logs_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_accounts_list_accounts_oneOf_0_anyOf_0_result! """Whether the API call was successful""" success: Boolean! @@ -15503,9 +15503,9 @@ type audit_logs_get_organization_audit_logs_4xx_response { union organization_invites_list_invitations_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "collection_invite_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "organization_invites_list_invitations_4xx_response") = collection_invite_response | organization_invites_list_invitations_4xx_response type collection_invite_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [invite] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [invite!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -15529,7 +15529,7 @@ type invite { """Organization name.""" organization_name: query_organization_invites_list_invitations_oneOf_0_allOf_1_result_items_allOf_0_allOf_0_organization_name """Roles to be assigned to this user.""" - roles: [schemas_role] + roles: [schemas_role!] """Current status of two-factor enforcement on the organization.""" organization_is_enforcing_twofactor: Boolean status: query_organization_invites_list_invitations_oneOf_0_allOf_1_result_items_allOf_0_allOf_1_status @@ -15555,7 +15555,7 @@ type schemas_role { """Role Name.""" name: components_schemas_name! """Access permissions for this User.""" - permissions: [query_organization_invites_list_invitations_oneOf_0_allOf_1_result_items_allOf_0_allOf_0_roles_items_permissions_items]! + permissions: [query_organization_invites_list_invitations_oneOf_0_allOf_1_result_items_allOf_0_allOf_0_roles_items_permissions_items!]! } """Role identifier tag.""" @@ -15577,9 +15577,9 @@ enum query_organization_invites_list_invitations_oneOf_0_allOf_1_result_items_al } type organization_invites_list_invitations_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [invite] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [invite!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -15588,16 +15588,16 @@ type organization_invites_list_invitations_4xx_response { union organization_invites_invitation_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_invite_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "organization_invites_invitation_details_4xx_response") = single_invite_response | organization_invites_invitation_details_4xx_response type single_invite_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type organization_invites_invitation_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -15606,9 +15606,9 @@ type organization_invites_invitation_details_4xx_response { union organization_members_list_members_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "collection_member_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "organization_members_list_members_4xx_response") = collection_member_response | organization_members_list_members_4xx_response type collection_member_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [components_schemas_member] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [components_schemas_member!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -15622,7 +15622,7 @@ type components_schemas_member { """Member Name.""" name: member_components_schemas_name """Roles assigned to this Member.""" - roles: [schemas_role]! + roles: [schemas_role!]! status: query_organization_members_list_members_oneOf_0_allOf_1_result_items_status! } @@ -15636,9 +15636,9 @@ enum query_organization_members_list_members_oneOf_0_allOf_1_result_items_status } type organization_members_list_members_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [components_schemas_member] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [components_schemas_member!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -15650,16 +15650,16 @@ scalar organization_components_schemas_identifier @length(subgraph: "CloudFlare" union organization_members_member_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_member_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "organization_members_member_details_4xx_response") = single_member_response | organization_members_member_details_4xx_response type single_member_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type organization_members_member_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -15668,9 +15668,9 @@ type organization_members_member_details_4xx_response { union organization_railgun_list_railguns_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "railgun_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "organization_railgun_list_railguns_4xx_response") = railgun_response_collection | organization_railgun_list_railguns_4xx_response type organization_railgun_list_railguns_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [railgun] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [railgun!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -15679,8 +15679,8 @@ type organization_railgun_list_railguns_4xx_response { union organization_railgun_railgun_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "railgun_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "organization_railgun_railgun_details_4xx_response") = railgun_response_single | organization_railgun_railgun_details_4xx_response type organization_railgun_railgun_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -15689,9 +15689,9 @@ type organization_railgun_railgun_details_4xx_response { union organization_railgun_get_railgun_zones_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "organization_railgun_get_railgun_zones_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "organization_railgun_get_railgun_zones_4xx_response") = organization_railgun_get_railgun_zones_200_response | organization_railgun_get_railgun_zones_4xx_response type organization_railgun_get_railgun_zones_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [components_schemas_zone] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [components_schemas_zone!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -15722,7 +15722,7 @@ type components_schemas_zone { Original name servers before moving to Cloudflare Notes: Is this only available for full zones? """ - original_name_servers: [Hostname] + original_name_servers: [Hostname!] """Registrar for the domain at the time of switching to Cloudflare""" original_registrar: String owner: JSON! @@ -15736,9 +15736,9 @@ scalar query_organization_railgun_get_railgun_zones_oneOf_0_allOf_1_result_items scalar query_organization_railgun_get_railgun_zones_oneOf_0_allOf_1_result_items_original_dnshost @length(subgraph: "CloudFlare", min: null, max: 50) type organization_railgun_get_railgun_zones_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [components_schemas_zone] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [components_schemas_zone!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -15747,18 +15747,18 @@ type organization_railgun_get_railgun_zones_4xx_response { union organization_roles_list_roles_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "collection_role_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "organization_roles_list_roles_4xx_response") = collection_role_response | organization_roles_list_roles_4xx_response type collection_role_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_role] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_role!] """Whether the API call was successful""" success: Boolean! result_info: result_info } type organization_roles_list_roles_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_role] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_role!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -15767,16 +15767,16 @@ type organization_roles_list_roles_4xx_response { union organization_roles_role_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_role_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "organization_roles_role_details_4xx_response") = single_role_response | organization_roles_role_details_4xx_response type single_role_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type organization_roles_role_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -15790,17 +15790,17 @@ type radar_annotations_get_outages_annotations_200_response { } type query_radar_annotations_get_outages_annotations_oneOf_0_result { - annotations: [query_radar_annotations_get_outages_annotations_oneOf_0_result_annotations_items] + annotations: [query_radar_annotations_get_outages_annotations_oneOf_0_result_annotations_items!] } type query_radar_annotations_get_outages_annotations_oneOf_0_result_annotations_items { - asns: [Int] + asns: [Int!] dataSource: String description: String endDate: DateTime eventType: String linkedUrl: URL - locations: [String] + locations: [String!] outage: query_radar_annotations_get_outages_annotations_oneOf_0_result_annotations_items_outage scope: String startDate: DateTime @@ -15815,22 +15815,22 @@ type radar_annotations_get_outages_annotations_4xx_response { result: query_radar_annotations_get_outages_annotations_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_annotations_get_outages_annotations_oneOf_1_allOf_0_result { - annotations: [query_radar_annotations_get_outages_annotations_oneOf_1_allOf_0_result_annotations_items] + annotations: [query_radar_annotations_get_outages_annotations_oneOf_1_allOf_0_result_annotations_items!] } type query_radar_annotations_get_outages_annotations_oneOf_1_allOf_0_result_annotations_items { - asns: [Int] + asns: [Int!] dataSource: String description: String endDate: DateTime eventType: String linkedUrl: URL - locations: [String] + locations: [String!] outage: query_radar_annotations_get_outages_annotations_oneOf_1_allOf_0_result_annotations_items_outage scope: String startDate: DateTime @@ -15849,7 +15849,7 @@ type radar_annotations_get_top_outages_annotations_200_response { } type query_radar_annotations_get_top_outages_annotations_oneOf_0_result { - annotations: [query_radar_annotations_get_top_outages_annotations_oneOf_0_result_annotations_items] + annotations: [query_radar_annotations_get_top_outages_annotations_oneOf_0_result_annotations_items!] } type query_radar_annotations_get_top_outages_annotations_oneOf_0_result_annotations_items { @@ -15862,12 +15862,12 @@ type radar_annotations_get_top_outages_annotations_4xx_response { result: query_radar_annotations_get_top_outages_annotations_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_annotations_get_top_outages_annotations_oneOf_1_allOf_0_result { - annotations: [query_radar_annotations_get_top_outages_annotations_oneOf_1_allOf_0_result_annotations_items] + annotations: [query_radar_annotations_get_top_outages_annotations_oneOf_1_allOf_0_result_annotations_items!] } type query_radar_annotations_get_top_outages_annotations_oneOf_1_allOf_0_result_annotations_items { @@ -15894,7 +15894,7 @@ type query_radar_attacks_get_a_summary_of_layer_3_attacks_oneOf_0_result_meta { } type query_radar_attacks_get_a_summary_of_layer_3_attacks_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_attacks_get_a_summary_of_layer_3_attacks_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_attacks_get_a_summary_of_layer_3_attacks_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -15924,8 +15924,8 @@ type radar_attacks_get_a_summary_of_layer_3_attacks_4xx_response { result: query_radar_attacks_get_a_summary_of_layer_3_attacks_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_attacks_get_a_summary_of_layer_3_attacks_oneOf_1_allOf_0_result { @@ -15939,7 +15939,7 @@ type query_radar_attacks_get_a_summary_of_layer_3_attacks_oneOf_1_allOf_0_result } type query_radar_attacks_get_a_summary_of_layer_3_attacks_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_attacks_get_a_summary_of_layer_3_attacks_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_attacks_get_a_summary_of_layer_3_attacks_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -15999,16 +15999,16 @@ type query_radar_attacks_get_layer_3_attacks_time_series_oneOf_0_result_meta_dat } type query_radar_attacks_get_layer_3_attacks_time_series_oneOf_0_result_series { - timestamps: [DateTime] - values: [String] + timestamps: [DateTime!] + values: [String!] } type radar_attacks_get_layer_3_attacks_time_series_4xx_response { result: query_radar_attacks_get_layer_3_attacks_time_series_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_attacks_get_layer_3_attacks_time_series_oneOf_1_allOf_0_result { @@ -16038,8 +16038,8 @@ type query_radar_attacks_get_layer_3_attacks_time_series_oneOf_1_allOf_0_result_ } type query_radar_attacks_get_layer_3_attacks_time_series_oneOf_1_allOf_0_result_series { - timestamps: [DateTime] - values: [String] + timestamps: [DateTime!] + values: [String!] } union radar_attacks_get_layer_3_attacks_by_network_protocol_COMMA__over_time_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "radar_attacks_get_layer_3_attacks_by_network_protocol_COMMA__over_time_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "radar_attacks_get_layer_3_attacks_by_network_protocol_COMMA__over_time_4xx_response") = radar_attacks_get_layer_3_attacks_by_network_protocol_COMMA__over_time_200_response | radar_attacks_get_layer_3_attacks_by_network_protocol_COMMA__over_time_4xx_response @@ -16062,7 +16062,7 @@ type query_radar_attacks_get_layer_3_attacks_by_network_protocol_COMMA__over_tim } type query_radar_attacks_get_layer_3_attacks_by_network_protocol_COMMA__over_time_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_attacks_get_layer_3_attacks_by_network_protocol_COMMA__over_time_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_attacks_get_layer_3_attacks_by_network_protocol_COMMA__over_time_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -16082,19 +16082,19 @@ type query_radar_attacks_get_layer_3_attacks_by_network_protocol_COMMA__over_tim } type query_radar_attacks_get_layer_3_attacks_by_network_protocol_COMMA__over_time_oneOf_0_result_serie_0 { - gre: [String] - icmp: [String] - tcp: [String] - timeseries: [String] - udp: [String] + gre: [String!] + icmp: [String!] + tcp: [String!] + timeseries: [String!] + udp: [String!] } type radar_attacks_get_layer_3_attacks_by_network_protocol_COMMA__over_time_4xx_response { result: query_radar_attacks_get_layer_3_attacks_by_network_protocol_COMMA__over_time_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_attacks_get_layer_3_attacks_by_network_protocol_COMMA__over_time_oneOf_1_allOf_0_result { @@ -16110,7 +16110,7 @@ type query_radar_attacks_get_layer_3_attacks_by_network_protocol_COMMA__over_tim } type query_radar_attacks_get_layer_3_attacks_by_network_protocol_COMMA__over_time_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_attacks_get_layer_3_attacks_by_network_protocol_COMMA__over_time_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_attacks_get_layer_3_attacks_by_network_protocol_COMMA__over_time_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -16130,11 +16130,11 @@ type query_radar_attacks_get_layer_3_attacks_by_network_protocol_COMMA__over_tim } type query_radar_attacks_get_layer_3_attacks_by_network_protocol_COMMA__over_time_oneOf_1_allOf_0_result_serie_0 { - gre: [String] - icmp: [String] - tcp: [String] - timeseries: [String] - udp: [String] + gre: [String!] + icmp: [String!] + tcp: [String!] + timeseries: [String!] + udp: [String!] } union radar_attacks_get_a_summary_of_layer_7_attacks_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "radar_attacks_get_a_summary_of_layer_7_attacks_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "radar_attacks_get_a_summary_of_layer_7_attacks_4xx_response") = radar_attacks_get_a_summary_of_layer_7_attacks_200_response | radar_attacks_get_a_summary_of_layer_7_attacks_4xx_response @@ -16155,7 +16155,7 @@ type query_radar_attacks_get_a_summary_of_layer_7_attacks_oneOf_0_result_meta { } type query_radar_attacks_get_a_summary_of_layer_7_attacks_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_attacks_get_a_summary_of_layer_7_attacks_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_attacks_get_a_summary_of_layer_7_attacks_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -16185,8 +16185,8 @@ type radar_attacks_get_a_summary_of_layer_7_attacks_4xx_response { result: query_radar_attacks_get_a_summary_of_layer_7_attacks_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_attacks_get_a_summary_of_layer_7_attacks_oneOf_1_allOf_0_result { @@ -16200,7 +16200,7 @@ type query_radar_attacks_get_a_summary_of_layer_7_attacks_oneOf_1_allOf_0_result } type query_radar_attacks_get_a_summary_of_layer_7_attacks_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_attacks_get_a_summary_of_layer_7_attacks_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_attacks_get_a_summary_of_layer_7_attacks_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -16246,7 +16246,7 @@ type query_radar_attacks_get_attacks_layer_7_time_series_oneOf_0_result_meta { } type query_radar_attacks_get_attacks_layer_7_time_series_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_attacks_get_attacks_layer_7_time_series_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_attacks_get_attacks_layer_7_time_series_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -16266,16 +16266,16 @@ type query_radar_attacks_get_attacks_layer_7_time_series_oneOf_0_result_meta_dat } type query_radar_attacks_get_attacks_layer_7_time_series_oneOf_0_result_series { - timestamps: [DateTime] - values: [String] + timestamps: [DateTime!] + values: [String!] } type radar_attacks_get_attacks_layer_7_time_series_4xx_response { result: query_radar_attacks_get_attacks_layer_7_time_series_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_attacks_get_attacks_layer_7_time_series_oneOf_1_allOf_0_result { @@ -16291,7 +16291,7 @@ type query_radar_attacks_get_attacks_layer_7_time_series_oneOf_1_allOf_0_result_ } type query_radar_attacks_get_attacks_layer_7_time_series_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_attacks_get_attacks_layer_7_time_series_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_attacks_get_attacks_layer_7_time_series_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -16311,8 +16311,8 @@ type query_radar_attacks_get_attacks_layer_7_time_series_oneOf_1_allOf_0_result_ } type query_radar_attacks_get_attacks_layer_7_time_series_oneOf_1_allOf_0_result_series { - timestamps: [DateTime] - values: [String] + timestamps: [DateTime!] + values: [String!] } union radar_attacks_get_layer_7_attacks_by_mitigation_technique_COMMA__over_time_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "radar_attacks_get_layer_7_attacks_by_mitigation_technique_COMMA__over_time_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "radar_attacks_get_layer_7_attacks_by_mitigation_technique_COMMA__over_time_4xx_response") = radar_attacks_get_layer_7_attacks_by_mitigation_technique_COMMA__over_time_200_response | radar_attacks_get_layer_7_attacks_by_mitigation_technique_COMMA__over_time_4xx_response @@ -16335,7 +16335,7 @@ type query_radar_attacks_get_layer_7_attacks_by_mitigation_technique_COMMA__over } type query_radar_attacks_get_layer_7_attacks_by_mitigation_technique_COMMA__over_time_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_attacks_get_layer_7_attacks_by_mitigation_technique_COMMA__over_time_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_attacks_get_layer_7_attacks_by_mitigation_technique_COMMA__over_time_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -16355,19 +16355,19 @@ type query_radar_attacks_get_layer_7_attacks_by_mitigation_technique_COMMA__over } type query_radar_attacks_get_layer_7_attacks_by_mitigation_technique_COMMA__over_time_oneOf_0_result_serie_0 { - gre: [String] - icmp: [String] - tcp: [String] - timeseries: [DateTime] - udp: [String] + gre: [String!] + icmp: [String!] + tcp: [String!] + timeseries: [DateTime!] + udp: [String!] } type radar_attacks_get_layer_7_attacks_by_mitigation_technique_COMMA__over_time_4xx_response { result: query_radar_attacks_get_layer_7_attacks_by_mitigation_technique_COMMA__over_time_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_attacks_get_layer_7_attacks_by_mitigation_technique_COMMA__over_time_oneOf_1_allOf_0_result { @@ -16383,7 +16383,7 @@ type query_radar_attacks_get_layer_7_attacks_by_mitigation_technique_COMMA__over } type query_radar_attacks_get_layer_7_attacks_by_mitigation_technique_COMMA__over_time_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_attacks_get_layer_7_attacks_by_mitigation_technique_COMMA__over_time_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_attacks_get_layer_7_attacks_by_mitigation_technique_COMMA__over_time_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -16403,11 +16403,11 @@ type query_radar_attacks_get_layer_7_attacks_by_mitigation_technique_COMMA__over } type query_radar_attacks_get_layer_7_attacks_by_mitigation_technique_COMMA__over_time_oneOf_1_allOf_0_result_serie_0 { - gre: [String] - icmp: [String] - tcp: [String] - timeseries: [DateTime] - udp: [String] + gre: [String!] + icmp: [String!] + tcp: [String!] + timeseries: [DateTime!] + udp: [String!] } union radar_attacks_get_layer_7_top_origin_a_ses_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "radar_attacks_get_layer_7_top_origin_a_ses_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "radar_attacks_get_layer_7_top_origin_a_ses_4xx_response") = radar_attacks_get_layer_7_top_origin_a_ses_200_response | radar_attacks_get_layer_7_top_origin_a_ses_4xx_response @@ -16418,7 +16418,7 @@ type radar_attacks_get_layer_7_top_origin_a_ses_200_response { } type query_radar_attacks_get_layer_7_top_origin_a_ses_oneOf_0_result { - top_0: [query_radar_attacks_get_layer_7_top_origin_a_ses_oneOf_0_result_top_0_items] + top_0: [query_radar_attacks_get_layer_7_top_origin_a_ses_oneOf_0_result_top_0_items!] } type query_radar_attacks_get_layer_7_top_origin_a_ses_oneOf_0_result_top_0_items { @@ -16432,12 +16432,12 @@ type radar_attacks_get_layer_7_top_origin_a_ses_4xx_response { result: query_radar_attacks_get_layer_7_top_origin_a_ses_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_attacks_get_layer_7_top_origin_a_ses_oneOf_1_allOf_0_result { - top_0: [query_radar_attacks_get_layer_7_top_origin_a_ses_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_attacks_get_layer_7_top_origin_a_ses_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_attacks_get_layer_7_top_origin_a_ses_oneOf_1_allOf_0_result_top_0_items { @@ -16455,7 +16455,7 @@ type radar_attacks_get_layer_7_top_attack_pairs__origin_and_target_locations_200 } type query_radar_attacks_get_layer_7_top_attack_pairs__origin_and_target_locations_oneOf_0_result { - top_0: [query_radar_attacks_get_layer_7_top_attack_pairs__origin_and_target_locations_oneOf_0_result_top_0_items] + top_0: [query_radar_attacks_get_layer_7_top_attack_pairs__origin_and_target_locations_oneOf_0_result_top_0_items!] } type query_radar_attacks_get_layer_7_top_attack_pairs__origin_and_target_locations_oneOf_0_result_top_0_items { @@ -16471,12 +16471,12 @@ type radar_attacks_get_layer_7_top_attack_pairs__origin_and_target_locations_4xx result: query_radar_attacks_get_layer_7_top_attack_pairs__origin_and_target_locations_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_attacks_get_layer_7_top_attack_pairs__origin_and_target_locations_oneOf_1_allOf_0_result { - top_0: [query_radar_attacks_get_layer_7_top_attack_pairs__origin_and_target_locations_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_attacks_get_layer_7_top_attack_pairs__origin_and_target_locations_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_attacks_get_layer_7_top_attack_pairs__origin_and_target_locations_oneOf_1_allOf_0_result_top_0_items { @@ -16496,7 +16496,7 @@ type radar_attacks_get_layer_7_top_origin_locations_200_response { } type query_radar_attacks_get_layer_7_top_origin_locations_oneOf_0_result { - top_0: [query_radar_attacks_get_layer_7_top_origin_locations_oneOf_0_result_top_0_items] + top_0: [query_radar_attacks_get_layer_7_top_origin_locations_oneOf_0_result_top_0_items!] } type query_radar_attacks_get_layer_7_top_origin_locations_oneOf_0_result_top_0_items { @@ -16510,12 +16510,12 @@ type radar_attacks_get_layer_7_top_origin_locations_4xx_response { result: query_radar_attacks_get_layer_7_top_origin_locations_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_attacks_get_layer_7_top_origin_locations_oneOf_1_allOf_0_result { - top_0: [query_radar_attacks_get_layer_7_top_origin_locations_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_attacks_get_layer_7_top_origin_locations_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_attacks_get_layer_7_top_origin_locations_oneOf_1_allOf_0_result_top_0_items { @@ -16532,7 +16532,7 @@ type radar_attacks_get_layer_7_top_target_locations_200_response { } type query_radar_attacks_get_layer_7_top_target_locations_oneOf_0_data { - top_0: [query_radar_attacks_get_layer_7_top_target_locations_oneOf_0_data_top_0_items] + top_0: [query_radar_attacks_get_layer_7_top_target_locations_oneOf_0_data_top_0_items!] } type query_radar_attacks_get_layer_7_top_target_locations_oneOf_0_data_top_0_items { @@ -16544,15 +16544,15 @@ type query_radar_attacks_get_layer_7_top_target_locations_oneOf_0_data_top_0_ite type radar_attacks_get_layer_7_top_target_locations_4xx_response { data: query_radar_attacks_get_layer_7_top_target_locations_oneOf_1_allOf_0_data - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! } type query_radar_attacks_get_layer_7_top_target_locations_oneOf_1_allOf_0_data { - top_0: [query_radar_attacks_get_layer_7_top_target_locations_oneOf_1_allOf_0_data_top_0_items] + top_0: [query_radar_attacks_get_layer_7_top_target_locations_oneOf_1_allOf_0_data_top_0_items!] } type query_radar_attacks_get_layer_7_top_target_locations_oneOf_1_allOf_0_data_top_0_items { @@ -16582,7 +16582,7 @@ type query_radar_bgp_get_bgp_time_series_oneOf_0_result_meta { } type query_radar_bgp_get_bgp_time_series_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_bgp_get_bgp_time_series_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_bgp_get_bgp_time_series_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -16602,16 +16602,16 @@ type query_radar_bgp_get_bgp_time_series_oneOf_0_result_meta_dateRange { } type query_radar_bgp_get_bgp_time_series_oneOf_0_result_series { - timestamps: [DateTime] - values: [String] + timestamps: [DateTime!] + values: [String!] } type radar_bgp_get_bgp_time_series_4xx_response { result: query_radar_bgp_get_bgp_time_series_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_bgp_get_bgp_time_series_oneOf_1_allOf_0_result { @@ -16627,7 +16627,7 @@ type query_radar_bgp_get_bgp_time_series_oneOf_1_allOf_0_result_meta { } type query_radar_bgp_get_bgp_time_series_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_bgp_get_bgp_time_series_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_bgp_get_bgp_time_series_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -16647,8 +16647,8 @@ type query_radar_bgp_get_bgp_time_series_oneOf_1_allOf_0_result_meta_dateRange { } type query_radar_bgp_get_bgp_time_series_oneOf_1_allOf_0_result_series { - timestamps: [DateTime] - values: [String] + timestamps: [DateTime!] + values: [String!] } union radar_bgp_get_top_autonomous_systems_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "radar_bgp_get_top_autonomous_systems_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "radar_bgp_get_top_autonomous_systems_4xx_response") = radar_bgp_get_top_autonomous_systems_200_response | radar_bgp_get_top_autonomous_systems_4xx_response @@ -16660,7 +16660,7 @@ type radar_bgp_get_top_autonomous_systems_200_response { type query_radar_bgp_get_top_autonomous_systems_oneOf_0_result { meta: query_radar_bgp_get_top_autonomous_systems_oneOf_0_result_meta - top_0: [query_radar_bgp_get_top_autonomous_systems_oneOf_0_result_top_0_items] + top_0: [query_radar_bgp_get_top_autonomous_systems_oneOf_0_result_top_0_items!] } type query_radar_bgp_get_top_autonomous_systems_oneOf_0_result_meta { @@ -16687,13 +16687,13 @@ type radar_bgp_get_top_autonomous_systems_4xx_response { result: query_radar_bgp_get_top_autonomous_systems_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_bgp_get_top_autonomous_systems_oneOf_1_allOf_0_result { meta: query_radar_bgp_get_top_autonomous_systems_oneOf_1_allOf_0_result_meta - top_0: [query_radar_bgp_get_top_autonomous_systems_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_bgp_get_top_autonomous_systems_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_bgp_get_top_autonomous_systems_oneOf_1_allOf_0_result_meta { @@ -16725,7 +16725,7 @@ type radar_bgp_get_top_prefixes_200_response { type query_radar_bgp_get_top_prefixes_oneOf_0_result { meta: query_radar_bgp_get_top_prefixes_oneOf_0_result_meta - top_0: [query_radar_bgp_get_top_prefixes_oneOf_0_result_top_0_items] + top_0: [query_radar_bgp_get_top_prefixes_oneOf_0_result_top_0_items!] } type query_radar_bgp_get_top_prefixes_oneOf_0_result_meta { @@ -16748,13 +16748,13 @@ type radar_bgp_get_top_prefixes_4xx_response { result: query_radar_bgp_get_top_prefixes_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_bgp_get_top_prefixes_oneOf_1_allOf_0_result { meta: query_radar_bgp_get_top_prefixes_oneOf_1_allOf_0_result_meta - top_0: [query_radar_bgp_get_top_prefixes_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_bgp_get_top_prefixes_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_bgp_get_top_prefixes_oneOf_1_allOf_0_result_meta { @@ -16781,14 +16781,14 @@ type radar_datasets_get_datasets_200_response { } type query_radar_datasets_get_datasets_oneOf_0_result { - datasets: [query_radar_datasets_get_datasets_oneOf_0_result_datasets_items] + datasets: [query_radar_datasets_get_datasets_oneOf_0_result_datasets_items!] } type query_radar_datasets_get_datasets_oneOf_0_result_datasets_items { description: String id: Int meta: JSON - tags: [String] + tags: [String!] title: String type: String } @@ -16797,19 +16797,19 @@ type radar_datasets_get_datasets_4xx_response { result: query_radar_datasets_get_datasets_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_datasets_get_datasets_oneOf_1_allOf_0_result { - datasets: [query_radar_datasets_get_datasets_oneOf_1_allOf_0_result_datasets_items] + datasets: [query_radar_datasets_get_datasets_oneOf_1_allOf_0_result_datasets_items!] } type query_radar_datasets_get_datasets_oneOf_1_allOf_0_result_datasets_items { description: String id: Int meta: JSON - tags: [String] + tags: [String!] title: String type: String } @@ -16834,7 +16834,7 @@ type query_radar_dns_get_dns_time_series_oneOf_0_result_meta { } type query_radar_dns_get_dns_time_series_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_dns_get_dns_time_series_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_dns_get_dns_time_series_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -16854,16 +16854,16 @@ type query_radar_dns_get_dns_time_series_oneOf_0_result_meta_dateRange { } type query_radar_dns_get_dns_time_series_oneOf_0_result_series { - timestamps: [DateTime] - values: [String] + timestamps: [DateTime!] + values: [String!] } type radar_dns_get_dns_time_series_4xx_response { result: query_radar_dns_get_dns_time_series_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_dns_get_dns_time_series_oneOf_1_allOf_0_result { @@ -16879,7 +16879,7 @@ type query_radar_dns_get_dns_time_series_oneOf_1_allOf_0_result_meta { } type query_radar_dns_get_dns_time_series_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_dns_get_dns_time_series_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_dns_get_dns_time_series_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -16899,8 +16899,8 @@ type query_radar_dns_get_dns_time_series_oneOf_1_allOf_0_result_meta_dateRange { } type query_radar_dns_get_dns_time_series_oneOf_1_allOf_0_result_series { - timestamps: [DateTime] - values: [String] + timestamps: [DateTime!] + values: [String!] } union radar_dns_get_top_autonomous_systems_by_dns_queries__response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "radar_dns_get_top_autonomous_systems_by_dns_queries__200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "radar_dns_get_top_autonomous_systems_by_dns_queries__4xx_response") = radar_dns_get_top_autonomous_systems_by_dns_queries__200_response | radar_dns_get_top_autonomous_systems_by_dns_queries__4xx_response @@ -16912,7 +16912,7 @@ type radar_dns_get_top_autonomous_systems_by_dns_queries__200_response { type query_radar_dns_get_top_autonomous_systems_by_dns_queries__oneOf_0_result { meta: query_radar_dns_get_top_autonomous_systems_by_dns_queries__oneOf_0_result_meta - top_0: [query_radar_dns_get_top_autonomous_systems_by_dns_queries__oneOf_0_result_top_0_items] + top_0: [query_radar_dns_get_top_autonomous_systems_by_dns_queries__oneOf_0_result_top_0_items!] } type query_radar_dns_get_top_autonomous_systems_by_dns_queries__oneOf_0_result_meta { @@ -16921,7 +16921,7 @@ type query_radar_dns_get_top_autonomous_systems_by_dns_queries__oneOf_0_result_m } type query_radar_dns_get_top_autonomous_systems_by_dns_queries__oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_dns_get_top_autonomous_systems_by_dns_queries__oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_dns_get_top_autonomous_systems_by_dns_queries__oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -16948,13 +16948,13 @@ type radar_dns_get_top_autonomous_systems_by_dns_queries__4xx_response { result: query_radar_dns_get_top_autonomous_systems_by_dns_queries__oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_dns_get_top_autonomous_systems_by_dns_queries__oneOf_1_allOf_0_result { meta: query_radar_dns_get_top_autonomous_systems_by_dns_queries__oneOf_1_allOf_0_result_meta - top_0: [query_radar_dns_get_top_autonomous_systems_by_dns_queries__oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_dns_get_top_autonomous_systems_by_dns_queries__oneOf_1_allOf_0_result_top_0_items!] } type query_radar_dns_get_top_autonomous_systems_by_dns_queries__oneOf_1_allOf_0_result_meta { @@ -16963,7 +16963,7 @@ type query_radar_dns_get_top_autonomous_systems_by_dns_queries__oneOf_1_allOf_0_ } type query_radar_dns_get_top_autonomous_systems_by_dns_queries__oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_dns_get_top_autonomous_systems_by_dns_queries__oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_dns_get_top_autonomous_systems_by_dns_queries__oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -16995,7 +16995,7 @@ type radar_dns_get_top_locations_by_dns_queries_200_response { type query_radar_dns_get_top_locations_by_dns_queries_oneOf_0_result { meta: query_radar_dns_get_top_locations_by_dns_queries_oneOf_0_result_meta - top_0: [query_radar_dns_get_top_locations_by_dns_queries_oneOf_0_result_top_0_items] + top_0: [query_radar_dns_get_top_locations_by_dns_queries_oneOf_0_result_top_0_items!] } type query_radar_dns_get_top_locations_by_dns_queries_oneOf_0_result_meta { @@ -17004,7 +17004,7 @@ type query_radar_dns_get_top_locations_by_dns_queries_oneOf_0_result_meta { } type query_radar_dns_get_top_locations_by_dns_queries_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_dns_get_top_locations_by_dns_queries_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_dns_get_top_locations_by_dns_queries_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -17031,13 +17031,13 @@ type radar_dns_get_top_locations_by_dns_queries_4xx_response { result: query_radar_dns_get_top_locations_by_dns_queries_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_dns_get_top_locations_by_dns_queries_oneOf_1_allOf_0_result { meta: query_radar_dns_get_top_locations_by_dns_queries_oneOf_1_allOf_0_result_meta - top_0: [query_radar_dns_get_top_locations_by_dns_queries_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_dns_get_top_locations_by_dns_queries_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_dns_get_top_locations_by_dns_queries_oneOf_1_allOf_0_result_meta { @@ -17046,7 +17046,7 @@ type query_radar_dns_get_top_locations_by_dns_queries_oneOf_1_allOf_0_result_met } type query_radar_dns_get_top_locations_by_dns_queries_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_dns_get_top_locations_by_dns_queries_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_dns_get_top_locations_by_dns_queries_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -17072,7 +17072,7 @@ type query_radar_dns_get_top_locations_by_dns_queries_oneOf_1_allOf_0_result_top union radar_entities_get_autonomous_systems_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "radar_entities_get_autonomous_systems_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "radar_entities_get_autonomous_systems_4xx_response") = radar_entities_get_autonomous_systems_200_response | radar_entities_get_autonomous_systems_4xx_response type radar_entities_get_autonomous_systems_200_response { - ases: [query_radar_entities_get_autonomous_systems_oneOf_0_ases_items] + ases: [query_radar_entities_get_autonomous_systems_oneOf_0_ases_items!] } type query_radar_entities_get_autonomous_systems_oneOf_0_ases_items { @@ -17084,9 +17084,9 @@ type query_radar_entities_get_autonomous_systems_oneOf_0_ases_items { } type radar_entities_get_autonomous_systems_4xx_response { - ases: [query_radar_entities_get_autonomous_systems_oneOf_1_allOf_0_ases_items] - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + ases: [query_radar_entities_get_autonomous_systems_oneOf_1_allOf_0_ases_items!] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -17117,7 +17117,7 @@ type query_radar_entities_get_autonomous_system_information_by_ip_address_oneOf_ country: String name: String nameLong: String - related: [query_radar_entities_get_autonomous_system_information_by_ip_address_oneOf_0_result_asn_related_items] + related: [query_radar_entities_get_autonomous_system_information_by_ip_address_oneOf_0_result_asn_related_items!] website: URL } @@ -17131,8 +17131,8 @@ type radar_entities_get_autonomous_system_information_by_ip_address_4xx_response result: query_radar_entities_get_autonomous_system_information_by_ip_address_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_entities_get_autonomous_system_information_by_ip_address_oneOf_1_allOf_0_result { @@ -17145,7 +17145,7 @@ type query_radar_entities_get_autonomous_system_information_by_ip_address_oneOf_ country: String name: String nameLong: String - related: [query_radar_entities_get_autonomous_system_information_by_ip_address_oneOf_1_allOf_0_result_asn_related_items] + related: [query_radar_entities_get_autonomous_system_information_by_ip_address_oneOf_1_allOf_0_result_asn_related_items!] website: URL } @@ -17173,7 +17173,7 @@ type query_radar_entities_get_autonomous_system__as_by_id_oneOf_0_result_asn { country: String name: String nameLong: String - related: [query_radar_entities_get_autonomous_system__as_by_id_oneOf_0_result_asn_related_items] + related: [query_radar_entities_get_autonomous_system__as_by_id_oneOf_0_result_asn_related_items!] website: URL } @@ -17187,8 +17187,8 @@ type radar_entities_get_autonomous_system__as_by_id_4xx_response { result: query_radar_entities_get_autonomous_system__as_by_id_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_entities_get_autonomous_system__as_by_id_oneOf_1_allOf_0_result { @@ -17202,7 +17202,7 @@ type query_radar_entities_get_autonomous_system__as_by_id_oneOf_1_allOf_0_result country: String name: String nameLong: String - related: [query_radar_entities_get_autonomous_system__as_by_id_oneOf_1_allOf_0_result_asn_related_items] + related: [query_radar_entities_get_autonomous_system__as_by_id_oneOf_1_allOf_0_result_asn_related_items!] website: URL } @@ -17220,7 +17220,7 @@ type radar_entities_get_locations_200_response { } type query_radar_entities_get_locations_oneOf_0_result { - locations: [query_radar_entities_get_locations_oneOf_0_result_locations_items] + locations: [query_radar_entities_get_locations_oneOf_0_result_locations_items!] } type query_radar_entities_get_locations_oneOf_0_result_locations_items { @@ -17234,12 +17234,12 @@ type radar_entities_get_locations_4xx_response { result: query_radar_entities_get_locations_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_entities_get_locations_oneOf_1_allOf_0_result { - locations: [query_radar_entities_get_locations_oneOf_1_allOf_0_result_locations_items] + locations: [query_radar_entities_get_locations_oneOf_1_allOf_0_result_locations_items!] } type query_radar_entities_get_locations_oneOf_1_allOf_0_result_locations_items { @@ -17274,8 +17274,8 @@ type radar_entities_get_location_4xx_response { result: query_radar_entities_get_location_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_entities_get_location_oneOf_1_allOf_0_result { @@ -17313,8 +17313,8 @@ type radar_http_get_a_summary_of_bot_classes_4xx_response { result: query_radar_http_get_a_summary_of_bot_classes_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_a_summary_of_bot_classes_oneOf_1_allOf_0_result { @@ -17349,8 +17349,8 @@ type radar_http_get_a_summary_of_device_types_4xx_response { result: query_radar_http_get_a_summary_of_device_types_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_a_summary_of_device_types_oneOf_1_allOf_0_result { @@ -17385,8 +17385,8 @@ type radar_http_get_a_summary_of_http_protocols_4xx_response { result: query_radar_http_get_a_summary_of_http_protocols_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_a_summary_of_http_protocols_oneOf_1_allOf_0_result { @@ -17421,8 +17421,8 @@ type radar_http_get_a_summary_of_http_versions_4xx_response { result: query_radar_http_get_a_summary_of_http_versions_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_a_summary_of_http_versions_oneOf_1_allOf_0_result { @@ -17457,8 +17457,8 @@ type radar_http_get_a_summary_of_ip_versions_4xx_response { result: query_radar_http_get_a_summary_of_ip_versions_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_a_summary_of_ip_versions_oneOf_1_allOf_0_result { @@ -17495,8 +17495,8 @@ type radar_http_get_a_summary_of_tls_versions_4xx_response { result: query_radar_http_get_a_summary_of_tls_versions_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_a_summary_of_tls_versions_oneOf_1_allOf_0_result { @@ -17525,17 +17525,17 @@ type query_radar_http_get_time_series_of_bot_classes_oneOf_0_result { } type query_radar_http_get_time_series_of_bot_classes_oneOf_0_result_serie_0 { - bot: [String] - human: [String] - timestamps: [String] + bot: [String!] + human: [String!] + timestamps: [String!] } type radar_http_get_time_series_of_bot_classes_4xx_response { result: query_radar_http_get_time_series_of_bot_classes_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_time_series_of_bot_classes_oneOf_1_allOf_0_result { @@ -17544,9 +17544,9 @@ type query_radar_http_get_time_series_of_bot_classes_oneOf_1_allOf_0_result { } type query_radar_http_get_time_series_of_bot_classes_oneOf_1_allOf_0_result_serie_0 { - bot: [String] - human: [String] - timestamps: [String] + bot: [String!] + human: [String!] + timestamps: [String!] } union radar_http_get_time_series_of_user_agents_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "radar_http_get_time_series_of_user_agents_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "radar_http_get_time_series_of_user_agents_4xx_response") = radar_http_get_time_series_of_user_agents_200_response | radar_http_get_time_series_of_user_agents_4xx_response @@ -17562,16 +17562,16 @@ type query_radar_http_get_time_series_of_user_agents_oneOf_0_result { } type query_radar_http_get_time_series_of_user_agents_oneOf_0_result_serie_0 { - _LESS_THAN_browser_name_GREATER_THAN_: [String] @resolveRootField(subgraph: "CloudFlare", field: "") - timestamps: [String] + _LESS_THAN_browser_name_GREATER_THAN_: [String!] @resolveRootField(subgraph: "CloudFlare", field: "") + timestamps: [String!] } type radar_http_get_time_series_of_user_agents_4xx_response { result: query_radar_http_get_time_series_of_user_agents_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_time_series_of_user_agents_oneOf_1_allOf_0_result { @@ -17580,8 +17580,8 @@ type query_radar_http_get_time_series_of_user_agents_oneOf_1_allOf_0_result { } type query_radar_http_get_time_series_of_user_agents_oneOf_1_allOf_0_result_serie_0 { - _LESS_THAN_browser_name_GREATER_THAN_: [String] @resolveRootField(subgraph: "CloudFlare", field: "") - timestamps: [String] + _LESS_THAN_browser_name_GREATER_THAN_: [String!] @resolveRootField(subgraph: "CloudFlare", field: "") + timestamps: [String!] } union radar_http_get_time_series_of_user_agents_aggregated_in_families_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "radar_http_get_time_series_of_user_agents_aggregated_in_families_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "radar_http_get_time_series_of_user_agents_aggregated_in_families_4xx_response") = radar_http_get_time_series_of_user_agents_aggregated_in_families_200_response | radar_http_get_time_series_of_user_agents_aggregated_in_families_4xx_response @@ -17597,16 +17597,16 @@ type query_radar_http_get_time_series_of_user_agents_aggregated_in_families_oneO } type query_radar_http_get_time_series_of_user_agents_aggregated_in_families_oneOf_0_result_serie_0 { - _LESS_THAN_browser_name_GREATER_THAN_: [String] @resolveRootField(subgraph: "CloudFlare", field: "") - timestamps: [String] + _LESS_THAN_browser_name_GREATER_THAN_: [String!] @resolveRootField(subgraph: "CloudFlare", field: "") + timestamps: [String!] } type radar_http_get_time_series_of_user_agents_aggregated_in_families_4xx_response { result: query_radar_http_get_time_series_of_user_agents_aggregated_in_families_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_time_series_of_user_agents_aggregated_in_families_oneOf_1_allOf_0_result { @@ -17615,8 +17615,8 @@ type query_radar_http_get_time_series_of_user_agents_aggregated_in_families_oneO } type query_radar_http_get_time_series_of_user_agents_aggregated_in_families_oneOf_1_allOf_0_result_serie_0 { - _LESS_THAN_browser_name_GREATER_THAN_: [String] @resolveRootField(subgraph: "CloudFlare", field: "") - timestamps: [String] + _LESS_THAN_browser_name_GREATER_THAN_: [String!] @resolveRootField(subgraph: "CloudFlare", field: "") + timestamps: [String!] } union radar_http_get_time_series_of_device_types_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "radar_http_get_time_series_of_device_types_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "radar_http_get_time_series_of_device_types_4xx_response") = radar_http_get_time_series_of_device_types_200_response | radar_http_get_time_series_of_device_types_4xx_response @@ -17632,18 +17632,18 @@ type query_radar_http_get_time_series_of_device_types_oneOf_0_result { } type query_radar_http_get_time_series_of_device_types_oneOf_0_result_serie_0 { - desktop: [String] - mobile: [String] - other: [String] - timestamps: [String] + desktop: [String!] + mobile: [String!] + other: [String!] + timestamps: [String!] } type radar_http_get_time_series_of_device_types_4xx_response { result: query_radar_http_get_time_series_of_device_types_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_time_series_of_device_types_oneOf_1_allOf_0_result { @@ -17652,10 +17652,10 @@ type query_radar_http_get_time_series_of_device_types_oneOf_1_allOf_0_result { } type query_radar_http_get_time_series_of_device_types_oneOf_1_allOf_0_result_serie_0 { - desktop: [String] - mobile: [String] - other: [String] - timestamps: [String] + desktop: [String!] + mobile: [String!] + other: [String!] + timestamps: [String!] } union radar_http_get_time_series_of_http_protocols_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "radar_http_get_time_series_of_http_protocols_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "radar_http_get_time_series_of_http_protocols_4xx_response") = radar_http_get_time_series_of_http_protocols_200_response | radar_http_get_time_series_of_http_protocols_4xx_response @@ -17671,17 +17671,17 @@ type query_radar_http_get_time_series_of_http_protocols_oneOf_0_result { } type query_radar_http_get_time_series_of_http_protocols_oneOf_0_result_serie_0 { - http: [String] - https: [String] - timestamps: [String] + http: [String!] + https: [String!] + timestamps: [String!] } type radar_http_get_time_series_of_http_protocols_4xx_response { result: query_radar_http_get_time_series_of_http_protocols_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_time_series_of_http_protocols_oneOf_1_allOf_0_result { @@ -17690,9 +17690,9 @@ type query_radar_http_get_time_series_of_http_protocols_oneOf_1_allOf_0_result { } type query_radar_http_get_time_series_of_http_protocols_oneOf_1_allOf_0_result_serie_0 { - http: [String] - https: [String] - timestamps: [String] + http: [String!] + https: [String!] + timestamps: [String!] } union radar_http_get_time_series_of_http_versions_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "radar_http_get_time_series_of_http_versions_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "radar_http_get_time_series_of_http_versions_4xx_response") = radar_http_get_time_series_of_http_versions_200_response | radar_http_get_time_series_of_http_versions_4xx_response @@ -17708,18 +17708,18 @@ type query_radar_http_get_time_series_of_http_versions_oneOf_0_result { } type query_radar_http_get_time_series_of_http_versions_oneOf_0_result_serie_0 { - HTTP_1_x: [String] @resolveRootField(subgraph: "CloudFlare", field: "HTTP/1.x") - HTTP_2: [String] @resolveRootField(subgraph: "CloudFlare", field: "HTTP/2") - HTTP_3: [String] @resolveRootField(subgraph: "CloudFlare", field: "HTTP/3") - timestamps: [String] + HTTP_1_x: [String!] @resolveRootField(subgraph: "CloudFlare", field: "HTTP/1.x") + HTTP_2: [String!] @resolveRootField(subgraph: "CloudFlare", field: "HTTP/2") + HTTP_3: [String!] @resolveRootField(subgraph: "CloudFlare", field: "HTTP/3") + timestamps: [String!] } type radar_http_get_time_series_of_http_versions_4xx_response { result: query_radar_http_get_time_series_of_http_versions_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_time_series_of_http_versions_oneOf_1_allOf_0_result { @@ -17728,10 +17728,10 @@ type query_radar_http_get_time_series_of_http_versions_oneOf_1_allOf_0_result { } type query_radar_http_get_time_series_of_http_versions_oneOf_1_allOf_0_result_serie_0 { - HTTP_1_x: [String] @resolveRootField(subgraph: "CloudFlare", field: "HTTP/1.x") - HTTP_2: [String] @resolveRootField(subgraph: "CloudFlare", field: "HTTP/2") - HTTP_3: [String] @resolveRootField(subgraph: "CloudFlare", field: "HTTP/3") - timestamps: [String] + HTTP_1_x: [String!] @resolveRootField(subgraph: "CloudFlare", field: "HTTP/1.x") + HTTP_2: [String!] @resolveRootField(subgraph: "CloudFlare", field: "HTTP/2") + HTTP_3: [String!] @resolveRootField(subgraph: "CloudFlare", field: "HTTP/3") + timestamps: [String!] } union radar_http_get_time_series_of_ip_versions_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "radar_http_get_time_series_of_ip_versions_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "radar_http_get_time_series_of_ip_versions_4xx_response") = radar_http_get_time_series_of_ip_versions_200_response | radar_http_get_time_series_of_ip_versions_4xx_response @@ -17747,17 +17747,17 @@ type query_radar_http_get_time_series_of_ip_versions_oneOf_0_result { } type query_radar_http_get_time_series_of_ip_versions_oneOf_0_result_serie_0 { - IPv4: [String] - IPv6: [String] - timestamps: [String] + IPv4: [String!] + IPv6: [String!] + timestamps: [String!] } type radar_http_get_time_series_of_ip_versions_4xx_response { result: query_radar_http_get_time_series_of_ip_versions_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_time_series_of_ip_versions_oneOf_1_allOf_0_result { @@ -17766,9 +17766,9 @@ type query_radar_http_get_time_series_of_ip_versions_oneOf_1_allOf_0_result { } type query_radar_http_get_time_series_of_ip_versions_oneOf_1_allOf_0_result_serie_0 { - IPv4: [String] - IPv6: [String] - timestamps: [String] + IPv4: [String!] + IPv6: [String!] + timestamps: [String!] } union radar_http_get_time_series_of_tls_versions_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "radar_http_get_time_series_of_tls_versions_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "radar_http_get_time_series_of_tls_versions_4xx_response") = radar_http_get_time_series_of_tls_versions_200_response | radar_http_get_time_series_of_tls_versions_4xx_response @@ -17784,20 +17784,20 @@ type query_radar_http_get_time_series_of_tls_versions_oneOf_0_result { } type query_radar_http_get_time_series_of_tls_versions_oneOf_0_result_serie_0 { - TLS_1_0: [String] @resolveRootField(subgraph: "CloudFlare", field: "TLS 1.0") - TLS_1_1: [String] @resolveRootField(subgraph: "CloudFlare", field: "TLS 1.1") - TLS_1_2: [String] @resolveRootField(subgraph: "CloudFlare", field: "TLS 1.2") - TLS_1_3: [String] @resolveRootField(subgraph: "CloudFlare", field: "TLS 1.3") - TLS_QUIC: [String] @resolveRootField(subgraph: "CloudFlare", field: "TLS QUIC") - timestamps: [String] + TLS_1_0: [String!] @resolveRootField(subgraph: "CloudFlare", field: "TLS 1.0") + TLS_1_1: [String!] @resolveRootField(subgraph: "CloudFlare", field: "TLS 1.1") + TLS_1_2: [String!] @resolveRootField(subgraph: "CloudFlare", field: "TLS 1.2") + TLS_1_3: [String!] @resolveRootField(subgraph: "CloudFlare", field: "TLS 1.3") + TLS_QUIC: [String!] @resolveRootField(subgraph: "CloudFlare", field: "TLS QUIC") + timestamps: [String!] } type radar_http_get_time_series_of_tls_versions_4xx_response { result: query_radar_http_get_time_series_of_tls_versions_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_time_series_of_tls_versions_oneOf_1_allOf_0_result { @@ -17806,12 +17806,12 @@ type query_radar_http_get_time_series_of_tls_versions_oneOf_1_allOf_0_result { } type query_radar_http_get_time_series_of_tls_versions_oneOf_1_allOf_0_result_serie_0 { - TLS_1_0: [String] @resolveRootField(subgraph: "CloudFlare", field: "TLS 1.0") - TLS_1_1: [String] @resolveRootField(subgraph: "CloudFlare", field: "TLS 1.1") - TLS_1_2: [String] @resolveRootField(subgraph: "CloudFlare", field: "TLS 1.2") - TLS_1_3: [String] @resolveRootField(subgraph: "CloudFlare", field: "TLS 1.3") - TLS_QUIC: [String] @resolveRootField(subgraph: "CloudFlare", field: "TLS QUIC") - timestamps: [String] + TLS_1_0: [String!] @resolveRootField(subgraph: "CloudFlare", field: "TLS 1.0") + TLS_1_1: [String!] @resolveRootField(subgraph: "CloudFlare", field: "TLS 1.1") + TLS_1_2: [String!] @resolveRootField(subgraph: "CloudFlare", field: "TLS 1.2") + TLS_1_3: [String!] @resolveRootField(subgraph: "CloudFlare", field: "TLS 1.3") + TLS_QUIC: [String!] @resolveRootField(subgraph: "CloudFlare", field: "TLS QUIC") + timestamps: [String!] } union radar_http_get_top_autonomous_systems_by_http_requests_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "radar_http_get_top_autonomous_systems_by_http_requests_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "radar_http_get_top_autonomous_systems_by_http_requests_4xx_response") = radar_http_get_top_autonomous_systems_by_http_requests_200_response | radar_http_get_top_autonomous_systems_by_http_requests_4xx_response @@ -17823,7 +17823,7 @@ type radar_http_get_top_autonomous_systems_by_http_requests_200_response { type query_radar_http_get_top_autonomous_systems_by_http_requests_oneOf_0_result { meta: query_radar_http_get_top_autonomous_systems_by_http_requests_oneOf_0_result_meta - top_0: [query_radar_http_get_top_autonomous_systems_by_http_requests_oneOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_autonomous_systems_by_http_requests_oneOf_0_result_top_0_items!] } type query_radar_http_get_top_autonomous_systems_by_http_requests_oneOf_0_result_meta { @@ -17832,7 +17832,7 @@ type query_radar_http_get_top_autonomous_systems_by_http_requests_oneOf_0_result } type query_radar_http_get_top_autonomous_systems_by_http_requests_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_autonomous_systems_by_http_requests_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_autonomous_systems_by_http_requests_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -17859,13 +17859,13 @@ type radar_http_get_top_autonomous_systems_by_http_requests_4xx_response { result: query_radar_http_get_top_autonomous_systems_by_http_requests_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_top_autonomous_systems_by_http_requests_oneOf_1_allOf_0_result { meta: query_radar_http_get_top_autonomous_systems_by_http_requests_oneOf_1_allOf_0_result_meta - top_0: [query_radar_http_get_top_autonomous_systems_by_http_requests_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_autonomous_systems_by_http_requests_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_http_get_top_autonomous_systems_by_http_requests_oneOf_1_allOf_0_result_meta { @@ -17874,7 +17874,7 @@ type query_radar_http_get_top_autonomous_systems_by_http_requests_oneOf_1_allOf_ } type query_radar_http_get_top_autonomous_systems_by_http_requests_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_autonomous_systems_by_http_requests_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_autonomous_systems_by_http_requests_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -17906,7 +17906,7 @@ type radar_http_get_top_autonomous_systems_by_bot_class_200_response { type query_radar_http_get_top_autonomous_systems_by_bot_class_oneOf_0_result { meta: query_radar_http_get_top_autonomous_systems_by_bot_class_oneOf_0_result_meta - top_0: [query_radar_http_get_top_autonomous_systems_by_bot_class_oneOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_autonomous_systems_by_bot_class_oneOf_0_result_top_0_items!] } type query_radar_http_get_top_autonomous_systems_by_bot_class_oneOf_0_result_meta { @@ -17915,7 +17915,7 @@ type query_radar_http_get_top_autonomous_systems_by_bot_class_oneOf_0_result_met } type query_radar_http_get_top_autonomous_systems_by_bot_class_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_autonomous_systems_by_bot_class_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_autonomous_systems_by_bot_class_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -17942,13 +17942,13 @@ type radar_http_get_top_autonomous_systems_by_bot_class_4xx_response { result: query_radar_http_get_top_autonomous_systems_by_bot_class_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_top_autonomous_systems_by_bot_class_oneOf_1_allOf_0_result { meta: query_radar_http_get_top_autonomous_systems_by_bot_class_oneOf_1_allOf_0_result_meta - top_0: [query_radar_http_get_top_autonomous_systems_by_bot_class_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_autonomous_systems_by_bot_class_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_http_get_top_autonomous_systems_by_bot_class_oneOf_1_allOf_0_result_meta { @@ -17957,7 +17957,7 @@ type query_radar_http_get_top_autonomous_systems_by_bot_class_oneOf_1_allOf_0_re } type query_radar_http_get_top_autonomous_systems_by_bot_class_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_autonomous_systems_by_bot_class_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_autonomous_systems_by_bot_class_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -17995,7 +17995,7 @@ type radar_http_get_top_autonomous_systems_by_device_type_200_response { type query_radar_http_get_top_autonomous_systems_by_device_type_oneOf_0_result { meta: query_radar_http_get_top_autonomous_systems_by_device_type_oneOf_0_result_meta - top_0: [query_radar_http_get_top_autonomous_systems_by_device_type_oneOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_autonomous_systems_by_device_type_oneOf_0_result_top_0_items!] } type query_radar_http_get_top_autonomous_systems_by_device_type_oneOf_0_result_meta { @@ -18004,7 +18004,7 @@ type query_radar_http_get_top_autonomous_systems_by_device_type_oneOf_0_result_m } type query_radar_http_get_top_autonomous_systems_by_device_type_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_autonomous_systems_by_device_type_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_autonomous_systems_by_device_type_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18031,13 +18031,13 @@ type radar_http_get_top_autonomous_systems_by_device_type_4xx_response { result: query_radar_http_get_top_autonomous_systems_by_device_type_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_top_autonomous_systems_by_device_type_oneOf_1_allOf_0_result { meta: query_radar_http_get_top_autonomous_systems_by_device_type_oneOf_1_allOf_0_result_meta - top_0: [query_radar_http_get_top_autonomous_systems_by_device_type_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_autonomous_systems_by_device_type_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_http_get_top_autonomous_systems_by_device_type_oneOf_1_allOf_0_result_meta { @@ -18046,7 +18046,7 @@ type query_radar_http_get_top_autonomous_systems_by_device_type_oneOf_1_allOf_0_ } type query_radar_http_get_top_autonomous_systems_by_device_type_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_autonomous_systems_by_device_type_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_autonomous_systems_by_device_type_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18085,7 +18085,7 @@ type radar_http_get_top_autonomous_systems_by_http_protocol_200_response { type query_radar_http_get_top_autonomous_systems_by_http_protocol_oneOf_0_result { meta: query_radar_http_get_top_autonomous_systems_by_http_protocol_oneOf_0_result_meta - top_0: [query_radar_http_get_top_autonomous_systems_by_http_protocol_oneOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_autonomous_systems_by_http_protocol_oneOf_0_result_top_0_items!] } type query_radar_http_get_top_autonomous_systems_by_http_protocol_oneOf_0_result_meta { @@ -18094,7 +18094,7 @@ type query_radar_http_get_top_autonomous_systems_by_http_protocol_oneOf_0_result } type query_radar_http_get_top_autonomous_systems_by_http_protocol_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_autonomous_systems_by_http_protocol_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_autonomous_systems_by_http_protocol_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18121,13 +18121,13 @@ type radar_http_get_top_autonomous_systems_by_http_protocol_4xx_response { result: query_radar_http_get_top_autonomous_systems_by_http_protocol_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_top_autonomous_systems_by_http_protocol_oneOf_1_allOf_0_result { meta: query_radar_http_get_top_autonomous_systems_by_http_protocol_oneOf_1_allOf_0_result_meta - top_0: [query_radar_http_get_top_autonomous_systems_by_http_protocol_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_autonomous_systems_by_http_protocol_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_http_get_top_autonomous_systems_by_http_protocol_oneOf_1_allOf_0_result_meta { @@ -18136,7 +18136,7 @@ type query_radar_http_get_top_autonomous_systems_by_http_protocol_oneOf_1_allOf_ } type query_radar_http_get_top_autonomous_systems_by_http_protocol_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_autonomous_systems_by_http_protocol_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_autonomous_systems_by_http_protocol_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18174,7 +18174,7 @@ type radar_http_get_top_autonomous_systems_by_http_version_200_response { type query_radar_http_get_top_autonomous_systems_by_http_version_oneOf_0_result { meta: query_radar_http_get_top_autonomous_systems_by_http_version_oneOf_0_result_meta - top_0: [query_radar_http_get_top_autonomous_systems_by_http_version_oneOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_autonomous_systems_by_http_version_oneOf_0_result_top_0_items!] } type query_radar_http_get_top_autonomous_systems_by_http_version_oneOf_0_result_meta { @@ -18183,7 +18183,7 @@ type query_radar_http_get_top_autonomous_systems_by_http_version_oneOf_0_result_ } type query_radar_http_get_top_autonomous_systems_by_http_version_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_autonomous_systems_by_http_version_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_autonomous_systems_by_http_version_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18210,13 +18210,13 @@ type radar_http_get_top_autonomous_systems_by_http_version_4xx_response { result: query_radar_http_get_top_autonomous_systems_by_http_version_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_top_autonomous_systems_by_http_version_oneOf_1_allOf_0_result { meta: query_radar_http_get_top_autonomous_systems_by_http_version_oneOf_1_allOf_0_result_meta - top_0: [query_radar_http_get_top_autonomous_systems_by_http_version_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_autonomous_systems_by_http_version_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_http_get_top_autonomous_systems_by_http_version_oneOf_1_allOf_0_result_meta { @@ -18225,7 +18225,7 @@ type query_radar_http_get_top_autonomous_systems_by_http_version_oneOf_1_allOf_0 } type query_radar_http_get_top_autonomous_systems_by_http_version_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_autonomous_systems_by_http_version_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_autonomous_systems_by_http_version_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18264,7 +18264,7 @@ type radar_http_get_top_autonomous_systems_by_ip_version_200_response { type query_radar_http_get_top_autonomous_systems_by_ip_version_oneOf_0_result { meta: query_radar_http_get_top_autonomous_systems_by_ip_version_oneOf_0_result_meta - top_0: [query_radar_http_get_top_autonomous_systems_by_ip_version_oneOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_autonomous_systems_by_ip_version_oneOf_0_result_top_0_items!] } type query_radar_http_get_top_autonomous_systems_by_ip_version_oneOf_0_result_meta { @@ -18273,7 +18273,7 @@ type query_radar_http_get_top_autonomous_systems_by_ip_version_oneOf_0_result_me } type query_radar_http_get_top_autonomous_systems_by_ip_version_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_autonomous_systems_by_ip_version_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_autonomous_systems_by_ip_version_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18300,13 +18300,13 @@ type radar_http_get_top_autonomous_systems_by_ip_version_4xx_response { result: query_radar_http_get_top_autonomous_systems_by_ip_version_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_top_autonomous_systems_by_ip_version_oneOf_1_allOf_0_result { meta: query_radar_http_get_top_autonomous_systems_by_ip_version_oneOf_1_allOf_0_result_meta - top_0: [query_radar_http_get_top_autonomous_systems_by_ip_version_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_autonomous_systems_by_ip_version_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_http_get_top_autonomous_systems_by_ip_version_oneOf_1_allOf_0_result_meta { @@ -18315,7 +18315,7 @@ type query_radar_http_get_top_autonomous_systems_by_ip_version_oneOf_1_allOf_0_r } type query_radar_http_get_top_autonomous_systems_by_ip_version_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_autonomous_systems_by_ip_version_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_autonomous_systems_by_ip_version_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18353,7 +18353,7 @@ type radar_http_get_top_autonomous_systems_by_tls_version_200_response { type query_radar_http_get_top_autonomous_systems_by_tls_version_oneOf_0_result { meta: query_radar_http_get_top_autonomous_systems_by_tls_version_oneOf_0_result_meta - top_0: [query_radar_http_get_top_autonomous_systems_by_tls_version_oneOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_autonomous_systems_by_tls_version_oneOf_0_result_top_0_items!] } type query_radar_http_get_top_autonomous_systems_by_tls_version_oneOf_0_result_meta { @@ -18362,7 +18362,7 @@ type query_radar_http_get_top_autonomous_systems_by_tls_version_oneOf_0_result_m } type query_radar_http_get_top_autonomous_systems_by_tls_version_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_autonomous_systems_by_tls_version_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_autonomous_systems_by_tls_version_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18389,13 +18389,13 @@ type radar_http_get_top_autonomous_systems_by_tls_version_4xx_response { result: query_radar_http_get_top_autonomous_systems_by_tls_version_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_top_autonomous_systems_by_tls_version_oneOf_1_allOf_0_result { meta: query_radar_http_get_top_autonomous_systems_by_tls_version_oneOf_1_allOf_0_result_meta - top_0: [query_radar_http_get_top_autonomous_systems_by_tls_version_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_autonomous_systems_by_tls_version_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_http_get_top_autonomous_systems_by_tls_version_oneOf_1_allOf_0_result_meta { @@ -18404,7 +18404,7 @@ type query_radar_http_get_top_autonomous_systems_by_tls_version_oneOf_1_allOf_0_ } type query_radar_http_get_top_autonomous_systems_by_tls_version_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_autonomous_systems_by_tls_version_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_autonomous_systems_by_tls_version_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18445,7 +18445,7 @@ type radar_http_get_top_user_agents_aggregated_in_families_by_http_requests_200_ type query_radar_http_get_top_user_agents_aggregated_in_families_by_http_requests_oneOf_0_result { meta: query_radar_http_get_top_user_agents_aggregated_in_families_by_http_requests_oneOf_0_result_meta - top_0: [query_radar_http_get_top_user_agents_aggregated_in_families_by_http_requests_oneOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_user_agents_aggregated_in_families_by_http_requests_oneOf_0_result_top_0_items!] } type query_radar_http_get_top_user_agents_aggregated_in_families_by_http_requests_oneOf_0_result_meta { @@ -18454,7 +18454,7 @@ type query_radar_http_get_top_user_agents_aggregated_in_families_by_http_request } type query_radar_http_get_top_user_agents_aggregated_in_families_by_http_requests_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_user_agents_aggregated_in_families_by_http_requests_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_user_agents_aggregated_in_families_by_http_requests_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18480,13 +18480,13 @@ type radar_http_get_top_user_agents_aggregated_in_families_by_http_requests_4xx_ result: query_radar_http_get_top_user_agents_aggregated_in_families_by_http_requests_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_top_user_agents_aggregated_in_families_by_http_requests_oneOf_1_allOf_0_result { meta: query_radar_http_get_top_user_agents_aggregated_in_families_by_http_requests_oneOf_1_allOf_0_result_meta - top_0: [query_radar_http_get_top_user_agents_aggregated_in_families_by_http_requests_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_user_agents_aggregated_in_families_by_http_requests_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_http_get_top_user_agents_aggregated_in_families_by_http_requests_oneOf_1_allOf_0_result_meta { @@ -18495,7 +18495,7 @@ type query_radar_http_get_top_user_agents_aggregated_in_families_by_http_request } type query_radar_http_get_top_user_agents_aggregated_in_families_by_http_requests_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_user_agents_aggregated_in_families_by_http_requests_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_user_agents_aggregated_in_families_by_http_requests_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18526,7 +18526,7 @@ type radar_http_get_top_user_agents_by_http_requests_200_response { type query_radar_http_get_top_user_agents_by_http_requests_oneOf_0_result { meta: query_radar_http_get_top_user_agents_by_http_requests_oneOf_0_result_meta - top_0: [query_radar_http_get_top_user_agents_by_http_requests_oneOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_user_agents_by_http_requests_oneOf_0_result_top_0_items!] } type query_radar_http_get_top_user_agents_by_http_requests_oneOf_0_result_meta { @@ -18535,7 +18535,7 @@ type query_radar_http_get_top_user_agents_by_http_requests_oneOf_0_result_meta { } type query_radar_http_get_top_user_agents_by_http_requests_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_user_agents_by_http_requests_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_user_agents_by_http_requests_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18561,13 +18561,13 @@ type radar_http_get_top_user_agents_by_http_requests_4xx_response { result: query_radar_http_get_top_user_agents_by_http_requests_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_top_user_agents_by_http_requests_oneOf_1_allOf_0_result { meta: query_radar_http_get_top_user_agents_by_http_requests_oneOf_1_allOf_0_result_meta - top_0: [query_radar_http_get_top_user_agents_by_http_requests_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_user_agents_by_http_requests_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_http_get_top_user_agents_by_http_requests_oneOf_1_allOf_0_result_meta { @@ -18576,7 +18576,7 @@ type query_radar_http_get_top_user_agents_by_http_requests_oneOf_1_allOf_0_resul } type query_radar_http_get_top_user_agents_by_http_requests_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_user_agents_by_http_requests_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_user_agents_by_http_requests_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18607,7 +18607,7 @@ type radar_http_get_top_locations_by_http_requests_200_response { type query_radar_http_get_top_locations_by_http_requests_oneOf_0_result { meta: query_radar_http_get_top_locations_by_http_requests_oneOf_0_result_meta - top_0: [query_radar_http_get_top_locations_by_http_requests_oneOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_locations_by_http_requests_oneOf_0_result_top_0_items!] } type query_radar_http_get_top_locations_by_http_requests_oneOf_0_result_meta { @@ -18616,7 +18616,7 @@ type query_radar_http_get_top_locations_by_http_requests_oneOf_0_result_meta { } type query_radar_http_get_top_locations_by_http_requests_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_locations_by_http_requests_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_locations_by_http_requests_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18643,13 +18643,13 @@ type radar_http_get_top_locations_by_http_requests_4xx_response { result: query_radar_http_get_top_locations_by_http_requests_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_top_locations_by_http_requests_oneOf_1_allOf_0_result { meta: query_radar_http_get_top_locations_by_http_requests_oneOf_1_allOf_0_result_meta - top_0: [query_radar_http_get_top_locations_by_http_requests_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_locations_by_http_requests_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_http_get_top_locations_by_http_requests_oneOf_1_allOf_0_result_meta { @@ -18658,7 +18658,7 @@ type query_radar_http_get_top_locations_by_http_requests_oneOf_1_allOf_0_result_ } type query_radar_http_get_top_locations_by_http_requests_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_locations_by_http_requests_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_locations_by_http_requests_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18690,7 +18690,7 @@ type radar_http_get_top_locations_by_bot_class_200_response { type query_radar_http_get_top_locations_by_bot_class_oneOf_0_result { meta: query_radar_http_get_top_locations_by_bot_class_oneOf_0_result_meta - top_0: [query_radar_http_get_top_locations_by_bot_class_oneOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_locations_by_bot_class_oneOf_0_result_top_0_items!] } type query_radar_http_get_top_locations_by_bot_class_oneOf_0_result_meta { @@ -18699,7 +18699,7 @@ type query_radar_http_get_top_locations_by_bot_class_oneOf_0_result_meta { } type query_radar_http_get_top_locations_by_bot_class_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_locations_by_bot_class_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_locations_by_bot_class_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18726,13 +18726,13 @@ type radar_http_get_top_locations_by_bot_class_4xx_response { result: query_radar_http_get_top_locations_by_bot_class_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_top_locations_by_bot_class_oneOf_1_allOf_0_result { meta: query_radar_http_get_top_locations_by_bot_class_oneOf_1_allOf_0_result_meta - top_0: [query_radar_http_get_top_locations_by_bot_class_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_locations_by_bot_class_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_http_get_top_locations_by_bot_class_oneOf_1_allOf_0_result_meta { @@ -18741,7 +18741,7 @@ type query_radar_http_get_top_locations_by_bot_class_oneOf_1_allOf_0_result_meta } type query_radar_http_get_top_locations_by_bot_class_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_locations_by_bot_class_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_locations_by_bot_class_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18773,7 +18773,7 @@ type radar_http_get_top_locations_by_device_type_200_response { type query_radar_http_get_top_locations_by_device_type_oneOf_0_result { meta: query_radar_http_get_top_locations_by_device_type_oneOf_0_result_meta - top_0: [query_radar_http_get_top_locations_by_device_type_oneOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_locations_by_device_type_oneOf_0_result_top_0_items!] } type query_radar_http_get_top_locations_by_device_type_oneOf_0_result_meta { @@ -18782,7 +18782,7 @@ type query_radar_http_get_top_locations_by_device_type_oneOf_0_result_meta { } type query_radar_http_get_top_locations_by_device_type_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_locations_by_device_type_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_locations_by_device_type_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18809,13 +18809,13 @@ type radar_http_get_top_locations_by_device_type_4xx_response { result: query_radar_http_get_top_locations_by_device_type_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_top_locations_by_device_type_oneOf_1_allOf_0_result { meta: query_radar_http_get_top_locations_by_device_type_oneOf_1_allOf_0_result_meta - top_0: [query_radar_http_get_top_locations_by_device_type_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_locations_by_device_type_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_http_get_top_locations_by_device_type_oneOf_1_allOf_0_result_meta { @@ -18824,7 +18824,7 @@ type query_radar_http_get_top_locations_by_device_type_oneOf_1_allOf_0_result_me } type query_radar_http_get_top_locations_by_device_type_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_locations_by_device_type_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_locations_by_device_type_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18856,7 +18856,7 @@ type radar_http_get_top_locations_by_http_protocol_200_response { type query_radar_http_get_top_locations_by_http_protocol_oneOf_0_result { meta: query_radar_http_get_top_locations_by_http_protocol_oneOf_0_result_meta - top_0: [query_radar_http_get_top_locations_by_http_protocol_oneOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_locations_by_http_protocol_oneOf_0_result_top_0_items!] } type query_radar_http_get_top_locations_by_http_protocol_oneOf_0_result_meta { @@ -18865,7 +18865,7 @@ type query_radar_http_get_top_locations_by_http_protocol_oneOf_0_result_meta { } type query_radar_http_get_top_locations_by_http_protocol_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_locations_by_http_protocol_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_locations_by_http_protocol_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18892,13 +18892,13 @@ type radar_http_get_top_locations_by_http_protocol_4xx_response { result: query_radar_http_get_top_locations_by_http_protocol_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_top_locations_by_http_protocol_oneOf_1_allOf_0_result { meta: query_radar_http_get_top_locations_by_http_protocol_oneOf_1_allOf_0_result_meta - top_0: [query_radar_http_get_top_locations_by_http_protocol_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_locations_by_http_protocol_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_http_get_top_locations_by_http_protocol_oneOf_1_allOf_0_result_meta { @@ -18907,7 +18907,7 @@ type query_radar_http_get_top_locations_by_http_protocol_oneOf_1_allOf_0_result_ } type query_radar_http_get_top_locations_by_http_protocol_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_locations_by_http_protocol_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_locations_by_http_protocol_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18939,7 +18939,7 @@ type radar_http_get_top_locations_by_http_version_200_response { type query_radar_http_get_top_locations_by_http_version_oneOf_0_result { meta: query_radar_http_get_top_locations_by_http_version_oneOf_0_result_meta - top_0: [query_radar_http_get_top_locations_by_http_version_oneOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_locations_by_http_version_oneOf_0_result_top_0_items!] } type query_radar_http_get_top_locations_by_http_version_oneOf_0_result_meta { @@ -18948,7 +18948,7 @@ type query_radar_http_get_top_locations_by_http_version_oneOf_0_result_meta { } type query_radar_http_get_top_locations_by_http_version_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_locations_by_http_version_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_locations_by_http_version_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -18975,13 +18975,13 @@ type radar_http_get_top_locations_by_http_version_4xx_response { result: query_radar_http_get_top_locations_by_http_version_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_top_locations_by_http_version_oneOf_1_allOf_0_result { meta: query_radar_http_get_top_locations_by_http_version_oneOf_1_allOf_0_result_meta - top_0: [query_radar_http_get_top_locations_by_http_version_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_locations_by_http_version_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_http_get_top_locations_by_http_version_oneOf_1_allOf_0_result_meta { @@ -18990,7 +18990,7 @@ type query_radar_http_get_top_locations_by_http_version_oneOf_1_allOf_0_result_m } type query_radar_http_get_top_locations_by_http_version_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_locations_by_http_version_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_locations_by_http_version_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -19022,7 +19022,7 @@ type radar_http_get_top_locations_by_ip_version_200_response { type query_radar_http_get_top_locations_by_ip_version_oneOf_0_result { meta: query_radar_http_get_top_locations_by_ip_version_oneOf_0_result_meta - top_0: [query_radar_http_get_top_locations_by_ip_version_oneOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_locations_by_ip_version_oneOf_0_result_top_0_items!] } type query_radar_http_get_top_locations_by_ip_version_oneOf_0_result_meta { @@ -19031,7 +19031,7 @@ type query_radar_http_get_top_locations_by_ip_version_oneOf_0_result_meta { } type query_radar_http_get_top_locations_by_ip_version_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_locations_by_ip_version_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_locations_by_ip_version_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -19058,13 +19058,13 @@ type radar_http_get_top_locations_by_ip_version_4xx_response { result: query_radar_http_get_top_locations_by_ip_version_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_top_locations_by_ip_version_oneOf_1_allOf_0_result { meta: query_radar_http_get_top_locations_by_ip_version_oneOf_1_allOf_0_result_meta - top_0: [query_radar_http_get_top_locations_by_ip_version_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_locations_by_ip_version_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_http_get_top_locations_by_ip_version_oneOf_1_allOf_0_result_meta { @@ -19073,7 +19073,7 @@ type query_radar_http_get_top_locations_by_ip_version_oneOf_1_allOf_0_result_met } type query_radar_http_get_top_locations_by_ip_version_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_locations_by_ip_version_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_locations_by_ip_version_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -19105,7 +19105,7 @@ type radar_http_get_top_locations_by_tls_version_200_response { type query_radar_http_get_top_locations_by_tls_version_oneOf_0_result { meta: query_radar_http_get_top_locations_by_tls_version_oneOf_0_result_meta - top_0: [query_radar_http_get_top_locations_by_tls_version_oneOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_locations_by_tls_version_oneOf_0_result_top_0_items!] } type query_radar_http_get_top_locations_by_tls_version_oneOf_0_result_meta { @@ -19114,7 +19114,7 @@ type query_radar_http_get_top_locations_by_tls_version_oneOf_0_result_meta { } type query_radar_http_get_top_locations_by_tls_version_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_locations_by_tls_version_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_locations_by_tls_version_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -19141,13 +19141,13 @@ type radar_http_get_top_locations_by_tls_version_4xx_response { result: query_radar_http_get_top_locations_by_tls_version_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_http_get_top_locations_by_tls_version_oneOf_1_allOf_0_result { meta: query_radar_http_get_top_locations_by_tls_version_oneOf_1_allOf_0_result_meta - top_0: [query_radar_http_get_top_locations_by_tls_version_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_http_get_top_locations_by_tls_version_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_http_get_top_locations_by_tls_version_oneOf_1_allOf_0_result_meta { @@ -19156,7 +19156,7 @@ type query_radar_http_get_top_locations_by_tls_version_oneOf_1_allOf_0_result_me } type query_radar_http_get_top_locations_by_tls_version_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_http_get_top_locations_by_tls_version_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_http_get_top_locations_by_tls_version_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -19199,7 +19199,7 @@ type query_radar_net_flows_get_net_flow_time_series_oneOf_0_result_meta { } type query_radar_net_flows_get_net_flow_time_series_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_net_flows_get_net_flow_time_series_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_net_flows_get_net_flow_time_series_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -19219,16 +19219,16 @@ type query_radar_net_flows_get_net_flow_time_series_oneOf_0_result_meta_dateRang } type query_radar_net_flows_get_net_flow_time_series_oneOf_0_result_series { - timestamps: [DateTime] - values: [String] + timestamps: [DateTime!] + values: [String!] } type radar_net_flows_get_net_flow_time_series_4xx_response { result: query_radar_net_flows_get_net_flow_time_series_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_net_flows_get_net_flow_time_series_oneOf_1_allOf_0_result { @@ -19244,7 +19244,7 @@ type query_radar_net_flows_get_net_flow_time_series_oneOf_1_allOf_0_result_meta } type query_radar_net_flows_get_net_flow_time_series_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_net_flows_get_net_flow_time_series_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_net_flows_get_net_flow_time_series_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -19264,8 +19264,8 @@ type query_radar_net_flows_get_net_flow_time_series_oneOf_1_allOf_0_result_meta_ } type query_radar_net_flows_get_net_flow_time_series_oneOf_1_allOf_0_result_series { - timestamps: [DateTime] - values: [String] + timestamps: [DateTime!] + values: [String!] } union radar_net_flows_get_top_autonomous_systems_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "radar_net_flows_get_top_autonomous_systems_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "radar_net_flows_get_top_autonomous_systems_4xx_response") = radar_net_flows_get_top_autonomous_systems_200_response | radar_net_flows_get_top_autonomous_systems_4xx_response @@ -19276,7 +19276,7 @@ type radar_net_flows_get_top_autonomous_systems_200_response { } type query_radar_net_flows_get_top_autonomous_systems_oneOf_0_result { - top_0: [query_radar_net_flows_get_top_autonomous_systems_oneOf_0_result_top_0_items] + top_0: [query_radar_net_flows_get_top_autonomous_systems_oneOf_0_result_top_0_items!] } type query_radar_net_flows_get_top_autonomous_systems_oneOf_0_result_top_0_items { @@ -19289,12 +19289,12 @@ type radar_net_flows_get_top_autonomous_systems_4xx_response { result: query_radar_net_flows_get_top_autonomous_systems_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_net_flows_get_top_autonomous_systems_oneOf_1_allOf_0_result { - top_0: [query_radar_net_flows_get_top_autonomous_systems_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_net_flows_get_top_autonomous_systems_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_net_flows_get_top_autonomous_systems_oneOf_1_allOf_0_result_top_0_items { @@ -19311,7 +19311,7 @@ type radar_net_flows_get_top_locations_200_response { } type query_radar_net_flows_get_top_locations_oneOf_0_result { - top_0: [query_radar_net_flows_get_top_locations_oneOf_0_result_top_0_items] + top_0: [query_radar_net_flows_get_top_locations_oneOf_0_result_top_0_items!] } type query_radar_net_flows_get_top_locations_oneOf_0_result_top_0_items { @@ -19324,12 +19324,12 @@ type radar_net_flows_get_top_locations_4xx_response { result: query_radar_net_flows_get_top_locations_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_net_flows_get_top_locations_oneOf_1_allOf_0_result { - top_0: [query_radar_net_flows_get_top_locations_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_net_flows_get_top_locations_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_net_flows_get_top_locations_oneOf_1_allOf_0_result_top_0_items { @@ -19362,16 +19362,16 @@ type query_radar_ranking_get_domains_rank_time_series_oneOf_0_result_meta_dateRa } type query_radar_ranking_get_domains_rank_time_series_oneOf_0_result_serie_0 { - _LESS_THAN_domain_name_GREATER_THAN_: [Int] @resolveRootField(subgraph: "CloudFlare", field: "") - timestamps: [Date] + _LESS_THAN_domain_name_GREATER_THAN_: [Int!] @resolveRootField(subgraph: "CloudFlare", field: "") + timestamps: [Date!] } type radar_ranking_get_domains_rank_time_series_4xx_response { result: query_radar_ranking_get_domains_rank_time_series_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_ranking_get_domains_rank_time_series_oneOf_1_allOf_0_result { @@ -19391,8 +19391,8 @@ type query_radar_ranking_get_domains_rank_time_series_oneOf_1_allOf_0_result_met } type query_radar_ranking_get_domains_rank_time_series_oneOf_1_allOf_0_result_serie_0 { - _LESS_THAN_domain_name_GREATER_THAN_: [Int] @resolveRootField(subgraph: "CloudFlare", field: "") - timestamps: [Date] + _LESS_THAN_domain_name_GREATER_THAN_: [Int!] @resolveRootField(subgraph: "CloudFlare", field: "") + timestamps: [Date!] } union radar_ranking_get_domains_rank_top_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "radar_ranking_get_domains_rank_top_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "radar_ranking_get_domains_rank_top_4xx_response") = radar_ranking_get_domains_rank_top_200_response | radar_ranking_get_domains_rank_top_4xx_response @@ -19404,7 +19404,7 @@ type radar_ranking_get_domains_rank_top_200_response { type query_radar_ranking_get_domains_rank_top_oneOf_0_result { meta: query_radar_ranking_get_domains_rank_top_oneOf_0_result_meta - top_0: [query_radar_ranking_get_domains_rank_top_oneOf_0_result_top_0_items] + top_0: [query_radar_ranking_get_domains_rank_top_oneOf_0_result_top_0_items!] } type query_radar_ranking_get_domains_rank_top_oneOf_0_result_meta { @@ -19424,13 +19424,13 @@ type radar_ranking_get_domains_rank_top_4xx_response { result: query_radar_ranking_get_domains_rank_top_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_ranking_get_domains_rank_top_oneOf_1_allOf_0_result { meta: query_radar_ranking_get_domains_rank_top_oneOf_1_allOf_0_result_meta - top_0: [query_radar_ranking_get_domains_rank_top_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_ranking_get_domains_rank_top_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_ranking_get_domains_rank_top_oneOf_1_allOf_0_result_meta { @@ -19449,7 +19449,7 @@ type query_radar_ranking_get_domains_rank_top_oneOf_1_allOf_0_result_top_0_items union radar_search_search_for_locations_COMMA__autonomous_systems__as_and_reports_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "radar_search_search_for_locations_COMMA__autonomous_systems__as_and_reports_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "radar_search_search_for_locations_COMMA__autonomous_systems__as_and_reports_4xx_response") = radar_search_search_for_locations_COMMA__autonomous_systems__as_and_reports_200_response | radar_search_search_for_locations_COMMA__autonomous_systems__as_and_reports_4xx_response type radar_search_search_for_locations_COMMA__autonomous_systems__as_and_reports_200_response { - result: [query_radar_search_search_for_locations_COMMA__autonomous_systems__as_and_reports_oneOf_0_result_items] + result: [query_radar_search_search_for_locations_COMMA__autonomous_systems__as_and_reports_oneOf_0_result_items!] success: String } @@ -19460,11 +19460,11 @@ type query_radar_search_search_for_locations_COMMA__autonomous_systems__as_and_r } type radar_search_search_for_locations_COMMA__autonomous_systems__as_and_reports_4xx_response { - result: [query_radar_search_search_for_locations_COMMA__autonomous_systems__as_and_reports_oneOf_1_allOf_0_result_items] + result: [query_radar_search_search_for_locations_COMMA__autonomous_systems__as_and_reports_oneOf_1_allOf_0_result_items!] """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_search_search_for_locations_COMMA__autonomous_systems__as_and_reports_oneOf_1_allOf_0_result_items { @@ -19481,12 +19481,12 @@ type radar_specialevents_list_special_events_200_response { } type query_radar_specialevents_list_special_events_oneOf_0_result { - specialEvents: [query_radar_specialevents_list_special_events_oneOf_0_result_specialEvents_items] + specialEvents: [query_radar_specialevents_list_special_events_oneOf_0_result_specialEvents_items!] } type query_radar_specialevents_list_special_events_oneOf_0_result_specialEvents_items { alias: String - categories: [query_radar_specialevents_list_special_events_oneOf_0_result_specialEvents_items_categories_items] + categories: [query_radar_specialevents_list_special_events_oneOf_0_result_specialEvents_items_categories_items!] description: String id: Int title: String @@ -19501,17 +19501,17 @@ type radar_specialevents_list_special_events_4xx_response { result: query_radar_specialevents_list_special_events_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_specialevents_list_special_events_oneOf_1_allOf_0_result { - specialEvents: [query_radar_specialevents_list_special_events_oneOf_1_allOf_0_result_specialEvents_items] + specialEvents: [query_radar_specialevents_list_special_events_oneOf_1_allOf_0_result_specialEvents_items!] } type query_radar_specialevents_list_special_events_oneOf_1_allOf_0_result_specialEvents_items { alias: String - categories: [query_radar_specialevents_list_special_events_oneOf_1_allOf_0_result_specialEvents_items_categories_items] + categories: [query_radar_specialevents_list_special_events_oneOf_1_allOf_0_result_specialEvents_items_categories_items!] description: String id: Int title: String @@ -19535,7 +19535,7 @@ type query_radar_specialevents_get_a_single_special_events_oneOf_0_result { type query_radar_specialevents_get_a_single_special_events_oneOf_0_result_specialEvent { alias: String - categories: [query_radar_specialevents_get_a_single_special_events_oneOf_0_result_specialEvent_categories_items] + categories: [query_radar_specialevents_get_a_single_special_events_oneOf_0_result_specialEvent_categories_items!] description: String id: Int title: String @@ -19550,8 +19550,8 @@ type radar_specialevents_get_a_single_special_events_4xx_response { result: query_radar_specialevents_get_a_single_special_events_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_specialevents_get_a_single_special_events_oneOf_1_allOf_0_result { @@ -19560,7 +19560,7 @@ type query_radar_specialevents_get_a_single_special_events_oneOf_1_allOf_0_resul type query_radar_specialevents_get_a_single_special_events_oneOf_1_allOf_0_result_specialEvent { alias: String - categories: [query_radar_specialevents_get_a_single_special_events_oneOf_1_allOf_0_result_specialEvent_categories_items] + categories: [query_radar_specialevents_get_a_single_special_events_oneOf_1_allOf_0_result_specialEvent_categories_items!] description: String id: Int title: String @@ -19583,16 +19583,16 @@ type query_radar_specialevents_get_special_events_time_series_oneOf_0_result { } type query_radar_specialevents_get_special_events_time_series_oneOf_0_result_serie_0 { - timestamps: [DateTime] - values: [String] + timestamps: [DateTime!] + values: [String!] } type radar_specialevents_get_special_events_time_series_4xx_response { result: query_radar_specialevents_get_special_events_time_series_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_specialevents_get_special_events_time_series_oneOf_1_allOf_0_result { @@ -19600,8 +19600,8 @@ type query_radar_specialevents_get_special_events_time_series_oneOf_1_allOf_0_re } type query_radar_specialevents_get_special_events_time_series_oneOf_1_allOf_0_result_serie_0 { - timestamps: [DateTime] - values: [String] + timestamps: [DateTime!] + values: [String!] } union radar_verified_bots_get_top_verified_bots_by_http_requests_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "radar_verified_bots_get_top_verified_bots_by_http_requests_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "radar_verified_bots_get_top_verified_bots_by_http_requests_4xx_response") = radar_verified_bots_get_top_verified_bots_by_http_requests_200_response | radar_verified_bots_get_top_verified_bots_by_http_requests_4xx_response @@ -19613,7 +19613,7 @@ type radar_verified_bots_get_top_verified_bots_by_http_requests_200_response { type query_radar_verified_bots_get_top_verified_bots_by_http_requests_oneOf_0_result { meta: query_radar_verified_bots_get_top_verified_bots_by_http_requests_oneOf_0_result_meta - top_0: [query_radar_verified_bots_get_top_verified_bots_by_http_requests_oneOf_0_result_top_0_items] + top_0: [query_radar_verified_bots_get_top_verified_bots_by_http_requests_oneOf_0_result_top_0_items!] } type query_radar_verified_bots_get_top_verified_bots_by_http_requests_oneOf_0_result_meta { @@ -19622,7 +19622,7 @@ type query_radar_verified_bots_get_top_verified_bots_by_http_requests_oneOf_0_re } type query_radar_verified_bots_get_top_verified_bots_by_http_requests_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_verified_bots_get_top_verified_bots_by_http_requests_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_verified_bots_get_top_verified_bots_by_http_requests_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -19650,13 +19650,13 @@ type radar_verified_bots_get_top_verified_bots_by_http_requests_4xx_response { result: query_radar_verified_bots_get_top_verified_bots_by_http_requests_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_verified_bots_get_top_verified_bots_by_http_requests_oneOf_1_allOf_0_result { meta: query_radar_verified_bots_get_top_verified_bots_by_http_requests_oneOf_1_allOf_0_result_meta - top_0: [query_radar_verified_bots_get_top_verified_bots_by_http_requests_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_verified_bots_get_top_verified_bots_by_http_requests_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_verified_bots_get_top_verified_bots_by_http_requests_oneOf_1_allOf_0_result_meta { @@ -19665,7 +19665,7 @@ type query_radar_verified_bots_get_top_verified_bots_by_http_requests_oneOf_1_al } type query_radar_verified_bots_get_top_verified_bots_by_http_requests_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_verified_bots_get_top_verified_bots_by_http_requests_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_verified_bots_get_top_verified_bots_by_http_requests_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -19698,7 +19698,7 @@ type radar_verified_bots_get_top_verified_bot_categories_by_http_requests_200_re type query_radar_verified_bots_get_top_verified_bot_categories_by_http_requests_oneOf_0_result { meta: query_radar_verified_bots_get_top_verified_bot_categories_by_http_requests_oneOf_0_result_meta - top_0: [query_radar_verified_bots_get_top_verified_bot_categories_by_http_requests_oneOf_0_result_top_0_items] + top_0: [query_radar_verified_bots_get_top_verified_bot_categories_by_http_requests_oneOf_0_result_top_0_items!] } type query_radar_verified_bots_get_top_verified_bot_categories_by_http_requests_oneOf_0_result_meta { @@ -19707,7 +19707,7 @@ type query_radar_verified_bots_get_top_verified_bot_categories_by_http_requests_ } type query_radar_verified_bots_get_top_verified_bot_categories_by_http_requests_oneOf_0_result_meta_confidenceInfo { - annotations: [query_radar_verified_bots_get_top_verified_bot_categories_by_http_requests_oneOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_verified_bots_get_top_verified_bot_categories_by_http_requests_oneOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -19733,13 +19733,13 @@ type radar_verified_bots_get_top_verified_bot_categories_by_http_requests_4xx_re result: query_radar_verified_bots_get_top_verified_bot_categories_by_http_requests_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } type query_radar_verified_bots_get_top_verified_bot_categories_by_http_requests_oneOf_1_allOf_0_result { meta: query_radar_verified_bots_get_top_verified_bot_categories_by_http_requests_oneOf_1_allOf_0_result_meta - top_0: [query_radar_verified_bots_get_top_verified_bot_categories_by_http_requests_oneOf_1_allOf_0_result_top_0_items] + top_0: [query_radar_verified_bots_get_top_verified_bot_categories_by_http_requests_oneOf_1_allOf_0_result_top_0_items!] } type query_radar_verified_bots_get_top_verified_bot_categories_by_http_requests_oneOf_1_allOf_0_result_meta { @@ -19748,7 +19748,7 @@ type query_radar_verified_bots_get_top_verified_bot_categories_by_http_requests_ } type query_radar_verified_bots_get_top_verified_bot_categories_by_http_requests_oneOf_1_allOf_0_result_meta_confidenceInfo { - annotations: [query_radar_verified_bots_get_top_verified_bot_categories_by_http_requests_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items] + annotations: [query_radar_verified_bots_get_top_verified_bot_categories_by_http_requests_oneOf_1_allOf_0_result_meta_confidenceInfo_annotations_items!] level: Int } @@ -19773,9 +19773,9 @@ type query_radar_verified_bots_get_top_verified_bot_categories_by_http_requests_ union railgun_list_railguns_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "railgun_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "railgun_list_railguns_4xx_response") = railgun_response_collection | railgun_list_railguns_4xx_response type railgun_list_railguns_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [railgun] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [railgun!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -19784,8 +19784,8 @@ type railgun_list_railguns_4xx_response { union railgun_railgun_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "railgun_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "railgun_railgun_details_4xx_response") = railgun_response_single | railgun_railgun_details_4xx_response type railgun_railgun_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -19794,18 +19794,18 @@ type railgun_railgun_details_4xx_response { union railgun_list_railgun_zones_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "railgun_list_railgun_zones_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "railgun_list_railgun_zones_4xx_response") = railgun_list_railgun_zones_200_response | railgun_list_railgun_zones_4xx_response type railgun_list_railgun_zones_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [components_schemas_zone] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [components_schemas_zone!] """Whether the API call was successful""" success: Boolean! result_info: result_info } type railgun_list_railgun_zones_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [components_schemas_zone] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [components_schemas_zone!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -19814,16 +19814,16 @@ type railgun_list_railgun_zones_4xx_response { union user_user_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_user_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_user_details_4xx_response") = single_user_response | user_user_details_4xx_response type single_user_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type user_user_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -19832,8 +19832,8 @@ type user_user_details_4xx_response { union audit_logs_get_user_audit_logs_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "audit_logs_get_user_audit_logs_4xx_response") = query_audit_logs_get_account_audit_logs_oneOf_0_oneOf_0 | api_response_common | audit_logs_get_user_audit_logs_4xx_response type audit_logs_get_user_audit_logs_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_accounts_list_accounts_oneOf_0_anyOf_0_result! """Whether the API call was successful""" success: Boolean! @@ -19842,9 +19842,9 @@ type audit_logs_get_user_audit_logs_4xx_response { union user_billing_history_billing_history_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "billing_history_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_billing_history_billing_history_details_4xx_response") = billing_history_collection | user_billing_history_billing_history_details_4xx_response type billing_history_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [billing_history] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [billing_history!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -19885,9 +19885,9 @@ type schemas_zone { } type user_billing_history_billing_history_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [billing_history] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [billing_history!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -19896,8 +19896,8 @@ type user_billing_history_billing_history_details_4xx_response { union user_billing_profile_billing_profile_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "billing_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_billing_profile_billing_profile_details_4xx_response") = billing_response_single | user_billing_profile_billing_profile_details_4xx_response type user_billing_profile_billing_profile_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -19906,9 +19906,9 @@ type user_billing_profile_billing_profile_details_4xx_response { union ip_access_rules_for_a_user_list_ip_access_rules_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rule_collection_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_access_rules_for_a_user_list_ip_access_rules_4xx_response") = rule_collection_response | ip_access_rules_for_a_user_list_ip_access_rules_4xx_response type rule_collection_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [rule] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [rule!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -19916,7 +19916,7 @@ type rule_collection_response { type rule { """The available actions that a rule can apply to a matched request.""" - allowed_modes: [schemas_mode]! + allowed_modes: [schemas_mode!]! configuration: schemas_configuration! """The timestamp of when the rule was created.""" created_on: DateTime @@ -19935,9 +19935,9 @@ type rule { scalar rule_components_schemas_identifier @length(subgraph: "CloudFlare", min: null, max: 32) type ip_access_rules_for_a_user_list_ip_access_rules_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [rule] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [rule!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -19946,9 +19946,9 @@ type ip_access_rules_for_a_user_list_ip_access_rules_4xx_response { union user_SINGLE_QUOTE__s_invites_list_invitations_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_collection_invite_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_SINGLE_QUOTE__s_invites_list_invitations_4xx_response") = schemas_collection_invite_response | user_SINGLE_QUOTE__s_invites_list_invitations_4xx_response type schemas_collection_invite_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_invite] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_invite!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -19972,7 +19972,7 @@ type schemas_invite { """Organization name.""" organization_name: query_organization_invites_list_invitations_oneOf_0_allOf_1_result_items_allOf_0_allOf_0_organization_name """Roles to be assigned to this user.""" - roles: [schemas_role] + roles: [schemas_role!] status: query_user_SINGLE_QUOTE__s_invites_list_invitations_oneOf_0_allOf_1_result_items_allOf_0_allOf_1_status } @@ -19985,9 +19985,9 @@ enum query_user_SINGLE_QUOTE__s_invites_list_invitations_oneOf_0_allOf_1_result_ } type user_SINGLE_QUOTE__s_invites_list_invitations_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_invite] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_invite!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -19996,8 +19996,8 @@ type user_SINGLE_QUOTE__s_invites_list_invitations_4xx_response { union user_SINGLE_QUOTE__s_invites_invitation_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_invite_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_SINGLE_QUOTE__s_invites_invitation_details_4xx_response") = single_invite_response | user_SINGLE_QUOTE__s_invites_invitation_details_4xx_response type user_SINGLE_QUOTE__s_invites_invitation_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20006,9 +20006,9 @@ type user_SINGLE_QUOTE__s_invites_invitation_details_4xx_response { union load_balancer_monitors_list_monitors_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "monitor_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_monitors_list_monitors_4xx_response") = monitor_components_schemas_response_collection | load_balancer_monitors_list_monitors_4xx_response type monitor_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [monitor] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [monitor!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20063,9 +20063,9 @@ type monitor { } type load_balancer_monitors_list_monitors_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [monitor] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [monitor!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20074,16 +20074,16 @@ type load_balancer_monitors_list_monitors_4xx_response { union load_balancer_monitors_monitor_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "monitor_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_monitors_monitor_details_4xx_response") = monitor_components_schemas_single_response | load_balancer_monitors_monitor_details_4xx_response type monitor_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type load_balancer_monitors_monitor_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20092,10 +20092,10 @@ type load_balancer_monitors_monitor_details_4xx_response { union load_balancer_monitors_list_monitor_references_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "references_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_monitors_list_monitor_references_4xx_response") = references_response | load_balancer_monitors_list_monitor_references_4xx_response type load_balancer_monitors_list_monitor_references_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """List of resources that reference a given monitor.""" - result: [query_account_load_balancer_monitors_list_monitor_references_oneOf_0_allOf_1_result_items] + result: [query_account_load_balancer_monitors_list_monitor_references_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20104,9 +20104,9 @@ type load_balancer_monitors_list_monitor_references_4xx_response { union load_balancer_pools_list_pools_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pool_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_pools_list_pools_4xx_response") = pool_components_schemas_response_collection | load_balancer_pools_list_pools_4xx_response type load_balancer_pools_list_pools_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [pool] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [pool!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20115,8 +20115,8 @@ type load_balancer_pools_list_pools_4xx_response { union load_balancer_pools_pool_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pool_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_pools_pool_details_4xx_response") = pool_components_schemas_single_response | load_balancer_pools_pool_details_4xx_response type load_balancer_pools_pool_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20125,8 +20125,8 @@ type load_balancer_pools_pool_details_4xx_response { union load_balancer_pools_pool_health_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "health_details") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_pools_pool_health_details_4xx_response") = health_details | load_balancer_pools_pool_health_details_4xx_response type load_balancer_pools_pool_health_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20135,10 +20135,10 @@ type load_balancer_pools_pool_health_details_4xx_response { union load_balancer_pools_list_pool_references_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_references_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_pools_list_pool_references_4xx_response") = schemas_references_response | load_balancer_pools_list_pool_references_4xx_response type load_balancer_pools_list_pool_references_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """List of resources that reference a given pool.""" - result: [query_account_load_balancer_pools_list_pool_references_oneOf_0_allOf_1_result_items] + result: [query_account_load_balancer_pools_list_pool_references_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20147,8 +20147,8 @@ type load_balancer_pools_list_pool_references_4xx_response { union load_balancer_monitors_preview_result_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "preview_result_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_monitors_preview_result_4xx_response") = preview_result_response | load_balancer_monitors_preview_result_4xx_response type load_balancer_monitors_preview_result_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20159,9 +20159,9 @@ type load_balancer_monitors_preview_result_4xx_response { union load_balancer_healthcheck_events_list_healthcheck_events_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "analytics_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_healthcheck_events_list_healthcheck_events_4xx_response") = analytics_components_schemas_response_collection | load_balancer_healthcheck_events_list_healthcheck_events_4xx_response type analytics_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [analytics] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [analytics!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20169,7 +20169,7 @@ type analytics_components_schemas_response_collection { type analytics { id: Int - origins: [JSON] + origins: [JSON!] pool: query_load_balancer_healthcheck_events_list_healthcheck_events_oneOf_0_allOf_1_result_items_pool timestamp: DateTime } @@ -20183,9 +20183,9 @@ type query_load_balancer_healthcheck_events_list_healthcheck_events_oneOf_0_allO } type load_balancer_healthcheck_events_list_healthcheck_events_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [analytics] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [analytics!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20194,9 +20194,9 @@ type load_balancer_healthcheck_events_list_healthcheck_events_4xx_response { union user_SINGLE_QUOTE__s_organizations_list_organizations_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "collection_organization_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_SINGLE_QUOTE__s_organizations_list_organizations_4xx_response") = collection_organization_response | user_SINGLE_QUOTE__s_organizations_list_organizations_4xx_response type collection_organization_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [organization] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [organization!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20208,9 +20208,9 @@ type organization { """Organization name.""" name: schemas_name """Access permissions for this User.""" - permissions: [query_organization_invites_list_invitations_oneOf_0_allOf_1_result_items_allOf_0_allOf_0_roles_items_permissions_items] + permissions: [query_organization_invites_list_invitations_oneOf_0_allOf_1_result_items_allOf_0_allOf_0_roles_items_permissions_items!] """List of roles that a user has within an organization.""" - roles: [query_user_SINGLE_QUOTE__s_organizations_list_organizations_oneOf_0_allOf_1_result_items_roles_items] + roles: [query_user_SINGLE_QUOTE__s_organizations_list_organizations_oneOf_0_allOf_1_result_items_roles_items!] status: components_schemas_status } @@ -20228,9 +20228,9 @@ enum components_schemas_status { } type user_SINGLE_QUOTE__s_organizations_list_organizations_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [organization] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [organization!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20239,8 +20239,8 @@ type user_SINGLE_QUOTE__s_organizations_list_organizations_4xx_response { union user_SINGLE_QUOTE__s_organizations_organization_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_organization_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_SINGLE_QUOTE__s_organizations_organization_details_4xx_response") = single_organization_response | user_SINGLE_QUOTE__s_organizations_organization_details_4xx_response type user_SINGLE_QUOTE__s_organizations_organization_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20249,18 +20249,18 @@ type user_SINGLE_QUOTE__s_organizations_organization_details_4xx_response { union user_subscription_get_user_subscriptions_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "user_subscription_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_subscription_get_user_subscriptions_4xx_response") = user_subscription_response_collection | user_subscription_get_user_subscriptions_4xx_response type user_subscription_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [subscription] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [subscription!] """Whether the API call was successful""" success: Boolean! result_info: result_info } type user_subscription_get_user_subscriptions_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [subscription] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [subscription!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20269,8 +20269,8 @@ type user_subscription_get_user_subscriptions_4xx_response { union user_api_tokens_list_tokens_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_api_tokens_list_tokens_4xx_response") = api_response_collection | user_api_tokens_list_tokens_4xx_response type user_api_tokens_list_tokens_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -20280,18 +20280,18 @@ type user_api_tokens_list_tokens_4xx_response { union permission_groups_list_permission_groups_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "permission_groups_list_permission_groups_4xx_response") = schemas_response_collection | permission_groups_list_permission_groups_4xx_response type schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! result_info: result_info } type permission_groups_list_permission_groups_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20300,16 +20300,16 @@ type permission_groups_list_permission_groups_4xx_response { union user_api_tokens_verify_token_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "response_single_segment") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_api_tokens_verify_token_4xx_response") = response_single_segment | user_api_tokens_verify_token_4xx_response type response_single_segment { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type user_api_tokens_verify_token_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20318,8 +20318,8 @@ type user_api_tokens_verify_token_4xx_response { union user_api_tokens_token_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_api_tokens_token_details_4xx_response") = response_single | user_api_tokens_token_details_4xx_response type user_api_tokens_token_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20328,9 +20328,9 @@ type user_api_tokens_token_details_4xx_response { union zone_list_zones_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_list_zones_4xx_response") = components_schemas_response_collection | zone_list_zones_4xx_response type components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [zone_components_schemas_zone] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [zone_components_schemas_zone!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20361,7 +20361,7 @@ type zone_components_schemas_zone { Original name servers before moving to Cloudflare Notes: Is this only available for full zones? """ - original_name_servers: [Hostname] + original_name_servers: [Hostname!] """Registrar for the domain at the time of switching to Cloudflare""" original_registrar: String owner: JSON! @@ -20370,9 +20370,9 @@ type zone_components_schemas_zone { } type zone_list_zones_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [zone_components_schemas_zone] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [zone_components_schemas_zone!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20381,16 +20381,16 @@ type zone_list_zones_4xx_response { union load_balancers_load_balancer_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "load_balancer_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancers_load_balancer_details_4xx_response") = load_balancer_components_schemas_single_response | load_balancers_load_balancer_details_4xx_response type load_balancer_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type load_balancers_load_balancer_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20399,16 +20399,16 @@ type load_balancers_load_balancer_details_4xx_response { union zone_zone_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "components_schemas_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_zone_details_4xx_response") = components_schemas_response_single | zone_zone_details_4xx_response type components_schemas_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_zone_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20417,9 +20417,9 @@ type zone_zone_details_4xx_response { union zone_level_access_applications_list_access_applications_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "apps_components_schemas_response_collection_2") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_applications_list_access_applications_4xx_response") = apps_components_schemas_response_collection_2 | zone_level_access_applications_list_access_applications_4xx_response type apps_components_schemas_response_collection_2 { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_apps] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_apps!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20435,7 +20435,7 @@ type schemas_apps { """ The identity providers your users can select when connecting to this application. Defaults to all IdPs configured in your account. """ - allowed_idps: [String] + allowed_idps: [String!] app_launcher_visible: JSON """ When set to \`true\`, users skip the identity provider selection step during login. You must specify only one identity provider in allowed_idps. @@ -20484,9 +20484,9 @@ type schemas_apps { } type zone_level_access_applications_list_access_applications_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_apps] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_apps!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20495,9 +20495,9 @@ type zone_level_access_applications_list_access_applications_4xx_response { union zone_level_access_short_lived_certificate_c_as_list_short_lived_certificate_c_as_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ca_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_short_lived_certificate_c_as_list_short_lived_certificate_c_as_4xx_response") = ca_components_schemas_response_collection | zone_level_access_short_lived_certificate_c_as_list_short_lived_certificate_c_as_4xx_response type zone_level_access_short_lived_certificate_c_as_list_short_lived_certificate_c_as_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [ca] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [ca!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20506,16 +20506,16 @@ type zone_level_access_short_lived_certificate_c_as_list_short_lived_certificate union zone_level_access_applications_get_an_access_application_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "apps_components_schemas_single_response_2") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_applications_get_an_access_application_4xx_response") = apps_components_schemas_single_response_2 | zone_level_access_applications_get_an_access_application_4xx_response type apps_components_schemas_single_response_2 { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_level_access_applications_get_an_access_application_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20524,8 +20524,8 @@ type zone_level_access_applications_get_an_access_application_4xx_response { union zone_level_access_applications_test_access_policies_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "policy_check_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_applications_test_access_policies_4xx_response") = policy_check_response | zone_level_access_applications_test_access_policies_4xx_response type zone_level_access_applications_test_access_policies_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20534,8 +20534,8 @@ type zone_level_access_applications_test_access_policies_4xx_response { union zone_level_access_policies_get_an_access_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "policies_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_policies_get_an_access_policy_4xx_response") = policies_components_schemas_single_response | zone_level_access_policies_get_an_access_policy_4xx_response type zone_level_access_policies_get_an_access_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20544,8 +20544,8 @@ type zone_level_access_policies_get_an_access_policy_4xx_response { union zone_level_access_short_lived_certificate_c_as_get_a_short_lived_certificate_ca_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ca_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_short_lived_certificate_c_as_get_a_short_lived_certificate_ca_4xx_response") = ca_components_schemas_single_response | zone_level_access_short_lived_certificate_c_as_get_a_short_lived_certificate_ca_4xx_response type zone_level_access_short_lived_certificate_c_as_get_a_short_lived_certificate_ca_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20554,9 +20554,9 @@ type zone_level_access_short_lived_certificate_c_as_get_a_short_lived_certificat union zone_level_access_policies_list_access_policies_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "policies_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_policies_list_access_policies_4xx_response") = policies_components_schemas_response_collection | zone_level_access_policies_list_access_policies_4xx_response type zone_level_access_policies_list_access_policies_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_policies] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_policies!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20565,9 +20565,9 @@ type zone_level_access_policies_list_access_policies_4xx_response { union zone_level_access_m_tls_authentication_list_m_tls_certificates_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificates_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_m_tls_authentication_list_m_tls_certificates_4xx_response") = certificates_components_schemas_response_collection | zone_level_access_m_tls_authentication_list_m_tls_certificates_4xx_response type zone_level_access_m_tls_authentication_list_m_tls_certificates_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_certificates] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_certificates!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20576,8 +20576,8 @@ type zone_level_access_m_tls_authentication_list_m_tls_certificates_4xx_response union zone_level_access_m_tls_authentication_get_an_m_tls_certificate_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificates_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_m_tls_authentication_get_an_m_tls_certificate_4xx_response") = certificates_components_schemas_single_response | zone_level_access_m_tls_authentication_get_an_m_tls_certificate_4xx_response type zone_level_access_m_tls_authentication_get_an_m_tls_certificate_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20586,9 +20586,9 @@ type zone_level_access_m_tls_authentication_get_an_m_tls_certificate_4xx_respons union zone_level_access_groups_list_access_groups_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "groups_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_groups_list_access_groups_4xx_response") = groups_components_schemas_response_collection | zone_level_access_groups_list_access_groups_4xx_response type zone_level_access_groups_list_access_groups_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_groups] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_groups!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20597,8 +20597,8 @@ type zone_level_access_groups_list_access_groups_4xx_response { union zone_level_access_groups_get_an_access_group_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "groups_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_groups_get_an_access_group_4xx_response") = groups_components_schemas_single_response | zone_level_access_groups_get_an_access_group_4xx_response type zone_level_access_groups_get_an_access_group_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20607,9 +20607,9 @@ type zone_level_access_groups_get_an_access_group_4xx_response { union zone_level_access_identity_providers_list_access_identity_providers_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "identity_providers_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_identity_providers_list_access_identity_providers_4xx_response") = identity_providers_components_schemas_response_collection | zone_level_access_identity_providers_list_access_identity_providers_4xx_response type zone_level_access_identity_providers_list_access_identity_providers_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [identity_providers] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [identity_providers!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20618,8 +20618,8 @@ type zone_level_access_identity_providers_list_access_identity_providers_4xx_res union zone_level_access_identity_providers_get_an_access_identity_provider_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "identity_providers_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_identity_providers_get_an_access_identity_provider_4xx_response") = identity_providers_components_schemas_single_response | zone_level_access_identity_providers_get_an_access_identity_provider_4xx_response type zone_level_access_identity_providers_get_an_access_identity_provider_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20628,8 +20628,8 @@ type zone_level_access_identity_providers_get_an_access_identity_provider_4xx_re union zone_level_zero_trust_organization_get_your_zero_trust_organization_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "organizations_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_zero_trust_organization_get_your_zero_trust_organization_4xx_response") = organizations_components_schemas_single_response | zone_level_zero_trust_organization_get_your_zero_trust_organization_4xx_response type zone_level_zero_trust_organization_get_your_zero_trust_organization_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20638,9 +20638,9 @@ type zone_level_zero_trust_organization_get_your_zero_trust_organization_4xx_res union zone_level_access_service_tokens_list_service_tokens_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "service_tokens_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_service_tokens_list_service_tokens_4xx_response") = service_tokens_components_schemas_response_collection | zone_level_access_service_tokens_list_service_tokens_4xx_response type zone_level_access_service_tokens_list_service_tokens_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [service_tokens] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [service_tokens!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20649,16 +20649,16 @@ type zone_level_access_service_tokens_list_service_tokens_4xx_response { union dns_analytics_table_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dns_analytics_table_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_analytics_table_4xx_response") = dns_analytics_table_200_response | dns_analytics_table_4xx_response type dns_analytics_table_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type dns_analytics_table_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20667,16 +20667,16 @@ type dns_analytics_table_4xx_response { union dns_analytics_by_time_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dns_analytics_by_time_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_analytics_by_time_4xx_response") = dns_analytics_by_time_200_response | dns_analytics_by_time_4xx_response type dns_analytics_by_time_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type dns_analytics_by_time_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20685,9 +20685,9 @@ type dns_analytics_by_time_4xx_response { union load_balancers_list_load_balancers_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "load_balancer_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancers_list_load_balancers_4xx_response") = load_balancer_components_schemas_response_collection | load_balancers_list_load_balancers_4xx_response type load_balancer_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [load_balancer] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [load_balancer!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20700,7 +20700,7 @@ type load_balancer { """ A list of pool IDs ordered by their failover priority. Pools defined here are used by default, or when region_pools are not configured for a given region. """ - default_pools: [String] + default_pools: [String!] """Object description.""" description: String """Whether to enable (the default) this load balancer.""" @@ -20724,7 +20724,7 @@ type load_balancer { """ BETA Field Not General Access: A list of rules for this load balancer to execute. """ - rules: [query_load_balancers_load_balancer_details_oneOf_0_allOf_1_result_rules_items] + rules: [query_load_balancers_load_balancer_details_oneOf_0_allOf_1_result_rules_items!] session_affinity: session_affinity session_affinity_attributes: session_affinity_attributes """ @@ -20739,9 +20739,9 @@ type load_balancer { } type load_balancers_list_load_balancers_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [load_balancer] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [load_balancer!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -20750,16 +20750,16 @@ type load_balancers_list_load_balancers_4xx_response { union secondary_dns__secondary_zone_secondary_zone_configuration_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_response_incoming") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__secondary_zone_secondary_zone_configuration_details_4xx_response") = single_response_incoming | secondary_dns__secondary_zone_secondary_zone_configuration_details_4xx_response type single_response_incoming { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type secondary_dns__secondary_zone_secondary_zone_configuration_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20768,16 +20768,16 @@ type secondary_dns__secondary_zone_secondary_zone_configuration_details_4xx_resp union secondary_dns__primary_zone_primary_zone_configuration_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_response_outgoing") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__primary_zone_primary_zone_configuration_details_4xx_response") = single_response_outgoing | secondary_dns__primary_zone_primary_zone_configuration_details_4xx_response type single_response_outgoing { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type secondary_dns__primary_zone_primary_zone_configuration_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20786,16 +20786,16 @@ type secondary_dns__primary_zone_primary_zone_configuration_details_4xx_response union secondary_dns__primary_zone_get_outgoing_zone_transfer_status_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "enable_transfer_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__primary_zone_get_outgoing_zone_transfer_status_4xx_response") = enable_transfer_response | secondary_dns__primary_zone_get_outgoing_zone_transfer_status_4xx_response type enable_transfer_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type secondary_dns__primary_zone_get_outgoing_zone_transfer_status_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20804,16 +20804,16 @@ type secondary_dns__primary_zone_get_outgoing_zone_transfer_status_4xx_response union zone_subscription_zone_subscription_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_subscription_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_subscription_zone_subscription_details_4xx_response") = zone_subscription_response_single | zone_subscription_zone_subscription_details_4xx_response type zone_subscription_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_subscription_zone_subscription_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20822,16 +20822,16 @@ type zone_subscription_zone_subscription_details_4xx_response { union total_tls_total_tls_settings_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "total_tls_settings_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "total_tls_total_tls_settings_details_4xx_response") = total_tls_settings_response | total_tls_total_tls_settings_details_4xx_response type total_tls_settings_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type total_tls_total_tls_settings_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20840,12 +20840,12 @@ type total_tls_total_tls_settings_details_4xx_response { union zone_analytics__deprecated_get_analytics_by_co_locations_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "colo_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_analytics__deprecated_get_analytics_by_co_locations_4xx_response") = colo_response | zone_analytics__deprecated_get_analytics_by_co_locations_4xx_response type colo_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """ A breakdown of all dashboard analytics data by co-locations. This is limited to Enterprise zones only. """ - result: [query_zone_analytics__deprecated_get_analytics_by_co_locations_oneOf_0_allOf_1_result_items] + result: [query_zone_analytics__deprecated_get_analytics_by_co_locations_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! query: query_response @@ -20857,7 +20857,7 @@ type query_zone_analytics__deprecated_get_analytics_by_co_locations_oneOf_0_allO """ Time deltas containing metadata about each bucket of time. The number of buckets (resolution) is determined by the amount of time between the since and until parameters. """ - timeseries: [query_zone_analytics__deprecated_get_analytics_by_co_locations_oneOf_0_allOf_1_result_items_timeseries_items] + timeseries: [query_zone_analytics__deprecated_get_analytics_by_co_locations_oneOf_0_allOf_1_result_items_timeseries_items!] totals: totals_by_colo } @@ -20975,12 +20975,12 @@ type query_response { } type zone_analytics__deprecated_get_analytics_by_co_locations_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """ A breakdown of all dashboard analytics data by co-locations. This is limited to Enterprise zones only. """ - result: [query_zone_analytics__deprecated_get_analytics_by_co_locations_oneOf_0_allOf_1_result_items] + result: [query_zone_analytics__deprecated_get_analytics_by_co_locations_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! query: query_response @@ -20989,8 +20989,8 @@ type zone_analytics__deprecated_get_analytics_by_co_locations_4xx_response { union zone_analytics__deprecated_get_dashboard_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dashboard_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_analytics__deprecated_get_dashboard_4xx_response") = dashboard_response | zone_analytics__deprecated_get_dashboard_4xx_response type dashboard_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -20998,8 +20998,8 @@ type dashboard_response { } type zone_analytics__deprecated_get_dashboard_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -21009,16 +21009,16 @@ type zone_analytics__deprecated_get_dashboard_4xx_response { union argo_analytics_for_zone_argo_analytics_for_a_zone_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "argo_analytics_for_zone_argo_analytics_for_a_zone_4xx_response") = schemas_response_single | argo_analytics_for_zone_argo_analytics_for_a_zone_4xx_response type schemas_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type argo_analytics_for_zone_argo_analytics_for_a_zone_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -21027,8 +21027,8 @@ type argo_analytics_for_zone_argo_analytics_for_a_zone_4xx_response { union argo_analytics_for_geolocation_argo_analytics_for_a_zone_at_different_po_ps_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "argo_analytics_for_geolocation_argo_analytics_for_a_zone_at_different_po_ps_4xx_response") = schemas_response_single | argo_analytics_for_geolocation_argo_analytics_for_a_zone_at_different_po_ps_4xx_response type argo_analytics_for_geolocation_argo_analytics_for_a_zone_at_different_po_ps_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -21037,8 +21037,8 @@ type argo_analytics_for_geolocation_argo_analytics_for_a_zone_at_different_po_ps union argo_smart_routing_get_argo_smart_routing_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "argo_smart_routing_get_argo_smart_routing_setting_4xx_response") = schemas_response_single | argo_smart_routing_get_argo_smart_routing_setting_4xx_response type argo_smart_routing_get_argo_smart_routing_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -21047,9 +21047,9 @@ type argo_smart_routing_get_argo_smart_routing_setting_4xx_response { union zone_rate_plan_list_available_plans_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_rate_plan_list_available_plans_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_rate_plan_list_available_plans_4xx_response") = zone_rate_plan_list_available_plans_200_response | zone_rate_plan_list_available_plans_4xx_response type zone_rate_plan_list_available_plans_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [available_rate_plan] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [available_rate_plan!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -21081,9 +21081,9 @@ type available_rate_plan { scalar rate_plan_components_schemas_name @length(subgraph: "CloudFlare", min: null, max: 80) type zone_rate_plan_list_available_plans_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [available_rate_plan] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [available_rate_plan!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -21092,16 +21092,16 @@ type zone_rate_plan_list_available_plans_4xx_response { union zone_rate_plan_available_plan_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_rate_plan_available_plan_details_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_rate_plan_available_plan_details_4xx_response") = zone_rate_plan_available_plan_details_200_response | zone_rate_plan_available_plan_details_4xx_response type zone_rate_plan_available_plan_details_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_rate_plan_available_plan_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -21110,9 +21110,9 @@ type zone_rate_plan_available_plan_details_4xx_response { union zone_rate_plan_list_available_rate_plans_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "plan_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_rate_plan_list_available_rate_plans_4xx_response") = plan_response_collection | zone_rate_plan_list_available_rate_plans_4xx_response type plan_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_rate_plan] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_rate_plan!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -21120,7 +21120,7 @@ type plan_response_collection { type schemas_rate_plan { """Array of available components values for the plan.""" - components: [component_value2] + components: [component_value2!] """The monetary unit in which pricing information is displayed.""" currency: String """The duration of the plan subscription.""" @@ -21149,9 +21149,9 @@ enum component_value_components_schemas_name { } type zone_rate_plan_list_available_rate_plans_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_rate_plan] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_rate_plan!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -21160,16 +21160,16 @@ type zone_rate_plan_list_available_rate_plans_4xx_response { union zone_cache_settings_get_cache_reserve_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_cache_settings_get_cache_reserve_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_cache_settings_get_cache_reserve_setting_4xx_response") = zone_cache_settings_get_cache_reserve_setting_200_response | zone_cache_settings_get_cache_reserve_setting_4xx_response type zone_cache_settings_get_cache_reserve_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_cache_settings_get_cache_reserve_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -21178,16 +21178,16 @@ type zone_cache_settings_get_cache_reserve_setting_4xx_response { union zone_cache_settings_get_variants_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_cache_settings_get_variants_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_cache_settings_get_variants_setting_4xx_response") = zone_cache_settings_get_variants_setting_200_response | zone_cache_settings_get_variants_setting_4xx_response type zone_cache_settings_get_variants_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_cache_settings_get_variants_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -21196,9 +21196,9 @@ type zone_cache_settings_get_variants_setting_4xx_response { union custom_ssl_for_a_zone_list_ssl_configurations_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificate_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "custom_ssl_for_a_zone_list_ssl_configurations_4xx_response") = certificate_response_collection | custom_ssl_for_a_zone_list_ssl_configurations_4xx_response type certificate_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [custom_certificate] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [custom_certificate!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -21209,7 +21209,7 @@ type custom_certificate { """When the certificate from the authority expires.""" expires_on: DateTime! geo_restrictions: geo_restrictions - hosts: [query_custom_ssl_for_a_zone_list_ssl_configurations_oneOf_0_allOf_1_result_items_hosts_items]! + hosts: [query_custom_ssl_for_a_zone_list_ssl_configurations_oneOf_0_allOf_1_result_items_hosts_items!]! """Custom certificate identifier tag.""" id: custom_certificate_components_schemas_identifier! """The certificate authority that issued the certificate.""" @@ -21278,7 +21278,7 @@ type keyless_certificate { """ Available permissions for the Keyless SSL for the current user requesting the item. """ - permissions: [JSON]! + permissions: [JSON!]! """ The keyless SSL port used to commmunicate between Cloudflare and the client's Keyless SSL server. """ @@ -21308,9 +21308,9 @@ enum custom_certificate_components_schemas_status { } type custom_ssl_for_a_zone_list_ssl_configurations_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [custom_certificate] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [custom_certificate!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -21319,16 +21319,16 @@ type custom_ssl_for_a_zone_list_ssl_configurations_4xx_response { union custom_ssl_for_a_zone_ssl_configuration_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificate_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "custom_ssl_for_a_zone_ssl_configuration_details_4xx_response") = certificate_response_single | custom_ssl_for_a_zone_ssl_configuration_details_4xx_response type certificate_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type custom_ssl_for_a_zone_ssl_configuration_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -21337,9 +21337,9 @@ type custom_ssl_for_a_zone_ssl_configuration_details_4xx_response { union custom_hostname_for_a_zone_list_custom_hostnames_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "custom_hostname_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "custom_hostname_for_a_zone_list_custom_hostnames_4xx_response") = custom_hostname_response_collection | custom_hostname_for_a_zone_list_custom_hostnames_4xx_response type custom_hostname_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [custom_hostname] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [custom_hostname!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -21368,7 +21368,7 @@ type custom_hostname { """ These are errors that were encountered while trying to activate a hostname. """ - verification_errors: [JSON] + verification_errors: [JSON!] } """These are per-hostname (customer) settings.""" @@ -21416,7 +21416,7 @@ type query_custom_hostname_for_a_zone_list_custom_hostnames_oneOf_0_allOf_1_resu """The time the custom certificate expires on.""" expires_on: DateTime """A list of Hostnames on a custom uploaded certificate.""" - hosts: [JSON] + hosts: [JSON!] """Custom hostname SSL identifier tag.""" id: query_custom_hostname_for_a_zone_list_custom_hostnames_oneOf_0_allOf_1_result_items_allOf_0_ssl_id """The issuer on a custom uploaded certificate.""" @@ -21434,8 +21434,8 @@ type query_custom_hostname_for_a_zone_list_custom_hostnames_oneOf_0_allOf_1_resu """ Domain validation errors that have been received by the certificate authority (CA). """ - validation_errors: [query_custom_hostname_for_a_zone_list_custom_hostnames_oneOf_0_allOf_1_result_items_allOf_0_ssl_validation_errors_items] - validation_records: [validation_record] + validation_errors: [query_custom_hostname_for_a_zone_list_custom_hostnames_oneOf_0_allOf_1_result_items_allOf_0_ssl_validation_errors_items!] + validation_records: [validation_record!] """Indicates whether the certificate covers a wildcard.""" wildcard: Boolean } @@ -21471,7 +21471,7 @@ type sslsettings { """ An allowlist of ciphers for TLS termination. These ciphers must be in the BoringSSL format. """ - ciphers: [String] + ciphers: [String!] early_hints: query_custom_hostname_for_a_zone_list_custom_hostnames_oneOf_0_allOf_1_result_items_allOf_0_ssl_settings_early_hints http2: query_custom_hostname_for_a_zone_list_custom_hostnames_oneOf_0_allOf_1_result_items_allOf_0_ssl_settings_http2 min_tls_version: query_custom_hostname_for_a_zone_list_custom_hostnames_oneOf_0_allOf_1_result_items_allOf_0_ssl_settings_min_tls_version @@ -21543,7 +21543,7 @@ type validation_record { """ The set of email addresses that the certificate authority (CA) will use to complete domain validation. """ - emails: [JSON] + emails: [JSON!] """ The content that the certificate authority (CA) will expect to find at the http_url during the domain validation. """ @@ -21581,9 +21581,9 @@ enum custom_hostname_components_schemas_status { } type custom_hostname_for_a_zone_list_custom_hostnames_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [custom_hostname] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [custom_hostname!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -21592,16 +21592,16 @@ type custom_hostname_for_a_zone_list_custom_hostnames_4xx_response { union custom_hostname_fallback_origin_for_a_zone_get_fallback_origin_for_custom_hostnames_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "fallback_origin_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "custom_hostname_fallback_origin_for_a_zone_get_fallback_origin_for_custom_hostnames_4xx_response") = fallback_origin_response | custom_hostname_fallback_origin_for_a_zone_get_fallback_origin_for_custom_hostnames_4xx_response type fallback_origin_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type custom_hostname_fallback_origin_for_a_zone_get_fallback_origin_for_custom_hostnames_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -21610,16 +21610,16 @@ type custom_hostname_fallback_origin_for_a_zone_get_fallback_origin_for_custom_h union custom_hostname_for_a_zone_custom_hostname_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "custom_hostname_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "custom_hostname_for_a_zone_custom_hostname_details_4xx_response") = custom_hostname_response_single | custom_hostname_for_a_zone_custom_hostname_details_4xx_response type custom_hostname_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type custom_hostname_for_a_zone_custom_hostname_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -21628,8 +21628,8 @@ type custom_hostname_for_a_zone_custom_hostname_details_4xx_response { union account_level_custom_nameservers_usage_for_a_zone_get_account_custom_nameserver_related_zone_metadata_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "get_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_level_custom_nameservers_usage_for_a_zone_get_account_custom_nameserver_related_zone_metadata_4xx_response") = get_response | account_level_custom_nameservers_usage_for_a_zone_get_account_custom_nameserver_related_zone_metadata_4xx_response type get_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: JSON """Whether the API call was successful""" success: Boolean! @@ -21639,8 +21639,8 @@ type get_response { } type account_level_custom_nameservers_usage_for_a_zone_get_account_custom_nameserver_related_zone_metadata_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -21652,9 +21652,9 @@ type account_level_custom_nameservers_usage_for_a_zone_get_account_custom_namese union custom_pages_for_a_zone_list_custom_pages_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "custom_pages_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "custom_pages_for_a_zone_list_custom_pages_4xx_response") = custom_pages_response_collection | custom_pages_for_a_zone_list_custom_pages_4xx_response type custom_pages_for_a_zone_list_custom_pages_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -21663,8 +21663,8 @@ type custom_pages_for_a_zone_list_custom_pages_4xx_response { union custom_pages_for_a_zone_get_a_custom_page_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "custom_pages_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "custom_pages_for_a_zone_get_a_custom_page_4xx_response") = custom_pages_response_single | custom_pages_for_a_zone_get_a_custom_page_4xx_response type custom_pages_for_a_zone_get_a_custom_page_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -21686,9 +21686,9 @@ enum custom_pages_components_schemas_identifier { union dns_records_for_a_zone_list_dns_records_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dns_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_records_for_a_zone_list_dns_records_4xx_response") = dns_response_collection | dns_records_for_a_zone_list_dns_records_4xx_response type dns_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [dns_record] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [dns_record!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -22592,9 +22592,9 @@ enum URI_const @typescript(subgraph: "CloudFlare", type: "\\"URI\\"") @example(s } type dns_records_for_a_zone_list_dns_records_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [dns_record] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [dns_record!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -22602,8 +22602,8 @@ type dns_records_for_a_zone_list_dns_records_4xx_response { type dns_records_for_a_zone_export_dns_records_4xx_response { JSON: JSON @resolveRoot(subgraph: "CloudFlare") - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -22612,16 +22612,16 @@ type dns_records_for_a_zone_export_dns_records_4xx_response { union dns_records_for_a_zone_dns_record_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dns_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_records_for_a_zone_dns_record_details_4xx_response") = dns_response_single | dns_records_for_a_zone_dns_record_details_4xx_response type dns_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type dns_records_for_a_zone_dns_record_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -22630,16 +22630,16 @@ type dns_records_for_a_zone_dns_record_details_4xx_response { union dnssec_dnssec_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dnssec_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dnssec_dnssec_details_4xx_response") = dnssec_response_single | dnssec_dnssec_details_4xx_response type dnssec_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type dnssec_dnssec_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -22648,16 +22648,16 @@ type dnssec_dnssec_details_4xx_response { union email_routing_settings_get_email_routing_settings_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "email_settings_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "email_routing_settings_get_email_routing_settings_4xx_response") = email_settings_response_single | email_routing_settings_get_email_routing_settings_4xx_response type email_settings_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type email_routing_settings_get_email_routing_settings_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -22666,9 +22666,9 @@ type email_routing_settings_get_email_routing_settings_4xx_response { union email_routing_settings_email_routing_dns_settings_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dns_settings_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "email_routing_settings_email_routing_dns_settings_4xx_response") = dns_settings_response_collection | email_routing_settings_email_routing_dns_settings_4xx_response type dns_settings_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_dns_record] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_dns_record!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -22717,9 +22717,9 @@ enum query_email_routing_settings_email_routing_dns_settings_oneOf_0_allOf_1_res } type email_routing_settings_email_routing_dns_settings_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_dns_record] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_dns_record!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -22728,9 +22728,9 @@ type email_routing_settings_email_routing_dns_settings_4xx_response { union email_routing_routing_rules_list_routing_rules_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rules_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "email_routing_routing_rules_list_routing_rules_4xx_response") = rules_response_collection | email_routing_routing_rules_list_routing_rules_4xx_response type rules_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [rules] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [rules!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -22738,11 +22738,11 @@ type rules_response_collection { type rules { """List actions patterns.""" - actions: [schemas_action] + actions: [schemas_action!] """Routing rule status.""" enabled: Boolean """Matching patterns to forward to your actions.""" - matchers: [matcher] + matchers: [matcher!] """Routing rule name.""" name: rules_components_schemas_name """Priority of the routing rule.""" @@ -22754,7 +22754,7 @@ type rules { """Actions pattern.""" type schemas_action { type: query_email_routing_routing_rules_list_routing_rules_oneOf_0_allOf_1_result_items_allOf_0_actions_items_type! - value: [EmailAddress]! + value: [EmailAddress!]! } """Type of supported action.""" @@ -22786,9 +22786,9 @@ scalar rules_components_schemas_name @length(subgraph: "CloudFlare", min: null, scalar rule_identifier @length(subgraph: "CloudFlare", min: null, max: 32) type email_routing_routing_rules_list_routing_rules_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [rules] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [rules!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -22798,11 +22798,11 @@ union email_routing_routing_rules_get_catch_all_rule_response @statusCodeTypeNam type catch_all_rule_response_single { """List actions for the catch-all routing rule.""" - actions: [catchall_action] + actions: [catchall_action!] """Routing rule status.""" enabled: Boolean """List of matchers for the catch-all routing rule.""" - matchers: [catchall_matcher] + matchers: [catchall_matcher!] """Routing rule name.""" name: rules_components_schemas_name """Routing rule identifier.""" @@ -22812,7 +22812,7 @@ type catch_all_rule_response_single { """Action for the catch-all routing rule.""" type catchall_action { type: query_email_routing_routing_rules_get_catch_all_rule_oneOf_0_actions_items_type! - value: [EmailAddress] + value: [EmailAddress!] } """Type of action for catch-all rule.""" @@ -22833,17 +22833,17 @@ enum all_const @typescript(subgraph: "CloudFlare", type: "\\"all\\"") @example(s type email_routing_routing_rules_get_catch_all_rule_4xx_response { """List actions for the catch-all routing rule.""" - actions: [catchall_action] + actions: [catchall_action!] """Routing rule status.""" enabled: Boolean """List of matchers for the catch-all routing rule.""" - matchers: [catchall_matcher] + matchers: [catchall_matcher!] """Routing rule name.""" name: rules_components_schemas_name """Routing rule identifier.""" tag: rule_identifier! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -22852,16 +22852,16 @@ type email_routing_routing_rules_get_catch_all_rule_4xx_response { union email_routing_routing_rules_get_routing_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rule_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "email_routing_routing_rules_get_routing_rule_4xx_response") = rule_response_single | email_routing_routing_rules_get_routing_rule_4xx_response type rule_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type email_routing_routing_rules_get_routing_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -22870,9 +22870,9 @@ type email_routing_routing_rules_get_routing_rule_4xx_response { union filters_list_filters_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_filter_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "filters_list_filters_4xx_response") = schemas_filter_response_collection | filters_list_filters_4xx_response type schemas_filter_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_filters_list_filters_oneOf_0_allOf_1_result_items] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_filters_list_filters_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -22904,9 +22904,9 @@ scalar filters_components_schemas_id @length(subgraph: "CloudFlare", min: 32, ma scalar schemas_ref @length(subgraph: "CloudFlare", min: null, max: 50) type filters_list_filters_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_filters_list_filters_oneOf_0_allOf_1_result_items] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_filters_list_filters_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -22915,8 +22915,8 @@ type filters_list_filters_4xx_response { union filters_get_a_filter_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_filter_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "filters_get_a_filter_4xx_response") = schemas_filter_response_single | filters_get_a_filter_4xx_response type schemas_filter_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_filters_get_a_filter_oneOf_0_allOf_1_result! """Whether the API call was successful""" success: Boolean! @@ -22945,8 +22945,8 @@ type JSON_container { } type filters_get_a_filter_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_filters_get_a_filter_oneOf_0_allOf_1_result! """Whether the API call was successful""" success: Boolean! @@ -22955,9 +22955,9 @@ type filters_get_a_filter_4xx_response { union zone_lockdown_list_zone_lockdown_rules_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zonelockdown_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_lockdown_list_zone_lockdown_rules_4xx_response") = zonelockdown_response_collection | zone_lockdown_list_zone_lockdown_rules_4xx_response type zonelockdown_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [zonelockdown]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [zonelockdown!]! """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -22967,7 +22967,7 @@ type zonelockdown { """ A list of IP addresses or CIDR ranges that will be allowed to access the URLs specified in the Zone Lockdown rule. You can include any number of \`ip\` or \`ip_range\` configurations. """ - configurations: [query_zone_lockdown_list_zone_lockdown_rules_oneOf_0_allOf_1_result_items_configurations_items]! + configurations: [query_zone_lockdown_list_zone_lockdown_rules_oneOf_0_allOf_1_result_items_configurations_items!]! """The timestamp of when the rule was created.""" created_on: DateTime! """An informative summary of the rule.""" @@ -22981,7 +22981,7 @@ type zonelockdown { """ The URLs to include in the rule definition. You can use wildcards. Each entered URL will be escaped before use, which means you can only use simple wildcard patterns. """ - urls: [String]! + urls: [String!]! } type query_zone_lockdown_list_zone_lockdown_rules_oneOf_0_allOf_1_result_items_configurations_items { @@ -22999,9 +22999,9 @@ scalar lockdowns_components_schemas_description @length(subgraph: "CloudFlare", scalar lockdowns_components_schemas_id @length(subgraph: "CloudFlare", min: null, max: 32) type zone_lockdown_list_zone_lockdown_rules_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [zonelockdown]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [zonelockdown!]! """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -23010,16 +23010,16 @@ type zone_lockdown_list_zone_lockdown_rules_4xx_response { union zone_lockdown_get_a_zone_lockdown_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zonelockdown_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_lockdown_get_a_zone_lockdown_rule_4xx_response") = zonelockdown_response_single | zone_lockdown_get_a_zone_lockdown_rule_4xx_response type zonelockdown_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: zonelockdown! """Whether the API call was successful""" success: Boolean! } type zone_lockdown_get_a_zone_lockdown_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: zonelockdown! """Whether the API call was successful""" success: Boolean! @@ -23028,9 +23028,9 @@ type zone_lockdown_get_a_zone_lockdown_rule_4xx_response { union firewall_rules_list_firewall_rules_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "filter_rules_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "firewall_rules_list_firewall_rules_4xx_response") = filter_rules_response_collection | firewall_rules_list_firewall_rules_4xx_response type filter_rules_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items!]! """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -23048,7 +23048,7 @@ type query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items { The priority of the rule. Optional value used to define the processing order. A lower number indicates a higher priority. If not provided, rules with a defined priority will be processed before rules without a priority. """ priority: NonNegativeFloat - products: [query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items_allOf_0_allOf_0_products_items] + products: [query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items_allOf_0_allOf_0_products_items!] """A short reference tag. Allows you to select related firewall rules.""" ref: ref filter: query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items_allOf_0_allOf_1_filter @@ -23115,9 +23115,9 @@ type deleted_filter { } type firewall_rules_list_firewall_rules_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items!]! """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -23126,8 +23126,8 @@ type firewall_rules_list_firewall_rules_4xx_response { union firewall_rules_get_a_firewall_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "filter_rules_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "firewall_rules_get_a_firewall_rule_4xx_response") = filter_rules_single_response | firewall_rules_get_a_firewall_rule_4xx_response type filter_rules_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_firewall_rules_get_a_firewall_rule_oneOf_0_allOf_1_result! """Whether the API call was successful""" success: Boolean! @@ -23145,7 +23145,7 @@ type query_firewall_rules_get_a_firewall_rule_oneOf_0_allOf_1_result { The priority of the rule. Optional value used to define the processing order. A lower number indicates a higher priority. If not provided, rules with a defined priority will be processed before rules without a priority. """ priority: NonNegativeFloat - products: [query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items_allOf_0_allOf_0_products_items] + products: [query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items_allOf_0_allOf_0_products_items!] """A short reference tag. Allows you to select related firewall rules.""" ref: ref filter: query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items_allOf_0_allOf_1_filter @@ -23153,8 +23153,8 @@ type query_firewall_rules_get_a_firewall_rule_oneOf_0_allOf_1_result { } type firewall_rules_get_a_firewall_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_firewall_rules_get_a_firewall_rule_oneOf_0_allOf_1_result! """Whether the API call was successful""" success: Boolean! @@ -23163,9 +23163,9 @@ type firewall_rules_get_a_firewall_rule_4xx_response { union user_agent_blocking_rules_list_user_agent_blocking_rules_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "firewalluablock_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_agent_blocking_rules_list_user_agent_blocking_rules_4xx_response") = firewalluablock_response_collection | user_agent_blocking_rules_list_user_agent_blocking_rules_4xx_response type firewalluablock_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [ua_rules] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [ua_rules!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -23209,9 +23209,9 @@ enum ua_rules_components_schemas_mode { } type user_agent_blocking_rules_list_user_agent_blocking_rules_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [ua_rules] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [ua_rules!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -23220,16 +23220,16 @@ type user_agent_blocking_rules_list_user_agent_blocking_rules_4xx_response { union user_agent_blocking_rules_get_a_user_agent_blocking_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "firewalluablock_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_agent_blocking_rules_get_a_user_agent_blocking_rule_4xx_response") = firewalluablock_response_single | user_agent_blocking_rules_get_a_user_agent_blocking_rule_4xx_response type firewalluablock_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type user_agent_blocking_rules_get_a_user_agent_blocking_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -23238,9 +23238,9 @@ type user_agent_blocking_rules_get_a_user_agent_blocking_rule_4xx_response { union waf_overrides_list_waf_overrides_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "override_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waf_overrides_list_waf_overrides_4xx_response") = override_response_collection | waf_overrides_list_waf_overrides_4xx_response type override_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_waf_overrides_list_waf_overrides_oneOf_0_allOf_1_result_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_waf_overrides_list_waf_overrides_oneOf_0_allOf_1_result_items!]! """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -23263,7 +23263,7 @@ type query_waf_overrides_list_waf_overrides_oneOf_0_allOf_1_result_items { """ The URLs to include in the current WAF override. You can use wildcards. Each entered URL will be escaped before use, which means you can only use simple wildcard patterns. """ - urls: [String] + urls: [String!] JSON: JSON @resolveRoot(subgraph: "CloudFlare") } @@ -23310,9 +23310,9 @@ type schemas_rules { } type waf_overrides_list_waf_overrides_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_waf_overrides_list_waf_overrides_oneOf_0_allOf_1_result_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_waf_overrides_list_waf_overrides_oneOf_0_allOf_1_result_items!]! """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -23321,8 +23321,8 @@ type waf_overrides_list_waf_overrides_4xx_response { union waf_overrides_get_a_waf_override_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "override_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waf_overrides_get_a_waf_override_4xx_response") = override_response_single | waf_overrides_get_a_waf_override_4xx_response type override_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: override! """Whether the API call was successful""" success: Boolean! @@ -23345,12 +23345,12 @@ type override { """ The URLs to include in the current WAF override. You can use wildcards. Each entered URL will be escaped before use, which means you can only use simple wildcard patterns. """ - urls: [String] + urls: [String!] } type waf_overrides_get_a_waf_override_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: override! """Whether the API call was successful""" success: Boolean! @@ -23359,9 +23359,9 @@ type waf_overrides_get_a_waf_override_4xx_response { union waf_packages_list_waf_packages_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "package_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waf_packages_list_waf_packages_4xx_response") = package_response_collection | waf_packages_list_waf_packages_4xx_response type package_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [package] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [package!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -23428,9 +23428,9 @@ enum sensitivity { } type waf_packages_list_waf_packages_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [package] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [package!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -23439,8 +23439,8 @@ type waf_packages_list_waf_packages_4xx_response { union waf_packages_get_a_waf_package_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waf_packages_get_a_waf_package_4xx_response") = api_response_single | query_waf_packages_get_a_waf_package_oneOf_0_oneOf_1 | waf_packages_get_a_waf_package_4xx_response type api_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -23451,8 +23451,8 @@ type query_waf_packages_get_a_waf_package_oneOf_0_oneOf_1 { } type waf_packages_get_a_waf_package_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -23461,9 +23461,9 @@ type waf_packages_get_a_waf_package_4xx_response { union waf_rule_groups_list_waf_rule_groups_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rule_group_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waf_rule_groups_list_waf_rule_groups_4xx_response") = rule_group_response_collection | waf_rule_groups_list_waf_rule_groups_4xx_response type rule_group_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_group] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_group!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -23485,7 +23485,7 @@ type schemas_group { """The number of rules in the current rule group.""" rules_count: Float! """The available states for the rule group.""" - allowed_modes: [components_schemas_mode] + allowed_modes: [components_schemas_mode!] mode: components_schemas_mode! } @@ -23501,9 +23501,9 @@ enum components_schemas_mode { } type waf_rule_groups_list_waf_rule_groups_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [schemas_group] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [schemas_group!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -23512,16 +23512,16 @@ type waf_rule_groups_list_waf_rule_groups_4xx_response { union waf_rule_groups_get_a_waf_rule_group_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rule_group_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waf_rule_groups_get_a_waf_rule_group_4xx_response") = rule_group_response_single | waf_rule_groups_get_a_waf_rule_group_4xx_response type rule_group_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type waf_rule_groups_get_a_waf_rule_group_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -23530,9 +23530,9 @@ type waf_rule_groups_get_a_waf_rule_group_4xx_response { union health_checks_list_health_checks_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "healthchecks_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "health_checks_list_health_checks_4xx_response") = healthchecks_components_schemas_response_collection | health_checks_list_health_checks_4xx_response type healthchecks_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [healthchecks] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [healthchecks!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -23546,7 +23546,7 @@ type healthchecks { """ A list of regions from which to run health checks. Null means Cloudflare will pick a default region. """ - check_regions: [query_health_checks_list_health_checks_oneOf_0_allOf_1_result_items_check_regions_items] + check_regions: [query_health_checks_list_health_checks_oneOf_0_allOf_1_result_items_check_regions_items!] """ The number of consecutive fails required from a health check before changing the health to unhealthy. """ @@ -23596,9 +23596,9 @@ enum healthchecks_components_schemas_status { } type health_checks_list_health_checks_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [healthchecks] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [healthchecks!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -23607,16 +23607,16 @@ type health_checks_list_health_checks_4xx_response { union health_checks_health_check_preview_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "healthchecks_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "health_checks_health_check_preview_details_4xx_response") = healthchecks_components_schemas_single_response | health_checks_health_check_preview_details_4xx_response type healthchecks_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type health_checks_health_check_preview_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -23625,8 +23625,8 @@ type health_checks_health_check_preview_details_4xx_response { union health_checks_health_check_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "healthchecks_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "health_checks_health_check_details_4xx_response") = healthchecks_components_schemas_single_response | health_checks_health_check_details_4xx_response type health_checks_health_check_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -23635,18 +23635,18 @@ type health_checks_health_check_details_4xx_response { union keyless_ssl_for_a_zone_list_keyless_ssl_configurations_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "keyless_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "keyless_ssl_for_a_zone_list_keyless_ssl_configurations_4xx_response") = keyless_response_collection | keyless_ssl_for_a_zone_list_keyless_ssl_configurations_4xx_response type keyless_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [keyless_certificate] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [keyless_certificate!] """Whether the API call was successful""" success: Boolean! result_info: result_info } type keyless_ssl_for_a_zone_list_keyless_ssl_configurations_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [keyless_certificate] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [keyless_certificate!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -23655,16 +23655,16 @@ type keyless_ssl_for_a_zone_list_keyless_ssl_configurations_4xx_response { union keyless_ssl_for_a_zone_get_keyless_ssl_configuration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "keyless_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "keyless_ssl_for_a_zone_get_keyless_ssl_configuration_4xx_response") = keyless_response_single | keyless_ssl_for_a_zone_get_keyless_ssl_configuration_4xx_response type keyless_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type keyless_ssl_for_a_zone_get_keyless_ssl_configuration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -23673,8 +23673,8 @@ type keyless_ssl_for_a_zone_get_keyless_ssl_configuration_4xx_response { union logpush_jobs_list_fields_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "logpush_field_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "logpush_jobs_list_fields_4xx_response") = logpush_field_response_collection | logpush_jobs_list_fields_4xx_response type logpush_field_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_logpush_jobs_list_fields_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -23685,8 +23685,8 @@ type query_logpush_jobs_list_fields_oneOf_0_allOf_1_result { } type logpush_jobs_list_fields_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_logpush_jobs_list_fields_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -23697,17 +23697,17 @@ scalar dataset @regexp(subgraph: "CloudFlare", pattern: "^[a-zA-Z0-9_\\\\-]*$") union logpush_jobs_list_logpush_jobs_for_a_dataset_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "logpush_job_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "logpush_jobs_list_logpush_jobs_for_a_dataset_4xx_response") = logpush_job_response_collection | logpush_jobs_list_logpush_jobs_for_a_dataset_4xx_response type logpush_job_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! } type logpush_jobs_list_logpush_jobs_for_a_dataset_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! } @@ -23715,9 +23715,9 @@ type logpush_jobs_list_logpush_jobs_for_a_dataset_4xx_response { union logpush_jobs_list_logpush_jobs_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "logpush_job_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "logpush_jobs_list_logpush_jobs_4xx_response") = logpush_job_response_collection | logpush_jobs_list_logpush_jobs_4xx_response type logpush_jobs_list_logpush_jobs_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! } @@ -23725,16 +23725,16 @@ type logpush_jobs_list_logpush_jobs_4xx_response { union logpush_jobs_get_logpush_job_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "logpush_job_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "logpush_jobs_get_logpush_job_details_4xx_response") = logpush_job_response_single | logpush_jobs_get_logpush_job_details_4xx_response type logpush_job_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type logpush_jobs_get_logpush_job_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -23743,16 +23743,16 @@ type logpush_jobs_get_logpush_job_details_4xx_response { union logs_received_get_log_retention_flag_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "flag_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "logs_received_get_log_retention_flag_4xx_response") = flag_response | logs_received_get_log_retention_flag_4xx_response type flag_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type logs_received_get_log_retention_flag_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -23762,8 +23762,8 @@ union logs_received_get_logs_ray_i_ds_response @statusCodeTypeName(subgraph: "Cl type logs_received_get_logs_ray_i_ds_4xx_response { String: String @resolveRoot(subgraph: "CloudFlare") - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -23776,8 +23776,8 @@ union logs_received_get_logs_received_response @statusCodeTypeName(subgraph: "Cl type logs_received_get_logs_received_4xx_response { String: String @resolveRoot(subgraph: "CloudFlare") - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -23791,8 +23791,8 @@ type fields_response { type logs_received_list_fields_4xx_response { key: String - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -23801,9 +23801,9 @@ type logs_received_list_fields_4xx_response { union zone_level_authenticated_origin_pulls_list_certificates_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "components_schemas_certificate_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_authenticated_origin_pulls_list_certificates_4xx_response") = components_schemas_certificate_response_collection | zone_level_authenticated_origin_pulls_list_certificates_4xx_response type components_schemas_certificate_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [zone_authenticated_origin_pull] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [zone_authenticated_origin_pull!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -23844,9 +23844,9 @@ enum zone_authenticated_origin_pull_components_schemas_status { } type zone_level_authenticated_origin_pulls_list_certificates_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [zone_authenticated_origin_pull] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [zone_authenticated_origin_pull!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -23855,9 +23855,9 @@ type zone_level_authenticated_origin_pulls_list_certificates_4xx_response { union per_hostname_authenticated_origin_pull_list_certificates_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "hostname_authenticated_origin_pull_components_schemas_certificate_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "per_hostname_authenticated_origin_pull_list_certificates_4xx_response") = hostname_authenticated_origin_pull_components_schemas_certificate_response_collection | per_hostname_authenticated_origin_pull_list_certificates_4xx_response type hostname_authenticated_origin_pull_components_schemas_certificate_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [hostname_authenticated_origin_pull] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [hostname_authenticated_origin_pull!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -23901,9 +23901,9 @@ type hostname_authenticated_origin_pull { } type per_hostname_authenticated_origin_pull_list_certificates_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [hostname_authenticated_origin_pull] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [hostname_authenticated_origin_pull!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -23912,16 +23912,16 @@ type per_hostname_authenticated_origin_pull_list_certificates_4xx_response { union per_hostname_authenticated_origin_pull_get_the_hostname_client_certificate_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "components_schemas_certificate_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "per_hostname_authenticated_origin_pull_get_the_hostname_client_certificate_4xx_response") = components_schemas_certificate_response_single | per_hostname_authenticated_origin_pull_get_the_hostname_client_certificate_4xx_response type components_schemas_certificate_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type per_hostname_authenticated_origin_pull_get_the_hostname_client_certificate_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -23930,16 +23930,16 @@ type per_hostname_authenticated_origin_pull_get_the_hostname_client_certificate_ union per_hostname_authenticated_origin_pull_get_the_hostname_status_for_client_authentication_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "hostname_aop_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "per_hostname_authenticated_origin_pull_get_the_hostname_status_for_client_authentication_4xx_response") = hostname_aop_single_response | per_hostname_authenticated_origin_pull_get_the_hostname_status_for_client_authentication_4xx_response type hostname_aop_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type per_hostname_authenticated_origin_pull_get_the_hostname_status_for_client_authentication_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -23948,16 +23948,16 @@ type per_hostname_authenticated_origin_pull_get_the_hostname_status_for_client_a union zone_level_authenticated_origin_pulls_get_enablement_setting_for_zone_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "enabled_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_authenticated_origin_pulls_get_enablement_setting_for_zone_4xx_response") = enabled_response | zone_level_authenticated_origin_pulls_get_enablement_setting_for_zone_4xx_response type enabled_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_level_authenticated_origin_pulls_get_enablement_setting_for_zone_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -23966,8 +23966,8 @@ type zone_level_authenticated_origin_pulls_get_enablement_setting_for_zone_4xx_r union zone_level_authenticated_origin_pulls_get_certificate_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificate_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_authenticated_origin_pulls_get_certificate_details_4xx_response") = certificate_response_single | zone_level_authenticated_origin_pulls_get_certificate_details_4xx_response type zone_level_authenticated_origin_pulls_get_certificate_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -23976,9 +23976,9 @@ type zone_level_authenticated_origin_pulls_get_certificate_details_4xx_response union page_rules_list_page_rules_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pagerule_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "page_rules_list_page_rules_4xx_response") = pagerule_response_collection | page_rules_list_page_rules_4xx_response type pagerule_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [page_rule] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [page_rule!] """Whether the API call was successful""" success: Boolean! } @@ -23987,7 +23987,7 @@ type page_rule { """ The set of actions to perform if the targets of this rule match the request. Actions can redirect to another URL or override settings, but not both. """ - actions: [route]! + actions: [route!]! """The timestamp of when the Page Rule was created.""" created_on: DateTime! """Identifier""" @@ -24000,7 +24000,7 @@ type page_rule { priority: Int! status: page_rule_components_schemas_status! """The rule targets to evaluate on each request.""" - targets: [url_target]! + targets: [url_target!]! } type route { @@ -24065,9 +24065,9 @@ enum url_const @typescript(subgraph: "CloudFlare", type: "\\"url\\"") @example(s } type page_rules_list_page_rules_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [page_rule] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [page_rule!] """Whether the API call was successful""" success: Boolean! } @@ -24075,19 +24075,19 @@ type page_rules_list_page_rules_4xx_response { union available_page_rules_settings_list_available_page_rules_settings_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pagerule_settings_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "available_page_rules_settings_list_available_page_rules_settings_4xx_response") = pagerule_settings_response_collection | available_page_rules_settings_list_available_page_rules_settings_4xx_response type pagerule_settings_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """Settings available for the zone.""" - result: [JSON] + result: [JSON!] """Whether the API call was successful""" success: Boolean! } type available_page_rules_settings_list_available_page_rules_settings_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """Settings available for the zone.""" - result: [JSON] + result: [JSON!] """Whether the API call was successful""" success: Boolean! } @@ -24095,16 +24095,16 @@ type available_page_rules_settings_list_available_page_rules_settings_4xx_respon union page_rules_get_a_page_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pagerule_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "page_rules_get_a_page_rule_4xx_response") = pagerule_response_single | page_rules_get_a_page_rule_4xx_response type pagerule_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type page_rules_get_a_page_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -24113,18 +24113,18 @@ type page_rules_get_a_page_rule_4xx_response { union railgun_connections_for_a_zone_list_available_railguns_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_railgun_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "railgun_connections_for_a_zone_list_available_railguns_4xx_response") = schemas_railgun_response_collection | railgun_connections_for_a_zone_list_available_railguns_4xx_response type schemas_railgun_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! result_info: result_info } type railgun_connections_for_a_zone_list_available_railguns_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -24133,8 +24133,8 @@ type railgun_connections_for_a_zone_list_available_railguns_4xx_response { union railgun_connections_for_a_zone_railgun_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "railgun_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "railgun_connections_for_a_zone_railgun_details_4xx_response") = railgun_response_single | railgun_connections_for_a_zone_railgun_details_4xx_response type railgun_connections_for_a_zone_railgun_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -24146,16 +24146,16 @@ scalar railgun_components_schemas_identifier_2 @length(subgraph: "CloudFlare", m union railgun_connections_for_a_zone_test_railgun_connection_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "test_connection_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "railgun_connections_for_a_zone_test_railgun_connection_4xx_response") = test_connection_response | railgun_connections_for_a_zone_test_railgun_connection_4xx_response type test_connection_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type railgun_connections_for_a_zone_test_railgun_connection_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -24164,9 +24164,9 @@ type railgun_connections_for_a_zone_test_railgun_connection_4xx_response { union rate_limits_for_a_zone_list_rate_limits_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ratelimit_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "rate_limits_for_a_zone_list_rate_limits_4xx_response") = ratelimit_response_collection | rate_limits_for_a_zone_list_rate_limits_4xx_response type ratelimit_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [rate_limits] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [rate_limits!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -24177,7 +24177,7 @@ type rate_limits { """ Criteria specifying when the current rate limit should be bypassed. You can specify that the rate limit should not apply to one or more URLs. """ - bypass: [query_rate_limits_for_a_zone_list_rate_limits_oneOf_0_allOf_1_result_items_allOf_0_bypass_items] + bypass: [query_rate_limits_for_a_zone_list_rate_limits_oneOf_0_allOf_1_result_items_allOf_0_bypass_items!] """ An informative summary of the rate limit. This value is sanitized and any tags will be removed. """ @@ -24259,7 +24259,7 @@ scalar components_schemas_description @length(subgraph: "CloudFlare", min: null, scalar rate_limits_components_schemas_id @length(subgraph: "CloudFlare", min: null, max: 32) type query_rate_limits_for_a_zone_list_rate_limits_oneOf_0_allOf_1_result_items_allOf_0_match { - headers: [query_rate_limits_for_a_zone_list_rate_limits_oneOf_0_allOf_1_result_items_allOf_0_match_headers_items] + headers: [query_rate_limits_for_a_zone_list_rate_limits_oneOf_0_allOf_1_result_items_allOf_0_match_headers_items!] request: query_rate_limits_for_a_zone_list_rate_limits_oneOf_0_allOf_1_result_items_allOf_0_match_request response: query_rate_limits_for_a_zone_list_rate_limits_oneOf_0_allOf_1_result_items_allOf_0_match_response } @@ -24284,11 +24284,11 @@ type query_rate_limits_for_a_zone_list_rate_limits_oneOf_0_allOf_1_result_items_ """ The HTTP methods to match. You can specify a subset (for example, \`['POST','PUT']\`) or all methods (\`['_ALL_']\`). This field is optional when creating a rate limit. """ - methods: [query_rate_limits_for_a_zone_list_rate_limits_oneOf_0_allOf_1_result_items_allOf_0_match_request_methods_items] + methods: [query_rate_limits_for_a_zone_list_rate_limits_oneOf_0_allOf_1_result_items_allOf_0_match_request_methods_items!] """ The HTTP schemes to match. You can specify one scheme (\`['HTTPS']\`), both schemes (\`['HTTP','HTTPS']\`), or all schemes (\`['_ALL_']\`). This field is optional. """ - schemes: [String] + schemes: [String!] """ The URL pattern to match, composed of a host and a path such as \`example.org/path*\`. Normalization is applied before the pattern is matched. \`*\` wildcards are expanded to match applicable traffic. Query strings are not matched. Set the value to \`*\` to match all traffic to your zone. """ @@ -24320,9 +24320,9 @@ type query_rate_limits_for_a_zone_list_rate_limits_oneOf_0_allOf_1_result_items_ } type rate_limits_for_a_zone_list_rate_limits_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [rate_limits] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [rate_limits!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -24331,16 +24331,16 @@ type rate_limits_for_a_zone_list_rate_limits_4xx_response { union rate_limits_for_a_zone_get_a_rate_limit_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ratelimit_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "rate_limits_for_a_zone_get_a_rate_limit_4xx_response") = ratelimit_response_single | rate_limits_for_a_zone_get_a_rate_limit_4xx_response type ratelimit_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type rate_limits_for_a_zone_get_a_rate_limit_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -24349,9 +24349,9 @@ type rate_limits_for_a_zone_get_a_rate_limit_4xx_response { union zone_settings_get_all_zone_settings_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_all_zone_settings_4xx_response") = zone_settings_response_collection | zone_settings_get_all_zone_settings_4xx_response type zone_settings_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [setting] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [setting!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -25458,7 +25458,7 @@ type Zone_ciphers_allowed_for_TLS_termination { """last time this setting was modified.""" modified_on: DateTime """Value of the zone setting.""" - value: [String] + value: [String!] } enum ciphers_const @typescript(subgraph: "CloudFlare", type: "\\"ciphers\\"") @example(subgraph: "CloudFlare", value: "\\"ciphers\\"") { @@ -25800,7 +25800,7 @@ type automatic_platform_optimization { """ An array of hostnames where Automatic Platform Optimization for WordPress is activated. """ - hostnames: [Hostname]! + hostnames: [Hostname!]! """Indicates whether or not site is powered by WordPress.""" wordpress: Boolean! """ @@ -25810,9 +25810,9 @@ type automatic_platform_optimization { } type zone_settings_get_all_zone_settings_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [setting] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [setting!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -25821,16 +25821,16 @@ type zone_settings_get_all_zone_settings_4xx_response { union zone_settings_get_0_rtt_session_resumption_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_0_rtt_session_resumption_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_0_rtt_session_resumption_setting_4xx_response") = zone_settings_get_0_rtt_session_resumption_setting_200_response | zone_settings_get_0_rtt_session_resumption_setting_4xx_response type zone_settings_get_0_rtt_session_resumption_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_0_rtt_session_resumption_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -25839,16 +25839,16 @@ type zone_settings_get_0_rtt_session_resumption_setting_4xx_response { union zone_settings_get_advanced_ddos_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_advanced_ddos_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_advanced_ddos_setting_4xx_response") = zone_settings_get_advanced_ddos_setting_200_response | zone_settings_get_advanced_ddos_setting_4xx_response type zone_settings_get_advanced_ddos_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_advanced_ddos_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -25857,16 +25857,16 @@ type zone_settings_get_advanced_ddos_setting_4xx_response { union zone_settings_get_always_online_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_always_online_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_always_online_setting_4xx_response") = zone_settings_get_always_online_setting_200_response | zone_settings_get_always_online_setting_4xx_response type zone_settings_get_always_online_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_always_online_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -25875,16 +25875,16 @@ type zone_settings_get_always_online_setting_4xx_response { union zone_settings_get_always_use_https_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_always_use_https_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_always_use_https_setting_4xx_response") = zone_settings_get_always_use_https_setting_200_response | zone_settings_get_always_use_https_setting_4xx_response type zone_settings_get_always_use_https_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_always_use_https_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -25893,16 +25893,16 @@ type zone_settings_get_always_use_https_setting_4xx_response { union zone_settings_get_automatic_https_rewrites_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_automatic_https_rewrites_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_automatic_https_rewrites_setting_4xx_response") = zone_settings_get_automatic_https_rewrites_setting_200_response | zone_settings_get_automatic_https_rewrites_setting_4xx_response type zone_settings_get_automatic_https_rewrites_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_automatic_https_rewrites_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -25911,16 +25911,16 @@ type zone_settings_get_automatic_https_rewrites_setting_4xx_response { union zone_settings_get_automatic_platform_optimization_for_word_press_settings_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_automatic_platform_optimization_for_word_press_settings_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_automatic_platform_optimization_for_word_press_settings_4xx_response") = zone_settings_get_automatic_platform_optimization_for_word_press_settings_200_response | zone_settings_get_automatic_platform_optimization_for_word_press_settings_4xx_response type zone_settings_get_automatic_platform_optimization_for_word_press_settings_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_automatic_platform_optimization_for_word_press_settings_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -25929,16 +25929,16 @@ type zone_settings_get_automatic_platform_optimization_for_word_press_settings_4 union zone_settings_get_brotli_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_brotli_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_brotli_setting_4xx_response") = zone_settings_get_brotli_setting_200_response | zone_settings_get_brotli_setting_4xx_response type zone_settings_get_brotli_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_brotli_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -25947,16 +25947,16 @@ type zone_settings_get_brotli_setting_4xx_response { union zone_settings_get_browser_cache_ttl_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_browser_cache_ttl_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_browser_cache_ttl_setting_4xx_response") = zone_settings_get_browser_cache_ttl_setting_200_response | zone_settings_get_browser_cache_ttl_setting_4xx_response type zone_settings_get_browser_cache_ttl_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_browser_cache_ttl_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -25965,16 +25965,16 @@ type zone_settings_get_browser_cache_ttl_setting_4xx_response { union zone_settings_get_browser_check_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_browser_check_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_browser_check_setting_4xx_response") = zone_settings_get_browser_check_setting_200_response | zone_settings_get_browser_check_setting_4xx_response type zone_settings_get_browser_check_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_browser_check_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -25983,16 +25983,16 @@ type zone_settings_get_browser_check_setting_4xx_response { union zone_settings_get_cache_level_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_cache_level_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_cache_level_setting_4xx_response") = zone_settings_get_cache_level_setting_200_response | zone_settings_get_cache_level_setting_4xx_response type zone_settings_get_cache_level_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_cache_level_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26001,16 +26001,16 @@ type zone_settings_get_cache_level_setting_4xx_response { union zone_settings_get_challenge_ttl_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_challenge_ttl_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_challenge_ttl_setting_4xx_response") = zone_settings_get_challenge_ttl_setting_200_response | zone_settings_get_challenge_ttl_setting_4xx_response type zone_settings_get_challenge_ttl_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_challenge_ttl_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26019,16 +26019,16 @@ type zone_settings_get_challenge_ttl_setting_4xx_response { union zone_settings_get_ciphers_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_ciphers_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_ciphers_setting_4xx_response") = zone_settings_get_ciphers_setting_200_response | zone_settings_get_ciphers_setting_4xx_response type zone_settings_get_ciphers_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_ciphers_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26037,16 +26037,16 @@ type zone_settings_get_ciphers_setting_4xx_response { union zone_settings_get_development_mode_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_development_mode_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_development_mode_setting_4xx_response") = zone_settings_get_development_mode_setting_200_response | zone_settings_get_development_mode_setting_4xx_response type zone_settings_get_development_mode_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_development_mode_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26055,16 +26055,16 @@ type zone_settings_get_development_mode_setting_4xx_response { union zone_settings_get_early_hints_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_early_hints_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_early_hints_setting_4xx_response") = zone_settings_get_early_hints_setting_200_response | zone_settings_get_early_hints_setting_4xx_response type zone_settings_get_early_hints_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_early_hints_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26073,16 +26073,16 @@ type zone_settings_get_early_hints_setting_4xx_response { union zone_settings_get_email_obfuscation_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_email_obfuscation_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_email_obfuscation_setting_4xx_response") = zone_settings_get_email_obfuscation_setting_200_response | zone_settings_get_email_obfuscation_setting_4xx_response type zone_settings_get_email_obfuscation_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_email_obfuscation_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26091,16 +26091,16 @@ type zone_settings_get_email_obfuscation_setting_4xx_response { union zone_settings_get_http__2_edge_prioritization_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_http__2_edge_prioritization_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_http__2_edge_prioritization_setting_4xx_response") = zone_settings_get_http__2_edge_prioritization_setting_200_response | zone_settings_get_http__2_edge_prioritization_setting_4xx_response type zone_settings_get_http__2_edge_prioritization_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_http__2_edge_prioritization_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26109,16 +26109,16 @@ type zone_settings_get_http__2_edge_prioritization_setting_4xx_response { union zone_settings_get_hotlink_protection_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_hotlink_protection_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_hotlink_protection_setting_4xx_response") = zone_settings_get_hotlink_protection_setting_200_response | zone_settings_get_hotlink_protection_setting_4xx_response type zone_settings_get_hotlink_protection_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_hotlink_protection_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26127,16 +26127,16 @@ type zone_settings_get_hotlink_protection_setting_4xx_response { union zone_settings_get_h_t_t_p_2_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_h_t_t_p_2_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_h_t_t_p_2_setting_4xx_response") = zone_settings_get_h_t_t_p_2_setting_200_response | zone_settings_get_h_t_t_p_2_setting_4xx_response type zone_settings_get_h_t_t_p_2_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_h_t_t_p_2_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26145,16 +26145,16 @@ type zone_settings_get_h_t_t_p_2_setting_4xx_response { union zone_settings_get_h_t_t_p_3_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_h_t_t_p_3_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_h_t_t_p_3_setting_4xx_response") = zone_settings_get_h_t_t_p_3_setting_200_response | zone_settings_get_h_t_t_p_3_setting_4xx_response type zone_settings_get_h_t_t_p_3_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_h_t_t_p_3_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26163,16 +26163,16 @@ type zone_settings_get_h_t_t_p_3_setting_4xx_response { union zone_settings_get_image_resizing_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_image_resizing_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_image_resizing_setting_4xx_response") = zone_settings_get_image_resizing_setting_200_response | zone_settings_get_image_resizing_setting_4xx_response type zone_settings_get_image_resizing_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_image_resizing_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26181,16 +26181,16 @@ type zone_settings_get_image_resizing_setting_4xx_response { union zone_settings_get_ip_geolocation_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_ip_geolocation_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_ip_geolocation_setting_4xx_response") = zone_settings_get_ip_geolocation_setting_200_response | zone_settings_get_ip_geolocation_setting_4xx_response type zone_settings_get_ip_geolocation_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_ip_geolocation_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26199,16 +26199,16 @@ type zone_settings_get_ip_geolocation_setting_4xx_response { union zone_settings_get_i_pv6_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_i_pv6_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_i_pv6_setting_4xx_response") = zone_settings_get_i_pv6_setting_200_response | zone_settings_get_i_pv6_setting_4xx_response type zone_settings_get_i_pv6_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_i_pv6_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26217,16 +26217,16 @@ type zone_settings_get_i_pv6_setting_4xx_response { union zone_settings_get_minimum_tls_version_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_minimum_tls_version_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_minimum_tls_version_setting_4xx_response") = zone_settings_get_minimum_tls_version_setting_200_response | zone_settings_get_minimum_tls_version_setting_4xx_response type zone_settings_get_minimum_tls_version_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_minimum_tls_version_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26235,16 +26235,16 @@ type zone_settings_get_minimum_tls_version_setting_4xx_response { union zone_settings_get_minify_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_minify_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_minify_setting_4xx_response") = zone_settings_get_minify_setting_200_response | zone_settings_get_minify_setting_4xx_response type zone_settings_get_minify_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_minify_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26253,16 +26253,16 @@ type zone_settings_get_minify_setting_4xx_response { union zone_settings_get_mirage_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_mirage_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_mirage_setting_4xx_response") = zone_settings_get_mirage_setting_200_response | zone_settings_get_mirage_setting_4xx_response type zone_settings_get_mirage_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_mirage_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26271,16 +26271,16 @@ type zone_settings_get_mirage_setting_4xx_response { union zone_settings_get_mobile_redirect_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_mobile_redirect_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_mobile_redirect_setting_4xx_response") = zone_settings_get_mobile_redirect_setting_200_response | zone_settings_get_mobile_redirect_setting_4xx_response type zone_settings_get_mobile_redirect_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_mobile_redirect_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26289,16 +26289,16 @@ type zone_settings_get_mobile_redirect_setting_4xx_response { union zone_settings_get_network_error_logging_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_network_error_logging_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_network_error_logging_setting_4xx_response") = zone_settings_get_network_error_logging_setting_200_response | zone_settings_get_network_error_logging_setting_4xx_response type zone_settings_get_network_error_logging_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_network_error_logging_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26307,16 +26307,16 @@ type zone_settings_get_network_error_logging_setting_4xx_response { union zone_settings_get_opportunistic_encryption_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_opportunistic_encryption_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_opportunistic_encryption_setting_4xx_response") = zone_settings_get_opportunistic_encryption_setting_200_response | zone_settings_get_opportunistic_encryption_setting_4xx_response type zone_settings_get_opportunistic_encryption_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_opportunistic_encryption_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26325,16 +26325,16 @@ type zone_settings_get_opportunistic_encryption_setting_4xx_response { union zone_settings_get_opportunistic_onion_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_opportunistic_onion_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_opportunistic_onion_setting_4xx_response") = zone_settings_get_opportunistic_onion_setting_200_response | zone_settings_get_opportunistic_onion_setting_4xx_response type zone_settings_get_opportunistic_onion_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_opportunistic_onion_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26343,16 +26343,16 @@ type zone_settings_get_opportunistic_onion_setting_4xx_response { union zone_settings_get_orange_to_orange__o_2_o_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_orange_to_orange__o_2_o_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_orange_to_orange__o_2_o_4xx_response") = zone_settings_get_orange_to_orange__o_2_o_200_response | zone_settings_get_orange_to_orange__o_2_o_4xx_response type zone_settings_get_orange_to_orange__o_2_o_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_orange_to_orange__o_2_o_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26361,16 +26361,16 @@ type zone_settings_get_orange_to_orange__o_2_o_4xx_response { union zone_settings_get_enable_error_pages_on_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_enable_error_pages_on_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_enable_error_pages_on_setting_4xx_response") = zone_settings_get_enable_error_pages_on_setting_200_response | zone_settings_get_enable_error_pages_on_setting_4xx_response type zone_settings_get_enable_error_pages_on_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_enable_error_pages_on_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26379,16 +26379,16 @@ type zone_settings_get_enable_error_pages_on_setting_4xx_response { union zone_settings_get_origin_max_http_version_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_origin_max_http_version_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_origin_max_http_version_setting_4xx_response") = zone_settings_get_origin_max_http_version_setting_200_response | zone_settings_get_origin_max_http_version_setting_4xx_response type zone_settings_get_origin_max_http_version_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_origin_max_http_version_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26397,16 +26397,16 @@ type zone_settings_get_origin_max_http_version_setting_4xx_response { union zone_settings_get_polish_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_polish_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_polish_setting_4xx_response") = zone_settings_get_polish_setting_200_response | zone_settings_get_polish_setting_4xx_response type zone_settings_get_polish_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_polish_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26415,16 +26415,16 @@ type zone_settings_get_polish_setting_4xx_response { union zone_settings_get_prefetch_preload_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_prefetch_preload_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_prefetch_preload_setting_4xx_response") = zone_settings_get_prefetch_preload_setting_200_response | zone_settings_get_prefetch_preload_setting_4xx_response type zone_settings_get_prefetch_preload_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_prefetch_preload_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26433,16 +26433,16 @@ type zone_settings_get_prefetch_preload_setting_4xx_response { union zone_settings_get_privacy_pass_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_privacy_pass_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_privacy_pass_setting_4xx_response") = zone_settings_get_privacy_pass_setting_200_response | zone_settings_get_privacy_pass_setting_4xx_response type zone_settings_get_privacy_pass_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_privacy_pass_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26451,16 +26451,16 @@ type zone_settings_get_privacy_pass_setting_4xx_response { union zone_settings_get_proxy_read_timeout_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_proxy_read_timeout_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_proxy_read_timeout_setting_4xx_response") = zone_settings_get_proxy_read_timeout_setting_200_response | zone_settings_get_proxy_read_timeout_setting_4xx_response type zone_settings_get_proxy_read_timeout_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_proxy_read_timeout_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26469,16 +26469,16 @@ type zone_settings_get_proxy_read_timeout_setting_4xx_response { union zone_settings_get_pseudo_i_pv4_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_pseudo_i_pv4_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_pseudo_i_pv4_setting_4xx_response") = zone_settings_get_pseudo_i_pv4_setting_200_response | zone_settings_get_pseudo_i_pv4_setting_4xx_response type zone_settings_get_pseudo_i_pv4_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_pseudo_i_pv4_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26487,16 +26487,16 @@ type zone_settings_get_pseudo_i_pv4_setting_4xx_response { union zone_settings_get_response_buffering_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_response_buffering_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_response_buffering_setting_4xx_response") = zone_settings_get_response_buffering_setting_200_response | zone_settings_get_response_buffering_setting_4xx_response type zone_settings_get_response_buffering_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_response_buffering_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26505,16 +26505,16 @@ type zone_settings_get_response_buffering_setting_4xx_response { union zone_settings_get_rocket_loader_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_rocket_loader_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_rocket_loader_setting_4xx_response") = zone_settings_get_rocket_loader_setting_200_response | zone_settings_get_rocket_loader_setting_4xx_response type zone_settings_get_rocket_loader_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_rocket_loader_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26523,16 +26523,16 @@ type zone_settings_get_rocket_loader_setting_4xx_response { union zone_settings_get_security_header__hsts_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_security_header__hsts_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_security_header__hsts_setting_4xx_response") = zone_settings_get_security_header__hsts_setting_200_response | zone_settings_get_security_header__hsts_setting_4xx_response type zone_settings_get_security_header__hsts_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_security_header__hsts_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26541,16 +26541,16 @@ type zone_settings_get_security_header__hsts_setting_4xx_response { union zone_settings_get_security_level_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_security_level_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_security_level_setting_4xx_response") = zone_settings_get_security_level_setting_200_response | zone_settings_get_security_level_setting_4xx_response type zone_settings_get_security_level_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_security_level_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26559,16 +26559,16 @@ type zone_settings_get_security_level_setting_4xx_response { union zone_settings_get_server_side_exclude_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_server_side_exclude_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_server_side_exclude_setting_4xx_response") = zone_settings_get_server_side_exclude_setting_200_response | zone_settings_get_server_side_exclude_setting_4xx_response type zone_settings_get_server_side_exclude_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_server_side_exclude_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26577,16 +26577,16 @@ type zone_settings_get_server_side_exclude_setting_4xx_response { union zone_settings_get_enable_query_string_sort_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_enable_query_string_sort_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_enable_query_string_sort_setting_4xx_response") = zone_settings_get_enable_query_string_sort_setting_200_response | zone_settings_get_enable_query_string_sort_setting_4xx_response type zone_settings_get_enable_query_string_sort_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_enable_query_string_sort_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26595,16 +26595,16 @@ type zone_settings_get_enable_query_string_sort_setting_4xx_response { union zone_settings_get_ssl_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_ssl_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_ssl_setting_4xx_response") = zone_settings_get_ssl_setting_200_response | zone_settings_get_ssl_setting_4xx_response type zone_settings_get_ssl_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_ssl_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26613,16 +26613,16 @@ type zone_settings_get_ssl_setting_4xx_response { union zone_settings_get_ssl__tls_recommender_enrollment_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_ssl__tls_recommender_enrollment_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_ssl__tls_recommender_enrollment_4xx_response") = zone_settings_get_ssl__tls_recommender_enrollment_200_response | zone_settings_get_ssl__tls_recommender_enrollment_4xx_response type zone_settings_get_ssl__tls_recommender_enrollment_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_ssl__tls_recommender_enrollment_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26631,16 +26631,16 @@ type zone_settings_get_ssl__tls_recommender_enrollment_4xx_response { union zone_settings_get_tls_1__3_setting_enabled_for_a_zone_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_tls_1__3_setting_enabled_for_a_zone_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_tls_1__3_setting_enabled_for_a_zone_4xx_response") = zone_settings_get_tls_1__3_setting_enabled_for_a_zone_200_response | zone_settings_get_tls_1__3_setting_enabled_for_a_zone_4xx_response type zone_settings_get_tls_1__3_setting_enabled_for_a_zone_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_tls_1__3_setting_enabled_for_a_zone_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26649,16 +26649,16 @@ type zone_settings_get_tls_1__3_setting_enabled_for_a_zone_4xx_response { union zone_settings_get_tls_client_auth_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_tls_client_auth_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_tls_client_auth_setting_4xx_response") = zone_settings_get_tls_client_auth_setting_200_response | zone_settings_get_tls_client_auth_setting_4xx_response type zone_settings_get_tls_client_auth_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_tls_client_auth_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26667,16 +26667,16 @@ type zone_settings_get_tls_client_auth_setting_4xx_response { union zone_settings_get_true_client_ip_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_true_client_ip_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_true_client_ip_setting_4xx_response") = zone_settings_get_true_client_ip_setting_200_response | zone_settings_get_true_client_ip_setting_4xx_response type zone_settings_get_true_client_ip_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_true_client_ip_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26685,16 +26685,16 @@ type zone_settings_get_true_client_ip_setting_4xx_response { union zone_settings_get_web_application_firewall__waf_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_web_application_firewall__waf_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_web_application_firewall__waf_setting_4xx_response") = zone_settings_get_web_application_firewall__waf_setting_200_response | zone_settings_get_web_application_firewall__waf_setting_4xx_response type zone_settings_get_web_application_firewall__waf_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_web_application_firewall__waf_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26703,16 +26703,16 @@ type zone_settings_get_web_application_firewall__waf_setting_4xx_response { union zone_settings_get_web_p_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_web_p_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_web_p_setting_4xx_response") = zone_settings_get_web_p_setting_200_response | zone_settings_get_web_p_setting_4xx_response type zone_settings_get_web_p_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_web_p_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26721,16 +26721,16 @@ type zone_settings_get_web_p_setting_4xx_response { union zone_settings_get_web_sockets_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_get_web_sockets_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_get_web_sockets_setting_4xx_response") = zone_settings_get_web_sockets_setting_200_response | zone_settings_get_web_sockets_setting_4xx_response type zone_settings_get_web_sockets_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_get_web_sockets_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26739,18 +26739,18 @@ type zone_settings_get_web_sockets_setting_4xx_response { union certificate_packs_list_certificate_packs_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificate_pack_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "certificate_packs_list_certificate_packs_4xx_response") = certificate_pack_response_collection | certificate_packs_list_certificate_packs_4xx_response type certificate_pack_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! result_info: result_info } type certificate_packs_list_certificate_packs_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -26759,16 +26759,16 @@ type certificate_packs_list_certificate_packs_4xx_response { union certificate_packs_get_certificate_pack_quotas_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificate_pack_quota_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "certificate_packs_get_certificate_pack_quotas_4xx_response") = certificate_pack_quota_response | certificate_packs_get_certificate_pack_quotas_4xx_response type certificate_pack_quota_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type certificate_packs_get_certificate_pack_quotas_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26777,16 +26777,16 @@ type certificate_packs_get_certificate_pack_quotas_4xx_response { union certificate_packs_get_certificate_pack_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificate_pack_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "certificate_packs_get_certificate_pack_4xx_response") = certificate_pack_response_single | certificate_packs_get_certificate_pack_4xx_response type certificate_pack_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type certificate_packs_get_certificate_pack_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26795,16 +26795,16 @@ type certificate_packs_get_certificate_pack_4xx_response { union ssl__tls_mode_recommendation_ssl__tls_recommendation_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ssl__tls_mode_recommendation_ssl__tls_recommendation_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ssl__tls_mode_recommendation_ssl__tls_recommendation_4xx_response") = ssl__tls_mode_recommendation_ssl__tls_recommendation_200_response | ssl__tls_mode_recommendation_ssl__tls_recommendation_4xx_response type ssl__tls_mode_recommendation_ssl__tls_recommendation_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type ssl__tls_mode_recommendation_ssl__tls_recommendation_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26813,16 +26813,16 @@ type ssl__tls_mode_recommendation_ssl__tls_recommendation_4xx_response { union universal_ssl_settings_for_a_zone_universal_ssl_settings_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ssl_universal_settings_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "universal_ssl_settings_for_a_zone_universal_ssl_settings_details_4xx_response") = ssl_universal_settings_response | universal_ssl_settings_for_a_zone_universal_ssl_settings_details_4xx_response type ssl_universal_settings_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type universal_ssl_settings_for_a_zone_universal_ssl_settings_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -26831,7 +26831,7 @@ type universal_ssl_settings_for_a_zone_universal_ssl_settings_details_4xx_respon union ssl_verification_ssl_verification_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ssl_verification_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ssl_verification_ssl_verification_details_4xx_response") = ssl_verification_response_collection | ssl_verification_ssl_verification_details_4xx_response type ssl_verification_response_collection { - result: [verification] + result: [verification!] } type verification { @@ -26894,9 +26894,9 @@ enum verification_type { } type ssl_verification_ssl_verification_details_4xx_response { - result: [verification] - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + result: [verification!] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """Whether the API call was successful""" success: Boolean! } @@ -26904,9 +26904,9 @@ type ssl_verification_ssl_verification_details_4xx_response { union waiting_room_list_waiting_rooms_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "waitingroom_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waiting_room_list_waiting_rooms_4xx_response") = waitingroom_components_schemas_response_collection | waiting_room_list_waiting_rooms_4xx_response type waitingroom_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [waitingroom] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [waitingroom!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -27070,9 +27070,9 @@ type waitingroom { } type waiting_room_list_waiting_rooms_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [waitingroom] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [waitingroom!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -27081,16 +27081,16 @@ type waiting_room_list_waiting_rooms_4xx_response { union waiting_room_waiting_room_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "waitingroom_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waiting_room_waiting_room_details_4xx_response") = waitingroom_components_schemas_single_response | waiting_room_waiting_room_details_4xx_response type waitingroom_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type waiting_room_waiting_room_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -27099,9 +27099,9 @@ type waiting_room_waiting_room_details_4xx_response { union waiting_room_list_events_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "event_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waiting_room_list_events_4xx_response") = event_response_collection | waiting_room_list_events_4xx_response type event_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [event_result] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [event_result!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -27162,9 +27162,9 @@ type event_result { } type waiting_room_list_events_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [event_result] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [event_result!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -27173,16 +27173,16 @@ type waiting_room_list_events_4xx_response { union waiting_room_event_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "event_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waiting_room_event_details_4xx_response") = event_response | waiting_room_event_details_4xx_response type event_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type waiting_room_event_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -27191,16 +27191,16 @@ type waiting_room_event_details_4xx_response { union waiting_room_preview_active_event_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "event_details_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waiting_room_preview_active_event_details_4xx_response") = event_details_response | waiting_room_preview_active_event_details_4xx_response type event_details_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type waiting_room_preview_active_event_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -27209,9 +27209,9 @@ type waiting_room_preview_active_event_details_4xx_response { union waiting_room_list_waiting_room_rules_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_rules_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waiting_room_list_waiting_room_rules_4xx_response") = schemas_rules_response_collection | waiting_room_list_waiting_room_rules_4xx_response type schemas_rules_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [rule_result] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [rule_result!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -27237,9 +27237,9 @@ enum rule_action @typescript(subgraph: "CloudFlare", type: "\\"bypass_waiting_ro } type waiting_room_list_waiting_room_rules_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [rule_result] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [rule_result!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -27248,16 +27248,16 @@ type waiting_room_list_waiting_room_rules_4xx_response { union waiting_room_get_waiting_room_status_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "status_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waiting_room_get_waiting_room_status_4xx_response") = status_response | waiting_room_get_waiting_room_status_4xx_response type status_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type waiting_room_get_waiting_room_status_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -27266,9 +27266,9 @@ type waiting_room_get_waiting_room_status_4xx_response { union web3_hostname_list_web3_hostnames_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "components_schemas_collection_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "web3_hostname_list_web3_hostnames_4xx_response") = components_schemas_collection_response | web3_hostname_list_web3_hostnames_4xx_response type components_schemas_collection_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [web3_hostname] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [web3_hostname!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -27301,9 +27301,9 @@ enum web3_hostname_components_schemas_status { } type web3_hostname_list_web3_hostnames_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [web3_hostname] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [web3_hostname!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -27312,16 +27312,16 @@ type web3_hostname_list_web3_hostnames_4xx_response { union web3_hostname_web3_hostname_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "web3_hostname_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "web3_hostname_web3_hostname_details_4xx_response") = web3_hostname_components_schemas_single_response | web3_hostname_web3_hostname_details_4xx_response type web3_hostname_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type web3_hostname_web3_hostname_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -27330,16 +27330,16 @@ type web3_hostname_web3_hostname_details_4xx_response { union web3_hostname_ipfs_universal_path_gateway_content_list_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "content_list_details_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "web3_hostname_ipfs_universal_path_gateway_content_list_details_4xx_response") = content_list_details_response | web3_hostname_ipfs_universal_path_gateway_content_list_details_4xx_response type content_list_details_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type web3_hostname_ipfs_universal_path_gateway_content_list_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -27348,8 +27348,8 @@ type web3_hostname_ipfs_universal_path_gateway_content_list_details_4xx_response union web3_hostname_list_ipfs_universal_path_gateway_content_list_entries_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "content_list_entry_collection_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "web3_hostname_list_ipfs_universal_path_gateway_content_list_entries_4xx_response") = content_list_entry_collection_response | web3_hostname_list_ipfs_universal_path_gateway_content_list_entries_4xx_response type content_list_entry_collection_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_web3_hostname_list_ipfs_universal_path_gateway_content_list_entries_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -27358,7 +27358,7 @@ type content_list_entry_collection_response { type query_web3_hostname_list_ipfs_universal_path_gateway_content_list_entries_oneOf_0_allOf_1_result { """Content list entries.""" - entries: [content_list_entry] + entries: [content_list_entry!] } """Content list entry to be blocked.""" @@ -27381,8 +27381,8 @@ enum content_list_entry_type { } type web3_hostname_list_ipfs_universal_path_gateway_content_list_entries_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_web3_hostname_list_ipfs_universal_path_gateway_content_list_entries_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -27392,16 +27392,16 @@ type web3_hostname_list_ipfs_universal_path_gateway_content_list_entries_4xx_res union web3_hostname_ipfs_universal_path_gateway_content_list_entry_details_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "content_list_entry_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "web3_hostname_ipfs_universal_path_gateway_content_list_entry_details_4xx_response") = content_list_entry_single_response | web3_hostname_ipfs_universal_path_gateway_content_list_entry_details_4xx_response type content_list_entry_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type web3_hostname_ipfs_universal_path_gateway_content_list_entry_details_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -27410,9 +27410,9 @@ type web3_hostname_ipfs_universal_path_gateway_content_list_entry_details_4xx_re union worker_binding__deprecated_list_bindings_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "worker_binding__deprecated_list_bindings_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_binding__deprecated_list_bindings_4xx_response") = worker_binding__deprecated_list_bindings_200_response | worker_binding__deprecated_list_bindings_4xx_response type worker_binding__deprecated_list_bindings_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [binding] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [binding!] """Whether the API call was successful""" success: Boolean! } @@ -27442,9 +27442,9 @@ enum wasm_module_const @typescript(subgraph: "CloudFlare", type: "\\"wasm_module } type worker_binding__deprecated_list_bindings_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [binding] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [binding!] """Whether the API call was successful""" success: Boolean! } @@ -27452,16 +27452,16 @@ type worker_binding__deprecated_list_bindings_4xx_response { union api_shield_settings_retrieve_information_about_specific_configuration_properties_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "api_shield_settings_retrieve_information_about_specific_configuration_properties_4xx_response") = single_response | api_shield_settings_retrieve_information_about_specific_configuration_properties_4xx_response type single_response { - errors: [JSON] - messages: [JSON] + errors: [JSON!] + messages: [JSON!] result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type api_shield_settings_retrieve_information_about_specific_configuration_properties_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -27470,16 +27470,16 @@ type api_shield_settings_retrieve_information_about_specific_configuration_prope union api_shield_endpoint_management_retrieve_api_discovery_results_for_a_zone_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schema_response_discovery") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "api_shield_endpoint_management_retrieve_api_discovery_results_for_a_zone_4xx_response") = schema_response_discovery | api_shield_endpoint_management_retrieve_api_discovery_results_for_a_zone_4xx_response type schema_response_discovery { - errors: [JSON] - messages: [JSON] + errors: [JSON!] + messages: [JSON!] result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type api_shield_endpoint_management_retrieve_api_discovery_results_for_a_zone_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -27488,8 +27488,8 @@ type api_shield_endpoint_management_retrieve_api_discovery_results_for_a_zone_4x union api_shield_endpoint_management_retrieve_information_about_all_operations_on_a_zone_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "collection_response_paginated") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "api_shield_endpoint_management_retrieve_information_about_all_operations_on_a_zone_4xx_response") = collection_response_paginated | api_shield_endpoint_management_retrieve_information_about_all_operations_on_a_zone_4xx_response type collection_response_paginated { - errors: [JSON] - messages: [JSON] + errors: [JSON!] + messages: [JSON!] result: JSON """Whether the API call was successful""" success: Boolean! @@ -27497,8 +27497,8 @@ type collection_response_paginated { } type api_shield_endpoint_management_retrieve_information_about_all_operations_on_a_zone_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -27508,16 +27508,16 @@ type api_shield_endpoint_management_retrieve_information_about_all_operations_on union api_shield_endpoint_management_retrieve_information_about_an_operation_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "api_shield_endpoint_management_retrieve_information_about_an_operation_4xx_response") = schemas_single_response | api_shield_endpoint_management_retrieve_information_about_an_operation_4xx_response type schemas_single_response { - errors: [JSON] - messages: [JSON] + errors: [JSON!] + messages: [JSON!] result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type api_shield_endpoint_management_retrieve_information_about_an_operation_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -27526,16 +27526,16 @@ type api_shield_endpoint_management_retrieve_information_about_an_operation_4xx_ union api_shield_endpoint_management_retrieve_operations_and_features_as_open_api_schemas_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schema_response_with_thresholds") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "api_shield_endpoint_management_retrieve_operations_and_features_as_open_api_schemas_4xx_response") = schema_response_with_thresholds | api_shield_endpoint_management_retrieve_operations_and_features_as_open_api_schemas_4xx_response type schema_response_with_thresholds { - errors: [JSON] - messages: [JSON] + errors: [JSON!] + messages: [JSON!] result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type api_shield_endpoint_management_retrieve_operations_and_features_as_open_api_schemas_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -27544,9 +27544,9 @@ type api_shield_endpoint_management_retrieve_operations_and_features_as_open_api union ip_access_rules_for_a_zone_list_ip_access_rules_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rule_collection_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_access_rules_for_a_zone_list_ip_access_rules_4xx_response") = rule_collection_response | ip_access_rules_for_a_zone_list_ip_access_rules_4xx_response type ip_access_rules_for_a_zone_list_ip_access_rules_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [rule] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [rule!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -27555,9 +27555,9 @@ type ip_access_rules_for_a_zone_list_ip_access_rules_4xx_response { union waf_rules_list_waf_rules_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rule_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waf_rules_list_waf_rules_4xx_response") = rule_response_collection | waf_rules_list_waf_rules_4xx_response type rule_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [components_schemas_rule] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [components_schemas_rule!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -27583,7 +27583,7 @@ type Anomaly_detection_WAF_rule { """ Defines the available modes for the current WAF rule. Applies to anomaly detection WAF rules. """ - allowed_modes: [mode_anomaly] + allowed_modes: [mode_anomaly!] mode: mode_anomaly } @@ -27622,7 +27622,7 @@ type Traditional_deny_WAF_rule { """ priority: String """The list of possible actions of the WAF rule when it is triggered.""" - allowed_modes: [mode_deny_traditional] + allowed_modes: [mode_deny_traditional!] default_mode: default_mode mode: mode_deny_traditional } @@ -27662,7 +27662,7 @@ type Traditional_allow_WAF_rule { """ priority: String """Defines the available modes for the current WAF rule.""" - allowed_modes: [mode_allow_traditional] + allowed_modes: [mode_allow_traditional!] mode: mode_allow_traditional } @@ -27675,9 +27675,9 @@ enum mode_allow_traditional { } type waf_rules_list_waf_rules_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [components_schemas_rule] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [components_schemas_rule!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -27686,8 +27686,8 @@ type waf_rules_list_waf_rules_4xx_response { union waf_rules_get_a_waf_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rule_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waf_rules_get_a_waf_rule_4xx_response") = rule_response_single | waf_rules_get_a_waf_rule_4xx_response type waf_rules_get_a_waf_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -27696,8 +27696,8 @@ type waf_rules_get_a_waf_rule_4xx_response { union managed_transforms_list_managed_transforms_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "managed_transforms_list_managed_transforms_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "managed_transforms_list_managed_transforms_4xx_response") = managed_transforms_list_managed_transforms_200_response | managed_transforms_list_managed_transforms_4xx_response type managed_transforms_list_managed_transforms_200_response { - managed_request_headers: [request_model] - managed_response_headers: [request_model] + managed_request_headers: [request_model!] + managed_response_headers: [request_model!] } type request_model { @@ -27708,10 +27708,10 @@ type request_model { } type managed_transforms_list_managed_transforms_4xx_response { - managed_request_headers: [request_model] - managed_response_headers: [request_model] - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + managed_request_headers: [request_model!] + managed_response_headers: [request_model!] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -27720,16 +27720,16 @@ type managed_transforms_list_managed_transforms_4xx_response { union page_shield_get_page_shield_settings_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "page_shield_get_page_shield_settings_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "page_shield_get_page_shield_settings_4xx_response") = page_shield_get_page_shield_settings_200_response | page_shield_get_page_shield_settings_4xx_response type page_shield_get_page_shield_settings_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type page_shield_get_page_shield_settings_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -27738,9 +27738,9 @@ type page_shield_get_page_shield_settings_4xx_response { union page_shield_list_page_shield_connections_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "list_zone_connections_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "page_shield_list_page_shield_connections_4xx_response") = list_zone_connections_response | page_shield_list_page_shield_connections_4xx_response type list_zone_connections_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [connection] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [connection!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -27754,15 +27754,15 @@ type connection { host: String id: String last_seen_at: String - page_urls: [String] + page_urls: [String!] url: String url_contains_cdn_cgi_path: JSON } type page_shield_list_page_shield_connections_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [connection] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [connection!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -27778,7 +27778,7 @@ type get_zone_connection_response { host: String id: String last_seen_at: String - page_urls: [String] + page_urls: [String!] url: String url_contains_cdn_cgi_path: JSON } @@ -27791,11 +27791,11 @@ type page_shield_get_a_page_shield_connection_4xx_response { host: String id: String last_seen_at: String - page_urls: [String] + page_urls: [String!] url: String url_contains_cdn_cgi_path: JSON - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -27807,9 +27807,9 @@ scalar script_monitor_components_schemas_id @length(subgraph: "CloudFlare", min: union page_shield_list_page_shield_scripts_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "list_zone_scripts_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "page_shield_list_page_shield_scripts_4xx_response") = list_zone_scripts_response | page_shield_list_page_shield_scripts_4xx_response type list_zone_scripts_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [script] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [script!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -27826,15 +27826,15 @@ type script { id: String js_integrity_score: Int last_seen_at: String - page_urls: [String] + page_urls: [String!] url: String url_contains_cdn_cgi_path: JSON } type page_shield_list_page_shield_scripts_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [script] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [script!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -27853,10 +27853,10 @@ type get_zone_script_response { id: String js_integrity_score: Int last_seen_at: String - page_urls: [String] + page_urls: [String!] url: String url_contains_cdn_cgi_path: JSON - versions: [components_schemas_version] + versions: [components_schemas_version!] } """The version of the analyzed script.""" @@ -27883,12 +27883,12 @@ type page_shield_get_a_page_shield_script_4xx_response { id: String js_integrity_score: Int last_seen_at: String - page_urls: [String] + page_urls: [String!] url: String url_contains_cdn_cgi_path: JSON - versions: [components_schemas_version] - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + versions: [components_schemas_version!] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -27897,12 +27897,12 @@ type page_shield_get_a_page_shield_script_4xx_response { union zone_rulesets_list_zone_rulesets_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rulesets_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_rulesets_list_zone_rulesets_4xx_response") = rulesets_response | zone_rulesets_list_zone_rulesets_4xx_response type zone_rulesets_list_zone_rulesets_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """ A list of rulesets. The returned information will not include the rules in each ruleset. """ - result: [ruleset_without_rules] + result: [ruleset_without_rules!] """Whether the API call was successful""" success: Boolean! } @@ -27916,7 +27916,7 @@ type components_schemas_ruleset { name: String phase: String """The rules in the ruleset.""" - rules: [custom_error_responses_components_schemas_rule] + rules: [custom_error_responses_components_schemas_rule!] } type custom_error_responses_components_schemas_rule { @@ -27945,9 +27945,9 @@ type custom_error_responses_get_custom_error_responses_4xx_response { name: String phase: String """The rules in the ruleset.""" - rules: [custom_error_responses_components_schemas_rule] - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + rules: [custom_error_responses_components_schemas_rule!] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -27962,7 +27962,7 @@ type schemas_ruleset { name: String phase: String """The rules in the ruleset.""" - rules: [transform_rules_components_schemas_rule] + rules: [transform_rules_components_schemas_rule!] } type transform_rules_components_schemas_rule { @@ -27996,9 +27996,9 @@ type transform_rules_list_transform_rules_4xx_response { name: String phase: String """The rules in the ruleset.""" - rules: [transform_rules_components_schemas_rule] - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + rules: [transform_rules_components_schemas_rule!] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -28014,8 +28014,8 @@ enum schemas_phase { union zone_rulesets_get_a_zone_entry_point_ruleset_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ruleset_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_rulesets_get_a_zone_entry_point_ruleset_4xx_response") = ruleset_response | zone_rulesets_get_a_zone_entry_point_ruleset_4xx_response type zone_rulesets_get_a_zone_entry_point_ruleset_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -28024,12 +28024,12 @@ type zone_rulesets_get_a_zone_entry_point_ruleset_4xx_response { union zone_rulesets_list_a_zone_entry_point_ruleset_SINGLE_QUOTE__s_versions_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rulesets_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_rulesets_list_a_zone_entry_point_ruleset_SINGLE_QUOTE__s_versions_4xx_response") = rulesets_response | zone_rulesets_list_a_zone_entry_point_ruleset_SINGLE_QUOTE__s_versions_4xx_response type zone_rulesets_list_a_zone_entry_point_ruleset_SINGLE_QUOTE__s_versions_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """ A list of rulesets. The returned information will not include the rules in each ruleset. """ - result: [ruleset_without_rules] + result: [ruleset_without_rules!] """Whether the API call was successful""" success: Boolean! } @@ -28037,8 +28037,8 @@ type zone_rulesets_list_a_zone_entry_point_ruleset_SINGLE_QUOTE__s_versions_4xx_ union zone_rulesets_get_a_zone_entry_point_ruleset_version_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ruleset_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_rulesets_get_a_zone_entry_point_ruleset_version_4xx_response") = ruleset_response | zone_rulesets_get_a_zone_entry_point_ruleset_version_4xx_response type zone_rulesets_get_a_zone_entry_point_ruleset_version_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -28047,8 +28047,8 @@ type zone_rulesets_get_a_zone_entry_point_ruleset_version_4xx_response { union zone_rulesets_get_a_zone_ruleset_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ruleset_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_rulesets_get_a_zone_ruleset_4xx_response") = ruleset_response | zone_rulesets_get_a_zone_ruleset_4xx_response type zone_rulesets_get_a_zone_ruleset_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -28057,12 +28057,12 @@ type zone_rulesets_get_a_zone_ruleset_4xx_response { union zone_rulesets_list_a_zone_ruleset_SINGLE_QUOTE__s_versions_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rulesets_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_rulesets_list_a_zone_ruleset_SINGLE_QUOTE__s_versions_4xx_response") = rulesets_response | zone_rulesets_list_a_zone_ruleset_SINGLE_QUOTE__s_versions_4xx_response type zone_rulesets_list_a_zone_ruleset_SINGLE_QUOTE__s_versions_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """ A list of rulesets. The returned information will not include the rules in each ruleset. """ - result: [ruleset_without_rules] + result: [ruleset_without_rules!] """Whether the API call was successful""" success: Boolean! } @@ -28070,8 +28070,8 @@ type zone_rulesets_list_a_zone_ruleset_SINGLE_QUOTE__s_versions_4xx_response { union zone_rulesets_get_a_zone_ruleset_version_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ruleset_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_rulesets_get_a_zone_ruleset_version_4xx_response") = ruleset_response | zone_rulesets_get_a_zone_ruleset_version_4xx_response type zone_rulesets_get_a_zone_ruleset_version_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -28091,8 +28091,8 @@ type url_normalization_get_url_normalization_settings_4xx_response { scope: String """The type of URL normalization performed by Cloudflare.""" type: String - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -28101,9 +28101,9 @@ type url_normalization_get_url_normalization_settings_4xx_response { union worker_filters__deprecated_list_filters_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "filter_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_filters__deprecated_list_filters_4xx_response") = filter_response_collection | worker_filters__deprecated_list_filters_4xx_response type filter_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [filters] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [filters!] """Whether the API call was successful""" success: Boolean! } @@ -28116,9 +28116,9 @@ type filters { } type worker_filters__deprecated_list_filters_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [filters] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [filters!] """Whether the API call was successful""" success: Boolean! } @@ -28126,9 +28126,9 @@ type worker_filters__deprecated_list_filters_4xx_response { union worker_routes_list_routes_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "route_response_collection2") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_routes_list_routes_4xx_response") = route_response_collection2 | worker_routes_list_routes_4xx_response type route_response_collection2 { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [routes] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [routes!] """Whether the API call was successful""" success: Boolean! } @@ -28141,9 +28141,9 @@ type routes { } type worker_routes_list_routes_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [routes] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [routes!] """Whether the API call was successful""" success: Boolean! } @@ -28151,16 +28151,16 @@ type worker_routes_list_routes_4xx_response { union worker_routes_get_route_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "route_response_single2") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_routes_get_route_4xx_response") = route_response_single2 | worker_routes_get_route_4xx_response type route_response_single2 { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type worker_routes_get_route_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -28169,17 +28169,17 @@ type worker_routes_get_route_4xx_response { union spectrum_aggregate_analytics_get_current_aggregated_analytics_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "analytics_aggregate_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "spectrum_aggregate_analytics_get_current_aggregated_analytics_4xx_response") = analytics_aggregate_components_schemas_response_collection | spectrum_aggregate_analytics_get_current_aggregated_analytics_4xx_response type analytics_aggregate_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! } type spectrum_aggregate_analytics_get_current_aggregated_analytics_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! } @@ -28187,8 +28187,8 @@ type spectrum_aggregate_analytics_get_current_aggregated_analytics_4xx_response union spectrum_analytics__by_time_get_analytics_by_time_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "spectrum_analytics__by_time_get_analytics_by_time_4xx_response") = api_response_single | spectrum_analytics__by_time_get_analytics_by_time_4xx_response type spectrum_analytics__by_time_get_analytics_by_time_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -28197,8 +28197,8 @@ type spectrum_analytics__by_time_get_analytics_by_time_4xx_response { union spectrum_analytics__summary_get_analytics_summary_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "spectrum_analytics__summary_get_analytics_summary_4xx_response") = api_response_single | spectrum_analytics__summary_get_analytics_summary_4xx_response type spectrum_analytics__summary_get_analytics_summary_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -28207,18 +28207,18 @@ type spectrum_analytics__summary_get_analytics_summary_4xx_response { union spectrum_applications_list_spectrum_applications_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "app_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "spectrum_applications_list_spectrum_applications_4xx_response") = app_components_schemas_response_collection | spectrum_applications_list_spectrum_applications_4xx_response type app_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! result_info: result_info } type spectrum_applications_list_spectrum_applications_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -28227,8 +28227,8 @@ type spectrum_applications_list_spectrum_applications_4xx_response { union spectrum_applications_get_spectrum_application_configuration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "spectrum_applications_get_spectrum_application_configuration_4xx_response") = schemas_response_single | spectrum_applications_get_spectrum_application_configuration_4xx_response type spectrum_applications_get_spectrum_application_configuration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -28813,9 +28813,9 @@ type Mutation { """ magic_network_monitoring_configuration_update_an_entire_account_configuration(account_identifier: String!): magic_network_monitoring_configuration_update_an_entire_account_configuration_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.account_identifier}/mnm/config", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """Create network monitoring rules for account.""" - magic_network_monitoring_rules_create_rules(account_identifier: String!): [magic_network_monitoring_rules_create_rules_response] @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.account_identifier}/mnm/rules", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) + magic_network_monitoring_rules_create_rules(account_identifier: String!): [magic_network_monitoring_rules_create_rules_response!] @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.account_identifier}/mnm/rules", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """Update network monitoring rules for account.""" - magic_network_monitoring_rules_update_rules(account_identifier: String!): [magic_network_monitoring_rules_update_rules_response] @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.account_identifier}/mnm/rules", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) + magic_network_monitoring_rules_update_rules(account_identifier: String!): [magic_network_monitoring_rules_update_rules_response!] @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.account_identifier}/mnm/rules", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """Delete a network monitoring rule for account.""" magic_network_monitoring_rules_delete_rule(account_identifier: String!, rule_identifier: String!): magic_network_monitoring_rules_delete_rule_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.account_identifier}/mnm/rules/{args.rule_identifier}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: DELETE) """Update a network monitoring rule for account.""" @@ -29042,7 +29042,7 @@ type Mutation { account_identifier: common_components_schemas_identifier """The unique ID of the list.""" list_id: list_id - input: [mutationInput_lists_create_list_items_input_items_Input] + input: [mutationInput_lists_create_list_items_input_items_Input!] ): lists_create_list_items_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.account_identifier}/rules/lists/{args.list_id}/items", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """ Removes all existing items from the list and adds the provided items to the list. @@ -29054,7 +29054,7 @@ type Mutation { account_identifier: common_components_schemas_identifier """The unique ID of the list.""" list_id: list_id - input: [mutationInput_lists_create_list_items_input_items_Input] + input: [mutationInput_lists_create_list_items_input_items_Input!] ): lists_update_all_list_items_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.account_identifier}/rules/lists/{args.list_id}/items", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """Create ACL.""" secondary_dns__acl_create_acl(account_identifier: String!, input: secondary_dns__acl_create_acl_request_Input): secondary_dns__acl_create_acl_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.account_identifier}/secondary_dns/acls", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) @@ -29105,7 +29105,7 @@ type Mutation { account_identifier: common_components_schemas_identifier """Namespace identifier tag.""" namespace_identifier: namespace_identifier - input: [key_name_bulk] + input: [key_name_bulk!] ): workers_kv_namespace_delete_multiple_key_value_pairs_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.account_identifier}/storage/kv/namespaces/{args.namespace_identifier}/bulk", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: DELETE) """ Write multiple keys and values at once. Body should be an array of up to 10,000 key-value pairs to be stored, along with optional expiration information. Existing values and expirations will be overwritten. If neither expiration nor expiration_ttl is specified, the key-value pair will never expire. If both are set, \`expiration_ttl\` is used and \`expiration\` is ignored. The entire request size must be 100 megabytes or less. @@ -29115,7 +29115,7 @@ type Mutation { account_identifier: common_components_schemas_identifier """Namespace identifier tag.""" namespace_identifier: namespace_identifier - input: [mutationInput_workers_kv_namespace_write_multiple_key_value_pairs_input_items_Input] + input: [mutationInput_workers_kv_namespace_write_multiple_key_value_pairs_input_items_Input!] ): workers_kv_namespace_write_multiple_key_value_pairs_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.account_identifier}/storage/kv/namespaces/{args.namespace_identifier}/bulk", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """ Remove a KV pair from the Namespace. Use URL-encoding to use special characters (e.g. :, !, %) in the key name. @@ -29743,7 +29743,7 @@ type Mutation { """ Removes a user from a Zero Trust seat when both \`access_seat\` and \`gateway_seat\` are set to false. """ - zero_trust_seats_update_a_user_seat(identifier: String!, input: [seat_Input]): zero_trust_seats_update_a_user_seat_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.identifier}/access/seats", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) + zero_trust_seats_update_a_user_seat(identifier: String!, input: [seat_Input!]): zero_trust_seats_update_a_user_seat_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.identifier}/access/seats", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PATCH) """ Generates a new service token. **Note:** This is the only time you can get the Client Secret. If you lose the Client Secret, you will have to rotate the Client Secret or create a new service token. """ @@ -29850,13 +29850,13 @@ type Mutation { """ devices_create_device_settings_policy(identifier: String!, input: devices_create_device_settings_policy_request_Input): devices_create_device_settings_policy_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.identifier}/devices/policy", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """Set the list of routes excluded from the WARP client's tunnel.""" - devices_set_split_tunnel_exclude_list(identifier: String!, input: [split_tunnel_Input]): devices_set_split_tunnel_exclude_list_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.identifier}/devices/policy/exclude", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) + devices_set_split_tunnel_exclude_list(identifier: String!, input: [split_tunnel_Input!]): devices_set_split_tunnel_exclude_list_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.identifier}/devices/policy/exclude", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """ Set the list of domains to bypass Gateway for DNS resolution and instead use the specified server. """ - devices_set_local_domain_fallback_list(identifier: String!, input: [fallback_domain_Input]): devices_set_local_domain_fallback_list_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.identifier}/devices/policy/fallback_domains", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) + devices_set_local_domain_fallback_list(identifier: String!, input: [fallback_domain_Input!]): devices_set_local_domain_fallback_list_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.identifier}/devices/policy/fallback_domains", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """Set the list of routes included in the WARP client's tunnel.""" - devices_set_split_tunnel_include_list(identifier: String!, input: [split_tunnel_include_Input]): devices_set_split_tunnel_include_list_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.identifier}/devices/policy/include", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) + devices_set_split_tunnel_include_list(identifier: String!, input: [split_tunnel_include_Input!]): devices_set_split_tunnel_include_list_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.identifier}/devices/policy/include", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """ Delete a device settings policy. Returns the remaining policies for the account. """ @@ -29879,7 +29879,7 @@ type Mutation { identifier: String! """UUID""" uuid: uuid - input: [split_tunnel_Input] + input: [split_tunnel_Input!] ): devices_set_split_tunnel_exclude_list_for_a_device_settings_policy_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.identifier}/devices/policy/{args.uuid}/exclude", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """ Set the list of domains to bypass Gateway for DNS resolution and instead use the specified server. @@ -29888,7 +29888,7 @@ type Mutation { identifier: String! """UUID""" uuid: uuid - input: [fallback_domain_Input] + input: [fallback_domain_Input!] ): devices_set_local_domain_fallback_list_for_a_device_settings_policy_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.identifier}/devices/policy/{args.uuid}/fallback_domains", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """ Set the list of routes included in the WARP client's tunnel for one specific device settings policy. @@ -29897,7 +29897,7 @@ type Mutation { identifier: String! """UUID""" uuid: uuid - input: [split_tunnel_include_Input] + input: [split_tunnel_include_Input!] ): devices_set_split_tunnel_include_list_for_a_device_settings_policy_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.identifier}/devices/policy/{args.uuid}/include", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """Create a new Device Posture Rule.""" device_posture_rules_create_device_posture_rule(identifier: String!, input: device_posture_rules_create_device_posture_rule_request_Input): device_posture_rules_create_device_posture_rule_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.identifier}/devices/posture", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) @@ -29933,7 +29933,7 @@ type Mutation { devices_revoke_devices( identifier: String! """A list of device ids to revoke.""" - input: [uuid] + input: [uuid!] ): devices_revoke_devices_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.identifier}/devices/revoke", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """Updates the current device settings for Zero Trust account.""" zero_trust_accounts_update_device_settings_for_the_zero_trust_account(identifier: String!, input: gateway_account_device_settings_Input): zero_trust_accounts_update_device_settings_for_the_zero_trust_account_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.identifier}/devices/settings", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) @@ -29941,7 +29941,7 @@ type Mutation { devices_unrevoke_devices( identifier: String! """A list of device ids to unrevoke.""" - input: [uuid] + input: [uuid!] ): devices_unrevoke_devices_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.identifier}/devices/unrevoke", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """Create Zero Trust account with existing cloudflare account.""" zero_trust_accounts_create_zero_trust_account(identifier: String!, input: zero_trust_accounts_create_zero_trust_account_request_Input): zero_trust_accounts_create_zero_trust_account_response @httpOperation(subgraph: "CloudFlare", path: "/accounts/{args.identifier}/gateway", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) @@ -31517,7 +31517,7 @@ type Mutation { """Identifier""" zone_identifier: common_components_schemas_identifier waiting_room_id: String! - input: [create_rule_Input] + input: [create_rule_Input!] ): waiting_room_replace_waiting_room_rules_response @httpOperation(subgraph: "CloudFlare", path: "/zones/{args.zone_identifier}/waiting_rooms/{args.waiting_room_id}/rules", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """Deletes a rule for a waiting room.""" waiting_room_delete_waiting_room_rule( @@ -31626,7 +31626,7 @@ type Mutation { api_shield_endpoint_management_add_operations_to_a_zone( """Identifier""" zone_id: common_components_schemas_identifier - input: [mutationInput_api_shield_endpoint_management_add_operations_to_a_zone_input_items_Input] + input: [mutationInput_api_shield_endpoint_management_add_operations_to_a_zone_input_items_Input!] ): api_shield_endpoint_management_add_operations_to_a_zone_response @httpOperation(subgraph: "CloudFlare", path: "/zones/{args.zone_id}/api_gateway/operations", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """Delete an operation""" api_shield_endpoint_management_delete_an_operation( @@ -31839,8 +31839,8 @@ type Mutation { union ip_address_management_address_maps_remove_an_account_membership_from_an_address_map_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_address_maps_remove_an_account_membership_from_an_address_map_4xx_response") = api_response_collection | ip_address_management_address_maps_remove_an_account_membership_from_an_address_map_4xx_response type ip_address_management_address_maps_remove_an_account_membership_from_an_address_map_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -31850,8 +31850,8 @@ type ip_address_management_address_maps_remove_an_account_membership_from_an_add union ip_address_management_address_maps_add_an_account_membership_to_an_address_map_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_address_maps_add_an_account_membership_to_an_address_map_4xx_response") = api_response_collection | ip_address_management_address_maps_add_an_account_membership_to_an_address_map_4xx_response type ip_address_management_address_maps_add_an_account_membership_to_an_address_map_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -31861,8 +31861,8 @@ type ip_address_management_address_maps_add_an_account_membership_to_an_address_ union ip_address_management_address_maps_create_address_map_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "full_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_address_maps_create_address_map_4xx_response") = full_response | ip_address_management_address_maps_create_address_map_4xx_response type ip_address_management_address_maps_create_address_map_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -31878,8 +31878,8 @@ input ip_address_management_address_maps_create_address_map_request_Input { union ip_address_management_address_maps_delete_address_map_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_address_maps_delete_address_map_4xx_response") = api_response_collection | ip_address_management_address_maps_delete_address_map_4xx_response type ip_address_management_address_maps_delete_address_map_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -31889,16 +31889,16 @@ type ip_address_management_address_maps_delete_address_map_4xx_response { union ip_address_management_address_maps_update_address_map_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "address_maps_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_address_maps_update_address_map_4xx_response") = address_maps_components_schemas_single_response | ip_address_management_address_maps_update_address_map_4xx_response type address_maps_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type ip_address_management_address_maps_update_address_map_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -31918,8 +31918,8 @@ input ip_address_management_address_maps_update_address_map_request_Input { union ip_address_management_address_maps_remove_an_ip_from_an_address_map_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_address_maps_remove_an_ip_from_an_address_map_4xx_response") = api_response_collection | ip_address_management_address_maps_remove_an_ip_from_an_address_map_4xx_response type ip_address_management_address_maps_remove_an_ip_from_an_address_map_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -31929,8 +31929,8 @@ type ip_address_management_address_maps_remove_an_ip_from_an_address_map_4xx_res union ip_address_management_address_maps_add_an_ip_to_an_address_map_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_address_maps_add_an_ip_to_an_address_map_4xx_response") = api_response_collection | ip_address_management_address_maps_add_an_ip_to_an_address_map_4xx_response type ip_address_management_address_maps_add_an_ip_to_an_address_map_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -31940,8 +31940,8 @@ type ip_address_management_address_maps_add_an_ip_to_an_address_map_4xx_response union ip_address_management_address_maps_remove_a_zone_membership_from_an_address_map_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_address_maps_remove_a_zone_membership_from_an_address_map_4xx_response") = api_response_collection | ip_address_management_address_maps_remove_a_zone_membership_from_an_address_map_4xx_response type ip_address_management_address_maps_remove_a_zone_membership_from_an_address_map_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -31951,8 +31951,8 @@ type ip_address_management_address_maps_remove_a_zone_membership_from_an_address union ip_address_management_address_maps_add_a_zone_membership_to_an_address_map_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_address_maps_add_a_zone_membership_to_an_address_map_4xx_response") = api_response_collection | ip_address_management_address_maps_add_a_zone_membership_to_an_address_map_4xx_response type ip_address_management_address_maps_add_a_zone_membership_to_an_address_map_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -31962,16 +31962,16 @@ type ip_address_management_address_maps_add_a_zone_membership_to_an_address_map_ union ip_address_management_prefixes_upload_loa_document_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "loa_upload_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_prefixes_upload_loa_document_4xx_response") = loa_upload_response | ip_address_management_prefixes_upload_loa_document_4xx_response type loa_upload_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type ip_address_management_prefixes_upload_loa_document_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -31985,8 +31985,8 @@ input ip_address_management_prefixes_upload_loa_document_request_Input { union ip_address_management_prefixes_add_prefix_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ipam_prefixes_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_prefixes_add_prefix_4xx_response") = ipam_prefixes_components_schemas_single_response | ip_address_management_prefixes_add_prefix_4xx_response type ip_address_management_prefixes_add_prefix_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32004,8 +32004,8 @@ input ip_address_management_prefixes_add_prefix_request_Input { union ip_address_management_prefixes_delete_prefix_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_prefixes_delete_prefix_4xx_response") = api_response_collection | ip_address_management_prefixes_delete_prefix_4xx_response type ip_address_management_prefixes_delete_prefix_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -32015,8 +32015,8 @@ type ip_address_management_prefixes_delete_prefix_4xx_response { union ip_address_management_prefixes_update_prefix_description_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ipam_prefixes_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_prefixes_update_prefix_description_4xx_response") = ipam_prefixes_components_schemas_single_response | ip_address_management_prefixes_update_prefix_description_4xx_response type ip_address_management_prefixes_update_prefix_description_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32030,8 +32030,8 @@ input ip_address_management_prefixes_update_prefix_description_request_Input { union ip_address_management_dynamic_advertisement_update_prefix_dynamic_advertisement_status_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "advertised_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_dynamic_advertisement_update_prefix_dynamic_advertisement_status_4xx_response") = advertised_response | ip_address_management_dynamic_advertisement_update_prefix_dynamic_advertisement_status_4xx_response type ip_address_management_dynamic_advertisement_update_prefix_dynamic_advertisement_status_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32045,16 +32045,16 @@ input ip_address_management_dynamic_advertisement_update_prefix_dynamic_advertis union ip_address_management_prefix_delegation_create_prefix_delegation_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ipam_delegations_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_prefix_delegation_create_prefix_delegation_4xx_response") = ipam_delegations_components_schemas_single_response | ip_address_management_prefix_delegation_create_prefix_delegation_4xx_response type ipam_delegations_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type ip_address_management_prefix_delegation_create_prefix_delegation_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32070,16 +32070,16 @@ input ip_address_management_prefix_delegation_create_prefix_delegation_request_I union ip_address_management_prefix_delegation_delete_prefix_delegation_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ipam_delegations_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_address_management_prefix_delegation_delete_prefix_delegation_4xx_response") = ipam_delegations_components_schemas_id_response | ip_address_management_prefix_delegation_delete_prefix_delegation_4xx_response type ipam_delegations_components_schemas_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type ip_address_management_prefix_delegation_delete_prefix_delegation_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32088,8 +32088,8 @@ type ip_address_management_prefix_delegation_delete_prefix_delegation_4xx_respon union cloudflare_tunnel_create_cloudflare_tunnel_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_tunnel_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_tunnel_create_cloudflare_tunnel_4xx_response") = schemas_tunnel_response_single | cloudflare_tunnel_create_cloudflare_tunnel_4xx_response type cloudflare_tunnel_create_cloudflare_tunnel_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32109,8 +32109,8 @@ input cloudflare_tunnel_create_cloudflare_tunnel_request_Input { union cloudflare_tunnel_delete_cloudflare_tunnel_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_tunnel_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_tunnel_delete_cloudflare_tunnel_4xx_response") = schemas_tunnel_response_single | cloudflare_tunnel_delete_cloudflare_tunnel_4xx_response type cloudflare_tunnel_delete_cloudflare_tunnel_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32119,8 +32119,8 @@ type cloudflare_tunnel_delete_cloudflare_tunnel_4xx_response { union cloudflare_tunnel_update_cloudflare_tunnel_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_tunnel_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_tunnel_update_cloudflare_tunnel_4xx_response") = schemas_tunnel_response_single | cloudflare_tunnel_update_cloudflare_tunnel_4xx_response type cloudflare_tunnel_update_cloudflare_tunnel_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32140,8 +32140,8 @@ input cloudflare_tunnel_update_cloudflare_tunnel_request_Input { union cloudflare_tunnel_configuration_put_configuration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "config_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_tunnel_configuration_put_configuration_4xx_response") = config_response_single | cloudflare_tunnel_configuration_put_configuration_4xx_response type cloudflare_tunnel_configuration_put_configuration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32157,16 +32157,16 @@ input cloudflare_tunnel_configuration_put_configuration_request_Input { union cloudflare_tunnel_clean_up_cloudflare_tunnel_connections_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "cloudflare_tunnel_components_schemas_empty_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_tunnel_clean_up_cloudflare_tunnel_connections_4xx_response") = cloudflare_tunnel_components_schemas_empty_response | cloudflare_tunnel_clean_up_cloudflare_tunnel_connections_4xx_response type cloudflare_tunnel_components_schemas_empty_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_accounts_list_accounts_oneOf_0_anyOf_0_result! """Whether the API call was successful""" success: Boolean! } type cloudflare_tunnel_clean_up_cloudflare_tunnel_connections_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_accounts_list_accounts_oneOf_0_anyOf_0_result! """Whether the API call was successful""" success: Boolean! @@ -32175,8 +32175,8 @@ type cloudflare_tunnel_clean_up_cloudflare_tunnel_connections_4xx_response { union custom_pages_for_an_account_update_a_custom_page_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "custom_pages_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "custom_pages_for_an_account_update_a_custom_page_4xx_response") = custom_pages_response_single | custom_pages_for_an_account_update_a_custom_page_4xx_response type custom_pages_for_an_account_update_a_custom_page_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32197,16 +32197,16 @@ enum components_schemas_state { union diagnostics_traceroute_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "traceroute_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "diagnostics_traceroute_4xx_response") = traceroute_response_collection | diagnostics_traceroute_4xx_response type traceroute_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [target_result] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [target_result!] """Whether the API call was successful""" success: Boolean! result_info: result_info } type target_result { - colos: [colo_result] + colos: [colo_result!] """The target hostname, IPv6, or IPv6 address.""" target: String } @@ -32214,7 +32214,7 @@ type target_result { type colo_result { colo: colo error: error - hops: [hop_result] + hops: [hop_result!] target_summary: target_summary """Total time of traceroute in ms.""" traceroute_time_ms: Int @@ -32238,7 +32238,7 @@ enum error { type hop_result { """An array of node objects.""" - nodes: [node_result] + nodes: [node_result!] """Number of packets where no response was received.""" packets_lost: Int """Number of packets sent with specified TTL.""" @@ -32255,7 +32255,7 @@ type node_result { """ Field appears if there is an additional annotation printed when the probe returns. Field also appears when running a GRE+ICMP traceroute to denote which traceroute a node comes from. """ - labels: [String] + labels: [String!] """Maximum RTT in ms.""" max_rtt_ms: Float """Mean RTT in ms.""" @@ -32283,9 +32283,9 @@ type target_summary { } type diagnostics_traceroute_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [target_result] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [target_result!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -32295,9 +32295,9 @@ input diagnostics_traceroute_request_Input { """ If no source colo names specified, all colos will be used. China colos are unavailable for traceroutes. """ - colos: [String] + colos: [String!] options: schemas_options_Input - targets: [String]! + targets: [String!]! } input schemas_options_Input { @@ -32329,16 +32329,16 @@ enum packet_type { union dlp_pattern_validation_validate_pattern_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_validate_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dlp_pattern_validation_validate_pattern_4xx_response") = schemas_validate_response | dlp_pattern_validation_validate_pattern_4xx_response type schemas_validate_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type dlp_pattern_validation_validate_pattern_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32353,9 +32353,9 @@ input validate_pattern_Input { union dlp_profiles_create_custom_profiles_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "create_custom_profile_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dlp_profiles_create_custom_profiles_4xx_response") = create_custom_profile_response | dlp_profiles_create_custom_profiles_4xx_response type create_custom_profile_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [Custom_profile] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [Custom_profile!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -32366,7 +32366,7 @@ type Custom_profile { """The description of the profile.""" description: String """The entries for this profile.""" - entries: [custom_entry] + entries: [custom_entry!] """The ID for this profile""" id: String! """The name of the profile.""" @@ -32406,23 +32406,23 @@ enum custom_const @typescript(subgraph: "CloudFlare", type: "\\"custom\\"") @exa } type dlp_profiles_create_custom_profiles_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [Custom_profile] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [Custom_profile!] """Whether the API call was successful""" success: Boolean! result_info: result_info } input create_custom_profiles_Input { - profiles: [new_custom_profile_Input]! + profiles: [new_custom_profile_Input!]! } input new_custom_profile_Input { """The description of the profile.""" description: String """The entries for this profile.""" - entries: [new_custom_entry_Input] + entries: [new_custom_entry_Input!] """The name of the profile.""" name: String } @@ -32446,8 +32446,8 @@ input components_schemas_pattern_Input { union dlp_profiles_delete_custom_profile_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dlp_profiles_delete_custom_profile_4xx_response") = api_response_single | dlp_profiles_delete_custom_profile_4xx_response type dlp_profiles_delete_custom_profile_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32460,15 +32460,15 @@ type dlp_profiles_update_custom_profile_4xx_response { """The description of the profile.""" description: String """The entries for this profile.""" - entries: [custom_entry] + entries: [custom_entry!] """The ID for this profile""" id: String! """The name of the profile.""" name: String type: custom_const updated_at: DateTime - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -32480,7 +32480,7 @@ input Update_custom_profile_Input { """ The entries for this profile. Array elements with IDs are modifying the existing entry with that ID. Elements without ID will create new entries. Any entry not in the list will be deleted. """ - entries: [custom_entry_Input] + entries: [custom_entry_Input!] """The name of the profile.""" name: String } @@ -32504,7 +32504,7 @@ union dlp_profiles_update_predefined_profile_response @statusCodeTypeName(subgra type Predefined_profile { """The entries for this profile.""" - entries: [Predefined_entry] + entries: [Predefined_entry!] """The ID for this profile""" id: String! """The name of the profile.""" @@ -32518,14 +32518,14 @@ enum predefined_const @typescript(subgraph: "CloudFlare", type: "\\"predefined\\ type dlp_profiles_update_predefined_profile_4xx_response { """The entries for this profile.""" - entries: [Predefined_entry] + entries: [Predefined_entry!] """The ID for this profile""" id: String! """The name of the profile.""" name: String type: predefined_const - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -32533,7 +32533,7 @@ type dlp_profiles_update_predefined_profile_4xx_response { input Update_predefined_profile_Input { """The entries for this profile.""" - entries: [mutationInput_dlp_profiles_update_predefined_profile_input_entries_items_Input] + entries: [mutationInput_dlp_profiles_update_predefined_profile_input_entries_items_Input!] } input mutationInput_dlp_profiles_update_predefined_profile_input_entries_items_Input { @@ -32546,8 +32546,8 @@ input mutationInput_dlp_profiles_update_predefined_profile_input_entries_items_I union dns_firewall_create_dns_firewall_cluster_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dns_firewall_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_firewall_create_dns_firewall_cluster_4xx_response") = dns_firewall_single_response | dns_firewall_create_dns_firewall_cluster_4xx_response type dns_firewall_create_dns_firewall_cluster_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32566,7 +32566,7 @@ input dns_firewall_create_dns_firewall_cluster_request_Input { name: dns_firewall_components_schemas_name! """Negative DNS Cache TTL.""" negative_cache_ttl: PositiveFloat - origin_ips: [JSON]! + origin_ips: [JSON!]! """ Ratelimit in queries per second per datacenter (applies to DNS queries sent to the origin nameservers configured on the cluster). """ @@ -32576,16 +32576,16 @@ input dns_firewall_create_dns_firewall_cluster_request_Input { union dns_firewall_delete_dns_firewall_cluster_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dns_firewall_delete_dns_firewall_cluster_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_firewall_delete_dns_firewall_cluster_4xx_response") = dns_firewall_delete_dns_firewall_cluster_200_response | dns_firewall_delete_dns_firewall_cluster_4xx_response type dns_firewall_delete_dns_firewall_cluster_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type dns_firewall_delete_dns_firewall_cluster_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32594,8 +32594,8 @@ type dns_firewall_delete_dns_firewall_cluster_4xx_response { union dns_firewall_update_dns_firewall_cluster_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dns_firewall_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_firewall_update_dns_firewall_cluster_4xx_response") = dns_firewall_single_response | dns_firewall_update_dns_firewall_cluster_4xx_response type dns_firewall_update_dns_firewall_cluster_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32605,7 +32605,7 @@ input schemas_dns_firewall_Input { attack_mitigation: attack_mitigation_Input """Deprecate the response to ANY requests.""" deprecate_any_requests: Boolean! - dns_firewall_ips: [JSON]! + dns_firewall_ips: [JSON!]! """Forward client IP (resolver) subnet if no EDNS Client Subnet is sent.""" ecs_fallback: Boolean! """Identifier""" @@ -32620,7 +32620,7 @@ input schemas_dns_firewall_Input { name: dns_firewall_components_schemas_name! """Negative DNS Cache TTL.""" negative_cache_ttl: PositiveFloat - origin_ips: [JSON]! + origin_ips: [JSON!]! """ Ratelimit in queries per second per datacenter (applies to DNS queries sent to the origin nameservers configured on the cluster). """ @@ -32640,8 +32640,8 @@ input attack_mitigation_Input { union email_routing_destination_addresses_create_a_destination_address_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "destination_address_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "email_routing_destination_addresses_create_a_destination_address_4xx_response") = destination_address_response_single | email_routing_destination_addresses_create_a_destination_address_4xx_response type email_routing_destination_addresses_create_a_destination_address_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32655,8 +32655,8 @@ input create_destination_address_properties_Input { union email_routing_destination_addresses_delete_destination_address_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "destination_address_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "email_routing_destination_addresses_delete_destination_address_4xx_response") = destination_address_response_single | email_routing_destination_addresses_delete_destination_address_4xx_response type email_routing_destination_addresses_delete_destination_address_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32665,8 +32665,8 @@ type email_routing_destination_addresses_delete_destination_address_4xx_response union ip_access_rules_for_an_account_create_an_ip_access_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_access_rules_for_an_account_create_an_ip_access_rule_4xx_response") = response_single | ip_access_rules_for_an_account_create_an_ip_access_rule_4xx_response type ip_access_rules_for_an_account_create_an_ip_access_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32728,8 +32728,8 @@ input A_country_configuration__Input { union ip_access_rules_for_an_account_delete_an_ip_access_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single_id") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_access_rules_for_an_account_delete_an_ip_access_rule_4xx_response") = api_response_single_id | ip_access_rules_for_an_account_delete_an_ip_access_rule_4xx_response type api_response_single_id { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_ip_access_rules_for_an_account_delete_an_ip_access_rule_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32741,8 +32741,8 @@ type mutation_ip_access_rules_for_an_account_delete_an_ip_access_rule_oneOf_0_al } type ip_access_rules_for_an_account_delete_an_ip_access_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_ip_access_rules_for_an_account_delete_an_ip_access_rule_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32751,8 +32751,8 @@ type ip_access_rules_for_an_account_delete_an_ip_access_rule_4xx_response { union ip_access_rules_for_an_account_update_an_ip_access_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_access_rules_for_an_account_update_an_ip_access_rule_4xx_response") = response_single | ip_access_rules_for_an_account_update_an_ip_access_rule_4xx_response type ip_access_rules_for_an_account_update_an_ip_access_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32760,7 +32760,7 @@ type ip_access_rules_for_an_account_update_an_ip_access_rule_4xx_response { input schemas_rule_Input { """The available actions that a rule can apply to a matched request.""" - allowed_modes: [schemas_mode]! + allowed_modes: [schemas_mode!]! configuration: schemas_configuration_Input! """The timestamp of when the rule was created.""" created_on: DateTime @@ -32794,8 +32794,8 @@ enum mutationInput_ip_access_rules_for_an_account_update_an_ip_access_rule_input union cloudflare_images_upload_an_image_via_url_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "image_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_images_upload_an_image_via_url_4xx_response") = image_response_single | cloudflare_images_upload_an_image_via_url_4xx_response type cloudflare_images_upload_an_image_via_url_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32812,16 +32812,16 @@ input image_basic_upload_via_url_Input { union cloudflare_images_create_authenticated_direct_upload_url_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_direct_upload_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_images_create_authenticated_direct_upload_url_4xx_response") = schemas_direct_upload_response | cloudflare_images_create_authenticated_direct_upload_url_4xx_response type schemas_direct_upload_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type cloudflare_images_create_authenticated_direct_upload_url_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32837,8 +32837,8 @@ input schemas_direct_upload_request_Input { union cloudflare_images_variants_create_a_variant_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "variant_simple_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_images_variants_create_a_variant_4xx_response") = variant_simple_response | cloudflare_images_variants_create_a_variant_4xx_response type cloudflare_images_variants_create_a_variant_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32884,16 +32884,16 @@ enum schemas_metadata { union cloudflare_images_variants_delete_a_variant_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_deleted_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_images_variants_delete_a_variant_4xx_response") = schemas_deleted_response | cloudflare_images_variants_delete_a_variant_4xx_response type schemas_deleted_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type cloudflare_images_variants_delete_a_variant_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32902,8 +32902,8 @@ type cloudflare_images_variants_delete_a_variant_4xx_response { union cloudflare_images_variants_update_a_variant_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "variant_simple_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_images_variants_update_a_variant_4xx_response") = variant_simple_response | cloudflare_images_variants_update_a_variant_4xx_response type cloudflare_images_variants_update_a_variant_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32920,8 +32920,8 @@ input variant_patch_request_Input { union cloudflare_images_delete_image_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_deleted_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_images_delete_image_4xx_response") = schemas_deleted_response | cloudflare_images_delete_image_4xx_response type cloudflare_images_delete_image_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32930,8 +32930,8 @@ type cloudflare_images_delete_image_4xx_response { union cloudflare_images_update_image_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "image_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_images_update_image_4xx_response") = image_response_single | cloudflare_images_update_image_4xx_response type cloudflare_images_update_image_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32948,16 +32948,16 @@ input image_patch_request_Input { union cloudflare_images_create_authenticated_direct_upload_url_v_2_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "direct_upload_response_v2") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "cloudflare_images_create_authenticated_direct_upload_url_v_2_4xx_response") = direct_upload_response_v2 | cloudflare_images_create_authenticated_direct_upload_url_v_2_4xx_response type direct_upload_response_v2 { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type cloudflare_images_create_authenticated_direct_upload_url_v_2_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32976,8 +32976,8 @@ input direct_upload_request_v2_Input { union miscategorization_create_miscategorization_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "miscategorization_create_miscategorization_4xx_response") = api_response_single | miscategorization_create_miscategorization_4xx_response type miscategorization_create_miscategorization_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -32985,16 +32985,16 @@ type miscategorization_create_miscategorization_4xx_response { input miscategorization_Input { """Content category IDs to add.""" - content_adds: [Int] + content_adds: [Int!] """Content category IDs to remove.""" - content_removes: [Int] + content_removes: [Int!] indicator_type: mutationInput_miscategorization_create_miscategorization_input_indicator_type """Provide only if indicator_type is \`ipv4\` or \`ipv6\`.""" ip: JSON """Security category IDs to add.""" - security_adds: [Int] + security_adds: [Int!] """Security category IDs to remove.""" - security_removes: [Int] + security_removes: [Int!] """ Provide only if indicator_type is \`domain\` or \`url\`. Example if indicator_type is \`domain\`: \`example.com\`. Example if indicator_type is \`url\`: \`https://example.com/news/\`. """ @@ -33011,8 +33011,8 @@ enum mutationInput_miscategorization_create_miscategorization_input_indicator_ty union account_load_balancer_monitors_create_monitor_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "monitor_components_schemas_single_response_2") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_load_balancer_monitors_create_monitor_4xx_response") = monitor_components_schemas_single_response_2 | account_load_balancer_monitors_create_monitor_4xx_response type account_load_balancer_monitors_create_monitor_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33079,23 +33079,23 @@ input account_load_balancer_monitors_create_monitor_request_Input { The HTTP request headers to send in the health check. It is recommended you set a Host header by default. The User-Agent header cannot be overridden. This parameter is only valid for HTTP and HTTPS monitors. """ input header_Input { - Host: [String] - X_App_ID: [String] @resolveRootField(subgraph: "CloudFlare", field: "X-App-ID") + Host: [String!] + X_App_ID: [String!] @resolveRootField(subgraph: "CloudFlare", field: "X-App-ID") } union account_load_balancer_monitors_delete_monitor_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "monitor_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_load_balancer_monitors_delete_monitor_4xx_response") = monitor_components_schemas_id_response | account_load_balancer_monitors_delete_monitor_4xx_response type monitor_components_schemas_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type account_load_balancer_monitors_delete_monitor_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33104,8 +33104,8 @@ type account_load_balancer_monitors_delete_monitor_4xx_response { union account_load_balancer_monitors_patch_monitor_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "monitor_components_schemas_single_response_2") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_load_balancer_monitors_patch_monitor_4xx_response") = monitor_components_schemas_single_response_2 | account_load_balancer_monitors_patch_monitor_4xx_response type account_load_balancer_monitors_patch_monitor_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33171,8 +33171,8 @@ input account_load_balancer_monitors_patch_monitor_request_Input { union account_load_balancer_monitors_update_monitor_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "monitor_components_schemas_single_response_2") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_load_balancer_monitors_update_monitor_4xx_response") = monitor_components_schemas_single_response_2 | account_load_balancer_monitors_update_monitor_4xx_response type account_load_balancer_monitors_update_monitor_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33238,16 +33238,16 @@ input account_load_balancer_monitors_update_monitor_request_Input { union account_load_balancer_monitors_preview_monitor_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "preview_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_load_balancer_monitors_preview_monitor_4xx_response") = preview_response | account_load_balancer_monitors_preview_monitor_4xx_response type preview_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type account_load_balancer_monitors_preview_monitor_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33299,9 +33299,9 @@ input account_load_balancer_monitors_preview_monitor_request_Input { union account_load_balancer_pools_patch_pools_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pool_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_load_balancer_pools_patch_pools_4xx_response") = pool_components_schemas_response_collection | account_load_balancer_pools_patch_pools_4xx_response type account_load_balancer_pools_patch_pools_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [pool] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [pool!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -33318,8 +33318,8 @@ enum patch_pools_notification_email @typescript(subgraph: "CloudFlare", type: "\ union account_load_balancer_pools_create_pool_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pool_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_load_balancer_pools_create_pool_4xx_response") = pool_components_schemas_single_response | account_load_balancer_pools_create_pool_4xx_response type account_load_balancer_pools_create_pool_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33362,7 +33362,7 @@ input account_load_balancer_pools_create_pool_request_Input { """ The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy. """ - origins: [schemas_origin_Input]! + origins: [schemas_origin_Input!]! } """Configures load shedding policies and percentages for the pool.""" @@ -33437,22 +33437,22 @@ input schemas_header_Input { """ The 'Host' header allows to override the hostname set in the HTTP request. Current support is 1 'Host' header override per origin. """ - Host: [String] + Host: [String!] } union account_load_balancer_pools_delete_pool_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pool_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_load_balancer_pools_delete_pool_4xx_response") = pool_components_schemas_id_response | account_load_balancer_pools_delete_pool_4xx_response type pool_components_schemas_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type account_load_balancer_pools_delete_pool_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33461,8 +33461,8 @@ type account_load_balancer_pools_delete_pool_4xx_response { union account_load_balancer_pools_patch_pool_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pool_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_load_balancer_pools_patch_pool_4xx_response") = pool_components_schemas_single_response | account_load_balancer_pools_patch_pool_4xx_response type account_load_balancer_pools_patch_pool_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33472,7 +33472,7 @@ input account_load_balancer_pools_patch_pool_request_Input { """ A list of regions from which to run health checks. Null means every Cloudflare data center. """ - check_regions: [query_account_load_balancer_pools_list_pools_oneOf_0_allOf_1_result_items_check_regions_items] + check_regions: [query_account_load_balancer_pools_list_pools_oneOf_0_allOf_1_result_items_check_regions_items!] """A human-readable description of the pool.""" description: String """ @@ -33513,14 +33513,14 @@ input account_load_balancer_pools_patch_pool_request_Input { """ The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy. """ - origins: [schemas_origin_Input] + origins: [schemas_origin_Input!] } union account_load_balancer_pools_update_pool_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pool_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_load_balancer_pools_update_pool_4xx_response") = pool_components_schemas_single_response | account_load_balancer_pools_update_pool_4xx_response type account_load_balancer_pools_update_pool_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33530,7 +33530,7 @@ input account_load_balancer_pools_update_pool_request_Input { """ A list of regions from which to run health checks. Null means every Cloudflare data center. """ - check_regions: [query_account_load_balancer_pools_list_pools_oneOf_0_allOf_1_result_items_check_regions_items] + check_regions: [query_account_load_balancer_pools_list_pools_oneOf_0_allOf_1_result_items_check_regions_items!] """A human-readable description of the pool.""" description: String """ @@ -33571,14 +33571,14 @@ input account_load_balancer_pools_update_pool_request_Input { """ The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy. """ - origins: [schemas_origin_Input]! + origins: [schemas_origin_Input!]! } union account_load_balancer_pools_preview_pool_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "preview_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_load_balancer_pools_preview_pool_4xx_response") = preview_response | account_load_balancer_pools_preview_pool_4xx_response type account_load_balancer_pools_preview_pool_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33630,16 +33630,16 @@ input account_load_balancer_pools_preview_pool_request_Input { union magic_interconnects_update_multiple_interconnects_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "components_schemas_modified_tunnels_collection_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_interconnects_update_multiple_interconnects_4xx_response") = components_schemas_modified_tunnels_collection_response | magic_interconnects_update_multiple_interconnects_4xx_response type components_schemas_modified_tunnels_collection_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type magic_interconnects_update_multiple_interconnects_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33652,16 +33652,16 @@ input magic_interconnects_update_multiple_interconnects_request_Input { union magic_interconnects_update_interconnect_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "components_schemas_tunnel_modified_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_interconnects_update_interconnect_4xx_response") = components_schemas_tunnel_modified_response | magic_interconnects_update_interconnect_4xx_response type components_schemas_tunnel_modified_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type magic_interconnects_update_interconnect_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33696,8 +33696,8 @@ input gre_Input { union magic_gre_tunnels_create_gre_tunnels_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "tunnels_collection_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_gre_tunnels_create_gre_tunnels_4xx_response") = tunnels_collection_response | magic_gre_tunnels_create_gre_tunnels_4xx_response type magic_gre_tunnels_create_gre_tunnels_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33713,16 +33713,16 @@ input magic_gre_tunnels_create_gre_tunnels_request_Input { union magic_gre_tunnels_update_multiple_gre_tunnels_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "modified_tunnels_collection_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_gre_tunnels_update_multiple_gre_tunnels_4xx_response") = modified_tunnels_collection_response | magic_gre_tunnels_update_multiple_gre_tunnels_4xx_response type modified_tunnels_collection_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type magic_gre_tunnels_update_multiple_gre_tunnels_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33735,16 +33735,16 @@ input magic_gre_tunnels_update_multiple_gre_tunnels_request_Input { union magic_gre_tunnels_delete_gre_tunnel_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "tunnel_deleted_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_gre_tunnels_delete_gre_tunnel_4xx_response") = tunnel_deleted_response | magic_gre_tunnels_delete_gre_tunnel_4xx_response type tunnel_deleted_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type magic_gre_tunnels_delete_gre_tunnel_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33753,16 +33753,16 @@ type magic_gre_tunnels_delete_gre_tunnel_4xx_response { union magic_gre_tunnels_update_gre_tunnel_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "tunnel_modified_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_gre_tunnels_update_gre_tunnel_4xx_response") = tunnel_modified_response | magic_gre_tunnels_update_gre_tunnel_4xx_response type tunnel_modified_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type magic_gre_tunnels_update_gre_tunnel_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33805,8 +33805,8 @@ input health_check_Input { union magic_i_psec_tunnels_create_i_psec_tunnels_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_tunnels_collection_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_i_psec_tunnels_create_i_psec_tunnels_4xx_response") = schemas_tunnels_collection_response | magic_i_psec_tunnels_create_i_psec_tunnels_4xx_response type magic_i_psec_tunnels_create_i_psec_tunnels_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33822,16 +33822,16 @@ input magic_i_psec_tunnels_create_i_psec_tunnels_request_Input { union magic_i_psec_tunnels_update_multiple_i_psec_tunnels_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_modified_tunnels_collection_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_i_psec_tunnels_update_multiple_i_psec_tunnels_4xx_response") = schemas_modified_tunnels_collection_response | magic_i_psec_tunnels_update_multiple_i_psec_tunnels_4xx_response type schemas_modified_tunnels_collection_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type magic_i_psec_tunnels_update_multiple_i_psec_tunnels_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33844,16 +33844,16 @@ input magic_i_psec_tunnels_update_multiple_i_psec_tunnels_request_Input { union magic_i_psec_tunnels_delete_i_psec_tunnel_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_tunnel_deleted_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_i_psec_tunnels_delete_i_psec_tunnel_4xx_response") = schemas_tunnel_deleted_response | magic_i_psec_tunnels_delete_i_psec_tunnel_4xx_response type schemas_tunnel_deleted_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type magic_i_psec_tunnels_delete_i_psec_tunnel_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33862,16 +33862,16 @@ type magic_i_psec_tunnels_delete_i_psec_tunnel_4xx_response { union magic_i_psec_tunnels_update_i_psec_tunnel_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_tunnel_modified_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_i_psec_tunnels_update_i_psec_tunnel_4xx_response") = schemas_tunnel_modified_response | magic_i_psec_tunnels_update_i_psec_tunnel_4xx_response type schemas_tunnel_modified_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type magic_i_psec_tunnels_update_i_psec_tunnel_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33899,16 +33899,16 @@ input schemas_tunnel_update_request_Input { union magic_i_psec_tunnels_generate_pre_shared_key__psk_for_i_psec_tunnels_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "psk_generation_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_i_psec_tunnels_generate_pre_shared_key__psk_for_i_psec_tunnels_4xx_response") = psk_generation_response | magic_i_psec_tunnels_generate_pre_shared_key__psk_for_i_psec_tunnels_4xx_response type psk_generation_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type magic_i_psec_tunnels_generate_pre_shared_key__psk_for_i_psec_tunnels_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33917,8 +33917,8 @@ type magic_i_psec_tunnels_generate_pre_shared_key__psk_for_i_psec_tunnels_4xx_re union magic_static_routes_create_routes_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "routes_collection_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_static_routes_create_routes_4xx_response") = routes_collection_response | magic_static_routes_create_routes_4xx_response type magic_static_routes_create_routes_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33933,23 +33933,23 @@ input magic_static_routes_create_routes_request_Input { union magic_static_routes_update_many_routes_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "multiple_route_modified_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_static_routes_update_many_routes_4xx_response") = multiple_route_modified_response | magic_static_routes_update_many_routes_4xx_response type multiple_route_modified_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type magic_static_routes_update_many_routes_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } input route_update_many_request_Input { - routes: [route_update_single_request_Input]! + routes: [route_update_single_request_Input!]! } input route_update_single_request_Input { @@ -33971,24 +33971,24 @@ input route_update_single_request_Input { """Used only for ECMP routes.""" input schemas_scope_Input { """List of colo names for the ECMP scope.""" - colo_names: [String] + colo_names: [String!] """List of colo regions for the ECMP scope.""" - colo_regions: [String] + colo_regions: [String!] } union magic_static_routes_delete_route_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "route_deleted_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_static_routes_delete_route_4xx_response") = route_deleted_response | magic_static_routes_delete_route_4xx_response type route_deleted_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type magic_static_routes_delete_route_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -33997,16 +33997,16 @@ type magic_static_routes_delete_route_4xx_response { union magic_static_routes_update_route_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "route_modified_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_static_routes_update_route_4xx_response") = route_modified_response | magic_static_routes_update_route_4xx_response type route_modified_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type magic_static_routes_update_route_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -34029,8 +34029,8 @@ input route_update_request_Input { union account_members_add_member_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_members_add_member_4xx_response") = response_single | account_members_add_member_4xx_response type account_members_add_member_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -34040,7 +34040,7 @@ input create_Input { """The contact email address of the user.""" email: EmailAddress! """Array of roles associated with this member.""" - roles: [role_components_schemas_identifier]! + roles: [role_components_schemas_identifier!]! status: mutationInput_account_members_add_member_input_status = pending } @@ -34052,8 +34052,8 @@ enum mutationInput_account_members_add_member_input_status { union account_members_remove_member_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single_id") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_members_remove_member_4xx_response") = api_response_single_id | account_members_remove_member_4xx_response type account_members_remove_member_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_ip_access_rules_for_an_account_delete_an_ip_access_rule_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -34062,8 +34062,8 @@ type account_members_remove_member_4xx_response { union account_members_update_member_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_members_update_member_4xx_response") = response_single | account_members_update_member_4xx_response type account_members_update_member_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -34075,7 +34075,7 @@ input schemas_member_Input { """Membership identifier tag.""" id: membership_components_schemas_identifier! """Roles assigned to this member.""" - roles: [role_Input]! + roles: [role_Input!]! status: JSON! user: mutationInput_account_members_update_member_input_allOf_0_user_Input! } @@ -34143,9 +34143,9 @@ type magic_network_monitoring_configuration_delete_account_configuration_4xx_res default_sampling: PositiveFloat! """The account name.""" name: String! - router_ips: [String]! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + router_ips: [String!]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -34160,9 +34160,9 @@ type magic_network_monitoring_configuration_update_account_configuration_fields_ default_sampling: PositiveFloat! """The account name.""" name: String! - router_ips: [String]! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + router_ips: [String!]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -34177,9 +34177,9 @@ type magic_network_monitoring_configuration_create_account_configuration_4xx_res default_sampling: PositiveFloat! """The account name.""" name: String! - router_ips: [String]! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + router_ips: [String!]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -34194,9 +34194,9 @@ type magic_network_monitoring_configuration_update_an_entire_account_configurati default_sampling: PositiveFloat! """The account name.""" name: String! - router_ips: [String]! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + router_ips: [String!]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -34226,9 +34226,9 @@ type magic_network_monitoring_rules_create_rules_4xx_response { The number of packets per second for the rule. When this value is exceeded for the set duration, an alert notification is sent. Minimum of 1 and no maximum. """ packet_threshold: PositiveFloat - prefixes: [String]! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + prefixes: [String!]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -34258,9 +34258,9 @@ type magic_network_monitoring_rules_update_rules_4xx_response { The number of packets per second for the rule. When this value is exceeded for the set duration, an alert notification is sent. Minimum of 1 and no maximum. """ packet_threshold: PositiveFloat - prefixes: [String]! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + prefixes: [String!]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -34290,9 +34290,9 @@ type magic_network_monitoring_rules_delete_rule_4xx_response { The number of packets per second for the rule. When this value is exceeded for the set duration, an alert notification is sent. Minimum of 1 and no maximum. """ packet_threshold: PositiveFloat - prefixes: [String]! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + prefixes: [String!]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -34322,9 +34322,9 @@ type magic_network_monitoring_rules_update_rule_4xx_response { The number of packets per second for the rule. When this value is exceeded for the set duration, an alert notification is sent. Minimum of 1 and no maximum. """ packet_threshold: PositiveFloat - prefixes: [String]! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + prefixes: [String!]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -34338,8 +34338,8 @@ type Boolean_container { type magic_network_monitoring_rules_update_advertisement_for_rule_4xx_response { Boolean: Boolean @resolveRoot(subgraph: "CloudFlare") - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -34348,16 +34348,16 @@ type magic_network_monitoring_rules_update_advertisement_for_rule_4xx_response { union pages_project_create_project_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "new_project_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "pages_project_create_project_4xx_response") = new_project_response | pages_project_create_project_4xx_response type new_project_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_accounts_list_accounts_oneOf_0_anyOf_0_result! """Whether the API call was successful""" success: Boolean! } type pages_project_create_project_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_accounts_list_accounts_oneOf_0_anyOf_0_result! """Whether the API call was successful""" success: Boolean! @@ -34370,7 +34370,7 @@ input projects_Input { created_on: DateTime deployment_configs: deployment_configs_Input """A list of associated custom domains for the project.""" - domains: [JSON] + domains: [JSON!] """Id of the project.""" id: String latest_deployment: mutationInput_pages_project_create_project_input_latest_deployment_Input @@ -34406,7 +34406,7 @@ input mutationInput_pages_project_create_project_input_canonical_deployment_Inpu input deployments_Input { """A list of alias URLs pointing to this deployment.""" - aliases: [JSON] + aliases: [JSON!] build_config: JSON """When the deployment was created.""" created_on: DateTime @@ -34428,7 +34428,7 @@ input deployments_Input { short_id: String source: JSON """List of past stages.""" - stages: [stage_Input] + stages: [stage_Input!] """The live URL to view this deployment.""" url: URL } @@ -34484,7 +34484,7 @@ input mutationInput_pages_project_create_project_input_deployment_configs_previe """Compatibility date used for Pages Functions.""" compatibility_date: Date """Compatibility flags used for Pages Functions.""" - compatibility_flags: [JSON] + compatibility_flags: [JSON!] d1_databases: mutationInput_pages_project_create_project_input_deployment_configs_preview_d1_databases_Input durable_object_namespaces: mutationInput_pages_project_create_project_input_deployment_configs_preview_durable_object_namespaces_Input env_vars: mutationInput_pages_project_create_project_input_deployment_configs_preview_env_vars_Input @@ -34552,7 +34552,7 @@ input mutationInput_pages_project_create_project_input_deployment_configs_produc """Compatibility date used for Pages Functions.""" compatibility_date: Date """Compatibility flags used for Pages Functions.""" - compatibility_flags: [JSON] + compatibility_flags: [JSON!] d1_databases: mutationInput_pages_project_create_project_input_deployment_configs_production_d1_databases_Input durable_object_namespaces: mutationInput_pages_project_create_project_input_deployment_configs_production_durable_object_namespaces_Input env_vars: mutationInput_pages_project_create_project_input_deployment_configs_production_env_vars_Input @@ -34623,15 +34623,15 @@ input mutationInput_pages_project_create_project_input_latest_deployment_Input @ union pages_project_delete_project_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pages_project_delete_project_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "pages_project_delete_project_4xx_response") = pages_project_delete_project_200_response | pages_project_delete_project_4xx_response type pages_project_delete_project_200_response { - errors: [JSON] - messages: [JSON] + errors: [JSON!] + messages: [JSON!] result: Void success: Boolean } type pages_project_delete_project_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -34640,8 +34640,8 @@ type pages_project_delete_project_4xx_response { union pages_project_update_project_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "new_project_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "pages_project_update_project_4xx_response") = new_project_response | pages_project_update_project_4xx_response type pages_project_update_project_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_accounts_list_accounts_oneOf_0_anyOf_0_result! """Whether the API call was successful""" success: Boolean! @@ -34657,7 +34657,7 @@ input mutationInput_pages_project_update_project_input_deployment_configs_Input input mutationInput_pages_project_update_project_input_deployment_configs_production_Input { compatibility_date: Date - compatibility_flags: [String] + compatibility_flags: [String!] env_vars: mutationInput_pages_project_update_project_input_deployment_configs_production_env_vars_Input } @@ -34673,16 +34673,16 @@ input mutationInput_pages_project_update_project_input_deployment_configs_produc union pages_deployment_create_deployment_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "deployment_new_deployment") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "pages_deployment_create_deployment_4xx_response") = deployment_new_deployment | pages_deployment_create_deployment_4xx_response type deployment_new_deployment { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: deployments """Whether the API call was successful""" success: Boolean! } type pages_deployment_create_deployment_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: deployments """Whether the API call was successful""" success: Boolean! @@ -34691,15 +34691,15 @@ type pages_deployment_create_deployment_4xx_response { union pages_deployment_delete_deployment_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pages_deployment_delete_deployment_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "pages_deployment_delete_deployment_4xx_response") = pages_deployment_delete_deployment_200_response | pages_deployment_delete_deployment_4xx_response type pages_deployment_delete_deployment_200_response { - errors: [JSON] - messages: [JSON] + errors: [JSON!] + messages: [JSON!] result: Void success: Boolean } type pages_deployment_delete_deployment_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -34708,8 +34708,8 @@ type pages_deployment_delete_deployment_4xx_response { union pages_deployment_retry_deployment_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "deployment_new_deployment") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "pages_deployment_retry_deployment_4xx_response") = deployment_new_deployment | pages_deployment_retry_deployment_4xx_response type pages_deployment_retry_deployment_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: deployments """Whether the API call was successful""" success: Boolean! @@ -34718,8 +34718,8 @@ type pages_deployment_retry_deployment_4xx_response { union pages_deployment_rollback_deployment_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "deployment_response_details") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "pages_deployment_rollback_deployment_4xx_response") = deployment_response_details | pages_deployment_rollback_deployment_4xx_response type pages_deployment_rollback_deployment_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: deployments """Whether the API call was successful""" success: Boolean! @@ -34728,8 +34728,8 @@ type pages_deployment_rollback_deployment_4xx_response { union pages_domains_add_domain_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "domain_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "pages_domains_add_domain_4xx_response") = domain_response_single | pages_domains_add_domain_4xx_response type pages_domains_add_domain_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -34742,15 +34742,15 @@ input domains_post_Input { union pages_domains_delete_domain_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pages_domains_delete_domain_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "pages_domains_delete_domain_4xx_response") = pages_domains_delete_domain_200_response | pages_domains_delete_domain_4xx_response type pages_domains_delete_domain_200_response { - errors: [JSON] - messages: [JSON] + errors: [JSON!] + messages: [JSON!] result: Void success: Boolean } type pages_domains_delete_domain_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -34759,8 +34759,8 @@ type pages_domains_delete_domain_4xx_response { union pages_domains_patch_domain_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "domain_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "pages_domains_patch_domain_4xx_response") = domain_response_single | pages_domains_patch_domain_4xx_response type pages_domains_patch_domain_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -34769,8 +34769,8 @@ type pages_domains_patch_domain_4xx_response { union magic_pcap_collection_create_pcap_request_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pcaps_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_pcap_collection_create_pcap_request_4xx_response") = pcaps_single_response | magic_pcap_collection_create_pcap_request_4xx_response type magic_pcap_collection_create_pcap_request_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -34817,8 +34817,8 @@ input pcaps_filter_v1_Input { union magic_pcap_collection_add_buckets_for_full_packet_captures_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pcaps_ownership_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_pcap_collection_add_buckets_for_full_packet_captures_4xx_response") = pcaps_ownership_single_response | magic_pcap_collection_add_buckets_for_full_packet_captures_4xx_response type pcaps_ownership_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: pcaps_ownership_response """Whether the API call was successful""" success: Boolean! @@ -34826,8 +34826,8 @@ type pcaps_ownership_single_response { } type magic_pcap_collection_add_buckets_for_full_packet_captures_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: pcaps_ownership_response """Whether the API call was successful""" success: Boolean! @@ -34844,8 +34844,8 @@ input pcaps_ownership_request_Input { union magic_pcap_collection_validate_buckets_for_full_packet_captures_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pcaps_ownership_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "magic_pcap_collection_validate_buckets_for_full_packet_captures_4xx_response") = pcaps_ownership_single_response | magic_pcap_collection_validate_buckets_for_full_packet_captures_4xx_response type magic_pcap_collection_validate_buckets_for_full_packet_captures_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: pcaps_ownership_response """Whether the API call was successful""" success: Boolean! @@ -34864,16 +34864,16 @@ input pcaps_ownership_validate_request_Input { union r_2_bucket_create_bucket_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "r2_single_bucket_operation_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "r_2_bucket_create_bucket_4xx_response") = r2_single_bucket_operation_response | r_2_bucket_create_bucket_4xx_response type r2_single_bucket_operation_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_accounts_list_accounts_oneOf_0_anyOf_0_result! """Whether the API call was successful""" success: Boolean! } type r_2_bucket_create_bucket_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_accounts_list_accounts_oneOf_0_anyOf_0_result! """Whether the API call was successful""" success: Boolean! @@ -34882,8 +34882,8 @@ type r_2_bucket_create_bucket_4xx_response { union r_2_bucket_delete_bucket_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "r2_single_bucket_operation_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "r_2_bucket_delete_bucket_4xx_response") = r2_single_bucket_operation_response | r_2_bucket_delete_bucket_4xx_response type r_2_bucket_delete_bucket_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_accounts_list_accounts_oneOf_0_anyOf_0_result! """Whether the API call was successful""" success: Boolean! @@ -34894,8 +34894,8 @@ scalar bucket_name @regexp(subgraph: "CloudFlare", pattern: "^[a-z0-9][a-z0-9-]* union account_railguns_create_railgun_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "railgun_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_railguns_create_railgun_4xx_response") = railgun_response_single | account_railguns_create_railgun_4xx_response type account_railguns_create_railgun_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -34909,16 +34909,16 @@ input account_railguns_create_railgun_request_Input { union account_railguns_delete_a_railgun_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "railgun_response_single_id") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_railguns_delete_a_railgun_4xx_response") = railgun_response_single_id | account_railguns_delete_a_railgun_4xx_response type railgun_response_single_id { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type account_railguns_delete_a_railgun_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -34927,8 +34927,8 @@ type account_railguns_delete_a_railgun_4xx_response { union account_railguns_update_railgun_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "railgun_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_railguns_update_railgun_4xx_response") = railgun_response_single | account_railguns_update_railgun_4xx_response type account_railguns_update_railgun_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -34981,8 +34981,8 @@ input upgrade_info_Input { union railgun_connections_create_connection_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "connection_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "railgun_connections_create_connection_4xx_response") = connection_single_response | railgun_connections_create_connection_4xx_response type railgun_connections_create_connection_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35002,16 +35002,16 @@ input mutationInput_railgun_connections_create_connection_input_zone_Input { union railgun_connections_delete_connection_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "connection_single_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "railgun_connections_delete_connection_4xx_response") = connection_single_id_response | railgun_connections_delete_connection_4xx_response type connection_single_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type railgun_connections_delete_connection_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35020,8 +35020,8 @@ type railgun_connections_delete_connection_4xx_response { union railgun_connections_update_connection_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "connection_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "railgun_connections_update_connection_4xx_response") = connection_single_response | railgun_connections_update_connection_4xx_response type railgun_connections_update_connection_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35048,9 +35048,9 @@ input connection_components_schemas_zone_Input { union registrar_domains_list_domains_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "domain_response_collection2") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "registrar_domains_list_domains_4xx_response") = domain_response_collection2 | registrar_domains_list_domains_4xx_response type domain_response_collection2 { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [domains] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [domains!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -35150,9 +35150,9 @@ type transfer_in { } type registrar_domains_list_domains_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [domains] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [domains!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -35160,14 +35160,14 @@ type registrar_domains_list_domains_4xx_response { input registrar_domains_list_domains_request_Input { """List of domain names.""" - id: [String]! + id: [String!]! } union registrar_domains_update_domain_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "domain_response_single2") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "registrar_domains_update_domain_4xx_response") = domain_response_single2 | registrar_domains_update_domain_4xx_response type registrar_domains_update_domain_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35181,7 +35181,7 @@ input registrar_domains_update_domain_request_Input { """Shows whether a registrar lock is in place for a domain.""" locked: Boolean """List of name servers.""" - name_servers: [String] + name_servers: [String!] """Privacy option controls redacting WHOIS information.""" privacy: Boolean } @@ -35189,8 +35189,8 @@ input registrar_domains_update_domain_request_Input { union lists_create_a_list_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "list_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "lists_create_a_list_4xx_response") = list_response_collection | lists_create_a_list_4xx_response type lists_create_a_list_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: list """Whether the API call was successful""" success: Boolean! @@ -35207,8 +35207,8 @@ input lists_create_a_list_request_Input { union lists_delete_a_list_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "list_delete_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "lists_delete_a_list_4xx_response") = list_delete_response_collection | lists_delete_a_list_4xx_response type list_delete_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_lists_delete_a_list_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35221,8 +35221,8 @@ type mutation_lists_delete_a_list_oneOf_0_allOf_1_result { } type lists_delete_a_list_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_lists_delete_a_list_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35232,8 +35232,8 @@ type lists_delete_a_list_4xx_response { union lists_update_a_list_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "list_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "lists_update_a_list_4xx_response") = list_response_collection | lists_update_a_list_4xx_response type lists_update_a_list_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: list """Whether the API call was successful""" success: Boolean! @@ -35248,8 +35248,8 @@ input lists_update_a_list_request_Input { union lists_delete_list_items_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "lists_async_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "lists_delete_list_items_4xx_response") = lists_async_response | lists_delete_list_items_4xx_response type lists_async_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_lists_delete_list_items_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35262,8 +35262,8 @@ type mutation_lists_delete_list_items_oneOf_0_allOf_1_result { } type lists_delete_list_items_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_lists_delete_list_items_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35271,7 +35271,7 @@ type lists_delete_list_items_4xx_response { } input lists_delete_list_items_request_Input { - items: [mutationInput_lists_delete_list_items_input_items_items_Input] + items: [mutationInput_lists_delete_list_items_input_items_items_Input!] } input mutationInput_lists_delete_list_items_input_items_items_Input { @@ -35282,8 +35282,8 @@ input mutationInput_lists_delete_list_items_input_items_items_Input { union lists_create_list_items_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "lists_async_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "lists_create_list_items_4xx_response") = lists_async_response | lists_create_list_items_4xx_response type lists_create_list_items_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_lists_delete_list_items_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35314,8 +35314,8 @@ input item_redirect_Input { union lists_update_all_list_items_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "lists_async_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "lists_update_all_list_items_4xx_response") = lists_async_response | lists_update_all_list_items_4xx_response type lists_update_all_list_items_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_lists_delete_list_items_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35325,8 +35325,8 @@ type lists_update_all_list_items_4xx_response { union secondary_dns__acl_create_acl_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "acl_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__acl_create_acl_4xx_response") = acl_components_schemas_single_response | secondary_dns__acl_create_acl_4xx_response type secondary_dns__acl_create_acl_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35340,16 +35340,16 @@ input secondary_dns__acl_create_acl_request_Input { union secondary_dns__acl_delete_acl_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "acl_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__acl_delete_acl_4xx_response") = acl_components_schemas_id_response | secondary_dns__acl_delete_acl_4xx_response type acl_components_schemas_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type secondary_dns__acl_delete_acl_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35358,8 +35358,8 @@ type secondary_dns__acl_delete_acl_4xx_response { union secondary_dns__acl_update_acl_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "acl_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__acl_update_acl_4xx_response") = acl_components_schemas_single_response | secondary_dns__acl_update_acl_4xx_response type secondary_dns__acl_update_acl_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35378,8 +35378,8 @@ input acl_Input { union secondary_dns__peer_create_peer_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "peer_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__peer_create_peer_4xx_response") = peer_components_schemas_single_response | secondary_dns__peer_create_peer_4xx_response type secondary_dns__peer_create_peer_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35392,16 +35392,16 @@ input secondary_dns__peer_create_peer_request_Input { union secondary_dns__peer_delete_peer_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "peer_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__peer_delete_peer_4xx_response") = peer_components_schemas_id_response | secondary_dns__peer_delete_peer_4xx_response type peer_components_schemas_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type secondary_dns__peer_delete_peer_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35410,8 +35410,8 @@ type secondary_dns__peer_delete_peer_4xx_response { union secondary_dns__peer_update_peer_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "peer_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__peer_update_peer_4xx_response") = peer_components_schemas_single_response | secondary_dns__peer_update_peer_4xx_response type secondary_dns__peer_update_peer_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35440,8 +35440,8 @@ input peer_Input { union secondary_dns__tsig_create_tsig_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__tsig_create_tsig_4xx_response") = components_schemas_single_response | secondary_dns__tsig_create_tsig_4xx_response type secondary_dns__tsig_create_tsig_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35455,16 +35455,16 @@ input secondary_dns__tsig_create_tsig_request_Input { union secondary_dns__tsig_delete_tsig_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__tsig_delete_tsig_4xx_response") = components_schemas_id_response | secondary_dns__tsig_delete_tsig_4xx_response type components_schemas_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type secondary_dns__tsig_delete_tsig_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35473,8 +35473,8 @@ type secondary_dns__tsig_delete_tsig_4xx_response { union secondary_dns__tsig_update_tsig_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__tsig_update_tsig_4xx_response") = components_schemas_single_response | secondary_dns__tsig_update_tsig_4xx_response type secondary_dns__tsig_update_tsig_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35493,16 +35493,16 @@ input tsig_Input { union workers_kv_namespace_create_a_namespace_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "workers_kv_namespace_create_a_namespace_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "workers_kv_namespace_create_a_namespace_4xx_response") = workers_kv_namespace_create_a_namespace_200_response | workers_kv_namespace_create_a_namespace_4xx_response type workers_kv_namespace_create_a_namespace_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type workers_kv_namespace_create_a_namespace_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35516,8 +35516,8 @@ input create_rename_namespace_body_Input { union workers_kv_namespace_remove_a_namespace_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "workers_kv_namespace_remove_a_namespace_4xx_response") = api_response_single | workers_kv_namespace_remove_a_namespace_4xx_response type workers_kv_namespace_remove_a_namespace_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35526,8 +35526,8 @@ type workers_kv_namespace_remove_a_namespace_4xx_response { union workers_kv_namespace_rename_a_namespace_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "workers_kv_namespace_rename_a_namespace_4xx_response") = api_response_single | workers_kv_namespace_rename_a_namespace_4xx_response type workers_kv_namespace_rename_a_namespace_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35536,8 +35536,8 @@ type workers_kv_namespace_rename_a_namespace_4xx_response { union workers_kv_namespace_delete_multiple_key_value_pairs_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "workers_kv_namespace_delete_multiple_key_value_pairs_4xx_response") = api_response_single | workers_kv_namespace_delete_multiple_key_value_pairs_4xx_response type workers_kv_namespace_delete_multiple_key_value_pairs_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35551,8 +35551,8 @@ scalar key_name_bulk @length(subgraph: "CloudFlare", min: null, max: 512) union workers_kv_namespace_write_multiple_key_value_pairs_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "workers_kv_namespace_write_multiple_key_value_pairs_4xx_response") = api_response_single | workers_kv_namespace_write_multiple_key_value_pairs_4xx_response type workers_kv_namespace_write_multiple_key_value_pairs_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35591,8 +35591,8 @@ scalar mutationInput_workers_kv_namespace_write_multiple_key_value_pairs_input_i union workers_kv_namespace_delete_key_value_pair_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "workers_kv_namespace_delete_key_value_pair_4xx_response") = api_response_single | workers_kv_namespace_delete_key_value_pair_4xx_response type workers_kv_namespace_delete_key_value_pair_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35601,8 +35601,8 @@ type workers_kv_namespace_delete_key_value_pair_4xx_response { union workers_kv_namespace_write_key_value_pair_with_metadata_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "workers_kv_namespace_write_key_value_pair_with_metadata_4xx_response") = api_response_single | workers_kv_namespace_write_key_value_pair_with_metadata_4xx_response type workers_kv_namespace_write_key_value_pair_with_metadata_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35622,8 +35622,8 @@ enum tus_resumable @typescript(subgraph: "CloudFlare", type: "\\"1.0.0\\"") @exa union stream_video_clipping_clip_videos_given_a_start_and_end_time_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "clipResponseSingle") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_video_clipping_clip_videos_given_a_start_and_end_time_4xx_response") = clipResponseSingle | stream_video_clipping_clip_videos_given_a_start_and_end_time_4xx_response type clipResponseSingle { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: schemas_output """Whether the API call was successful""" success: Boolean! @@ -35634,7 +35634,7 @@ type schemas_output { """ Lists the origins allowed to display the video. Enter allowed origin domains in an array and use \`*\` for wildcard subdomains. Empty arrays allow the video to be viewed on any origin. """ - allowedOrigins: [String] + allowedOrigins: [String!] """The unique video identifier (UID).""" clippedFromVideoUID: clipped_from_video_uid """The date and time the live input was created.""" @@ -35688,8 +35688,8 @@ type watermarkAtUpload { scalar mutation_stream_video_clipping_clip_videos_given_a_start_and_end_time_oneOf_0_allOf_1_result_watermark_uid @length(subgraph: "CloudFlare", min: null, max: 32) type stream_video_clipping_clip_videos_given_a_start_and_end_time_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: schemas_output """Whether the API call was successful""" success: Boolean! @@ -35700,7 +35700,7 @@ input videoClipStandard_Input { """ Lists the origins allowed to display the video. Enter allowed origin domains in an array and use \`*\` for wildcard subdomains. Empty arrays allow the video to be viewed on any origin. """ - allowedOrigins: [String] + allowedOrigins: [String!] """The unique video identifier (UID).""" clippedFromVideoUID: clipped_from_video_uid! """A user-defined identifier for the media creator.""" @@ -35732,8 +35732,8 @@ input watermarkAtUpload_Input { union stream_videos_upload_videos_from_a_url_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "video_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_videos_upload_videos_from_a_url_4xx_response") = video_response_single | stream_videos_upload_videos_from_a_url_4xx_response type stream_videos_upload_videos_from_a_url_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35743,7 +35743,7 @@ input video_copy_request_Input { """ Lists the origins allowed to display the video. Enter allowed origin domains in an array and use \`*\` for wildcard subdomains. Empty arrays allow the video to be viewed on any origin. """ - allowedOrigins: [String] + allowedOrigins: [String!] """A user-defined identifier for the media creator.""" creator: creator! """ @@ -35772,16 +35772,16 @@ scalar mutationInput_stream_videos_upload_videos_from_a_url_input_watermark_uid union stream_videos_upload_videos_via_direct_upload_ur_ls_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "direct_upload_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_videos_upload_videos_via_direct_upload_ur_ls_4xx_response") = direct_upload_response | stream_videos_upload_videos_via_direct_upload_ur_ls_4xx_response type direct_upload_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type stream_videos_upload_videos_via_direct_upload_ur_ls_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35791,7 +35791,7 @@ input direct_upload_request_Input { """ Lists the origins allowed to display the video. Enter allowed origin domains in an array and use \`*\` for wildcard subdomains. Empty arrays allow the video to be viewed on any origin. """ - allowedOrigins: [String] + allowedOrigins: [String!] """A user-defined identifier for the media creator.""" creator: creator! """The date and time after upload when videos will not be accepted.""" @@ -35814,8 +35814,8 @@ input direct_upload_request_Input { union stream_signing_keys_create_signing_keys_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "key_generation_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_signing_keys_create_signing_keys_4xx_response") = key_generation_response | stream_signing_keys_create_signing_keys_4xx_response type key_generation_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: keys """Whether the API call was successful""" success: Boolean! @@ -35833,8 +35833,8 @@ type keys { } type stream_signing_keys_create_signing_keys_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: keys """Whether the API call was successful""" success: Boolean! @@ -35844,16 +35844,16 @@ type stream_signing_keys_create_signing_keys_4xx_response { union stream_signing_keys_delete_signing_keys_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "deleted_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_signing_keys_delete_signing_keys_4xx_response") = deleted_response | stream_signing_keys_delete_signing_keys_4xx_response type deleted_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type stream_signing_keys_delete_signing_keys_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35862,8 +35862,8 @@ type stream_signing_keys_delete_signing_keys_4xx_response { union stream_live_inputs_create_a_live_input_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "live_input_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_live_inputs_create_a_live_input_4xx_response") = live_input_response_single | stream_live_inputs_create_a_live_input_4xx_response type stream_live_inputs_create_a_live_input_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35890,7 +35890,7 @@ input live_input_recording_settings_Input { """ Lists the origins allowed to display videos created with this input. Enter allowed origin domains in an array and use \`*\` for wildcard subdomains. An empty array allows videos to be viewed on any origin. """ - allowedOrigins: [String] + allowedOrigins: [String!] mode: live_input_recording_mode = off """ Indicates if a video using the live input has the \`requireSignedURLs\` property set. Also enforces access controls on any video recording of the livestream with the live input. @@ -35913,8 +35913,8 @@ enum live_input_recording_mode { union stream_live_inputs_update_a_live_input_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "live_input_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_live_inputs_update_a_live_input_4xx_response") = live_input_response_single | stream_live_inputs_update_a_live_input_4xx_response type stream_live_inputs_update_a_live_input_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35930,16 +35930,16 @@ input update_input_request_Input { union stream_live_inputs_create_a_new_output_COMMA__connected_to_a_live_input_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "output_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_live_inputs_create_a_new_output_COMMA__connected_to_a_live_input_4xx_response") = output_response_single | stream_live_inputs_create_a_new_output_COMMA__connected_to_a_live_input_4xx_response type output_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type stream_live_inputs_create_a_new_output_COMMA__connected_to_a_live_input_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35959,8 +35959,8 @@ input create_output_request_Input { union stream_live_inputs_update_an_output_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "output_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_live_inputs_update_an_output_4xx_response") = output_response_single | stream_live_inputs_update_an_output_4xx_response type stream_live_inputs_update_an_output_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -35976,8 +35976,8 @@ input update_output_request_Input { union stream_watermark_profile_create_watermark_profiles_via_basic_upload_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "watermark_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_watermark_profile_create_watermark_profiles_via_basic_upload_4xx_response") = watermark_response_single | stream_watermark_profile_create_watermark_profiles_via_basic_upload_4xx_response type stream_watermark_profile_create_watermark_profiles_via_basic_upload_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36009,16 +36009,16 @@ input watermark_basic_upload_Input { union stream_watermark_profile_delete_watermark_profiles_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "stream_watermark_profile_delete_watermark_profiles_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_watermark_profile_delete_watermark_profiles_4xx_response") = stream_watermark_profile_delete_watermark_profiles_200_response | stream_watermark_profile_delete_watermark_profiles_4xx_response type stream_watermark_profile_delete_watermark_profiles_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type stream_watermark_profile_delete_watermark_profiles_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36027,8 +36027,8 @@ type stream_watermark_profile_delete_watermark_profiles_4xx_response { union stream_webhook_delete_webhooks_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "deleted_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_webhook_delete_webhooks_4xx_response") = deleted_response | stream_webhook_delete_webhooks_4xx_response type stream_webhook_delete_webhooks_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36037,8 +36037,8 @@ type stream_webhook_delete_webhooks_4xx_response { union stream_webhook_create_webhooks_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "webhook_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_webhook_create_webhooks_4xx_response") = webhook_response_single | stream_webhook_create_webhooks_4xx_response type stream_webhook_create_webhooks_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36052,9 +36052,9 @@ input webhook_request_Input { union stream_videos_associate_videos_to_nf_ts_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "video_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_videos_associate_videos_to_nf_ts_4xx_response") = video_response_collection | stream_videos_associate_videos_to_nf_ts_4xx_response type stream_videos_associate_videos_to_nf_ts_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [videos] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [videos!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -36074,16 +36074,16 @@ input nft_Input { union stream_videos_create_signed_url_tokens_for_videso_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "signed_token_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_videos_create_signed_url_tokens_for_videso_4xx_response") = signed_token_response | stream_videos_create_signed_url_tokens_for_videso_4xx_response type signed_token_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type stream_videos_create_signed_url_tokens_for_videso_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36093,7 +36093,7 @@ input signed_token_request_Input { """ The optional list of access rule constraints on the token. Access can be blocked or allowed based on an IP, IP range, or by country. Access rules are evaluated from first to last. If a rule matches, the associated action is applied and no further rules are evaluated. """ - accessRules: [accessRules_Input] + accessRules: [accessRules_Input!] """ The optional boolean value that enables using signed tokens to access MP4 download links for a video. """ @@ -36124,9 +36124,9 @@ input accessRules_Input { """ An array of 2-letter country codes in ISO 3166-1 Alpha-2 format used to match requests. """ - country: [String] + country: [String!] """An array of IPv4 or IPV6 addresses or CIDRs used to match requests.""" - ip: [String] + ip: [String!] type: mutationInput_stream_videos_create_signed_url_tokens_for_videso_input_accessRules_items_type } @@ -36150,8 +36150,8 @@ enum mutationInput_stream_videos_create_signed_url_tokens_for_videso_input_acces union stream_subtitles__captions_delete_captions_or_subtitles_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "stream_subtitles__captions_delete_captions_or_subtitles_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_subtitles__captions_delete_captions_or_subtitles_4xx_response") = stream_subtitles__captions_delete_captions_or_subtitles_200_response | stream_subtitles__captions_delete_captions_or_subtitles_4xx_response type stream_subtitles__captions_delete_captions_or_subtitles_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: String """Whether the API call was successful""" success: Boolean! @@ -36159,8 +36159,8 @@ type stream_subtitles__captions_delete_captions_or_subtitles_200_response { } type stream_subtitles__captions_delete_captions_or_subtitles_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -36170,16 +36170,16 @@ type stream_subtitles__captions_delete_captions_or_subtitles_4xx_response { union stream_subtitles__captions_upload_captions_or_subtitles_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "language_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_subtitles__captions_upload_captions_or_subtitles_4xx_response") = language_response_single | stream_subtitles__captions_upload_captions_or_subtitles_4xx_response type language_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type stream_subtitles__captions_upload_captions_or_subtitles_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36193,8 +36193,8 @@ input caption_basic_upload_Input { union stream_m_p_4_downloads_create_downloads_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "downloads_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "stream_m_p_4_downloads_create_downloads_4xx_response") = downloads_response | stream_m_p_4_downloads_create_downloads_4xx_response type stream_m_p_4_downloads_create_downloads_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36203,16 +36203,16 @@ type stream_m_p_4_downloads_create_downloads_4xx_response { union account_subscriptions_create_subscription_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "account_subscription_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_subscriptions_create_subscription_4xx_response") = account_subscription_response_single | account_subscriptions_create_subscription_4xx_response type account_subscription_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type account_subscriptions_create_subscription_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36221,7 +36221,7 @@ type account_subscriptions_create_subscription_4xx_response { input subscription_v2_Input { app: query_account_subscriptions_list_subscriptions_oneOf_0_allOf_1_result_items_allOf_0_app_Input """The list of add-ons subscribed to.""" - component_values: [component_value_Input] + component_values: [component_value_Input!] """The monetary unit in which pricing information is displayed.""" currency: String """The end of the current period and also when the next billing is due.""" @@ -36274,7 +36274,7 @@ input rate_plan_Input { """The scope that this rate plan applies to.""" scope: String """The list of sets this rate plan applies to.""" - sets: [String] + sets: [String!] } """ @@ -36289,16 +36289,16 @@ input zone_Input { union account_subscriptions_delete_subscription_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "account_subscriptions_delete_subscription_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_subscriptions_delete_subscription_4xx_response") = account_subscriptions_delete_subscription_200_response | account_subscriptions_delete_subscription_4xx_response type account_subscriptions_delete_subscription_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type account_subscriptions_delete_subscription_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36307,8 +36307,8 @@ type account_subscriptions_delete_subscription_4xx_response { union account_subscriptions_update_subscription_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "account_subscription_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_subscriptions_update_subscription_4xx_response") = account_subscription_response_single | account_subscriptions_update_subscription_4xx_response type account_subscriptions_update_subscription_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36317,8 +36317,8 @@ type account_subscriptions_update_subscription_4xx_response { union tunnel_route_delete_route_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "route_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "tunnel_route_delete_route_4xx_response") = route_response_single | tunnel_route_delete_route_4xx_response type tunnel_route_delete_route_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36332,8 +36332,8 @@ input tunnel_route_delete_route_request_Input { union tunnel_route_update_route_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "route_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "tunnel_route_update_route_4xx_response") = route_response_single | tunnel_route_update_route_4xx_response type tunnel_route_update_route_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36353,8 +36353,8 @@ input tunnel_route_update_route_request_Input { union tunnel_route_create_route_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "route_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "tunnel_route_create_route_4xx_response") = route_response_single | tunnel_route_create_route_4xx_response type tunnel_route_create_route_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36374,16 +36374,16 @@ input tunnel_route_create_route_request_Input { union tunnel_virtual_network_create_virtual_network_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "vnet_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "tunnel_virtual_network_create_virtual_network_4xx_response") = vnet_response_single | tunnel_virtual_network_create_virtual_network_4xx_response type vnet_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type tunnel_virtual_network_create_virtual_network_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36405,8 +36405,8 @@ input tunnel_virtual_network_create_virtual_network_request_Input { union tunnel_virtual_network_delete_virtual_network_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "vnet_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "tunnel_virtual_network_delete_virtual_network_4xx_response") = vnet_response_single | tunnel_virtual_network_delete_virtual_network_4xx_response type tunnel_virtual_network_delete_virtual_network_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36415,8 +36415,8 @@ type tunnel_virtual_network_delete_virtual_network_4xx_response { union tunnel_virtual_network_update_virtual_network_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "vnet_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "tunnel_virtual_network_update_virtual_network_4xx_response") = vnet_response_single | tunnel_virtual_network_update_virtual_network_4xx_response type tunnel_virtual_network_update_virtual_network_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36438,8 +36438,8 @@ input tunnel_virtual_network_update_virtual_network_request_Input { union argo_tunnel_create_argo_tunnel_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "tunnel_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "argo_tunnel_create_argo_tunnel_4xx_response") = tunnel_response_single | argo_tunnel_create_argo_tunnel_4xx_response type argo_tunnel_create_argo_tunnel_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36459,8 +36459,8 @@ input argo_tunnel_create_argo_tunnel_request_Input { union argo_tunnel_delete_argo_tunnel_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "tunnel_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "argo_tunnel_delete_argo_tunnel_4xx_response") = tunnel_response_single | argo_tunnel_delete_argo_tunnel_4xx_response type argo_tunnel_delete_argo_tunnel_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36469,16 +36469,16 @@ type argo_tunnel_delete_argo_tunnel_4xx_response { union argo_tunnel_clean_up_argo_tunnel_connections_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "argo_tunnel_components_schemas_empty_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "argo_tunnel_clean_up_argo_tunnel_connections_4xx_response") = argo_tunnel_components_schemas_empty_response | argo_tunnel_clean_up_argo_tunnel_connections_4xx_response type argo_tunnel_components_schemas_empty_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_accounts_list_accounts_oneOf_0_anyOf_0_result! """Whether the API call was successful""" success: Boolean! } type argo_tunnel_clean_up_argo_tunnel_connections_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_accounts_list_accounts_oneOf_0_anyOf_0_result! """Whether the API call was successful""" success: Boolean! @@ -36487,8 +36487,8 @@ type argo_tunnel_clean_up_argo_tunnel_connections_4xx_response { union dns_firewall__legacy_create_dns_firewall_cluster_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "virtual_dns_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_firewall__legacy_create_dns_firewall_cluster_4xx_response") = virtual_dns_single_response | dns_firewall__legacy_create_dns_firewall_cluster_4xx_response type dns_firewall__legacy_create_dns_firewall_cluster_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36507,7 +36507,7 @@ input dns_firewall__legacy_create_dns_firewall_cluster_request_Input { name: virtual_dns_components_schemas_name! """Negative DNS Cache TTL.""" negative_cache_ttl: PositiveFloat = 900 - origin_ips: [JSON]! + origin_ips: [JSON!]! """ Ratelimit in queries per second per datacenter (applies to DNS queries sent to the origin nameservers configured on the cluster). Notes: A ratelimit of 0 turns off the ratelimit. Otherwise the minimum is 100. @@ -36519,16 +36519,16 @@ input dns_firewall__legacy_create_dns_firewall_cluster_request_Input { union dns_firewall__legacy_delete_dns_firewall_cluster_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dns_firewall__legacy_delete_dns_firewall_cluster_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_firewall__legacy_delete_dns_firewall_cluster_4xx_response") = dns_firewall__legacy_delete_dns_firewall_cluster_200_response | dns_firewall__legacy_delete_dns_firewall_cluster_4xx_response type dns_firewall__legacy_delete_dns_firewall_cluster_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type dns_firewall__legacy_delete_dns_firewall_cluster_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36537,8 +36537,8 @@ type dns_firewall__legacy_delete_dns_firewall_cluster_4xx_response { union dns_firewall__legacy_update_dns_firewall_cluster_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "virtual_dns_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_firewall__legacy_update_dns_firewall_cluster_4xx_response") = virtual_dns_single_response | dns_firewall__legacy_update_dns_firewall_cluster_4xx_response type dns_firewall__legacy_update_dns_firewall_cluster_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36561,20 +36561,20 @@ input schemas_virtual_dns_Input { name: virtual_dns_components_schemas_name! """Negative DNS Cache TTL.""" negative_cache_ttl: PositiveFloat = 900 - origin_ips: [JSON]! + origin_ips: [JSON!]! """ Ratelimit in queries per second per datacenter (applies to DNS queries sent to the origin nameservers configured on the cluster). Notes: A ratelimit of 0 turns off the ratelimit. Otherwise the minimum is 100. """ ratelimit: Float - virtual_dns_ips: [JSON]! + virtual_dns_ips: [JSON!]! } union worker_account_settings_create_worker_account_settings_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "account_settings_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_account_settings_create_worker_account_settings_4xx_response") = account_settings_response | worker_account_settings_create_worker_account_settings_4xx_response type worker_account_settings_create_worker_account_settings_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_worker_account_settings_fetch_worker_account_settings_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36583,8 +36583,8 @@ type worker_account_settings_create_worker_account_settings_4xx_response { union worker_domain_attach_to_domain_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_domain_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_domain_attach_to_domain_4xx_response") = schemas_domain_response_single | worker_domain_attach_to_domain_4xx_response type worker_domain_attach_to_domain_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: domain """Whether the API call was successful""" success: Boolean! @@ -36604,8 +36604,8 @@ input worker_domain_attach_to_domain_request_Input { union queue_create_queue_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "queue_create_queue_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "queue_create_queue_4xx_response") = queue_create_queue_200_response | queue_create_queue_4xx_response type queue_create_queue_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: queue_created """Whether the API call was successful""" success: Boolean! @@ -36624,8 +36624,8 @@ type queue_created { } type queue_create_queue_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: queue_created """Whether the API call was successful""" success: Boolean! @@ -36643,8 +36643,8 @@ input queue_create_queue_request_Input { union queue_delete_queue_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "queue_delete_queue_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "queue_delete_queue_4xx_response") = queue_delete_queue_200_response | queue_delete_queue_4xx_response type queue_delete_queue_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: JSON """Whether the API call was successful""" success: Boolean! @@ -36652,8 +36652,8 @@ type queue_delete_queue_200_response { } type queue_delete_queue_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -36663,8 +36663,8 @@ type queue_delete_queue_4xx_response { union queue_update_queue_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "queue_update_queue_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "queue_update_queue_4xx_response") = queue_update_queue_200_response | queue_update_queue_4xx_response type queue_update_queue_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: queue_updated """Whether the API call was successful""" success: Boolean! @@ -36683,8 +36683,8 @@ type queue_updated { } type queue_update_queue_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: queue_updated """Whether the API call was successful""" success: Boolean! @@ -36702,8 +36702,8 @@ input queue_update_queue_request_Input { union queue_create_queue_consumer_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "queue_create_queue_consumer_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "queue_create_queue_consumer_4xx_response") = queue_create_queue_consumer_200_response | queue_create_queue_consumer_4xx_response type queue_create_queue_consumer_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: consumer_created """Whether the API call was successful""" success: Boolean! @@ -36731,8 +36731,8 @@ type mutation_queue_create_queue_consumer_oneOf_0_allOf_1_result_settings { } type queue_create_queue_consumer_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: consumer_created """Whether the API call was successful""" success: Boolean! @@ -36760,8 +36760,8 @@ input mutationInput_queue_create_queue_consumer_input_settings_Input { union queue_delete_queue_consumer_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "queue_delete_queue_consumer_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "queue_delete_queue_consumer_4xx_response") = queue_delete_queue_consumer_200_response | queue_delete_queue_consumer_4xx_response type queue_delete_queue_consumer_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: JSON """Whether the API call was successful""" success: Boolean! @@ -36769,8 +36769,8 @@ type queue_delete_queue_consumer_200_response { } type queue_delete_queue_consumer_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -36780,8 +36780,8 @@ type queue_delete_queue_consumer_4xx_response { union queue_update_queue_consumer_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "queue_update_queue_consumer_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "queue_update_queue_consumer_4xx_response") = queue_update_queue_consumer_200_response | queue_update_queue_consumer_4xx_response type queue_update_queue_consumer_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: consumer_updated """Whether the API call was successful""" success: Boolean! @@ -36809,8 +36809,8 @@ type mutation_queue_update_queue_consumer_oneOf_0_allOf_1_result_settings { } type queue_update_queue_consumer_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: consumer_updated """Whether the API call was successful""" success: Boolean! @@ -36836,8 +36836,8 @@ input mutationInput_queue_update_queue_consumer_input_settings_Input { union worker_script_upload_worker_module_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "worker_script_upload_worker_module_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_script_upload_worker_module_4xx_response") = worker_script_upload_worker_module_200_response | worker_script_upload_worker_module_4xx_response type worker_script_upload_worker_module_200_response { - errors: [JSON] - messages: [JSON] + errors: [JSON!] + messages: [JSON!] result: mutation_worker_script_upload_worker_module_oneOf_0_result success: Boolean } @@ -36845,15 +36845,15 @@ type worker_script_upload_worker_module_200_response { type mutation_worker_script_upload_worker_module_oneOf_0_result { created_on: DateTime etag: String - handlers: [String] + handlers: [String!] id: String modified_on: DateTime usage_model: String } type worker_script_upload_worker_module_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_worker_script_upload_worker_module_oneOf_1_allOf_0_result """Whether the API call was successful""" success: Boolean! @@ -36862,7 +36862,7 @@ type worker_script_upload_worker_module_4xx_response { type mutation_worker_script_upload_worker_module_oneOf_1_allOf_0_result { created_on: DateTime etag: String - handlers: [String] + handlers: [String!] id: String modified_on: DateTime usage_model: String @@ -36882,8 +36882,8 @@ input worker_script_upload_worker_module_request_Input { union worker_cron_trigger_update_cron_triggers_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "cron_trigger_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_cron_trigger_update_cron_triggers_4xx_response") = cron_trigger_response_collection | worker_cron_trigger_update_cron_triggers_4xx_response type worker_cron_trigger_update_cron_triggers_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_worker_cron_trigger_get_cron_triggers_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36892,8 +36892,8 @@ type worker_cron_trigger_update_cron_triggers_4xx_response { union worker_tail_logs_start_tail_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "tail_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_tail_logs_start_tail_4xx_response") = tail_response | worker_tail_logs_start_tail_4xx_response type worker_tail_logs_start_tail_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_worker_tail_logs_list_tails_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36902,8 +36902,8 @@ type worker_tail_logs_start_tail_4xx_response { union worker_tail_logs_delete_tail_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_common") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_tail_logs_delete_tail_4xx_response") = api_response_common | worker_tail_logs_delete_tail_4xx_response type worker_tail_logs_delete_tail_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_accounts_list_accounts_oneOf_0_anyOf_0_result! """Whether the API call was successful""" success: Boolean! @@ -36912,8 +36912,8 @@ type worker_tail_logs_delete_tail_4xx_response { union worker_script_update_usage_model_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "usage_model_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_script_update_usage_model_4xx_response") = usage_model_response | worker_script_update_usage_model_4xx_response type worker_script_update_usage_model_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_worker_script_fetch_usage_model_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36922,8 +36922,8 @@ type worker_script_update_usage_model_4xx_response { union worker_subdomain_create_subdomain_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "subdomain_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_subdomain_create_subdomain_4xx_response") = subdomain_response | worker_subdomain_create_subdomain_4xx_response type worker_subdomain_create_subdomain_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_worker_subdomain_get_subdomain_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -36932,8 +36932,8 @@ type worker_subdomain_create_subdomain_4xx_response { union account_rulesets_create_an_account_ruleset_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ruleset_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_rulesets_create_an_account_ruleset_4xx_response") = ruleset_response | account_rulesets_create_an_account_ruleset_4xx_response type account_rulesets_create_an_account_ruleset_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -36948,14 +36948,14 @@ input create_ruleset_Input { name: String! phase: phase! """The list of rules in the ruleset.""" - rules: [JSON]! + rules: [JSON!]! } union account_rulesets_update_an_account_entry_point_ruleset_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ruleset_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_rulesets_update_an_account_entry_point_ruleset_4xx_response") = ruleset_response | account_rulesets_update_an_account_entry_point_ruleset_4xx_response type account_rulesets_update_an_account_entry_point_ruleset_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -36966,14 +36966,14 @@ input update_ruleset_Input { """An informative description of the ruleset.""" description: String """The list of rules in the ruleset.""" - rules: [JSON]! + rules: [JSON!]! } union account_rulesets_update_an_account_ruleset_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ruleset_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_rulesets_update_an_account_ruleset_4xx_response") = ruleset_response | account_rulesets_update_an_account_ruleset_4xx_response type account_rulesets_update_an_account_ruleset_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -36982,8 +36982,8 @@ type account_rulesets_update_an_account_ruleset_4xx_response { union account_rulesets_create_an_account_ruleset_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ruleset_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_rulesets_create_an_account_ruleset_rule_4xx_response") = ruleset_response | account_rulesets_create_an_account_ruleset_rule_4xx_response type account_rulesets_create_an_account_ruleset_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -37018,8 +37018,8 @@ input logging_Input { union account_rulesets_delete_an_account_ruleset_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ruleset_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_rulesets_delete_an_account_ruleset_rule_4xx_response") = ruleset_response | account_rulesets_delete_an_account_ruleset_rule_4xx_response type account_rulesets_delete_an_account_ruleset_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -37028,8 +37028,8 @@ type account_rulesets_delete_an_account_ruleset_rule_4xx_response { union account_rulesets_update_an_account_ruleset_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ruleset_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_rulesets_update_an_account_ruleset_rule_4xx_response") = ruleset_response | account_rulesets_update_an_account_ruleset_rule_4xx_response type account_rulesets_update_an_account_ruleset_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -37038,8 +37038,8 @@ type account_rulesets_update_an_account_ruleset_rule_4xx_response { union accounts_update_account_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "accounts_update_account_4xx_response") = response_single | accounts_update_account_4xx_response type accounts_update_account_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37072,16 +37072,16 @@ input query_user_SINGLE_QUOTE__s_account_memberships_list_memberships_oneOf_0_al union access_applications_add_a_bookmark_application_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "access_applications_add_a_bookmark_application_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_applications_add_a_bookmark_application_4xx_response") = access_applications_add_a_bookmark_application_200_response | access_applications_add_a_bookmark_application_4xx_response type access_applications_add_a_bookmark_application_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type access_applications_add_a_bookmark_application_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37096,16 +37096,16 @@ input access_applications_add_a_bookmark_application_request_Input { union access_applications_delete_an_access_application_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "apps_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_applications_delete_an_access_application_4xx_response") = apps_components_schemas_id_response | access_applications_delete_an_access_application_4xx_response type apps_components_schemas_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type access_applications_delete_an_access_application_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37114,16 +37114,16 @@ type access_applications_delete_an_access_application_4xx_response { union access_applications_update_a_bookmark_application_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "access_applications_update_a_bookmark_application_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_applications_update_a_bookmark_application_4xx_response") = access_applications_update_a_bookmark_application_200_response | access_applications_update_a_bookmark_application_4xx_response type access_applications_update_a_bookmark_application_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type access_applications_update_a_bookmark_application_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37146,23 +37146,23 @@ type access_applications_revoke_service_tokens_4xx_response { result: Void """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } union access_policies_delete_an_access_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "policies_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_policies_delete_an_access_policy_4xx_response") = policies_components_schemas_id_response | access_policies_delete_an_access_policy_4xx_response type policies_components_schemas_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type access_policies_delete_an_access_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37171,8 +37171,8 @@ type access_policies_delete_an_access_policy_4xx_response { union access_policies_update_an_access_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "policies_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_policies_update_an_access_policy_4xx_response") = policies_components_schemas_single_response | access_policies_update_an_access_policy_4xx_response type access_policies_update_an_access_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37180,7 +37180,7 @@ type access_policies_update_an_access_policy_4xx_response { input access_policies_update_an_access_policy_request_Input { """Administrators who can approve a temporary authentication request.""" - approval_groups: [approval_group_Input] + approval_groups: [approval_group_Input!] """ Requires the user to request access from an administrator at the start of each session. """ @@ -37189,11 +37189,11 @@ input access_policies_update_an_access_policy_request_Input { """ Rules evaluated with a NOT logical operator. To match the policy, a user cannot meet any of the Exclude rules. """ - exclude: [rule_components_schemas_rule_Input] + exclude: [rule_components_schemas_rule_Input!] """ Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules. """ - include: [rule_components_schemas_rule_Input]! + include: [rule_components_schemas_rule_Input!]! """The name of the Access policy.""" name: String! """ @@ -37209,7 +37209,7 @@ input access_policies_update_an_access_policy_request_Input { """ Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules. """ - require: [rule_components_schemas_rule_Input] + require: [rule_components_schemas_rule_Input!] } """ @@ -37219,7 +37219,7 @@ input approval_group_Input { """The number of approvals needed to obtain access.""" approvals_needed: NonNegativeFloat! """A list of emails that can approve the access request.""" - email_addresses: [JSON] + email_addresses: [JSON!] """The UUID of an re-usable email list.""" email_list_uuid: String } @@ -37378,16 +37378,16 @@ input query_access_policies_get_an_access_policy_oneOf_0_allOf_1_result_exclude_ union access_short_lived_certificate_c_as_delete_a_short_lived_certificate_ca_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ca_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_short_lived_certificate_c_as_delete_a_short_lived_certificate_ca_4xx_response") = ca_components_schemas_id_response | access_short_lived_certificate_c_as_delete_a_short_lived_certificate_ca_4xx_response type ca_components_schemas_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type access_short_lived_certificate_c_as_delete_a_short_lived_certificate_ca_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37396,8 +37396,8 @@ type access_short_lived_certificate_c_as_delete_a_short_lived_certificate_ca_4xx union access_short_lived_certificate_c_as_create_a_short_lived_certificate_ca_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ca_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_short_lived_certificate_c_as_create_a_short_lived_certificate_ca_4xx_response") = ca_components_schemas_single_response | access_short_lived_certificate_c_as_create_a_short_lived_certificate_ca_4xx_response type access_short_lived_certificate_c_as_create_a_short_lived_certificate_ca_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37406,8 +37406,8 @@ type access_short_lived_certificate_c_as_create_a_short_lived_certificate_ca_4xx union access_policies_create_an_access_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "policies_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_policies_create_an_access_policy_4xx_response") = policies_components_schemas_single_response | access_policies_create_an_access_policy_4xx_response type access_policies_create_an_access_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37415,7 +37415,7 @@ type access_policies_create_an_access_policy_4xx_response { input access_policies_create_an_access_policy_request_Input { """Administrators who can approve a temporary authentication request.""" - approval_groups: [approval_group_Input] + approval_groups: [approval_group_Input!] """ Requires the user to request access from an administrator at the start of each session. """ @@ -37424,11 +37424,11 @@ input access_policies_create_an_access_policy_request_Input { """ Rules evaluated with a NOT logical operator. To match the policy, a user cannot meet any of the Exclude rules. """ - exclude: [rule_components_schemas_rule_Input] + exclude: [rule_components_schemas_rule_Input!] """ Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules. """ - include: [rule_components_schemas_rule_Input]! + include: [rule_components_schemas_rule_Input!]! """The name of the Access policy.""" name: String! """ @@ -37444,22 +37444,22 @@ input access_policies_create_an_access_policy_request_Input { """ Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules. """ - require: [rule_components_schemas_rule_Input] + require: [rule_components_schemas_rule_Input!] } union access_bookmark_applications__deprecated_delete_a_bookmark_application_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "bookmarks_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_bookmark_applications__deprecated_delete_a_bookmark_application_4xx_response") = bookmarks_components_schemas_id_response | access_bookmark_applications__deprecated_delete_a_bookmark_application_4xx_response type bookmarks_components_schemas_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type access_bookmark_applications__deprecated_delete_a_bookmark_application_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37468,8 +37468,8 @@ type access_bookmark_applications__deprecated_delete_a_bookmark_application_4xx_ union access_bookmark_applications__deprecated_create_a_bookmark_application_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "bookmarks_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_bookmark_applications__deprecated_create_a_bookmark_application_4xx_response") = bookmarks_components_schemas_single_response | access_bookmark_applications__deprecated_create_a_bookmark_application_4xx_response type access_bookmark_applications__deprecated_create_a_bookmark_application_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37478,8 +37478,8 @@ type access_bookmark_applications__deprecated_create_a_bookmark_application_4xx_ union access_bookmark_applications__deprecated_update_a_bookmark_application_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "bookmarks_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_bookmark_applications__deprecated_update_a_bookmark_application_4xx_response") = bookmarks_components_schemas_single_response | access_bookmark_applications__deprecated_update_a_bookmark_application_4xx_response type access_bookmark_applications__deprecated_update_a_bookmark_application_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37488,8 +37488,8 @@ type access_bookmark_applications__deprecated_update_a_bookmark_application_4xx_ union access_m_tls_authentication_add_an_m_tls_certificate_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificates_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_m_tls_authentication_add_an_m_tls_certificate_4xx_response") = certificates_components_schemas_single_response | access_m_tls_authentication_add_an_m_tls_certificate_4xx_response type access_m_tls_authentication_add_an_m_tls_certificate_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37497,7 +37497,7 @@ type access_m_tls_authentication_add_an_m_tls_certificate_4xx_response { input access_m_tls_authentication_add_an_m_tls_certificate_request_Input { """The hostnames of the applications that will use this certificate.""" - associated_hostnames: [String] + associated_hostnames: [String!] """The certificate content.""" certificate: String! """The name of the certificate.""" @@ -37507,16 +37507,16 @@ input access_m_tls_authentication_add_an_m_tls_certificate_request_Input { union access_m_tls_authentication_delete_an_m_tls_certificate_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificates_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_m_tls_authentication_delete_an_m_tls_certificate_4xx_response") = certificates_components_schemas_id_response | access_m_tls_authentication_delete_an_m_tls_certificate_4xx_response type certificates_components_schemas_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type access_m_tls_authentication_delete_an_m_tls_certificate_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37525,8 +37525,8 @@ type access_m_tls_authentication_delete_an_m_tls_certificate_4xx_response { union access_m_tls_authentication_update_an_m_tls_certificate_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificates_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_m_tls_authentication_update_an_m_tls_certificate_4xx_response") = certificates_components_schemas_single_response | access_m_tls_authentication_update_an_m_tls_certificate_4xx_response type access_m_tls_authentication_update_an_m_tls_certificate_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37534,7 +37534,7 @@ type access_m_tls_authentication_update_an_m_tls_certificate_4xx_response { input access_m_tls_authentication_update_an_m_tls_certificate_request_Input { """The hostnames of the applications that will use this certificate.""" - associated_hostnames: [String]! + associated_hostnames: [String!]! """The name of the certificate.""" name: String! } @@ -37542,8 +37542,8 @@ input access_m_tls_authentication_update_an_m_tls_certificate_request_Input { union access_groups_create_an_access_group_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "groups_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_groups_create_an_access_group_4xx_response") = groups_components_schemas_single_response | access_groups_create_an_access_group_4xx_response type access_groups_create_an_access_group_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37553,32 +37553,32 @@ input access_groups_create_an_access_group_request_Input { """ Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules. """ - exclude: [rule_components_schemas_rule_Input] + exclude: [rule_components_schemas_rule_Input!] """ Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules. """ - include: [rule_components_schemas_rule_Input]! + include: [rule_components_schemas_rule_Input!]! """The name of the Access group.""" name: String! """ Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules. """ - require: [rule_components_schemas_rule_Input] + require: [rule_components_schemas_rule_Input!] } union access_groups_delete_an_access_group_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "groups_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_groups_delete_an_access_group_4xx_response") = groups_components_schemas_id_response | access_groups_delete_an_access_group_4xx_response type groups_components_schemas_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type access_groups_delete_an_access_group_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37587,8 +37587,8 @@ type access_groups_delete_an_access_group_4xx_response { union access_groups_update_an_access_group_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "groups_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_groups_update_an_access_group_4xx_response") = groups_components_schemas_single_response | access_groups_update_an_access_group_4xx_response type access_groups_update_an_access_group_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37598,24 +37598,24 @@ input access_groups_update_an_access_group_request_Input { """ Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules. """ - exclude: [rule_components_schemas_rule_Input] + exclude: [rule_components_schemas_rule_Input!] """ Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules. """ - include: [rule_components_schemas_rule_Input]! + include: [rule_components_schemas_rule_Input!]! """The name of the Access group.""" name: String! """ Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules. """ - require: [rule_components_schemas_rule_Input] + require: [rule_components_schemas_rule_Input!] } union access_identity_providers_add_an_access_identity_provider_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "identity_providers_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_identity_providers_add_an_access_identity_provider_4xx_response") = identity_providers_components_schemas_single_response | access_identity_providers_add_an_access_identity_provider_4xx_response type access_identity_providers_add_an_access_identity_provider_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37634,8 +37634,8 @@ input access_identity_providers_add_an_access_identity_provider_request_Input { union access_identity_providers_delete_an_access_identity_provider_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "identity_providers_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_identity_providers_delete_an_access_identity_provider_4xx_response") = identity_providers_components_schemas_single_response | access_identity_providers_delete_an_access_identity_provider_4xx_response type access_identity_providers_delete_an_access_identity_provider_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37644,8 +37644,8 @@ type access_identity_providers_delete_an_access_identity_provider_4xx_response { union access_identity_providers_update_an_access_identity_provider_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "identity_providers_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_identity_providers_update_an_access_identity_provider_4xx_response") = identity_providers_components_schemas_single_response | access_identity_providers_update_an_access_identity_provider_4xx_response type access_identity_providers_update_an_access_identity_provider_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37664,8 +37664,8 @@ input access_identity_providers_update_an_access_identity_provider_request_Input union access_key_configuration_update_the_access_key_configuration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "keys_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_key_configuration_update_the_access_key_configuration_4xx_response") = keys_components_schemas_single_response | access_key_configuration_update_the_access_key_configuration_4xx_response type access_key_configuration_update_the_access_key_configuration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37685,8 +37685,8 @@ input access_key_configuration_update_the_access_key_configuration_request_Input union access_key_configuration_rotate_access_keys_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "keys_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_key_configuration_rotate_access_keys_4xx_response") = keys_components_schemas_single_response | access_key_configuration_rotate_access_keys_4xx_response type access_key_configuration_rotate_access_keys_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37701,8 +37701,8 @@ type access_key_configuration_rotate_access_keys_4xx_response { union zero_trust_organization_create_your_zero_trust_organization_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "organizations_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_organization_create_your_zero_trust_organization_4xx_response") = organizations_components_schemas_single_response | zero_trust_organization_create_your_zero_trust_organization_4xx_response type zero_trust_organization_create_your_zero_trust_organization_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37736,8 +37736,8 @@ input login_design_Input { union zero_trust_organization_update_your_zero_trust_organization_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "organizations_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_organization_update_your_zero_trust_organization_4xx_response") = organizations_components_schemas_single_response | zero_trust_organization_update_your_zero_trust_organization_4xx_response type zero_trust_organization_update_your_zero_trust_organization_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37766,8 +37766,8 @@ type zero_trust_organization_revoke_all_access_tokens_for_a_user_4xx_response { result: Void """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } input zero_trust_organization_revoke_all_access_tokens_for_a_user_request_Input { @@ -37778,9 +37778,9 @@ input zero_trust_organization_revoke_all_access_tokens_for_a_user_request_Input union zero_trust_seats_update_a_user_seat_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "seats_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_seats_update_a_user_seat_4xx_response") = seats_components_schemas_response_collection | zero_trust_seats_update_a_user_seat_4xx_response type seats_components_schemas_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [seats] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [seats!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -37798,9 +37798,9 @@ type seats { } type zero_trust_seats_update_a_user_seat_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [seats] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [seats!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -37818,16 +37818,16 @@ input seat_Input { union access_service_tokens_create_a_service_token_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "create_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_service_tokens_create_a_service_token_4xx_response") = create_response | access_service_tokens_create_a_service_token_4xx_response type create_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type access_service_tokens_create_a_service_token_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37841,16 +37841,16 @@ input access_service_tokens_create_a_service_token_request_Input { union access_service_tokens_delete_a_service_token_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "service_tokens_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_service_tokens_delete_a_service_token_4xx_response") = service_tokens_components_schemas_single_response | access_service_tokens_delete_a_service_token_4xx_response type service_tokens_components_schemas_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type access_service_tokens_delete_a_service_token_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37859,8 +37859,8 @@ type access_service_tokens_delete_a_service_token_4xx_response { union access_service_tokens_update_a_service_token_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "service_tokens_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_service_tokens_update_a_service_token_4xx_response") = service_tokens_components_schemas_single_response | access_service_tokens_update_a_service_token_4xx_response type access_service_tokens_update_a_service_token_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37874,8 +37874,8 @@ input access_service_tokens_update_a_service_token_request_Input { union access_service_tokens_refresh_a_service_token_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "service_tokens_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_service_tokens_refresh_a_service_token_4xx_response") = service_tokens_components_schemas_single_response | access_service_tokens_refresh_a_service_token_4xx_response type access_service_tokens_refresh_a_service_token_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37884,8 +37884,8 @@ type access_service_tokens_refresh_a_service_token_4xx_response { union access_service_tokens_rotate_a_service_token_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "create_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "access_service_tokens_rotate_a_service_token_4xx_response") = create_response | access_service_tokens_rotate_a_service_token_4xx_response type access_service_tokens_rotate_a_service_token_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37894,16 +37894,16 @@ type access_service_tokens_rotate_a_service_token_4xx_response { union notification_webhooks_create_a_webhook_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "webhooks_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "notification_webhooks_create_a_webhook_4xx_response") = webhooks_components_schemas_id_response | notification_webhooks_create_a_webhook_4xx_response type webhooks_components_schemas_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type notification_webhooks_create_a_webhook_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37925,8 +37925,8 @@ input notification_webhooks_create_a_webhook_request_Input { union notification_webhooks_delete_a_webhook_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "notification_webhooks_delete_a_webhook_4xx_response") = api_response_collection | notification_webhooks_delete_a_webhook_4xx_response type notification_webhooks_delete_a_webhook_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -37936,8 +37936,8 @@ type notification_webhooks_delete_a_webhook_4xx_response { union notification_webhooks_update_a_webhook_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "webhooks_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "notification_webhooks_update_a_webhook_4xx_response") = webhooks_components_schemas_id_response | notification_webhooks_update_a_webhook_4xx_response type notification_webhooks_update_a_webhook_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37959,16 +37959,16 @@ input notification_webhooks_update_a_webhook_request_Input { union notification_policies_create_a_notification_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "policies_components_schemas_id_response_2") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "notification_policies_create_a_notification_policy_4xx_response") = policies_components_schemas_id_response_2 | notification_policies_create_a_notification_policy_4xx_response type policies_components_schemas_id_response_2 { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type notification_policies_create_a_notification_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -37990,16 +37990,16 @@ input notification_policies_create_a_notification_policy_request_Input { } input components_schemas_filters_Input { - slo: [String] + slo: [String!] } """ List of IDs that will be used when dispatching a notification. IDs for email type will be the email address. """ input mechanisms_Input { - email: [query_notification_policies_list_notification_policies_oneOf_0_allOf_1_result_items_mechanisms_email_items_Input] - pagerduty: [query_notification_policies_list_notification_policies_oneOf_0_allOf_1_result_items_mechanisms_pagerduty_items_Input] - webhooks: [query_notification_policies_list_notification_policies_oneOf_0_allOf_1_result_items_mechanisms_webhooks_items_Input] + email: [query_notification_policies_list_notification_policies_oneOf_0_allOf_1_result_items_mechanisms_email_items_Input!] + pagerduty: [query_notification_policies_list_notification_policies_oneOf_0_allOf_1_result_items_mechanisms_pagerduty_items_Input!] + webhooks: [query_notification_policies_list_notification_policies_oneOf_0_allOf_1_result_items_mechanisms_webhooks_items_Input!] } input query_notification_policies_list_notification_policies_oneOf_0_allOf_1_result_items_mechanisms_email_items_Input { @@ -38017,8 +38017,8 @@ input query_notification_policies_list_notification_policies_oneOf_0_allOf_1_res union notification_policies_delete_a_notification_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "notification_policies_delete_a_notification_policy_4xx_response") = api_response_collection | notification_policies_delete_a_notification_policy_4xx_response type notification_policies_delete_a_notification_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -38028,8 +38028,8 @@ type notification_policies_delete_a_notification_policy_4xx_response { union notification_policies_update_a_notification_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "policies_components_schemas_id_response_2") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "notification_policies_update_a_notification_policy_4xx_response") = policies_components_schemas_id_response_2 | notification_policies_update_a_notification_policy_4xx_response type notification_policies_update_a_notification_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38053,16 +38053,16 @@ input notification_policies_update_a_notification_policy_request_Input { union account_level_custom_nameservers_add_account_custom_nameserver_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "acns_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_level_custom_nameservers_add_account_custom_nameserver_4xx_response") = acns_response_single | account_level_custom_nameservers_add_account_custom_nameserver_4xx_response type acns_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type account_level_custom_nameservers_add_account_custom_nameserver_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38076,9 +38076,9 @@ input Custom_NS_Input_Input { union account_level_custom_nameservers_verify_account_custom_nameserver_glue_records_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "acns_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_level_custom_nameservers_verify_account_custom_nameserver_glue_records_4xx_response") = acns_response_collection | account_level_custom_nameservers_verify_account_custom_nameserver_glue_records_4xx_response type account_level_custom_nameservers_verify_account_custom_nameserver_glue_records_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [Custom_NS] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [Custom_NS!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -38087,18 +38087,18 @@ type account_level_custom_nameservers_verify_account_custom_nameserver_glue_reco union account_level_custom_nameservers_delete_account_custom_nameserver_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "empty_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_level_custom_nameservers_delete_account_custom_nameserver_4xx_response") = empty_response | account_level_custom_nameservers_delete_account_custom_nameserver_4xx_response type empty_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! result_info: result_info } type account_level_custom_nameservers_delete_account_custom_nameserver_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -38107,8 +38107,8 @@ type account_level_custom_nameservers_delete_account_custom_nameserver_4xx_respo union devices_update_default_device_settings_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "default_device_settings_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_update_default_device_settings_policy_4xx_response") = default_device_settings_response | devices_update_default_device_settings_policy_4xx_response type devices_update_default_device_settings_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: default_device_settings_policy """Whether the API call was successful""" success: Boolean! @@ -38151,8 +38151,8 @@ input service_mode_v2_Input { union devices_create_device_settings_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "device_settings_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_create_device_settings_policy_4xx_response") = device_settings_response | devices_create_device_settings_policy_4xx_response type devices_create_device_settings_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: device_settings_policy """Whether the API call was successful""" success: Boolean! @@ -38201,9 +38201,9 @@ scalar mutationInput_devices_create_device_settings_policy_input_name @length(su union devices_set_split_tunnel_exclude_list_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "split_tunnel_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_set_split_tunnel_exclude_list_4xx_response") = split_tunnel_response_collection | devices_set_split_tunnel_exclude_list_4xx_response type devices_set_split_tunnel_exclude_list_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [split_tunnel] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [split_tunnel!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -38225,9 +38225,9 @@ input split_tunnel_Input { union devices_set_local_domain_fallback_list_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "fallback_domain_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_set_local_domain_fallback_list_4xx_response") = fallback_domain_response_collection | devices_set_local_domain_fallback_list_4xx_response type devices_set_local_domain_fallback_list_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [fallback_domain] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [fallback_domain!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -38237,7 +38237,7 @@ input fallback_domain_Input { """A description of the fallback domain, displayed in the client UI.""" description: query_devices_list_device_settings_policies_oneOf_0_allOf_1_result_items_fallback_domains_items_description """A list of IP addresses to handle domain resolution.""" - dns_server: [JSON] + dns_server: [JSON!] """The domain suffix to match when resolving locally.""" suffix: String! } @@ -38245,9 +38245,9 @@ input fallback_domain_Input { union devices_set_split_tunnel_include_list_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "split_tunnel_include_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_set_split_tunnel_include_list_4xx_response") = split_tunnel_include_response_collection | devices_set_split_tunnel_include_list_4xx_response type devices_set_split_tunnel_include_list_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [split_tunnel_include] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [split_tunnel_include!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -38269,9 +38269,9 @@ input split_tunnel_include_Input { union devices_delete_device_settings_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "device_settings_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_delete_device_settings_policy_4xx_response") = device_settings_response_collection | devices_delete_device_settings_policy_4xx_response type devices_delete_device_settings_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [device_settings_policy] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [device_settings_policy!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -38280,8 +38280,8 @@ type devices_delete_device_settings_policy_4xx_response { union devices_update_device_settings_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "device_settings_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_update_device_settings_policy_4xx_response") = device_settings_response | devices_update_device_settings_policy_4xx_response type devices_update_device_settings_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: device_settings_policy """Whether the API call was successful""" success: Boolean! @@ -38330,9 +38330,9 @@ scalar mutationInput_devices_update_device_settings_policy_input_name @length(su union devices_set_split_tunnel_exclude_list_for_a_device_settings_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "split_tunnel_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_set_split_tunnel_exclude_list_for_a_device_settings_policy_4xx_response") = split_tunnel_response_collection | devices_set_split_tunnel_exclude_list_for_a_device_settings_policy_4xx_response type devices_set_split_tunnel_exclude_list_for_a_device_settings_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [split_tunnel] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [split_tunnel!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -38341,9 +38341,9 @@ type devices_set_split_tunnel_exclude_list_for_a_device_settings_policy_4xx_resp union devices_set_local_domain_fallback_list_for_a_device_settings_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "fallback_domain_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_set_local_domain_fallback_list_for_a_device_settings_policy_4xx_response") = fallback_domain_response_collection | devices_set_local_domain_fallback_list_for_a_device_settings_policy_4xx_response type devices_set_local_domain_fallback_list_for_a_device_settings_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [fallback_domain] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [fallback_domain!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -38352,9 +38352,9 @@ type devices_set_local_domain_fallback_list_for_a_device_settings_policy_4xx_res union devices_set_split_tunnel_include_list_for_a_device_settings_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "split_tunnel_include_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_set_split_tunnel_include_list_for_a_device_settings_policy_4xx_response") = split_tunnel_include_response_collection | devices_set_split_tunnel_include_list_for_a_device_settings_policy_4xx_response type devices_set_split_tunnel_include_list_for_a_device_settings_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [split_tunnel_include] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [split_tunnel_include!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -38363,8 +38363,8 @@ type devices_set_split_tunnel_include_list_for_a_device_settings_policy_4xx_resp union device_posture_rules_create_device_posture_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "device_posture_rules_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "device_posture_rules_create_device_posture_rule_4xx_response") = device_posture_rules_components_schemas_single_response | device_posture_rules_create_device_posture_rule_4xx_response type device_posture_rules_create_device_posture_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38377,7 +38377,7 @@ input device_posture_rules_create_device_posture_rule_request_Input { expiration: String input: schemas_input_Input """The conditions that the client must match to run the rule.""" - match: [match_item_Input] + match: [match_item_Input!] """The name of the Device Posture Rule.""" name: String! """Tells the client when to run the device posture check.""" @@ -38398,8 +38398,8 @@ input match_item_Input { union device_posture_integrations_create_device_posture_integration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "device_posture_integrations_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "device_posture_integrations_create_device_posture_integration_4xx_response") = device_posture_integrations_components_schemas_single_response | device_posture_integrations_create_device_posture_integration_4xx_response type device_posture_integrations_create_device_posture_integration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38472,16 +38472,16 @@ input intune_config_request_Input { union device_posture_integrations_delete_device_posture_integration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "device_posture_integrations_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "device_posture_integrations_delete_device_posture_integration_4xx_response") = device_posture_integrations_components_schemas_id_response | device_posture_integrations_delete_device_posture_integration_4xx_response type device_posture_integrations_components_schemas_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type device_posture_integrations_delete_device_posture_integration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38490,8 +38490,8 @@ type device_posture_integrations_delete_device_posture_integration_4xx_response union device_posture_integrations_update_device_posture_integration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "device_posture_integrations_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "device_posture_integrations_update_device_posture_integration_4xx_response") = device_posture_integrations_components_schemas_single_response | device_posture_integrations_update_device_posture_integration_4xx_response type device_posture_integrations_update_device_posture_integration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38511,16 +38511,16 @@ input device_posture_integrations_update_device_posture_integration_request_Inpu union device_posture_rules_delete_device_posture_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "device_posture_rules_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "device_posture_rules_delete_device_posture_rule_4xx_response") = device_posture_rules_components_schemas_id_response | device_posture_rules_delete_device_posture_rule_4xx_response type device_posture_rules_components_schemas_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type device_posture_rules_delete_device_posture_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38529,8 +38529,8 @@ type device_posture_rules_delete_device_posture_rule_4xx_response { union device_posture_rules_update_device_posture_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "device_posture_rules_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "device_posture_rules_update_device_posture_rule_4xx_response") = device_posture_rules_components_schemas_single_response | device_posture_rules_update_device_posture_rule_4xx_response type device_posture_rules_update_device_posture_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38543,7 +38543,7 @@ input device_posture_rules_update_device_posture_rule_request_Input { expiration: String input: schemas_input_Input """The conditions that the client must match to run the rule.""" - match: [match_item_Input] + match: [match_item_Input!] """The name of the Device Posture Rule.""" name: String! """Tells the client when to run the device posture check.""" @@ -38554,8 +38554,8 @@ input device_posture_rules_update_device_posture_rule_request_Input { union devices_revoke_devices_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_revoke_devices_4xx_response") = api_response_single | devices_revoke_devices_4xx_response type devices_revoke_devices_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38564,8 +38564,8 @@ type devices_revoke_devices_4xx_response { union zero_trust_accounts_update_device_settings_for_the_zero_trust_account_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "gateway_account_device_settings_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_accounts_update_device_settings_for_the_zero_trust_account_4xx_response") = gateway_account_device_settings_response | zero_trust_accounts_update_device_settings_for_the_zero_trust_account_4xx_response type zero_trust_accounts_update_device_settings_for_the_zero_trust_account_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38581,8 +38581,8 @@ input gateway_account_device_settings_Input { union devices_unrevoke_devices_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "devices_unrevoke_devices_4xx_response") = api_response_single | devices_unrevoke_devices_4xx_response type devices_unrevoke_devices_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38591,8 +38591,8 @@ type devices_unrevoke_devices_4xx_response { union zero_trust_accounts_create_zero_trust_account_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "gateway_account") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_accounts_create_zero_trust_account_4xx_response") = gateway_account | zero_trust_accounts_create_zero_trust_account_4xx_response type zero_trust_accounts_create_zero_trust_account_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38609,8 +38609,8 @@ scalar cf_account_id @length(subgraph: "CloudFlare", min: null, max: 32) union zero_trust_accounts_update_zero_trust_account_configuration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "gateway_account_config") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_accounts_update_zero_trust_account_configuration_4xx_response") = gateway_account_config | zero_trust_accounts_update_zero_trust_account_configuration_4xx_response type zero_trust_accounts_update_zero_trust_account_configuration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38690,16 +38690,16 @@ input tls_settings_Input { union zero_trust_lists_create_zero_trust_list_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_response_with_list_items") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_lists_create_zero_trust_list_4xx_response") = single_response_with_list_items | zero_trust_lists_create_zero_trust_list_4xx_response type single_response_with_list_items { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zero_trust_lists_create_zero_trust_list_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38709,7 +38709,7 @@ input zero_trust_lists_create_zero_trust_list_request_Input { """The description of the List.""" description: String """The items in the List.""" - items: [query_zero_trust_lists_zero_trust_list_items_oneOf_0_allOf_1_result_items_items_Input] + items: [query_zero_trust_lists_zero_trust_list_items_oneOf_0_allOf_1_result_items_items_Input!] """The name of the List.""" name: String! type: lists_components_schemas_type! @@ -38724,16 +38724,16 @@ input query_zero_trust_lists_zero_trust_list_items_oneOf_0_allOf_1_result_items_ union zero_trust_lists_delete_zero_trust_list_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "lists_components_schemas_empty_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_lists_delete_zero_trust_list_4xx_response") = lists_components_schemas_empty_response | zero_trust_lists_delete_zero_trust_list_4xx_response type lists_components_schemas_empty_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zero_trust_lists_delete_zero_trust_list_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38742,8 +38742,8 @@ type zero_trust_lists_delete_zero_trust_list_4xx_response { union zero_trust_lists_patch_zero_trust_list_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "lists_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_lists_patch_zero_trust_list_4xx_response") = lists_components_schemas_single_response | zero_trust_lists_patch_zero_trust_list_4xx_response type zero_trust_lists_patch_zero_trust_list_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38751,16 +38751,16 @@ type zero_trust_lists_patch_zero_trust_list_4xx_response { input zero_trust_lists_patch_zero_trust_list_request_Input { """The items in the List.""" - append: [query_zero_trust_lists_zero_trust_list_items_oneOf_0_allOf_1_result_items_items_Input] + append: [query_zero_trust_lists_zero_trust_list_items_oneOf_0_allOf_1_result_items_items_Input!] """A list of the item values you want to remove.""" - remove: [String] + remove: [String!] } union zero_trust_lists_update_zero_trust_list_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "lists_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_lists_update_zero_trust_list_4xx_response") = lists_components_schemas_single_response | zero_trust_lists_update_zero_trust_list_4xx_response type zero_trust_lists_update_zero_trust_list_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38776,8 +38776,8 @@ input zero_trust_lists_update_zero_trust_list_request_Input { union zero_trust_gateway_locations_create_zero_trust_gateway_location_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "locations_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_gateway_locations_create_zero_trust_gateway_location_4xx_response") = locations_components_schemas_single_response | zero_trust_gateway_locations_create_zero_trust_gateway_location_4xx_response type zero_trust_gateway_locations_create_zero_trust_gateway_location_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38793,22 +38793,22 @@ input zero_trust_gateway_locations_create_zero_trust_gateway_location_request_In """ A list of network ranges that requests from this location would originate from. """ - networks: [String] + networks: [String!] } union zero_trust_gateway_locations_delete_zero_trust_gateway_location_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "locations_components_schemas_empty_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_gateway_locations_delete_zero_trust_gateway_location_4xx_response") = locations_components_schemas_empty_response | zero_trust_gateway_locations_delete_zero_trust_gateway_location_4xx_response type locations_components_schemas_empty_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zero_trust_gateway_locations_delete_zero_trust_gateway_location_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38817,8 +38817,8 @@ type zero_trust_gateway_locations_delete_zero_trust_gateway_location_4xx_respons union zero_trust_gateway_locations_update_zero_trust_gateway_location_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "locations_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_gateway_locations_update_zero_trust_gateway_location_4xx_response") = locations_components_schemas_single_response | zero_trust_gateway_locations_update_zero_trust_gateway_location_4xx_response type zero_trust_gateway_locations_update_zero_trust_gateway_location_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38834,14 +38834,14 @@ input zero_trust_gateway_locations_update_zero_trust_gateway_location_request_In """ A list of network ranges that requests from this location would originate from. """ - networks: [String] + networks: [String!] } union zero_trust_accounts_update_logging_settings_for_the_zero_trust_account_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "gateway_account_logging_settings_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_accounts_update_logging_settings_for_the_zero_trust_account_4xx_response") = gateway_account_logging_settings_response | zero_trust_accounts_update_logging_settings_for_the_zero_trust_account_4xx_response type zero_trust_accounts_update_logging_settings_for_the_zero_trust_account_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38865,8 +38865,8 @@ input query_zero_trust_accounts_get_logging_settings_for_the_zero_trust_account_ union zero_trust_gateway_proxy_endpoints_create_proxy_endpoint_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "proxy_endpoints_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_gateway_proxy_endpoints_create_proxy_endpoint_4xx_response") = proxy_endpoints_components_schemas_single_response | zero_trust_gateway_proxy_endpoints_create_proxy_endpoint_4xx_response type zero_trust_gateway_proxy_endpoints_create_proxy_endpoint_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38874,7 +38874,7 @@ type zero_trust_gateway_proxy_endpoints_create_proxy_endpoint_4xx_response { input zero_trust_gateway_proxy_endpoints_create_proxy_endpoint_request_Input { """A list of CIDRs to restrict ingress connections.""" - ips: [String]! + ips: [String!]! """The name of the Proxy Endpoint.""" name: String! """The subdomain to be used as the destination in the proxy client.""" @@ -38884,16 +38884,16 @@ input zero_trust_gateway_proxy_endpoints_create_proxy_endpoint_request_Input { union zero_trust_gateway_proxy_endpoints_delete_proxy_endpoint_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "proxy_endpoints_components_schemas_empty_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_gateway_proxy_endpoints_delete_proxy_endpoint_4xx_response") = proxy_endpoints_components_schemas_empty_response | zero_trust_gateway_proxy_endpoints_delete_proxy_endpoint_4xx_response type proxy_endpoints_components_schemas_empty_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zero_trust_gateway_proxy_endpoints_delete_proxy_endpoint_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38902,8 +38902,8 @@ type zero_trust_gateway_proxy_endpoints_delete_proxy_endpoint_4xx_response { union zero_trust_gateway_proxy_endpoints_update_proxy_endpoint_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "proxy_endpoints_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_gateway_proxy_endpoints_update_proxy_endpoint_4xx_response") = proxy_endpoints_components_schemas_single_response | zero_trust_gateway_proxy_endpoints_update_proxy_endpoint_4xx_response type zero_trust_gateway_proxy_endpoints_update_proxy_endpoint_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38911,7 +38911,7 @@ type zero_trust_gateway_proxy_endpoints_update_proxy_endpoint_4xx_response { input zero_trust_gateway_proxy_endpoints_update_proxy_endpoint_request_Input { """A list of CIDRs to restrict ingress connections.""" - ips: [String] + ips: [String!] """The name of the Proxy Endpoint.""" name: String """The subdomain to be used as the destination in the proxy client.""" @@ -38921,8 +38921,8 @@ input zero_trust_gateway_proxy_endpoints_update_proxy_endpoint_request_Input { union zero_trust_gateway_rules_create_zero_trust_gateway_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rules_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_gateway_rules_create_zero_trust_gateway_rule_4xx_response") = rules_components_schemas_single_response | zero_trust_gateway_rules_create_zero_trust_gateway_rule_4xx_response type zero_trust_gateway_rules_create_zero_trust_gateway_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -38941,7 +38941,7 @@ input zero_trust_gateway_rules_create_zero_trust_gateway_rule_request_Input { """ The protocol or layer to evaluate the traffic, identity, and device posture expressions. """ - filters: [query_zero_trust_gateway_rules_list_zero_trust_gateway_rules_oneOf_0_allOf_1_result_items_filters_items] + filters: [query_zero_trust_gateway_rules_list_zero_trust_gateway_rules_oneOf_0_allOf_1_result_items_filters_items!] """The wirefilter expression to be used for identity matching.""" identity: String """The name of the Rule.""" @@ -38976,15 +38976,15 @@ input rule_settings_Input { """Override matching DNS queries with this.""" override_host: String """Override matching DNS queries with this.""" - override_ips: [String] + override_ips: [String!] } """ Add custom headers to allowed requests, in the form of key-value pairs. Keys are header names, pointing to an array with its header value(s). """ input query_zero_trust_gateway_rules_list_zero_trust_gateway_rules_oneOf_0_allOf_1_result_items_rule_settings_add_headers_Input { - My_Next_Header: [String] @resolveRootField(subgraph: "CloudFlare", field: "My-Next-Header") - X_Custom_Header_Name: [String] @resolveRootField(subgraph: "CloudFlare", field: "X-Custom-Header-Name") + My_Next_Header: [String!] @resolveRootField(subgraph: "CloudFlare", field: "My-Next-Header") + X_Custom_Header_Name: [String!] @resolveRootField(subgraph: "CloudFlare", field: "X-Custom-Header-Name") } """Configure how browser isolation behaves.""" @@ -39020,16 +39020,16 @@ input query_zero_trust_gateway_rules_list_zero_trust_gateway_rules_oneOf_0_allOf union zero_trust_gateway_rules_delete_zero_trust_gateway_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rules_components_schemas_empty_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_gateway_rules_delete_zero_trust_gateway_rule_4xx_response") = rules_components_schemas_empty_response | zero_trust_gateway_rules_delete_zero_trust_gateway_rule_4xx_response type rules_components_schemas_empty_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zero_trust_gateway_rules_delete_zero_trust_gateway_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39038,8 +39038,8 @@ type zero_trust_gateway_rules_delete_zero_trust_gateway_rule_4xx_response { union zero_trust_gateway_rules_update_zero_trust_gateway_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rules_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zero_trust_gateway_rules_update_zero_trust_gateway_rule_4xx_response") = rules_components_schemas_single_response | zero_trust_gateway_rules_update_zero_trust_gateway_rule_4xx_response type zero_trust_gateway_rules_update_zero_trust_gateway_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39058,7 +39058,7 @@ input zero_trust_gateway_rules_update_zero_trust_gateway_rule_request_Input { """ The protocol or layer to evaluate the traffic, identity, and device posture expressions. """ - filters: [query_zero_trust_gateway_rules_list_zero_trust_gateway_rules_oneOf_0_allOf_1_result_items_filters_items] + filters: [query_zero_trust_gateway_rules_list_zero_trust_gateway_rules_oneOf_0_allOf_1_result_items_filters_items!] """The wirefilter expression to be used for identity matching.""" identity: String """The name of the Rule.""" @@ -39075,8 +39075,8 @@ input zero_trust_gateway_rules_update_zero_trust_gateway_rule_request_Input { union origin_ca_create_certificate_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_certificate_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "origin_ca_create_certificate_4xx_response") = schemas_certificate_response_single | origin_ca_create_certificate_4xx_response type origin_ca_create_certificate_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39088,7 +39088,7 @@ input origin_ca_create_certificate_request_Input { """ Array of hostnames or wildcard names (e.g., *.example.com) bound to the certificate. """ - hostnames: [JSON] + hostnames: [JSON!] request_type: request_type requested_validity: requested_validity = _5475 } @@ -39096,16 +39096,16 @@ input origin_ca_create_certificate_request_Input { union origin_ca_revoke_certificate_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificate_response_single_id") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "origin_ca_revoke_certificate_4xx_response") = certificate_response_single_id | origin_ca_revoke_certificate_4xx_response type certificate_response_single_id { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type origin_ca_revoke_certificate_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39114,16 +39114,16 @@ type origin_ca_revoke_certificate_4xx_response { union user_SINGLE_QUOTE__s_account_memberships_delete_membership_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "user_SINGLE_QUOTE__s_account_memberships_delete_membership_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_SINGLE_QUOTE__s_account_memberships_delete_membership_4xx_response") = user_SINGLE_QUOTE__s_account_memberships_delete_membership_200_response | user_SINGLE_QUOTE__s_account_memberships_delete_membership_4xx_response type user_SINGLE_QUOTE__s_account_memberships_delete_membership_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type user_SINGLE_QUOTE__s_account_memberships_delete_membership_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39132,8 +39132,8 @@ type user_SINGLE_QUOTE__s_account_memberships_delete_membership_4xx_response { union user_SINGLE_QUOTE__s_account_memberships_update_membership_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_membership_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_SINGLE_QUOTE__s_account_memberships_update_membership_4xx_response") = single_membership_response | user_SINGLE_QUOTE__s_account_memberships_update_membership_4xx_response type user_SINGLE_QUOTE__s_account_memberships_update_membership_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39152,8 +39152,8 @@ enum mutationInput_user_SINGLE_QUOTE__s_account_memberships_update_membership_in union organizations__deprecated_edit_organization_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_organization_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "organizations__deprecated_edit_organization_4xx_response") = single_organization_response | organizations__deprecated_edit_organization_4xx_response type organizations__deprecated_edit_organization_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39167,8 +39167,8 @@ input organizations__deprecated_edit_organization_request_Input { union organization_invites_create_invitation_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_invite_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "organization_invites_create_invitation_4xx_response") = single_invite_response | organization_invites_create_invitation_4xx_response type organization_invites_create_invitation_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39182,7 +39182,7 @@ input organization_invites_create_invitation_request_Input { """Email address of the user to add to the organization.""" invited_member_email: EmailAddress! """Array of Roles associated with the invited user.""" - roles: [mutationInput_organization_invites_create_invitation_input_roles_items_Input]! + roles: [mutationInput_organization_invites_create_invitation_input_roles_items_Input!]! } input mutationInput_organization_invites_create_invitation_input_roles_items_Input { @@ -39193,7 +39193,7 @@ input mutationInput_organization_invites_create_invitation_input_roles_items_Inp """Role Name.""" name: components_schemas_name """Access permissions for this User.""" - permissions: [query_organization_invites_list_invitations_oneOf_0_allOf_1_result_items_allOf_0_allOf_0_roles_items_permissions_items] + permissions: [query_organization_invites_list_invitations_oneOf_0_allOf_1_result_items_allOf_0_allOf_0_roles_items_permissions_items!] } union organization_invites_cancel_invitation_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "organization_invites_cancel_invitation_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "organization_invites_cancel_invitation_4xx_response") = organization_invites_cancel_invitation_200_response | organization_invites_cancel_invitation_4xx_response @@ -39206,8 +39206,8 @@ type organization_invites_cancel_invitation_200_response { type organization_invites_cancel_invitation_4xx_response { """Invite identifier tag.""" id: invite_components_schemas_identifier! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -39216,8 +39216,8 @@ type organization_invites_cancel_invitation_4xx_response { union organization_invites_edit_invitation_roles_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_invite_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "organization_invites_edit_invitation_roles_4xx_response") = single_invite_response | organization_invites_edit_invitation_roles_4xx_response type organization_invites_edit_invitation_roles_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39225,7 +39225,7 @@ type organization_invites_edit_invitation_roles_4xx_response { input organization_invites_edit_invitation_roles_request_Input { """Array of Roles associated with the invited user.""" - roles: [role_components_schemas_identifier] + roles: [role_components_schemas_identifier!] } union organization_members_remove_member_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "organization_members_remove_member_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "organization_members_remove_member_4xx_response") = organization_members_remove_member_200_response | organization_members_remove_member_4xx_response @@ -39238,8 +39238,8 @@ type organization_members_remove_member_200_response { type organization_members_remove_member_4xx_response { """Identifier""" id: common_components_schemas_identifier! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -39248,8 +39248,8 @@ type organization_members_remove_member_4xx_response { union organization_members_edit_member_roles_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_member_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "organization_members_edit_member_roles_4xx_response") = single_member_response | organization_members_edit_member_roles_4xx_response type organization_members_edit_member_roles_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39257,14 +39257,14 @@ type organization_members_edit_member_roles_4xx_response { input organization_members_edit_member_roles_request_Input { """Array of Roles associated with this Member.""" - roles: [role_components_schemas_identifier] + roles: [role_components_schemas_identifier!] } union organization_railgun_create_railgun_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "railgun_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "organization_railgun_create_railgun_4xx_response") = railgun_response_single | organization_railgun_create_railgun_4xx_response type organization_railgun_create_railgun_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39278,8 +39278,8 @@ input organization_railgun_create_railgun_request_Input { union organization_railgun_delete_railgun_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "railgun_response_single_id") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "organization_railgun_delete_railgun_4xx_response") = railgun_response_single_id | organization_railgun_delete_railgun_4xx_response type organization_railgun_delete_railgun_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39288,8 +39288,8 @@ type organization_railgun_delete_railgun_4xx_response { union organization_railgun_enable_or_disable_a_railgun_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "railgun_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "organization_railgun_enable_or_disable_a_railgun_4xx_response") = railgun_response_single | organization_railgun_enable_or_disable_a_railgun_4xx_response type organization_railgun_enable_or_disable_a_railgun_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39303,7 +39303,7 @@ input organization_railgun_enable_or_disable_a_railgun_request_Input { union radar_datasets_get_dataset_download_url_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "radar_datasets_get_dataset_download_url_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "radar_datasets_get_dataset_download_url_4xx_response") = radar_datasets_get_dataset_download_url_200_response | radar_datasets_get_dataset_download_url_4xx_response type radar_datasets_get_dataset_download_url_200_response { - dataset: [mutation_radar_datasets_get_dataset_download_url_oneOf_0_dataset_items] + dataset: [mutation_radar_datasets_get_dataset_download_url_oneOf_0_dataset_items!] } type mutation_radar_datasets_get_dataset_download_url_oneOf_0_dataset_items { @@ -39311,9 +39311,9 @@ type mutation_radar_datasets_get_dataset_download_url_oneOf_0_dataset_items { } type radar_datasets_get_dataset_download_url_4xx_response { - dataset: [mutation_radar_datasets_get_dataset_download_url_oneOf_1_allOf_0_dataset_items] - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + dataset: [mutation_radar_datasets_get_dataset_download_url_oneOf_1_allOf_0_dataset_items!] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -39330,8 +39330,8 @@ input radar_datasets_get_dataset_download_url_request_Input { union railgun_create_railgun_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "railgun_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "railgun_create_railgun_4xx_response") = railgun_response_single | railgun_create_railgun_4xx_response type railgun_create_railgun_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39345,8 +39345,8 @@ input railgun_create_railgun_request_Input { union railgun_delete_a_railgun_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "railgun_response_single_id") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "railgun_delete_a_railgun_4xx_response") = railgun_response_single_id | railgun_delete_a_railgun_4xx_response type railgun_delete_a_railgun_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39355,8 +39355,8 @@ type railgun_delete_a_railgun_4xx_response { union railgun_enable_or_disable_a_railgun_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "railgun_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "railgun_enable_or_disable_a_railgun_4xx_response") = railgun_response_single | railgun_enable_or_disable_a_railgun_4xx_response type railgun_enable_or_disable_a_railgun_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39370,8 +39370,8 @@ input railgun_enable_or_disable_a_railgun_request_Input { union user_edit_user_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_user_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_edit_user_4xx_response") = single_user_response | user_edit_user_4xx_response type user_edit_user_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39393,16 +39393,16 @@ input user_edit_user_request_Input { union ip_access_rules_for_a_user_create_an_ip_access_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rule_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_access_rules_for_a_user_create_an_ip_access_rule_4xx_response") = rule_single_response | ip_access_rules_for_a_user_create_an_ip_access_rule_4xx_response type rule_single_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type ip_access_rules_for_a_user_create_an_ip_access_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39420,16 +39420,16 @@ input ip_access_rules_for_a_user_create_an_ip_access_rule_request_Input { union ip_access_rules_for_a_user_delete_an_ip_access_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rule_single_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_access_rules_for_a_user_delete_an_ip_access_rule_4xx_response") = rule_single_id_response | ip_access_rules_for_a_user_delete_an_ip_access_rule_4xx_response type rule_single_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type ip_access_rules_for_a_user_delete_an_ip_access_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39438,8 +39438,8 @@ type ip_access_rules_for_a_user_delete_an_ip_access_rule_4xx_response { union ip_access_rules_for_a_user_update_an_ip_access_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rule_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_access_rules_for_a_user_update_an_ip_access_rule_4xx_response") = rule_single_response | ip_access_rules_for_a_user_update_an_ip_access_rule_4xx_response type ip_access_rules_for_a_user_update_an_ip_access_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39456,8 +39456,8 @@ input ip_access_rules_for_a_user_update_an_ip_access_rule_request_Input { union user_SINGLE_QUOTE__s_invites_respond_to_invitation_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_invite_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_SINGLE_QUOTE__s_invites_respond_to_invitation_4xx_response") = single_invite_response | user_SINGLE_QUOTE__s_invites_respond_to_invitation_4xx_response type user_SINGLE_QUOTE__s_invites_respond_to_invitation_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39476,8 +39476,8 @@ enum mutationInput_user_SINGLE_QUOTE__s_invites_respond_to_invitation_input_stat union load_balancer_monitors_create_monitor_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "monitor_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_monitors_create_monitor_4xx_response") = monitor_components_schemas_single_response | load_balancer_monitors_create_monitor_4xx_response type load_balancer_monitors_create_monitor_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39535,8 +39535,8 @@ input load_balancer_monitors_create_monitor_request_Input { union load_balancer_monitors_delete_monitor_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "monitor_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_monitors_delete_monitor_4xx_response") = monitor_components_schemas_id_response | load_balancer_monitors_delete_monitor_4xx_response type load_balancer_monitors_delete_monitor_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39545,8 +39545,8 @@ type load_balancer_monitors_delete_monitor_4xx_response { union load_balancer_monitors_patch_monitor_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "monitor_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_monitors_patch_monitor_4xx_response") = monitor_components_schemas_single_response | load_balancer_monitors_patch_monitor_4xx_response type load_balancer_monitors_patch_monitor_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39604,8 +39604,8 @@ input load_balancer_monitors_patch_monitor_request_Input { union load_balancer_monitors_update_monitor_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "monitor_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_monitors_update_monitor_4xx_response") = monitor_components_schemas_single_response | load_balancer_monitors_update_monitor_4xx_response type load_balancer_monitors_update_monitor_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39663,8 +39663,8 @@ input load_balancer_monitors_update_monitor_request_Input { union load_balancer_monitors_preview_monitor_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "preview_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_monitors_preview_monitor_4xx_response") = preview_response | load_balancer_monitors_preview_monitor_4xx_response type load_balancer_monitors_preview_monitor_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39712,9 +39712,9 @@ input load_balancer_monitors_preview_monitor_request_Input { union load_balancer_pools_patch_pools_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pool_components_schemas_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_pools_patch_pools_4xx_response") = pool_components_schemas_response_collection | load_balancer_pools_patch_pools_4xx_response type load_balancer_pools_patch_pools_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [pool] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [pool!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -39727,8 +39727,8 @@ input load_balancer_pools_patch_pools_request_Input { union load_balancer_pools_create_pool_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pool_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_pools_create_pool_4xx_response") = pool_components_schemas_single_response | load_balancer_pools_create_pool_4xx_response type load_balancer_pools_create_pool_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39738,7 +39738,7 @@ input load_balancer_pools_create_pool_request_Input { """ A list of regions from which to run health checks. Null means every Cloudflare data center. """ - check_regions: [query_account_load_balancer_pools_list_pools_oneOf_0_allOf_1_result_items_check_regions_items] + check_regions: [query_account_load_balancer_pools_list_pools_oneOf_0_allOf_1_result_items_check_regions_items!] """A human-readable description of the pool.""" description: String """ @@ -39775,14 +39775,14 @@ input load_balancer_pools_create_pool_request_Input { """ The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy. """ - origins: [schemas_origin_Input]! + origins: [schemas_origin_Input!]! } union load_balancer_pools_delete_pool_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pool_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_pools_delete_pool_4xx_response") = pool_components_schemas_id_response | load_balancer_pools_delete_pool_4xx_response type load_balancer_pools_delete_pool_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39791,8 +39791,8 @@ type load_balancer_pools_delete_pool_4xx_response { union load_balancer_pools_patch_pool_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pool_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_pools_patch_pool_4xx_response") = pool_components_schemas_single_response | load_balancer_pools_patch_pool_4xx_response type load_balancer_pools_patch_pool_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39802,7 +39802,7 @@ input load_balancer_pools_patch_pool_request_Input { """ A list of regions from which to run health checks. Null means every Cloudflare data center. """ - check_regions: [query_account_load_balancer_pools_list_pools_oneOf_0_allOf_1_result_items_check_regions_items] + check_regions: [query_account_load_balancer_pools_list_pools_oneOf_0_allOf_1_result_items_check_regions_items!] """A human-readable description of the pool.""" description: String """ @@ -39843,14 +39843,14 @@ input load_balancer_pools_patch_pool_request_Input { """ The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy. """ - origins: [schemas_origin_Input] + origins: [schemas_origin_Input!] } union load_balancer_pools_update_pool_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pool_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_pools_update_pool_4xx_response") = pool_components_schemas_single_response | load_balancer_pools_update_pool_4xx_response type load_balancer_pools_update_pool_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39860,7 +39860,7 @@ input load_balancer_pools_update_pool_request_Input { """ A list of regions from which to run health checks. Null means every Cloudflare data center. """ - check_regions: [query_account_load_balancer_pools_list_pools_oneOf_0_allOf_1_result_items_check_regions_items] + check_regions: [query_account_load_balancer_pools_list_pools_oneOf_0_allOf_1_result_items_check_regions_items!] """A human-readable description of the pool.""" description: String """ @@ -39901,14 +39901,14 @@ input load_balancer_pools_update_pool_request_Input { """ The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy. """ - origins: [schemas_origin_Input]! + origins: [schemas_origin_Input!]! } union load_balancer_pools_preview_pool_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "preview_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancer_pools_preview_pool_4xx_response") = preview_response | load_balancer_pools_preview_pool_4xx_response type load_balancer_pools_preview_pool_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -39963,8 +39963,8 @@ type user_SINGLE_QUOTE__s_organizations_leave_organization_200_response { type user_SINGLE_QUOTE__s_organizations_leave_organization_4xx_response { """Identifier""" id: common_components_schemas_identifier! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -39980,8 +39980,8 @@ type user_subscription_delete_user_subscription_200_response { type user_subscription_delete_user_subscription_4xx_response { """Subscription identifier tag.""" subscription_id: subscription_v2_components_schemas_identifier! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -39990,16 +39990,16 @@ type user_subscription_delete_user_subscription_4xx_response { union user_subscription_update_user_subscription_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "user_subscription_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_subscription_update_user_subscription_4xx_response") = user_subscription_response_single | user_subscription_update_user_subscription_4xx_response type user_subscription_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type user_subscription_update_user_subscription_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40008,16 +40008,16 @@ type user_subscription_update_user_subscription_4xx_response { union user_api_tokens_create_token_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "response_create") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_api_tokens_create_token_4xx_response") = response_create | user_api_tokens_create_token_4xx_response type response_create { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type user_api_tokens_create_token_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40034,7 +40034,7 @@ input create_payload_Input { """The time before which the token MUST NOT be accepted for processing.""" not_before: DateTime """List of access policies assigned to the token.""" - policies: [policy_with_permission_groups_Input]! + policies: [policy_with_permission_groups_Input!]! } input condition_Input { @@ -40044,9 +40044,9 @@ input condition_Input { """Client IP restrictions.""" input request_ip_Input { """List of IPv4/IPv6 CIDR addresses.""" - in: [String] + in: [String!] """List of IPv4/IPv6 CIDR addresses.""" - not_in: [String] + not_in: [String!] } """Token name.""" @@ -40057,7 +40057,7 @@ input policy_with_permission_groups_Input { """Policy identifier.""" id: String! """A set of permission groups that are specified to the policy.""" - permission_groups: [permission_group_Input]! + permission_groups: [permission_group_Input!]! resources: resources_Input! } @@ -40086,8 +40086,8 @@ input resources_Input { union user_api_tokens_delete_token_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single_id") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_api_tokens_delete_token_4xx_response") = api_response_single_id | user_api_tokens_delete_token_4xx_response type user_api_tokens_delete_token_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_ip_access_rules_for_an_account_delete_an_ip_access_rule_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40096,8 +40096,8 @@ type user_api_tokens_delete_token_4xx_response { union user_api_tokens_update_token_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_api_tokens_update_token_4xx_response") = response_single | user_api_tokens_update_token_4xx_response type user_api_tokens_update_token_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40120,7 +40120,7 @@ input schemas_token_Input { """The time before which the token MUST NOT be accepted for processing.""" not_before: DateTime """List of access policies assigned to the token.""" - policies: [policy_with_permission_groups_Input]! + policies: [policy_with_permission_groups_Input!]! status: status! } @@ -40137,8 +40137,8 @@ enum status { union user_api_tokens_roll_token_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "response_single_value") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_api_tokens_roll_token_4xx_response") = response_single_value | user_api_tokens_roll_token_4xx_response type response_single_value { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """The token value.""" result: value """Whether the API call was successful""" @@ -40149,8 +40149,8 @@ type response_single_value { scalar value @length(subgraph: "CloudFlare", min: 40, max: 80) type user_api_tokens_roll_token_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """The token value.""" result: value """Whether the API call was successful""" @@ -40160,8 +40160,8 @@ type user_api_tokens_roll_token_4xx_response { union zone_create_zone_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "components_schemas_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_create_zone_4xx_response") = components_schemas_response_single | zone_create_zone_4xx_response type zone_create_zone_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40190,16 +40190,16 @@ enum components_schemas_type { union load_balancers_delete_load_balancer_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "load_balancer_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancers_delete_load_balancer_4xx_response") = load_balancer_components_schemas_id_response | load_balancers_delete_load_balancer_4xx_response type load_balancer_components_schemas_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type load_balancers_delete_load_balancer_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40208,8 +40208,8 @@ type load_balancers_delete_load_balancer_4xx_response { union load_balancers_patch_load_balancer_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "load_balancer_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancers_patch_load_balancer_4xx_response") = load_balancer_components_schemas_single_response | load_balancers_patch_load_balancer_4xx_response type load_balancers_patch_load_balancer_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40221,7 +40221,7 @@ input load_balancers_patch_load_balancer_request_Input { """ A list of pool IDs ordered by their failover priority. Pools defined here are used by default, or when region_pools are not configured for a given region. """ - default_pools: [String] + default_pools: [String!] """Object description.""" description: String """Whether to enable (the default) this load balancer.""" @@ -40243,7 +40243,7 @@ input load_balancers_patch_load_balancer_request_Input { """ BETA Field Not General Access: A list of rules for this load balancer to execute. """ - rules: [query_load_balancers_load_balancer_details_oneOf_0_allOf_1_result_rules_items_Input] + rules: [query_load_balancers_load_balancer_details_oneOf_0_allOf_1_result_rules_items_Input!] session_affinity: session_affinity = _QUOTATION_MARK__QUOTATION_MARK_ session_affinity_attributes: session_affinity_attributes_Input """ @@ -40271,8 +40271,8 @@ input adaptive_routing_Input { A mapping of country codes to a list of pool IDs (ordered by their failover priority) for the given country. Any country not explicitly defined will fall back to using the corresponding region_pool mapping if it exists else to default_pools. """ input country_pools_Input { - GB: [String] - US: [String] + GB: [String!] + US: [String!] } """ @@ -40287,9 +40287,9 @@ input location_strategy_Input { (Enterprise only): A mapping of Cloudflare PoP identifiers to a list of pool IDs (ordered by their failover priority) for the PoP (datacenter). Any PoPs not explicitly defined will fall back to using the corresponding country_pool, then region_pool mapping if it exists else to default_pools. """ input pop_pools_Input { - LAX: [String] - LHR: [String] - SJC: [String] + LAX: [String!] + LHR: [String!] + SJC: [String!] } """ @@ -40315,8 +40315,8 @@ input query_load_balancers_load_balancer_details_oneOf_0_allOf_1_result_random_s A mapping of region codes to a list of pool IDs (ordered by their failover priority) for the given region. Any regions not explicitly defined will fall back to using default_pools. """ input region_pools_Input { - ENAM: [String] - WNAM: [String] + ENAM: [String!] + WNAM: [String!] } """ @@ -40368,7 +40368,7 @@ input query_load_balancers_load_balancer_details_oneOf_0_allOf_1_result_rules_it """ A list of pool IDs ordered by their failover priority. Pools defined here are used by default, or when region_pools are not configured for a given region. """ - default_pools: [String] + default_pools: [String!] """The pool ID to use when all other pools are detected as unhealthy.""" fallback_pool: JSON location_strategy: location_strategy_Input @@ -40402,8 +40402,8 @@ input session_affinity_attributes_Input { union load_balancers_update_load_balancer_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "load_balancer_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancers_update_load_balancer_4xx_response") = load_balancer_components_schemas_single_response | load_balancers_update_load_balancer_4xx_response type load_balancers_update_load_balancer_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40415,7 +40415,7 @@ input load_balancers_update_load_balancer_request_Input { """ A list of pool IDs ordered by their failover priority. Pools defined here are used by default, or when region_pools are not configured for a given region. """ - default_pools: [String]! + default_pools: [String!]! """Object description.""" description: String """Whether to enable (the default) this load balancer.""" @@ -40437,7 +40437,7 @@ input load_balancers_update_load_balancer_request_Input { """ BETA Field Not General Access: A list of rules for this load balancer to execute. """ - rules: [query_load_balancers_load_balancer_details_oneOf_0_allOf_1_result_rules_items_Input] + rules: [query_load_balancers_load_balancer_details_oneOf_0_allOf_1_result_rules_items_Input!] session_affinity: session_affinity = _QUOTATION_MARK__QUOTATION_MARK_ session_affinity_attributes: session_affinity_attributes_Input """ @@ -40454,8 +40454,8 @@ input load_balancers_update_load_balancer_request_Input { union zone_delete_zone_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single_id") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_delete_zone_4xx_response") = api_response_single_id | zone_delete_zone_4xx_response type zone_delete_zone_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_ip_access_rules_for_an_account_delete_an_ip_access_rule_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40464,8 +40464,8 @@ type zone_delete_zone_4xx_response { union zone_edit_zone_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "components_schemas_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_edit_zone_4xx_response") = components_schemas_response_single | zone_edit_zone_4xx_response type zone_edit_zone_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40482,7 +40482,7 @@ input schemas_patch_Input { An array of domains used for custom name servers. This is only available for Business and Enterprise plans. """ - vanity_name_servers: [Hostname] + vanity_name_servers: [Hostname!] } """ @@ -40504,16 +40504,16 @@ enum mutationInput_zone_edit_zone_input_type { union zone_level_access_applications_add_a_bookmark_application_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_level_access_applications_add_a_bookmark_application_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_applications_add_a_bookmark_application_4xx_response") = zone_level_access_applications_add_a_bookmark_application_200_response | zone_level_access_applications_add_a_bookmark_application_4xx_response type zone_level_access_applications_add_a_bookmark_application_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_level_access_applications_add_a_bookmark_application_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40528,8 +40528,8 @@ input zone_level_access_applications_add_a_bookmark_application_request_Input { union zone_level_access_applications_delete_an_access_application_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "apps_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_applications_delete_an_access_application_4xx_response") = apps_components_schemas_id_response | zone_level_access_applications_delete_an_access_application_4xx_response type zone_level_access_applications_delete_an_access_application_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40538,16 +40538,16 @@ type zone_level_access_applications_delete_an_access_application_4xx_response { union zone_level_access_applications_update_a_bookmark_application_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_level_access_applications_update_a_bookmark_application_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_applications_update_a_bookmark_application_4xx_response") = zone_level_access_applications_update_a_bookmark_application_200_response | zone_level_access_applications_update_a_bookmark_application_4xx_response type zone_level_access_applications_update_a_bookmark_application_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_level_access_applications_update_a_bookmark_application_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40565,15 +40565,15 @@ type zone_level_access_applications_revoke_service_tokens_4xx_response { result: Void """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } union zone_level_access_policies_delete_an_access_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "policies_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_policies_delete_an_access_policy_4xx_response") = policies_components_schemas_id_response | zone_level_access_policies_delete_an_access_policy_4xx_response type zone_level_access_policies_delete_an_access_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40582,8 +40582,8 @@ type zone_level_access_policies_delete_an_access_policy_4xx_response { union zone_level_access_policies_update_an_access_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "policies_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_policies_update_an_access_policy_4xx_response") = policies_components_schemas_single_response | zone_level_access_policies_update_an_access_policy_4xx_response type zone_level_access_policies_update_an_access_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40591,7 +40591,7 @@ type zone_level_access_policies_update_an_access_policy_4xx_response { input zone_level_access_policies_update_an_access_policy_request_Input { """Administrators who can approve a temporary authentication request.""" - approval_groups: [approval_group_Input] + approval_groups: [approval_group_Input!] """ Requires the user to request access from an administrator at the start of each session. """ @@ -40600,11 +40600,11 @@ input zone_level_access_policies_update_an_access_policy_request_Input { """ Rules evaluated with a NOT logical operator. To match the policy, a user cannot meet any of the Exclude rules. """ - exclude: [rule_components_schemas_rule_Input] + exclude: [rule_components_schemas_rule_Input!] """ Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules. """ - include: [rule_components_schemas_rule_Input]! + include: [rule_components_schemas_rule_Input!]! """The name of the Access policy.""" name: String! """ @@ -40620,14 +40620,14 @@ input zone_level_access_policies_update_an_access_policy_request_Input { """ Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules. """ - require: [rule_components_schemas_rule_Input] + require: [rule_components_schemas_rule_Input!] } union zone_level_access_short_lived_certificate_c_as_delete_a_short_lived_certificate_ca_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ca_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_short_lived_certificate_c_as_delete_a_short_lived_certificate_ca_4xx_response") = ca_components_schemas_id_response | zone_level_access_short_lived_certificate_c_as_delete_a_short_lived_certificate_ca_4xx_response type zone_level_access_short_lived_certificate_c_as_delete_a_short_lived_certificate_ca_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40636,8 +40636,8 @@ type zone_level_access_short_lived_certificate_c_as_delete_a_short_lived_certifi union zone_level_access_short_lived_certificate_c_as_create_a_short_lived_certificate_ca_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ca_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_short_lived_certificate_c_as_create_a_short_lived_certificate_ca_4xx_response") = ca_components_schemas_single_response | zone_level_access_short_lived_certificate_c_as_create_a_short_lived_certificate_ca_4xx_response type zone_level_access_short_lived_certificate_c_as_create_a_short_lived_certificate_ca_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40646,8 +40646,8 @@ type zone_level_access_short_lived_certificate_c_as_create_a_short_lived_certifi union zone_level_access_policies_create_an_access_policy_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "policies_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_policies_create_an_access_policy_4xx_response") = policies_components_schemas_single_response | zone_level_access_policies_create_an_access_policy_4xx_response type zone_level_access_policies_create_an_access_policy_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40655,7 +40655,7 @@ type zone_level_access_policies_create_an_access_policy_4xx_response { input zone_level_access_policies_create_an_access_policy_request_Input { """Administrators who can approve a temporary authentication request.""" - approval_groups: [approval_group_Input] + approval_groups: [approval_group_Input!] """ Requires the user to request access from an administrator at the start of each session. """ @@ -40664,11 +40664,11 @@ input zone_level_access_policies_create_an_access_policy_request_Input { """ Rules evaluated with a NOT logical operator. To match the policy, a user cannot meet any of the Exclude rules. """ - exclude: [rule_components_schemas_rule_Input] + exclude: [rule_components_schemas_rule_Input!] """ Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules. """ - include: [rule_components_schemas_rule_Input]! + include: [rule_components_schemas_rule_Input!]! """The name of the Access policy.""" name: String! """ @@ -40684,14 +40684,14 @@ input zone_level_access_policies_create_an_access_policy_request_Input { """ Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules. """ - require: [rule_components_schemas_rule_Input] + require: [rule_components_schemas_rule_Input!] } union zone_level_access_m_tls_authentication_add_an_m_tls_certificate_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificates_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_m_tls_authentication_add_an_m_tls_certificate_4xx_response") = certificates_components_schemas_single_response | zone_level_access_m_tls_authentication_add_an_m_tls_certificate_4xx_response type zone_level_access_m_tls_authentication_add_an_m_tls_certificate_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40699,7 +40699,7 @@ type zone_level_access_m_tls_authentication_add_an_m_tls_certificate_4xx_respons input zone_level_access_m_tls_authentication_add_an_m_tls_certificate_request_Input { """The hostnames of the applications that will use this certificate.""" - associated_hostnames: [String] + associated_hostnames: [String!] """The certificate content.""" certificate: String! """The name of the certificate.""" @@ -40709,8 +40709,8 @@ input zone_level_access_m_tls_authentication_add_an_m_tls_certificate_request_In union zone_level_access_m_tls_authentication_delete_an_m_tls_certificate_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificates_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_m_tls_authentication_delete_an_m_tls_certificate_4xx_response") = certificates_components_schemas_id_response | zone_level_access_m_tls_authentication_delete_an_m_tls_certificate_4xx_response type zone_level_access_m_tls_authentication_delete_an_m_tls_certificate_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40719,8 +40719,8 @@ type zone_level_access_m_tls_authentication_delete_an_m_tls_certificate_4xx_resp union zone_level_access_m_tls_authentication_update_an_m_tls_certificate_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificates_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_m_tls_authentication_update_an_m_tls_certificate_4xx_response") = certificates_components_schemas_single_response | zone_level_access_m_tls_authentication_update_an_m_tls_certificate_4xx_response type zone_level_access_m_tls_authentication_update_an_m_tls_certificate_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40728,7 +40728,7 @@ type zone_level_access_m_tls_authentication_update_an_m_tls_certificate_4xx_resp input zone_level_access_m_tls_authentication_update_an_m_tls_certificate_request_Input { """The hostnames of the applications that will use this certificate.""" - associated_hostnames: [String]! + associated_hostnames: [String!]! """The name of the certificate.""" name: String! } @@ -40736,8 +40736,8 @@ input zone_level_access_m_tls_authentication_update_an_m_tls_certificate_request union zone_level_access_groups_create_an_access_group_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "groups_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_groups_create_an_access_group_4xx_response") = groups_components_schemas_single_response | zone_level_access_groups_create_an_access_group_4xx_response type zone_level_access_groups_create_an_access_group_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40747,24 +40747,24 @@ input zone_level_access_groups_create_an_access_group_request_Input { """ Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules. """ - exclude: [rule_components_schemas_rule_Input] + exclude: [rule_components_schemas_rule_Input!] """ Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules. """ - include: [rule_components_schemas_rule_Input]! + include: [rule_components_schemas_rule_Input!]! """The name of the Access group.""" name: String! """ Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules. """ - require: [rule_components_schemas_rule_Input] + require: [rule_components_schemas_rule_Input!] } union zone_level_access_groups_delete_an_access_group_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "groups_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_groups_delete_an_access_group_4xx_response") = groups_components_schemas_id_response | zone_level_access_groups_delete_an_access_group_4xx_response type zone_level_access_groups_delete_an_access_group_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40773,8 +40773,8 @@ type zone_level_access_groups_delete_an_access_group_4xx_response { union zone_level_access_groups_update_an_access_group_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "groups_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_groups_update_an_access_group_4xx_response") = groups_components_schemas_single_response | zone_level_access_groups_update_an_access_group_4xx_response type zone_level_access_groups_update_an_access_group_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40784,24 +40784,24 @@ input zone_level_access_groups_update_an_access_group_request_Input { """ Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules. """ - exclude: [rule_components_schemas_rule_Input] + exclude: [rule_components_schemas_rule_Input!] """ Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules. """ - include: [rule_components_schemas_rule_Input]! + include: [rule_components_schemas_rule_Input!]! """The name of the Access group.""" name: String! """ Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules. """ - require: [rule_components_schemas_rule_Input] + require: [rule_components_schemas_rule_Input!] } union zone_level_access_identity_providers_add_an_access_identity_provider_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "identity_providers_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_identity_providers_add_an_access_identity_provider_4xx_response") = identity_providers_components_schemas_single_response | zone_level_access_identity_providers_add_an_access_identity_provider_4xx_response type zone_level_access_identity_providers_add_an_access_identity_provider_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40820,8 +40820,8 @@ input zone_level_access_identity_providers_add_an_access_identity_provider_reque union zone_level_access_identity_providers_delete_an_access_identity_provider_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "identity_providers_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_identity_providers_delete_an_access_identity_provider_4xx_response") = identity_providers_components_schemas_single_response | zone_level_access_identity_providers_delete_an_access_identity_provider_4xx_response type zone_level_access_identity_providers_delete_an_access_identity_provider_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40830,8 +40830,8 @@ type zone_level_access_identity_providers_delete_an_access_identity_provider_4xx union zone_level_access_identity_providers_update_an_access_identity_provider_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "identity_providers_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_identity_providers_update_an_access_identity_provider_4xx_response") = identity_providers_components_schemas_single_response | zone_level_access_identity_providers_update_an_access_identity_provider_4xx_response type zone_level_access_identity_providers_update_an_access_identity_provider_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40850,8 +40850,8 @@ input zone_level_access_identity_providers_update_an_access_identity_provider_re union zone_level_zero_trust_organization_create_your_zero_trust_organization_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "organizations_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_zero_trust_organization_create_your_zero_trust_organization_4xx_response") = organizations_components_schemas_single_response | zone_level_zero_trust_organization_create_your_zero_trust_organization_4xx_response type zone_level_zero_trust_organization_create_your_zero_trust_organization_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40872,8 +40872,8 @@ input zone_level_zero_trust_organization_create_your_zero_trust_organization_req union zone_level_zero_trust_organization_update_your_zero_trust_organization_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "organizations_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_zero_trust_organization_update_your_zero_trust_organization_4xx_response") = organizations_components_schemas_single_response | zone_level_zero_trust_organization_update_your_zero_trust_organization_4xx_response type zone_level_zero_trust_organization_update_your_zero_trust_organization_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40897,8 +40897,8 @@ type zone_level_zero_trust_organization_revoke_all_access_tokens_for_a_user_4xx_ result: Void """Whether the API call was successful""" success: Boolean! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! } input zone_level_zero_trust_organization_revoke_all_access_tokens_for_a_user_request_Input { @@ -40909,8 +40909,8 @@ input zone_level_zero_trust_organization_revoke_all_access_tokens_for_a_user_req union zone_level_access_service_tokens_create_a_service_token_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "create_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_service_tokens_create_a_service_token_4xx_response") = create_response | zone_level_access_service_tokens_create_a_service_token_4xx_response type zone_level_access_service_tokens_create_a_service_token_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40924,8 +40924,8 @@ input zone_level_access_service_tokens_create_a_service_token_request_Input { union zone_level_access_service_tokens_delete_a_service_token_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "service_tokens_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_service_tokens_delete_a_service_token_4xx_response") = service_tokens_components_schemas_single_response | zone_level_access_service_tokens_delete_a_service_token_4xx_response type zone_level_access_service_tokens_delete_a_service_token_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40934,8 +40934,8 @@ type zone_level_access_service_tokens_delete_a_service_token_4xx_response { union zone_level_access_service_tokens_update_a_service_token_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "service_tokens_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_access_service_tokens_update_a_service_token_4xx_response") = service_tokens_components_schemas_single_response | zone_level_access_service_tokens_update_a_service_token_4xx_response type zone_level_access_service_tokens_update_a_service_token_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40949,8 +40949,8 @@ input zone_level_access_service_tokens_update_a_service_token_request_Input { union zone_zone_activation_check_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single_id") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_zone_activation_check_4xx_response") = api_response_single_id | zone_zone_activation_check_4xx_response type zone_zone_activation_check_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_ip_access_rules_for_an_account_delete_an_ip_access_rule_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40959,8 +40959,8 @@ type zone_zone_activation_check_4xx_response { union load_balancers_create_load_balancer_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "load_balancer_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "load_balancers_create_load_balancer_4xx_response") = load_balancer_components_schemas_single_response | load_balancers_create_load_balancer_4xx_response type load_balancers_create_load_balancer_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -40972,7 +40972,7 @@ input load_balancers_create_load_balancer_request_Input { """ A list of pool IDs ordered by their failover priority. Pools defined here are used by default, or when region_pools are not configured for a given region. """ - default_pools: [String]! + default_pools: [String!]! """Object description.""" description: String """The pool ID to use when all other pools are detected as unhealthy.""" @@ -40992,7 +40992,7 @@ input load_balancers_create_load_balancer_request_Input { """ BETA Field Not General Access: A list of rules for this load balancer to execute. """ - rules: [query_load_balancers_load_balancer_details_oneOf_0_allOf_1_result_rules_items_Input] + rules: [query_load_balancers_load_balancer_details_oneOf_0_allOf_1_result_rules_items_Input!] session_affinity: session_affinity = _QUOTATION_MARK__QUOTATION_MARK_ session_affinity_attributes: session_affinity_attributes_Input """ @@ -41009,8 +41009,8 @@ input load_balancers_create_load_balancer_request_Input { union zone_purge_files_by_cache_tags_COMMA__host_COMMA__or_prefix_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single_id") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_purge_files_by_cache_tags_COMMA__host_COMMA__or_prefix_4xx_response") = api_response_single_id | zone_purge_files_by_cache_tags_COMMA__host_COMMA__or_prefix_4xx_response type zone_purge_files_by_cache_tags_COMMA__host_COMMA__or_prefix_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_ip_access_rules_for_an_account_delete_an_ip_access_rule_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41020,30 +41020,30 @@ input purge_by_cache_tags_or_hosts_or_prefixes_Input { """ Any assets at URLs with a host that matches one of the provided values will be purged from the Cloudflare cache. """ - hosts: [String] + hosts: [String!] """ Any assets at URLs that match the prefix will be purged from the Cloudflare cache. For example, a.com/b will purge a.com/b/c/d.png but not a.com/bc.png. The prefixes a.com/b and a.com/b/c are redundant. """ - prefixes: [String] + prefixes: [String!] """ Any assets served with a Cache-Tag header that matches one of the provided values will be purged from the Cloudflare cache. """ - tags: [String] + tags: [String!] } union secondary_dns__secondary_zone_force_axfr_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "force_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__secondary_zone_force_axfr_4xx_response") = force_response | secondary_dns__secondary_zone_force_axfr_4xx_response type force_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type secondary_dns__secondary_zone_force_axfr_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41052,16 +41052,16 @@ type secondary_dns__secondary_zone_force_axfr_4xx_response { union secondary_dns__secondary_zone_delete_secondary_zone_configuration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__secondary_zone_delete_secondary_zone_configuration_4xx_response") = id_response | secondary_dns__secondary_zone_delete_secondary_zone_configuration_4xx_response type id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type secondary_dns__secondary_zone_delete_secondary_zone_configuration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41070,8 +41070,8 @@ type secondary_dns__secondary_zone_delete_secondary_zone_configuration_4xx_respo union secondary_dns__secondary_zone_create_secondary_zone_configuration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_response_incoming") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__secondary_zone_create_secondary_zone_configuration_4xx_response") = single_response_incoming | secondary_dns__secondary_zone_create_secondary_zone_configuration_4xx_response type secondary_dns__secondary_zone_create_secondary_zone_configuration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41087,14 +41087,14 @@ input dns_secondary_secondary_zone_Input { """Zone name.""" name: String! """A list of peer tags.""" - peers: [JSON]! + peers: [JSON!]! } union secondary_dns__secondary_zone_update_secondary_zone_configuration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_response_incoming") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__secondary_zone_update_secondary_zone_configuration_4xx_response") = single_response_incoming | secondary_dns__secondary_zone_update_secondary_zone_configuration_4xx_response type secondary_dns__secondary_zone_update_secondary_zone_configuration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41103,16 +41103,16 @@ type secondary_dns__secondary_zone_update_secondary_zone_configuration_4xx_respo union secondary_dns__primary_zone_delete_primary_zone_configuration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__primary_zone_delete_primary_zone_configuration_4xx_response") = schemas_id_response | secondary_dns__primary_zone_delete_primary_zone_configuration_4xx_response type schemas_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type secondary_dns__primary_zone_delete_primary_zone_configuration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41121,8 +41121,8 @@ type secondary_dns__primary_zone_delete_primary_zone_configuration_4xx_response union secondary_dns__primary_zone_create_primary_zone_configuration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_response_outgoing") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__primary_zone_create_primary_zone_configuration_4xx_response") = single_response_outgoing | secondary_dns__primary_zone_create_primary_zone_configuration_4xx_response type secondary_dns__primary_zone_create_primary_zone_configuration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41133,14 +41133,14 @@ input single_request_outgoing_Input { """Zone name.""" name: String! """A list of peer tags.""" - peers: [JSON]! + peers: [JSON!]! } union secondary_dns__primary_zone_update_primary_zone_configuration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "single_response_outgoing") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__primary_zone_update_primary_zone_configuration_4xx_response") = single_response_outgoing | secondary_dns__primary_zone_update_primary_zone_configuration_4xx_response type secondary_dns__primary_zone_update_primary_zone_configuration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41149,16 +41149,16 @@ type secondary_dns__primary_zone_update_primary_zone_configuration_4xx_response union secondary_dns__primary_zone_disable_outgoing_zone_transfers_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "disable_transfer_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__primary_zone_disable_outgoing_zone_transfers_4xx_response") = disable_transfer_response | secondary_dns__primary_zone_disable_outgoing_zone_transfers_4xx_response type disable_transfer_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type secondary_dns__primary_zone_disable_outgoing_zone_transfers_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41167,8 +41167,8 @@ type secondary_dns__primary_zone_disable_outgoing_zone_transfers_4xx_response { union secondary_dns__primary_zone_enable_outgoing_zone_transfers_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "enable_transfer_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__primary_zone_enable_outgoing_zone_transfers_4xx_response") = enable_transfer_response | secondary_dns__primary_zone_enable_outgoing_zone_transfers_4xx_response type secondary_dns__primary_zone_enable_outgoing_zone_transfers_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41177,16 +41177,16 @@ type secondary_dns__primary_zone_enable_outgoing_zone_transfers_4xx_response { union secondary_dns__primary_zone_force_dns_notify_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_force_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "secondary_dns__primary_zone_force_dns_notify_4xx_response") = schemas_force_response | secondary_dns__primary_zone_force_dns_notify_4xx_response type schemas_force_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type secondary_dns__primary_zone_force_dns_notify_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41195,16 +41195,16 @@ type secondary_dns__primary_zone_force_dns_notify_4xx_response { union analyze_certificate_analyze_certificate_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificate_analyze_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "analyze_certificate_analyze_certificate_4xx_response") = certificate_analyze_response | analyze_certificate_analyze_certificate_4xx_response type certificate_analyze_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type analyze_certificate_analyze_certificate_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41219,8 +41219,8 @@ input analyze_certificate_analyze_certificate_request_Input { union zone_subscription_create_zone_subscription_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_subscription_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_subscription_create_zone_subscription_4xx_response") = zone_subscription_response_single | zone_subscription_create_zone_subscription_4xx_response type zone_subscription_create_zone_subscription_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41229,8 +41229,8 @@ type zone_subscription_create_zone_subscription_4xx_response { union zone_subscription_update_zone_subscription_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_subscription_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_subscription_update_zone_subscription_4xx_response") = zone_subscription_response_single | zone_subscription_update_zone_subscription_4xx_response type zone_subscription_update_zone_subscription_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41239,8 +41239,8 @@ type zone_subscription_update_zone_subscription_4xx_response { union total_tls_enable_or_disable_total_tls_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "total_tls_settings_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "total_tls_enable_or_disable_total_tls_4xx_response") = total_tls_settings_response | total_tls_enable_or_disable_total_tls_4xx_response type total_tls_enable_or_disable_total_tls_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41265,8 +41265,8 @@ enum schemas_certificate_authority { union argo_smart_routing_patch_argo_smart_routing_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "argo_smart_routing_patch_argo_smart_routing_setting_4xx_response") = schemas_response_single | argo_smart_routing_patch_argo_smart_routing_setting_4xx_response type argo_smart_routing_patch_argo_smart_routing_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41286,16 +41286,16 @@ enum schemas_value { union zone_cache_settings_change_cache_reserve_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_cache_settings_change_cache_reserve_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_cache_settings_change_cache_reserve_setting_4xx_response") = zone_cache_settings_change_cache_reserve_setting_200_response | zone_cache_settings_change_cache_reserve_setting_4xx_response type zone_cache_settings_change_cache_reserve_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_cache_settings_change_cache_reserve_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41314,16 +41314,16 @@ enum cache_reserve_value { union zone_cache_settings_delete_variants_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_cache_settings_delete_variants_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_cache_settings_delete_variants_setting_4xx_response") = zone_cache_settings_delete_variants_setting_200_response | zone_cache_settings_delete_variants_setting_4xx_response type zone_cache_settings_delete_variants_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_cache_settings_delete_variants_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41332,16 +41332,16 @@ type zone_cache_settings_delete_variants_setting_4xx_response { union zone_cache_settings_change_variants_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_cache_settings_change_variants_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_cache_settings_change_variants_setting_4xx_response") = zone_cache_settings_change_variants_setting_200_response | zone_cache_settings_change_variants_setting_4xx_response type zone_cache_settings_change_variants_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_cache_settings_change_variants_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41356,54 +41356,54 @@ input variants_value_Input { """ List of strings with the MIME types of all the variants that should be served for avif. """ - avif: [JSON] + avif: [JSON!] """ List of strings with the MIME types of all the variants that should be served for bmp. """ - bmp: [JSON] + bmp: [JSON!] """ List of strings with the MIME types of all the variants that should be served for gif. """ - gif: [JSON] + gif: [JSON!] """ List of strings with the MIME types of all the variants that should be served for jp2. """ - jp2: [JSON] + jp2: [JSON!] """ List of strings with the MIME types of all the variants that should be served for jpeg. """ - jpeg: [JSON] + jpeg: [JSON!] """ List of strings with the MIME types of all the variants that should be served for jpg. """ - jpg: [JSON] + jpg: [JSON!] """ List of strings with the MIME types of all the variants that should be served for jpg2. """ - jpg2: [JSON] + jpg2: [JSON!] """ List of strings with the MIME types of all the variants that should be served for png. """ - png: [JSON] + png: [JSON!] """ List of strings with the MIME types of all the variants that should be served for tif. """ - tif: [JSON] + tif: [JSON!] """ List of strings with the MIME types of all the variants that should be served for tiff. """ - tiff: [JSON] + tiff: [JSON!] """ List of strings with the MIME types of all the variants that should be served for webp. """ - webp: [JSON] + webp: [JSON!] } union custom_ssl_for_a_zone_create_ssl_configuration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificate_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "custom_ssl_for_a_zone_create_ssl_configuration_4xx_response") = certificate_response_single | custom_ssl_for_a_zone_create_ssl_configuration_4xx_response type custom_ssl_for_a_zone_create_ssl_configuration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41441,9 +41441,9 @@ enum custom_certificate_components_schemas_type { union custom_ssl_for_a_zone_re_prioritize_ssl_certificates_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificate_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "custom_ssl_for_a_zone_re_prioritize_ssl_certificates_4xx_response") = certificate_response_collection | custom_ssl_for_a_zone_re_prioritize_ssl_certificates_4xx_response type custom_ssl_for_a_zone_re_prioritize_ssl_certificates_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [custom_certificate] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [custom_certificate!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -41451,7 +41451,7 @@ type custom_ssl_for_a_zone_re_prioritize_ssl_certificates_4xx_response { input custom_ssl_for_a_zone_re_prioritize_ssl_certificates_request_Input { """Array of ordered certificates.""" - certificates: [mutationInput_custom_ssl_for_a_zone_re_prioritize_ssl_certificates_input_certificates_items_Input]! + certificates: [mutationInput_custom_ssl_for_a_zone_re_prioritize_ssl_certificates_input_certificates_items_Input!]! } input mutationInput_custom_ssl_for_a_zone_re_prioritize_ssl_certificates_input_certificates_items_Input { @@ -41466,16 +41466,16 @@ input mutationInput_custom_ssl_for_a_zone_re_prioritize_ssl_certificates_input_c union custom_ssl_for_a_zone_delete_ssl_configuration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificate_response_id_only") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "custom_ssl_for_a_zone_delete_ssl_configuration_4xx_response") = certificate_response_id_only | custom_ssl_for_a_zone_delete_ssl_configuration_4xx_response type certificate_response_id_only { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type custom_ssl_for_a_zone_delete_ssl_configuration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41484,8 +41484,8 @@ type custom_ssl_for_a_zone_delete_ssl_configuration_4xx_response { union custom_ssl_for_a_zone_edit_ssl_configuration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificate_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "custom_ssl_for_a_zone_edit_ssl_configuration_4xx_response") = certificate_response_single | custom_ssl_for_a_zone_edit_ssl_configuration_4xx_response type custom_ssl_for_a_zone_edit_ssl_configuration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41507,8 +41507,8 @@ input custom_ssl_for_a_zone_edit_ssl_configuration_request_Input { union custom_hostname_for_a_zone_create_custom_hostname_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "custom_hostname_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "custom_hostname_for_a_zone_create_custom_hostname_4xx_response") = custom_hostname_response_single | custom_hostname_for_a_zone_create_custom_hostname_4xx_response type custom_hostname_for_a_zone_create_custom_hostname_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41554,7 +41554,7 @@ input sslsettings_Input { """ An allowlist of ciphers for TLS termination. These ciphers must be in the BoringSSL format. """ - ciphers: [String] + ciphers: [String!] early_hints: query_custom_hostname_for_a_zone_list_custom_hostnames_oneOf_0_allOf_1_result_items_allOf_0_ssl_settings_early_hints http2: query_custom_hostname_for_a_zone_list_custom_hostnames_oneOf_0_allOf_1_result_items_allOf_0_ssl_settings_http2 min_tls_version: query_custom_hostname_for_a_zone_list_custom_hostnames_oneOf_0_allOf_1_result_items_allOf_0_ssl_settings_min_tls_version @@ -41564,8 +41564,8 @@ input sslsettings_Input { union custom_hostname_fallback_origin_for_a_zone_delete_fallback_origin_for_custom_hostnames_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "fallback_origin_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "custom_hostname_fallback_origin_for_a_zone_delete_fallback_origin_for_custom_hostnames_4xx_response") = fallback_origin_response | custom_hostname_fallback_origin_for_a_zone_delete_fallback_origin_for_custom_hostnames_4xx_response type custom_hostname_fallback_origin_for_a_zone_delete_fallback_origin_for_custom_hostnames_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41574,8 +41574,8 @@ type custom_hostname_fallback_origin_for_a_zone_delete_fallback_origin_for_custo union custom_hostname_fallback_origin_for_a_zone_update_fallback_origin_for_custom_hostnames_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "fallback_origin_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "custom_hostname_fallback_origin_for_a_zone_update_fallback_origin_for_custom_hostnames_4xx_response") = fallback_origin_response | custom_hostname_fallback_origin_for_a_zone_update_fallback_origin_for_custom_hostnames_4xx_response type custom_hostname_fallback_origin_for_a_zone_update_fallback_origin_for_custom_hostnames_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41603,8 +41603,8 @@ type custom_hostname_for_a_zone_delete_custom_hostname__and_any_issued_ssl_certi type custom_hostname_for_a_zone_delete_custom_hostname__and_any_issued_ssl_certificates_4xx_response { """Custom hostname identifier tag.""" id: custom_hostname_components_schemas_identifier! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -41613,8 +41613,8 @@ type custom_hostname_for_a_zone_delete_custom_hostname__and_any_issued_ssl_certi union custom_hostname_for_a_zone_edit_custom_hostname_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "custom_hostname_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "custom_hostname_for_a_zone_edit_custom_hostname_4xx_response") = custom_hostname_response_single | custom_hostname_for_a_zone_edit_custom_hostname_4xx_response type custom_hostname_for_a_zone_edit_custom_hostname_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41642,9 +41642,9 @@ input custom_metadata_Input { union account_level_custom_nameservers_usage_for_a_zone_set_account_custom_nameserver_related_zone_metadata_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "empty_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "account_level_custom_nameservers_usage_for_a_zone_set_account_custom_nameserver_related_zone_metadata_4xx_response") = empty_response | account_level_custom_nameservers_usage_for_a_zone_set_account_custom_nameserver_related_zone_metadata_4xx_response type account_level_custom_nameservers_usage_for_a_zone_set_account_custom_nameserver_related_zone_metadata_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [JSON] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [JSON!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -41658,8 +41658,8 @@ input zone_metadata_Input { union custom_pages_for_a_zone_update_a_custom_page_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "custom_pages_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "custom_pages_for_a_zone_update_a_custom_page_4xx_response") = custom_pages_response_single | custom_pages_for_a_zone_update_a_custom_page_4xx_response type custom_pages_for_a_zone_update_a_custom_page_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41680,8 +41680,8 @@ enum schemas_state { union dns_records_for_a_zone_create_dns_record_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dns_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_records_for_a_zone_create_dns_record_4xx_response") = dns_response_single | dns_records_for_a_zone_create_dns_record_4xx_response type dns_records_for_a_zone_create_dns_record_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41732,8 +41732,8 @@ enum dns_record_components_schemas_type { union dns_records_for_a_zone_import_dns_records_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dns_response_import_scan") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_records_for_a_zone_import_dns_records_4xx_response") = dns_response_import_scan | dns_records_for_a_zone_import_dns_records_4xx_response type dns_response_import_scan { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41750,8 +41750,8 @@ type mutation_dns_records_for_a_zone_import_dns_records_oneOf_0_allOf_1_timing { } type dns_records_for_a_zone_import_dns_records_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41770,8 +41770,8 @@ input dns_records_for_a_zone_import_dns_records_request_Input { union dns_records_for_a_zone_scan_dns_records_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dns_response_import_scan") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_records_for_a_zone_scan_dns_records_4xx_response") = dns_response_import_scan | dns_records_for_a_zone_scan_dns_records_4xx_response type dns_records_for_a_zone_scan_dns_records_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41791,8 +41791,8 @@ type mutation_dns_records_for_a_zone_delete_dns_record_oneOf_0_result { type dns_records_for_a_zone_delete_dns_record_4xx_response { result: mutation_dns_records_for_a_zone_delete_dns_record_oneOf_1_allOf_0_result - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """Whether the API call was successful""" success: Boolean! } @@ -41805,8 +41805,8 @@ type mutation_dns_records_for_a_zone_delete_dns_record_oneOf_1_allOf_0_result { union dns_records_for_a_zone_patch_dns_record_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dns_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_records_for_a_zone_patch_dns_record_4xx_response") = dns_response_single | dns_records_for_a_zone_patch_dns_record_4xx_response type dns_records_for_a_zone_patch_dns_record_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41831,8 +41831,8 @@ input dns_records_for_a_zone_patch_dns_record_request_Input { union dns_records_for_a_zone_update_dns_record_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dns_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dns_records_for_a_zone_update_dns_record_4xx_response") = dns_response_single | dns_records_for_a_zone_update_dns_record_4xx_response type dns_records_for_a_zone_update_dns_record_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41857,16 +41857,16 @@ input dns_records_for_a_zone_update_dns_record_request_Input { union dnssec_delete_dnssec_records_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "delete_dnssec_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dnssec_delete_dnssec_records_4xx_response") = delete_dnssec_response_single | dnssec_delete_dnssec_records_4xx_response type delete_dnssec_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type dnssec_delete_dnssec_records_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41875,8 +41875,8 @@ type dnssec_delete_dnssec_records_4xx_response { union dnssec_edit_dnssec_status_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "dnssec_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "dnssec_edit_dnssec_status_4xx_response") = dnssec_response_single | dnssec_edit_dnssec_status_4xx_response type dnssec_edit_dnssec_status_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41897,8 +41897,8 @@ enum mutationInput_dnssec_edit_dnssec_status_input_status { union email_routing_settings_disable_email_routing_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "email_settings_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "email_routing_settings_disable_email_routing_4xx_response") = email_settings_response_single | email_routing_settings_disable_email_routing_4xx_response type email_routing_settings_disable_email_routing_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41907,8 +41907,8 @@ type email_routing_settings_disable_email_routing_4xx_response { union email_routing_settings_enable_email_routing_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "email_settings_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "email_routing_settings_enable_email_routing_4xx_response") = email_settings_response_single | email_routing_settings_enable_email_routing_4xx_response type email_routing_settings_enable_email_routing_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41917,8 +41917,8 @@ type email_routing_settings_enable_email_routing_4xx_response { union email_routing_routing_rules_create_routing_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rule_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "email_routing_routing_rules_create_routing_rule_4xx_response") = rule_response_single | email_routing_routing_rules_create_routing_rule_4xx_response type email_routing_routing_rules_create_routing_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -41926,11 +41926,11 @@ type email_routing_routing_rules_create_routing_rule_4xx_response { input create_rule_properties_Input { """List actions patterns.""" - actions: [schemas_action_Input]! + actions: [schemas_action_Input!]! """Routing rule status.""" enabled: Boolean = true """Matching patterns to forward to your actions.""" - matchers: [matcher_Input]! + matchers: [matcher_Input!]! """Routing rule name.""" name: rules_components_schemas_name """Priority of the routing rule.""" @@ -41940,7 +41940,7 @@ input create_rule_properties_Input { """Actions pattern.""" input schemas_action_Input { type: query_email_routing_routing_rules_list_routing_rules_oneOf_0_allOf_1_result_items_allOf_0_actions_items_type! - value: [EmailAddress]! + value: [EmailAddress!]! } """Matching pattern to forward your actions.""" @@ -41955,17 +41955,17 @@ union email_routing_routing_rules_update_catch_all_rule_response @statusCodeType type email_routing_routing_rules_update_catch_all_rule_4xx_response { """List actions for the catch-all routing rule.""" - actions: [catchall_action] + actions: [catchall_action!] """Routing rule status.""" enabled: Boolean """List of matchers for the catch-all routing rule.""" - matchers: [catchall_matcher] + matchers: [catchall_matcher!] """Routing rule name.""" name: rules_components_schemas_name """Routing rule identifier.""" tag: rule_identifier! - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -41973,11 +41973,11 @@ type email_routing_routing_rules_update_catch_all_rule_4xx_response { input update_catch_all_rule_properties_Input { """List actions for the catch-all routing rule.""" - actions: [catchall_action_Input]! + actions: [catchall_action_Input!]! """Routing rule status.""" enabled: Boolean = true """List of matchers for the catch-all routing rule.""" - matchers: [catchall_matcher_Input]! + matchers: [catchall_matcher_Input!]! """Routing rule name.""" name: rules_components_schemas_name } @@ -41985,7 +41985,7 @@ input update_catch_all_rule_properties_Input { """Action for the catch-all routing rule.""" input catchall_action_Input { type: query_email_routing_routing_rules_get_catch_all_rule_oneOf_0_actions_items_type! - value: [EmailAddress] + value: [EmailAddress!] } """Matcher for catch-all routing rule.""" @@ -41996,8 +41996,8 @@ input catchall_matcher_Input { union email_routing_routing_rules_delete_routing_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rule_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "email_routing_routing_rules_delete_routing_rule_4xx_response") = rule_response_single | email_routing_routing_rules_delete_routing_rule_4xx_response type email_routing_routing_rules_delete_routing_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42006,8 +42006,8 @@ type email_routing_routing_rules_delete_routing_rule_4xx_response { union email_routing_routing_rules_update_routing_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rule_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "email_routing_routing_rules_update_routing_rule_4xx_response") = rule_response_single | email_routing_routing_rules_update_routing_rule_4xx_response type email_routing_routing_rules_update_routing_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42015,11 +42015,11 @@ type email_routing_routing_rules_update_routing_rule_4xx_response { input update_rule_properties_Input { """List actions patterns.""" - actions: [schemas_action_Input]! + actions: [schemas_action_Input!]! """Routing rule status.""" enabled: Boolean = true """Matching patterns to forward to your actions.""" - matchers: [matcher_Input]! + matchers: [matcher_Input!]! """Routing rule name.""" name: rules_components_schemas_name """Priority of the routing rule.""" @@ -42029,9 +42029,9 @@ input update_rule_properties_Input { union filters_delete_filters_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "filter_delete_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "filters_delete_filters_4xx_response") = filter_delete_response_collection | filters_delete_filters_4xx_response type filter_delete_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [mutation_filters_delete_filters_oneOf_0_allOf_1_result_items] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [mutation_filters_delete_filters_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -42054,9 +42054,9 @@ type mutation_filters_delete_filters_oneOf_0_allOf_1_result_items { } type filters_delete_filters_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [mutation_filters_delete_filters_oneOf_0_allOf_1_result_items] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [mutation_filters_delete_filters_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -42070,9 +42070,9 @@ input filters_delete_filters_request_Input { union filters_create_filters_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_filter_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "filters_create_filters_4xx_response") = schemas_filter_response_collection | filters_create_filters_4xx_response type filters_create_filters_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_filters_list_filters_oneOf_0_allOf_1_result_items] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_filters_list_filters_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -42085,9 +42085,9 @@ input filters_create_filters_request_Input { union filters_update_filters_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_filter_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "filters_update_filters_4xx_response") = schemas_filter_response_collection | filters_update_filters_4xx_response type filters_update_filters_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_filters_list_filters_oneOf_0_allOf_1_result_items] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_filters_list_filters_oneOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -42100,8 +42100,8 @@ input filters_update_filters_request_Input { union filters_delete_a_filter_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "filter_delete_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "filters_delete_a_filter_4xx_response") = filter_delete_response_single | filters_delete_a_filter_4xx_response type filter_delete_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_filters_delete_a_filter_oneOf_0_allOf_1_result! """Whether the API call was successful""" success: Boolean! @@ -42124,8 +42124,8 @@ type mutation_filters_delete_a_filter_oneOf_0_allOf_1_result { } type filters_delete_a_filter_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_filters_delete_a_filter_oneOf_0_allOf_1_result! """Whether the API call was successful""" success: Boolean! @@ -42134,8 +42134,8 @@ type filters_delete_a_filter_4xx_response { union filters_update_a_filter_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_filter_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "filters_update_a_filter_4xx_response") = schemas_filter_response_single | filters_update_a_filter_4xx_response type filters_update_a_filter_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_filters_get_a_filter_oneOf_0_allOf_1_result! """Whether the API call was successful""" success: Boolean! @@ -42148,8 +42148,8 @@ input filters_update_a_filter_request_Input { union zone_lockdown_create_a_zone_lockdown_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zonelockdown_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_lockdown_create_a_zone_lockdown_rule_4xx_response") = zonelockdown_response_single | zone_lockdown_create_a_zone_lockdown_rule_4xx_response type zone_lockdown_create_a_zone_lockdown_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: zonelockdown! """Whether the API call was successful""" success: Boolean! @@ -42173,8 +42173,8 @@ type mutation_zone_lockdown_delete_a_zone_lockdown_rule_oneOf_0_result { type zone_lockdown_delete_a_zone_lockdown_rule_4xx_response { result: mutation_zone_lockdown_delete_a_zone_lockdown_rule_oneOf_1_allOf_0_result - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """Whether the API call was successful""" success: Boolean! } @@ -42187,8 +42187,8 @@ type mutation_zone_lockdown_delete_a_zone_lockdown_rule_oneOf_1_allOf_0_result { union zone_lockdown_update_a_zone_lockdown_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zonelockdown_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_lockdown_update_a_zone_lockdown_rule_4xx_response") = zonelockdown_response_single | zone_lockdown_update_a_zone_lockdown_rule_4xx_response type zone_lockdown_update_a_zone_lockdown_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: zonelockdown! """Whether the API call was successful""" success: Boolean! @@ -42202,9 +42202,9 @@ input zone_lockdown_update_a_zone_lockdown_rule_request_Input { union firewall_rules_delete_firewall_rules_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "filter_rules_response_collection_delete") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "firewall_rules_delete_firewall_rules_4xx_response") = filter_rules_response_collection_delete | firewall_rules_delete_firewall_rules_4xx_response type filter_rules_response_collection_delete { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [mutation_firewall_rules_delete_firewall_rules_oneOf_0_allOf_1_result_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [mutation_firewall_rules_delete_firewall_rules_oneOf_0_allOf_1_result_items!]! """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -42222,7 +42222,7 @@ type mutation_firewall_rules_delete_firewall_rules_oneOf_0_allOf_1_result_items The priority of the rule. Optional value used to define the processing order. A lower number indicates a higher priority. If not provided, rules with a defined priority will be processed before rules without a priority. """ priority: NonNegativeFloat - products: [query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items_allOf_0_allOf_0_products_items] + products: [query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items_allOf_0_allOf_0_products_items!] """A short reference tag. Allows you to select related firewall rules.""" ref: ref filter: query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items_allOf_0_allOf_1_filter @@ -42230,9 +42230,9 @@ type mutation_firewall_rules_delete_firewall_rules_oneOf_0_allOf_1_result_items } type firewall_rules_delete_firewall_rules_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [mutation_firewall_rules_delete_firewall_rules_oneOf_0_allOf_1_result_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [mutation_firewall_rules_delete_firewall_rules_oneOf_0_allOf_1_result_items!]! """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -42246,9 +42246,9 @@ input firewall_rules_delete_firewall_rules_request_Input { union firewall_rules_update_priority_of_firewall_rules_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "filter_rules_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "firewall_rules_update_priority_of_firewall_rules_4xx_response") = filter_rules_response_collection | firewall_rules_update_priority_of_firewall_rules_4xx_response type firewall_rules_update_priority_of_firewall_rules_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items!]! """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -42261,9 +42261,9 @@ input firewall_rules_update_priority_of_firewall_rules_request_Input { union firewall_rules_create_firewall_rules_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "filter_rules_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "firewall_rules_create_firewall_rules_4xx_response") = filter_rules_response_collection | firewall_rules_create_firewall_rules_4xx_response type firewall_rules_create_firewall_rules_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items!]! """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -42277,9 +42277,9 @@ input firewall_rules_create_firewall_rules_request_Input { union firewall_rules_update_firewall_rules_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "filter_rules_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "firewall_rules_update_firewall_rules_4xx_response") = filter_rules_response_collection | firewall_rules_update_firewall_rules_4xx_response type firewall_rules_update_firewall_rules_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items!]! """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -42292,8 +42292,8 @@ input firewall_rules_update_firewall_rules_request_Input { union firewall_rules_delete_a_firewall_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "filter_rules_single_response_delete") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "firewall_rules_delete_a_firewall_rule_4xx_response") = filter_rules_single_response_delete | firewall_rules_delete_a_firewall_rule_4xx_response type filter_rules_single_response_delete { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_firewall_rules_delete_a_firewall_rule_oneOf_0_allOf_1_result! """Whether the API call was successful""" success: Boolean! @@ -42311,7 +42311,7 @@ type mutation_firewall_rules_delete_a_firewall_rule_oneOf_0_allOf_1_result { The priority of the rule. Optional value used to define the processing order. A lower number indicates a higher priority. If not provided, rules with a defined priority will be processed before rules without a priority. """ priority: NonNegativeFloat - products: [query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items_allOf_0_allOf_0_products_items] + products: [query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items_allOf_0_allOf_0_products_items!] """A short reference tag. Allows you to select related firewall rules.""" ref: ref filter: query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items_allOf_0_allOf_1_filter @@ -42319,8 +42319,8 @@ type mutation_firewall_rules_delete_a_firewall_rule_oneOf_0_allOf_1_result { } type firewall_rules_delete_a_firewall_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_firewall_rules_delete_a_firewall_rule_oneOf_0_allOf_1_result! """Whether the API call was successful""" success: Boolean! @@ -42336,9 +42336,9 @@ input firewall_rules_delete_a_firewall_rule_request_Input { union firewall_rules_update_priority_of_a_firewall_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "filter_rules_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "firewall_rules_update_priority_of_a_firewall_rule_4xx_response") = filter_rules_response_collection | firewall_rules_update_priority_of_a_firewall_rule_4xx_response type firewall_rules_update_priority_of_a_firewall_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_firewall_rules_list_firewall_rules_oneOf_0_allOf_1_result_items!]! """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -42351,8 +42351,8 @@ input firewall_rules_update_priority_of_a_firewall_rule_request_Input { union firewall_rules_update_a_firewall_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "filter_rules_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "firewall_rules_update_a_firewall_rule_4xx_response") = filter_rules_single_response | firewall_rules_update_a_firewall_rule_4xx_response type firewall_rules_update_a_firewall_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_firewall_rules_get_a_firewall_rule_oneOf_0_allOf_1_result! """Whether the API call was successful""" success: Boolean! @@ -42367,8 +42367,8 @@ input firewall_rules_update_a_firewall_rule_request_Input { union user_agent_blocking_rules_create_a_user_agent_blocking_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "firewalluablock_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_agent_blocking_rules_create_a_user_agent_blocking_rule_4xx_response") = firewalluablock_response_single | user_agent_blocking_rules_create_a_user_agent_blocking_rule_4xx_response type user_agent_blocking_rules_create_a_user_agent_blocking_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42382,16 +42382,16 @@ input user_agent_blocking_rules_create_a_user_agent_blocking_rule_request_Input union user_agent_blocking_rules_delete_a_user_agent_blocking_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "user_agent_blocking_rules_delete_a_user_agent_blocking_rule_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_agent_blocking_rules_delete_a_user_agent_blocking_rule_4xx_response") = user_agent_blocking_rules_delete_a_user_agent_blocking_rule_200_response | user_agent_blocking_rules_delete_a_user_agent_blocking_rule_4xx_response type user_agent_blocking_rules_delete_a_user_agent_blocking_rule_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type user_agent_blocking_rules_delete_a_user_agent_blocking_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42400,8 +42400,8 @@ type user_agent_blocking_rules_delete_a_user_agent_blocking_rule_4xx_response { union user_agent_blocking_rules_update_a_user_agent_blocking_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "firewalluablock_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "user_agent_blocking_rules_update_a_user_agent_blocking_rule_4xx_response") = firewalluablock_response_single | user_agent_blocking_rules_update_a_user_agent_blocking_rule_4xx_response type user_agent_blocking_rules_update_a_user_agent_blocking_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42416,8 +42416,8 @@ input user_agent_blocking_rules_update_a_user_agent_blocking_rule_request_Input union waf_overrides_create_a_waf_override_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "override_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waf_overrides_create_a_waf_override_4xx_response") = override_response_single | waf_overrides_create_a_waf_override_4xx_response type waf_overrides_create_a_waf_override_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: override! """Whether the API call was successful""" success: Boolean! @@ -42440,8 +42440,8 @@ type mutation_waf_overrides_delete_a_waf_override_oneOf_0_result { type waf_overrides_delete_a_waf_override_4xx_response { result: mutation_waf_overrides_delete_a_waf_override_oneOf_1_allOf_0_result - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! """Whether the API call was successful""" success: Boolean! } @@ -42454,8 +42454,8 @@ type mutation_waf_overrides_delete_a_waf_override_oneOf_1_allOf_0_result { union waf_overrides_update_waf_override_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "override_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waf_overrides_update_waf_override_4xx_response") = override_response_single | waf_overrides_update_waf_override_4xx_response type waf_overrides_update_waf_override_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: override! """Whether the API call was successful""" success: Boolean! @@ -42471,16 +42471,16 @@ input waf_overrides_update_waf_override_request_Input { union waf_packages_update_a_waf_package_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "waf_packages_update_a_waf_package_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waf_packages_update_a_waf_package_4xx_response") = waf_packages_update_a_waf_package_200_response | waf_packages_update_a_waf_package_4xx_response type waf_packages_update_a_waf_package_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Anomaly_detection_WAF_package_OWASP """Whether the API call was successful""" success: Boolean! } type waf_packages_update_a_waf_package_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Anomaly_detection_WAF_package_OWASP """Whether the API call was successful""" success: Boolean! @@ -42494,8 +42494,8 @@ input waf_packages_update_a_waf_package_request_Input { union waf_rule_groups_update_a_waf_rule_group_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rule_group_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waf_rule_groups_update_a_waf_rule_group_4xx_response") = rule_group_response_single | waf_rule_groups_update_a_waf_rule_group_4xx_response type waf_rule_groups_update_a_waf_rule_group_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42508,8 +42508,8 @@ input waf_rule_groups_update_a_waf_rule_group_request_Input { union health_checks_create_health_check_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "healthchecks_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "health_checks_create_health_check_4xx_response") = healthchecks_components_schemas_single_response | health_checks_create_health_check_4xx_response type health_checks_create_health_check_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42523,7 +42523,7 @@ input query_healthcheck_Input { """ A list of regions from which to run health checks. Null means Cloudflare will pick a default region. """ - check_regions: [query_health_checks_list_health_checks_oneOf_0_allOf_1_result_items_check_regions_items] + check_regions: [query_health_checks_list_health_checks_oneOf_0_allOf_1_result_items_check_regions_items!] """ The number of consecutive fails required from a health check before changing the health to unhealthy. """ @@ -42569,7 +42569,7 @@ input http_config_Input { """ The expected HTTP response codes (e.g. "200") or code ranges (e.g. "2xx" for all codes starting with 2) of the health check. """ - expected_codes: [String] = ["200"] + expected_codes: [String!] = ["200"] """Follow redirects if the origin returns a 3xx status code.""" follow_redirects: Boolean header: query_health_checks_list_health_checks_oneOf_0_allOf_1_result_items_http_config_header_Input @@ -42586,8 +42586,8 @@ input http_config_Input { The HTTP request headers to send in the health check. It is recommended you set a Host header by default. The User-Agent header cannot be overridden. """ input query_health_checks_list_health_checks_oneOf_0_allOf_1_result_items_http_config_header_Input { - Host: [String] - X_App_ID: [String] @resolveRootField(subgraph: "CloudFlare", field: "X-App-ID") + Host: [String!] + X_App_ID: [String!] @resolveRootField(subgraph: "CloudFlare", field: "X-App-ID") } """Parameters specific to TCP health check.""" @@ -42600,8 +42600,8 @@ input tcp_config_Input { union health_checks_create_preview_health_check_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "healthchecks_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "health_checks_create_preview_health_check_4xx_response") = healthchecks_components_schemas_single_response | health_checks_create_preview_health_check_4xx_response type health_checks_create_preview_health_check_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42610,16 +42610,16 @@ type health_checks_create_preview_health_check_4xx_response { union health_checks_delete_preview_health_check_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "healthchecks_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "health_checks_delete_preview_health_check_4xx_response") = healthchecks_components_schemas_id_response | health_checks_delete_preview_health_check_4xx_response type healthchecks_components_schemas_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type health_checks_delete_preview_health_check_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42628,8 +42628,8 @@ type health_checks_delete_preview_health_check_4xx_response { union health_checks_delete_health_check_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "healthchecks_components_schemas_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "health_checks_delete_health_check_4xx_response") = healthchecks_components_schemas_id_response | health_checks_delete_health_check_4xx_response type health_checks_delete_health_check_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42638,8 +42638,8 @@ type health_checks_delete_health_check_4xx_response { union health_checks_patch_health_check_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "healthchecks_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "health_checks_patch_health_check_4xx_response") = healthchecks_components_schemas_single_response | health_checks_patch_health_check_4xx_response type health_checks_patch_health_check_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42648,8 +42648,8 @@ type health_checks_patch_health_check_4xx_response { union health_checks_update_health_check_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "healthchecks_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "health_checks_update_health_check_4xx_response") = healthchecks_components_schemas_single_response | health_checks_update_health_check_4xx_response type health_checks_update_health_check_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42658,8 +42658,8 @@ type health_checks_update_health_check_4xx_response { union keyless_ssl_for_a_zone_create_keyless_ssl_configuration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "keyless_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "keyless_ssl_for_a_zone_create_keyless_ssl_configuration_4xx_response") = keyless_response_single | keyless_ssl_for_a_zone_create_keyless_ssl_configuration_4xx_response type keyless_ssl_for_a_zone_create_keyless_ssl_configuration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42682,16 +42682,16 @@ input keyless_ssl_for_a_zone_create_keyless_ssl_configuration_request_Input { union keyless_ssl_for_a_zone_delete_keyless_ssl_configuration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "keyless_response_single_id") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "keyless_ssl_for_a_zone_delete_keyless_ssl_configuration_4xx_response") = keyless_response_single_id | keyless_ssl_for_a_zone_delete_keyless_ssl_configuration_4xx_response type keyless_response_single_id { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type keyless_ssl_for_a_zone_delete_keyless_ssl_configuration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42700,8 +42700,8 @@ type keyless_ssl_for_a_zone_delete_keyless_ssl_configuration_4xx_response { union keyless_ssl_for_a_zone_edit_keyless_ssl_configuration_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "keyless_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "keyless_ssl_for_a_zone_edit_keyless_ssl_configuration_4xx_response") = keyless_response_single | keyless_ssl_for_a_zone_edit_keyless_ssl_configuration_4xx_response type keyless_ssl_for_a_zone_edit_keyless_ssl_configuration_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42723,8 +42723,8 @@ input keyless_ssl_for_a_zone_edit_keyless_ssl_configuration_request_Input { union logpush_jobs_create_logpush_job_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "logpush_job_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "logpush_jobs_create_logpush_job_4xx_response") = logpush_job_response_single | logpush_jobs_create_logpush_job_4xx_response type logpush_jobs_create_logpush_job_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42765,16 +42765,16 @@ scalar ownership_challenge @regexp(subgraph: "CloudFlare", pattern: "^[a-zA-Z0-9 union logpush_jobs_delete_logpush_job_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "logpush_jobs_delete_logpush_job_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "logpush_jobs_delete_logpush_job_4xx_response") = logpush_jobs_delete_logpush_job_200_response | logpush_jobs_delete_logpush_job_4xx_response type logpush_jobs_delete_logpush_job_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_accounts_list_accounts_oneOf_0_anyOf_0_result! """Whether the API call was successful""" success: Boolean! } type logpush_jobs_delete_logpush_job_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_accounts_list_accounts_oneOf_0_anyOf_0_result! """Whether the API call was successful""" success: Boolean! @@ -42783,8 +42783,8 @@ type logpush_jobs_delete_logpush_job_4xx_response { union logpush_jobs_update_logpush_job_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "logpush_job_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "logpush_jobs_update_logpush_job_4xx_response") = logpush_job_response_single | logpush_jobs_update_logpush_job_4xx_response type logpush_jobs_update_logpush_job_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42808,8 +42808,8 @@ input logpush_jobs_update_logpush_job_request_Input { union logpush_jobs_get_ownership_challenge_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "get_ownership_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "logpush_jobs_get_ownership_challenge_4xx_response") = get_ownership_response | logpush_jobs_get_ownership_challenge_4xx_response type get_ownership_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_logpush_jobs_get_ownership_challenge_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42822,8 +42822,8 @@ type mutation_logpush_jobs_get_ownership_challenge_oneOf_0_allOf_1_result { } type logpush_jobs_get_ownership_challenge_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_logpush_jobs_get_ownership_challenge_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42839,8 +42839,8 @@ input logpush_jobs_get_ownership_challenge_request_Input { union logpush_jobs_validate_ownership_challenge_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "validate_ownership_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "logpush_jobs_validate_ownership_challenge_4xx_response") = validate_ownership_response | logpush_jobs_validate_ownership_challenge_4xx_response type validate_ownership_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_logpush_jobs_validate_ownership_challenge_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42851,8 +42851,8 @@ type mutation_logpush_jobs_validate_ownership_challenge_oneOf_0_allOf_1_result { } type logpush_jobs_validate_ownership_challenge_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_logpush_jobs_validate_ownership_challenge_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42869,8 +42869,8 @@ input logpush_jobs_validate_ownership_challenge_request_Input { union logpush_jobs_check_destination_exists_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "destination_exists_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "logpush_jobs_check_destination_exists_4xx_response") = destination_exists_response | logpush_jobs_check_destination_exists_4xx_response type destination_exists_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_logpush_jobs_check_destination_exists_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42881,8 +42881,8 @@ type mutation_logpush_jobs_check_destination_exists_oneOf_0_allOf_1_result { } type logpush_jobs_check_destination_exists_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_logpush_jobs_check_destination_exists_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42898,8 +42898,8 @@ input logpush_jobs_check_destination_exists_request_Input { union logpush_jobs_validate_origin_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "validate_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "logpush_jobs_validate_origin_4xx_response") = validate_response | logpush_jobs_validate_origin_4xx_response type validate_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_logpush_jobs_validate_origin_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42911,8 +42911,8 @@ type mutation_logpush_jobs_validate_origin_oneOf_0_allOf_1_result { } type logpush_jobs_validate_origin_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_logpush_jobs_validate_origin_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42928,8 +42928,8 @@ input logpush_jobs_validate_origin_request_Input { union logs_received_update_log_retention_flag_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "flag_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "logs_received_update_log_retention_flag_4xx_response") = flag_response | logs_received_update_log_retention_flag_4xx_response type logs_received_update_log_retention_flag_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42943,8 +42943,8 @@ input logs_received_update_log_retention_flag_request_Input { union zone_level_authenticated_origin_pulls_upload_certificate_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificate_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_authenticated_origin_pulls_upload_certificate_4xx_response") = certificate_response_single | zone_level_authenticated_origin_pulls_upload_certificate_4xx_response type zone_level_authenticated_origin_pulls_upload_certificate_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -42960,25 +42960,25 @@ input zone_level_authenticated_origin_pulls_upload_certificate_request_Input { union per_hostname_authenticated_origin_pull_enable_or_disable_a_hostname_for_client_authentication_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "hostname_aop_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "per_hostname_authenticated_origin_pull_enable_or_disable_a_hostname_for_client_authentication_4xx_response") = hostname_aop_response_collection | per_hostname_authenticated_origin_pull_enable_or_disable_a_hostname_for_client_authentication_4xx_response type hostname_aop_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [hostname_authenticated_origin_pull] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [hostname_authenticated_origin_pull!] """Whether the API call was successful""" success: Boolean! result_info: result_info } type per_hostname_authenticated_origin_pull_enable_or_disable_a_hostname_for_client_authentication_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [hostname_authenticated_origin_pull] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [hostname_authenticated_origin_pull!] """Whether the API call was successful""" success: Boolean! result_info: result_info } input per_hostname_authenticated_origin_pull_enable_or_disable_a_hostname_for_client_authentication_request_Input { - config: [hostname_certid_input_Input]! + config: [hostname_certid_input_Input!]! } input hostname_certid_input_Input { @@ -42997,8 +42997,8 @@ input hostname_certid_input_Input { union per_hostname_authenticated_origin_pull_upload_a_hostname_client_certificate_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "components_schemas_certificate_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "per_hostname_authenticated_origin_pull_upload_a_hostname_client_certificate_4xx_response") = components_schemas_certificate_response_single | per_hostname_authenticated_origin_pull_upload_a_hostname_client_certificate_4xx_response type per_hostname_authenticated_origin_pull_upload_a_hostname_client_certificate_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -43014,8 +43014,8 @@ input per_hostname_authenticated_origin_pull_upload_a_hostname_client_certificat union per_hostname_authenticated_origin_pull_delete_hostname_client_certificate_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "components_schemas_certificate_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "per_hostname_authenticated_origin_pull_delete_hostname_client_certificate_4xx_response") = components_schemas_certificate_response_single | per_hostname_authenticated_origin_pull_delete_hostname_client_certificate_4xx_response type per_hostname_authenticated_origin_pull_delete_hostname_client_certificate_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -43024,8 +43024,8 @@ type per_hostname_authenticated_origin_pull_delete_hostname_client_certificate_4 union zone_level_authenticated_origin_pulls_set_enablement_for_zone_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "enabled_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_authenticated_origin_pulls_set_enablement_for_zone_4xx_response") = enabled_response | zone_level_authenticated_origin_pulls_set_enablement_for_zone_4xx_response type zone_level_authenticated_origin_pulls_set_enablement_for_zone_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -43039,8 +43039,8 @@ input zone_level_authenticated_origin_pulls_set_enablement_for_zone_request_Inpu union zone_level_authenticated_origin_pulls_delete_certificate_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificate_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_level_authenticated_origin_pulls_delete_certificate_4xx_response") = certificate_response_single | zone_level_authenticated_origin_pulls_delete_certificate_4xx_response type zone_level_authenticated_origin_pulls_delete_certificate_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -43049,8 +43049,8 @@ type zone_level_authenticated_origin_pulls_delete_certificate_4xx_response { union page_rules_create_a_page_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pagerule_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "page_rules_create_a_page_rule_4xx_response") = pagerule_response_single | page_rules_create_a_page_rule_4xx_response type page_rules_create_a_page_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -43060,14 +43060,14 @@ input page_rules_create_a_page_rule_request_Input { """ The set of actions to perform if the targets of this rule match the request. Actions can redirect to another URL or override settings, but not both. """ - actions: [route_Input]! + actions: [route_Input!]! """ The priority of the rule, used to define which Page Rule is processed over another. A higher number indicates a higher priority. For example, if you have a catch-all Page Rule (rule A: \`/images/*\`) but want a more specific Page Rule to take precedence (rule B: \`/images/special/*\`), specify a higher priority for rule B so it overrides rule A. """ priority: Int = 1 status: page_rule_components_schemas_status = disabled """The rule targets to evaluate on each request.""" - targets: [url_target_Input]! + targets: [url_target_Input!]! } input route_Input { @@ -43101,8 +43101,8 @@ input query_page_rules_list_page_rules_oneOf_0_allOf_1_result_items_targets_item union page_rules_delete_a_page_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single_id") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "page_rules_delete_a_page_rule_4xx_response") = api_response_single_id | page_rules_delete_a_page_rule_4xx_response type page_rules_delete_a_page_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_ip_access_rules_for_an_account_delete_an_ip_access_rule_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -43111,8 +43111,8 @@ type page_rules_delete_a_page_rule_4xx_response { union page_rules_edit_a_page_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pagerule_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "page_rules_edit_a_page_rule_4xx_response") = pagerule_response_single | page_rules_edit_a_page_rule_4xx_response type page_rules_edit_a_page_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -43122,21 +43122,21 @@ input page_rules_edit_a_page_rule_request_Input { """ The set of actions to perform if the targets of this rule match the request. Actions can redirect to another URL or override settings, but not both. """ - actions: [route_Input] + actions: [route_Input!] """ The priority of the rule, used to define which Page Rule is processed over another. A higher number indicates a higher priority. For example, if you have a catch-all Page Rule (rule A: \`/images/*\`) but want a more specific Page Rule to take precedence (rule B: \`/images/special/*\`), specify a higher priority for rule B so it overrides rule A. """ priority: Int = 1 status: page_rule_components_schemas_status = disabled """The rule targets to evaluate on each request.""" - targets: [url_target_Input] + targets: [url_target_Input!] } union page_rules_update_a_page_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "pagerule_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "page_rules_update_a_page_rule_4xx_response") = pagerule_response_single | page_rules_update_a_page_rule_4xx_response type page_rules_update_a_page_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -43146,21 +43146,21 @@ input page_rules_update_a_page_rule_request_Input { """ The set of actions to perform if the targets of this rule match the request. Actions can redirect to another URL or override settings, but not both. """ - actions: [route_Input]! + actions: [route_Input!]! """ The priority of the rule, used to define which Page Rule is processed over another. A higher number indicates a higher priority. For example, if you have a catch-all Page Rule (rule A: \`/images/*\`) but want a more specific Page Rule to take precedence (rule B: \`/images/special/*\`), specify a higher priority for rule B so it overrides rule A. """ priority: Int = 1 status: page_rule_components_schemas_status = disabled """The rule targets to evaluate on each request.""" - targets: [url_target_Input]! + targets: [url_target_Input!]! } union railgun_connections_for_a_zone_connect_or_disconnect_a_railgun_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "railgun_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "railgun_connections_for_a_zone_connect_or_disconnect_a_railgun_4xx_response") = railgun_response_single | railgun_connections_for_a_zone_connect_or_disconnect_a_railgun_4xx_response type railgun_connections_for_a_zone_connect_or_disconnect_a_railgun_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -43174,8 +43174,8 @@ input railgun_connections_for_a_zone_connect_or_disconnect_a_railgun_request_Inp union rate_limits_for_a_zone_create_a_rate_limit_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ratelimit_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "rate_limits_for_a_zone_create_a_rate_limit_4xx_response") = ratelimit_response_single | rate_limits_for_a_zone_create_a_rate_limit_4xx_response type rate_limits_for_a_zone_create_a_rate_limit_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -43191,16 +43191,16 @@ input rate_limits_for_a_zone_create_a_rate_limit_request_Input { union rate_limits_for_a_zone_delete_a_rate_limit_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rate_limits_for_a_zone_delete_a_rate_limit_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "rate_limits_for_a_zone_delete_a_rate_limit_4xx_response") = rate_limits_for_a_zone_delete_a_rate_limit_200_response | rate_limits_for_a_zone_delete_a_rate_limit_4xx_response type rate_limits_for_a_zone_delete_a_rate_limit_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type rate_limits_for_a_zone_delete_a_rate_limit_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -43209,8 +43209,8 @@ type rate_limits_for_a_zone_delete_a_rate_limit_4xx_response { union rate_limits_for_a_zone_update_a_rate_limit_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ratelimit_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "rate_limits_for_a_zone_update_a_rate_limit_4xx_response") = ratelimit_response_single | rate_limits_for_a_zone_update_a_rate_limit_4xx_response type rate_limits_for_a_zone_update_a_rate_limit_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -43227,9 +43227,9 @@ input rate_limits_for_a_zone_update_a_rate_limit_request_Input { union zone_settings_edit_zone_settings_info_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_edit_zone_settings_info_4xx_response") = zone_settings_response_collection | zone_settings_edit_zone_settings_info_4xx_response type zone_settings_edit_zone_settings_info_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [setting] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [setting!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -43237,7 +43237,7 @@ type zone_settings_edit_zone_settings_info_4xx_response { input zone_settings_edit_zone_settings_info_request_Input { """One or more zone setting objects. Must contain an ID and a value.""" - items: [setting_Input]! + items: [setting_Input!]! } input setting_Input @oneOf(subgraph: "CloudFlare") { @@ -43922,7 +43922,7 @@ input Zone_ciphers_allowed_for_TLS_termination_Input { """last time this setting was modified.""" modified_on: DateTime """Value of the zone setting.""" - value: [String] = [] + value: [String!] = [] } """Enables Crypto TLS 1.3 feature for a zone.""" @@ -44114,7 +44114,7 @@ input automatic_platform_optimization_Input { """ An array of hostnames where Automatic Platform Optimization for WordPress is activated. """ - hostnames: [Hostname]! + hostnames: [Hostname!]! """Indicates whether or not site is powered by WordPress.""" wordpress: Boolean! """ @@ -44126,16 +44126,16 @@ input automatic_platform_optimization_Input { union zone_settings_change_0_rtt_session_resumption_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_0_rtt_session_resumption_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_0_rtt_session_resumption_setting_4xx_response") = zone_settings_change_0_rtt_session_resumption_setting_200_response | zone_settings_change_0_rtt_session_resumption_setting_4xx_response type zone_settings_change_0_rtt_session_resumption_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_0_rtt_session_resumption_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44148,16 +44148,16 @@ input zone_settings_change_0_rtt_session_resumption_setting_request_Input { union zone_settings_change_always_online_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_always_online_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_always_online_setting_4xx_response") = zone_settings_change_always_online_setting_200_response | zone_settings_change_always_online_setting_4xx_response type zone_settings_change_always_online_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_always_online_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44170,16 +44170,16 @@ input zone_settings_change_always_online_setting_request_Input { union zone_settings_change_always_use_https_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_always_use_https_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_always_use_https_setting_4xx_response") = zone_settings_change_always_use_https_setting_200_response | zone_settings_change_always_use_https_setting_4xx_response type zone_settings_change_always_use_https_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_always_use_https_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44192,16 +44192,16 @@ input zone_settings_change_always_use_https_setting_request_Input { union zone_settings_change_automatic_https_rewrites_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_automatic_https_rewrites_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_automatic_https_rewrites_setting_4xx_response") = zone_settings_change_automatic_https_rewrites_setting_200_response | zone_settings_change_automatic_https_rewrites_setting_4xx_response type zone_settings_change_automatic_https_rewrites_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_automatic_https_rewrites_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44214,16 +44214,16 @@ input zone_settings_change_automatic_https_rewrites_setting_request_Input { union zone_settings_change_automatic_platform_optimization_for_word_press_settings_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_automatic_platform_optimization_for_word_press_settings_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_automatic_platform_optimization_for_word_press_settings_4xx_response") = zone_settings_change_automatic_platform_optimization_for_word_press_settings_200_response | zone_settings_change_automatic_platform_optimization_for_word_press_settings_4xx_response type zone_settings_change_automatic_platform_optimization_for_word_press_settings_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_automatic_platform_optimization_for_word_press_settings_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44236,16 +44236,16 @@ input zone_settings_change_automatic_platform_optimization_for_word_press_settin union zone_settings_change_brotli_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_brotli_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_brotli_setting_4xx_response") = zone_settings_change_brotli_setting_200_response | zone_settings_change_brotli_setting_4xx_response type zone_settings_change_brotli_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_brotli_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44258,16 +44258,16 @@ input zone_settings_change_brotli_setting_request_Input { union zone_settings_change_browser_cache_ttl_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_browser_cache_ttl_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_browser_cache_ttl_setting_4xx_response") = zone_settings_change_browser_cache_ttl_setting_200_response | zone_settings_change_browser_cache_ttl_setting_4xx_response type zone_settings_change_browser_cache_ttl_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_browser_cache_ttl_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44280,16 +44280,16 @@ input zone_settings_change_browser_cache_ttl_setting_request_Input { union zone_settings_change_browser_check_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_browser_check_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_browser_check_setting_4xx_response") = zone_settings_change_browser_check_setting_200_response | zone_settings_change_browser_check_setting_4xx_response type zone_settings_change_browser_check_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_browser_check_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44302,16 +44302,16 @@ input zone_settings_change_browser_check_setting_request_Input { union zone_settings_change_cache_level_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_cache_level_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_cache_level_setting_4xx_response") = zone_settings_change_cache_level_setting_200_response | zone_settings_change_cache_level_setting_4xx_response type zone_settings_change_cache_level_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_cache_level_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44324,16 +44324,16 @@ input zone_settings_change_cache_level_setting_request_Input { union zone_settings_change_challenge_ttl_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_challenge_ttl_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_challenge_ttl_setting_4xx_response") = zone_settings_change_challenge_ttl_setting_200_response | zone_settings_change_challenge_ttl_setting_4xx_response type zone_settings_change_challenge_ttl_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_challenge_ttl_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44346,16 +44346,16 @@ input zone_settings_change_challenge_ttl_setting_request_Input { union zone_settings_change_ciphers_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_ciphers_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_ciphers_setting_4xx_response") = zone_settings_change_ciphers_setting_200_response | zone_settings_change_ciphers_setting_4xx_response type zone_settings_change_ciphers_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_ciphers_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44363,22 +44363,22 @@ type zone_settings_change_ciphers_setting_4xx_response { input zone_settings_change_ciphers_setting_request_Input { """Value of the zone setting.""" - value: [String]! = [] + value: [String!]! = [] } union zone_settings_change_development_mode_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_development_mode_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_development_mode_setting_4xx_response") = zone_settings_change_development_mode_setting_200_response | zone_settings_change_development_mode_setting_4xx_response type zone_settings_change_development_mode_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_development_mode_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44391,16 +44391,16 @@ input zone_settings_change_development_mode_setting_request_Input { union zone_settings_change_early_hints_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_early_hints_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_early_hints_setting_4xx_response") = zone_settings_change_early_hints_setting_200_response | zone_settings_change_early_hints_setting_4xx_response type zone_settings_change_early_hints_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_early_hints_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44413,16 +44413,16 @@ input zone_settings_change_early_hints_setting_request_Input { union zone_settings_change_email_obfuscation_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_email_obfuscation_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_email_obfuscation_setting_4xx_response") = zone_settings_change_email_obfuscation_setting_200_response | zone_settings_change_email_obfuscation_setting_4xx_response type zone_settings_change_email_obfuscation_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_email_obfuscation_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44435,16 +44435,16 @@ input zone_settings_change_email_obfuscation_setting_request_Input { union zone_settings_change_http__2_edge_prioritization_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_http__2_edge_prioritization_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_http__2_edge_prioritization_setting_4xx_response") = zone_settings_change_http__2_edge_prioritization_setting_200_response | zone_settings_change_http__2_edge_prioritization_setting_4xx_response type zone_settings_change_http__2_edge_prioritization_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_http__2_edge_prioritization_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44457,16 +44457,16 @@ input zone_settings_change_http__2_edge_prioritization_setting_request_Input { union zone_settings_change_hotlink_protection_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_hotlink_protection_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_hotlink_protection_setting_4xx_response") = zone_settings_change_hotlink_protection_setting_200_response | zone_settings_change_hotlink_protection_setting_4xx_response type zone_settings_change_hotlink_protection_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_hotlink_protection_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44479,16 +44479,16 @@ input zone_settings_change_hotlink_protection_setting_request_Input { union zone_settings_change_h_t_t_p_2_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_h_t_t_p_2_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_h_t_t_p_2_setting_4xx_response") = zone_settings_change_h_t_t_p_2_setting_200_response | zone_settings_change_h_t_t_p_2_setting_4xx_response type zone_settings_change_h_t_t_p_2_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_h_t_t_p_2_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44501,16 +44501,16 @@ input zone_settings_change_h_t_t_p_2_setting_request_Input { union zone_settings_change_h_t_t_p_3_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_h_t_t_p_3_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_h_t_t_p_3_setting_4xx_response") = zone_settings_change_h_t_t_p_3_setting_200_response | zone_settings_change_h_t_t_p_3_setting_4xx_response type zone_settings_change_h_t_t_p_3_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_h_t_t_p_3_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44523,16 +44523,16 @@ input zone_settings_change_h_t_t_p_3_setting_request_Input { union zone_settings_change_image_resizing_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_image_resizing_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_image_resizing_setting_4xx_response") = zone_settings_change_image_resizing_setting_200_response | zone_settings_change_image_resizing_setting_4xx_response type zone_settings_change_image_resizing_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_image_resizing_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44545,16 +44545,16 @@ input zone_settings_change_image_resizing_setting_request_Input { union zone_settings_change_ip_geolocation_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_ip_geolocation_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_ip_geolocation_setting_4xx_response") = zone_settings_change_ip_geolocation_setting_200_response | zone_settings_change_ip_geolocation_setting_4xx_response type zone_settings_change_ip_geolocation_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_ip_geolocation_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44567,16 +44567,16 @@ input zone_settings_change_ip_geolocation_setting_request_Input { union zone_settings_change_i_pv6_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_i_pv6_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_i_pv6_setting_4xx_response") = zone_settings_change_i_pv6_setting_200_response | zone_settings_change_i_pv6_setting_4xx_response type zone_settings_change_i_pv6_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_i_pv6_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44589,16 +44589,16 @@ input zone_settings_change_i_pv6_setting_request_Input { union zone_settings_change_minimum_tls_version_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_minimum_tls_version_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_minimum_tls_version_setting_4xx_response") = zone_settings_change_minimum_tls_version_setting_200_response | zone_settings_change_minimum_tls_version_setting_4xx_response type zone_settings_change_minimum_tls_version_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_minimum_tls_version_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44611,16 +44611,16 @@ input zone_settings_change_minimum_tls_version_setting_request_Input { union zone_settings_change_minify_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_minify_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_minify_setting_4xx_response") = zone_settings_change_minify_setting_200_response | zone_settings_change_minify_setting_4xx_response type zone_settings_change_minify_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_minify_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44633,16 +44633,16 @@ input zone_settings_change_minify_setting_request_Input { union zone_settings_change_mirage_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_mirage_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_mirage_setting_4xx_response") = zone_settings_change_mirage_setting_200_response | zone_settings_change_mirage_setting_4xx_response type zone_settings_change_mirage_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_mirage_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44655,16 +44655,16 @@ input zone_settings_change_mirage_setting_request_Input { union zone_settings_change_mobile_redirect_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_mobile_redirect_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_mobile_redirect_setting_4xx_response") = zone_settings_change_mobile_redirect_setting_200_response | zone_settings_change_mobile_redirect_setting_4xx_response type zone_settings_change_mobile_redirect_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_mobile_redirect_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44677,16 +44677,16 @@ input zone_settings_change_mobile_redirect_setting_request_Input { union zone_settings_change_network_error_logging_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_network_error_logging_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_network_error_logging_setting_4xx_response") = zone_settings_change_network_error_logging_setting_200_response | zone_settings_change_network_error_logging_setting_4xx_response type zone_settings_change_network_error_logging_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_network_error_logging_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44699,16 +44699,16 @@ input zone_settings_change_network_error_logging_setting_request_Input { union zone_settings_change_opportunistic_encryption_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_opportunistic_encryption_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_opportunistic_encryption_setting_4xx_response") = zone_settings_change_opportunistic_encryption_setting_200_response | zone_settings_change_opportunistic_encryption_setting_4xx_response type zone_settings_change_opportunistic_encryption_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_opportunistic_encryption_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44721,16 +44721,16 @@ input zone_settings_change_opportunistic_encryption_setting_request_Input { union zone_settings_change_opportunistic_onion_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_opportunistic_onion_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_opportunistic_onion_setting_4xx_response") = zone_settings_change_opportunistic_onion_setting_200_response | zone_settings_change_opportunistic_onion_setting_4xx_response type zone_settings_change_opportunistic_onion_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_opportunistic_onion_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44743,16 +44743,16 @@ input zone_settings_change_opportunistic_onion_setting_request_Input { union zone_settings_change_orange_to_orange__o_2_o_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_orange_to_orange__o_2_o_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_orange_to_orange__o_2_o_4xx_response") = zone_settings_change_orange_to_orange__o_2_o_200_response | zone_settings_change_orange_to_orange__o_2_o_4xx_response type zone_settings_change_orange_to_orange__o_2_o_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_orange_to_orange__o_2_o_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44765,16 +44765,16 @@ input zone_settings_change_orange_to_orange__o_2_o_request_Input { union zone_settings_change_enable_error_pages_on_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_enable_error_pages_on_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_enable_error_pages_on_setting_4xx_response") = zone_settings_change_enable_error_pages_on_setting_200_response | zone_settings_change_enable_error_pages_on_setting_4xx_response type zone_settings_change_enable_error_pages_on_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_enable_error_pages_on_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44787,16 +44787,16 @@ input zone_settings_change_enable_error_pages_on_setting_request_Input { union zone_settings_change_origin_max_http_version_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_origin_max_http_version_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_origin_max_http_version_setting_4xx_response") = zone_settings_change_origin_max_http_version_setting_200_response | zone_settings_change_origin_max_http_version_setting_4xx_response type zone_settings_change_origin_max_http_version_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_origin_max_http_version_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44817,16 +44817,16 @@ enum origin_max_http_version_value { union zone_settings_change_polish_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_polish_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_polish_setting_4xx_response") = zone_settings_change_polish_setting_200_response | zone_settings_change_polish_setting_4xx_response type zone_settings_change_polish_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_polish_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44839,16 +44839,16 @@ input zone_settings_change_polish_setting_request_Input { union zone_settings_change_prefetch_preload_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_prefetch_preload_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_prefetch_preload_setting_4xx_response") = zone_settings_change_prefetch_preload_setting_200_response | zone_settings_change_prefetch_preload_setting_4xx_response type zone_settings_change_prefetch_preload_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_prefetch_preload_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44861,16 +44861,16 @@ input zone_settings_change_prefetch_preload_setting_request_Input { union zone_settings_change_privacy_pass_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_privacy_pass_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_privacy_pass_setting_4xx_response") = zone_settings_change_privacy_pass_setting_200_response | zone_settings_change_privacy_pass_setting_4xx_response type zone_settings_change_privacy_pass_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_privacy_pass_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44883,16 +44883,16 @@ input zone_settings_change_privacy_pass_setting_request_Input { union zone_settings_change_proxy_read_timeout_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_proxy_read_timeout_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_proxy_read_timeout_setting_4xx_response") = zone_settings_change_proxy_read_timeout_setting_200_response | zone_settings_change_proxy_read_timeout_setting_4xx_response type zone_settings_change_proxy_read_timeout_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_proxy_read_timeout_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44909,16 +44909,16 @@ input zone_settings_change_proxy_read_timeout_setting_request_Input { union zone_settings_change_pseudo_i_pv4_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_pseudo_i_pv4_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_pseudo_i_pv4_setting_4xx_response") = zone_settings_change_pseudo_i_pv4_setting_200_response | zone_settings_change_pseudo_i_pv4_setting_4xx_response type zone_settings_change_pseudo_i_pv4_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_pseudo_i_pv4_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44931,16 +44931,16 @@ input zone_settings_change_pseudo_i_pv4_setting_request_Input { union zone_settings_change_response_buffering_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_response_buffering_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_response_buffering_setting_4xx_response") = zone_settings_change_response_buffering_setting_200_response | zone_settings_change_response_buffering_setting_4xx_response type zone_settings_change_response_buffering_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_response_buffering_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44953,16 +44953,16 @@ input zone_settings_change_response_buffering_setting_request_Input { union zone_settings_change_rocket_loader_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_rocket_loader_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_rocket_loader_setting_4xx_response") = zone_settings_change_rocket_loader_setting_200_response | zone_settings_change_rocket_loader_setting_4xx_response type zone_settings_change_rocket_loader_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_rocket_loader_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44975,16 +44975,16 @@ input zone_settings_change_rocket_loader_setting_request_Input { union zone_settings_change_security_header__hsts_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_security_header__hsts_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_security_header__hsts_setting_4xx_response") = zone_settings_change_security_header__hsts_setting_200_response | zone_settings_change_security_header__hsts_setting_4xx_response type zone_settings_change_security_header__hsts_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_security_header__hsts_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -44997,16 +44997,16 @@ input zone_settings_change_security_header__hsts_setting_request_Input { union zone_settings_change_security_level_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_security_level_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_security_level_setting_4xx_response") = zone_settings_change_security_level_setting_200_response | zone_settings_change_security_level_setting_4xx_response type zone_settings_change_security_level_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_security_level_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45019,16 +45019,16 @@ input zone_settings_change_security_level_setting_request_Input { union zone_settings_change_server_side_exclude_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_server_side_exclude_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_server_side_exclude_setting_4xx_response") = zone_settings_change_server_side_exclude_setting_200_response | zone_settings_change_server_side_exclude_setting_4xx_response type zone_settings_change_server_side_exclude_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_server_side_exclude_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45041,16 +45041,16 @@ input zone_settings_change_server_side_exclude_setting_request_Input { union zone_settings_change_enable_query_string_sort_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_enable_query_string_sort_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_enable_query_string_sort_setting_4xx_response") = zone_settings_change_enable_query_string_sort_setting_200_response | zone_settings_change_enable_query_string_sort_setting_4xx_response type zone_settings_change_enable_query_string_sort_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_enable_query_string_sort_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45063,16 +45063,16 @@ input zone_settings_change_enable_query_string_sort_setting_request_Input { union zone_settings_change_ssl_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_ssl_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_ssl_setting_4xx_response") = zone_settings_change_ssl_setting_200_response | zone_settings_change_ssl_setting_4xx_response type zone_settings_change_ssl_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_ssl_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45085,16 +45085,16 @@ input zone_settings_change_ssl_setting_request_Input { union zone_settings_change_ssl__tls_recommender_enrollment_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_ssl__tls_recommender_enrollment_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_ssl__tls_recommender_enrollment_4xx_response") = zone_settings_change_ssl__tls_recommender_enrollment_200_response | zone_settings_change_ssl__tls_recommender_enrollment_4xx_response type zone_settings_change_ssl__tls_recommender_enrollment_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_ssl__tls_recommender_enrollment_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45108,16 +45108,16 @@ input zone_settings_change_ssl__tls_recommender_enrollment_request_Input { union zone_settings_change_tls_1__3_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_tls_1__3_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_tls_1__3_setting_4xx_response") = zone_settings_change_tls_1__3_setting_200_response | zone_settings_change_tls_1__3_setting_4xx_response type zone_settings_change_tls_1__3_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_tls_1__3_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45130,16 +45130,16 @@ input zone_settings_change_tls_1__3_setting_request_Input { union zone_settings_change_tls_client_auth_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_tls_client_auth_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_tls_client_auth_setting_4xx_response") = zone_settings_change_tls_client_auth_setting_200_response | zone_settings_change_tls_client_auth_setting_4xx_response type zone_settings_change_tls_client_auth_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_tls_client_auth_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45152,16 +45152,16 @@ input zone_settings_change_tls_client_auth_setting_request_Input { union zone_settings_change_true_client_ip_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_true_client_ip_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_true_client_ip_setting_4xx_response") = zone_settings_change_true_client_ip_setting_200_response | zone_settings_change_true_client_ip_setting_4xx_response type zone_settings_change_true_client_ip_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_true_client_ip_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45174,16 +45174,16 @@ input zone_settings_change_true_client_ip_setting_request_Input { union zone_settings_change_web_application_firewall__waf_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_web_application_firewall__waf_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_web_application_firewall__waf_setting_4xx_response") = zone_settings_change_web_application_firewall__waf_setting_200_response | zone_settings_change_web_application_firewall__waf_setting_4xx_response type zone_settings_change_web_application_firewall__waf_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_web_application_firewall__waf_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45196,16 +45196,16 @@ input zone_settings_change_web_application_firewall__waf_setting_request_Input { union zone_settings_change_web_p_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_web_p_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_web_p_setting_4xx_response") = zone_settings_change_web_p_setting_200_response | zone_settings_change_web_p_setting_4xx_response type zone_settings_change_web_p_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_web_p_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45218,16 +45218,16 @@ input zone_settings_change_web_p_setting_request_Input { union zone_settings_change_web_sockets_setting_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "zone_settings_change_web_sockets_setting_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_settings_change_web_sockets_setting_4xx_response") = zone_settings_change_web_sockets_setting_200_response | zone_settings_change_web_sockets_setting_4xx_response type zone_settings_change_web_sockets_setting_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type zone_settings_change_web_sockets_setting_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45240,8 +45240,8 @@ input zone_settings_change_web_sockets_setting_request_Input { union certificate_packs_order_certificate_pack_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "certificate_pack_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "certificate_packs_order_certificate_pack_4xx_response") = certificate_pack_response_single | certificate_packs_order_certificate_pack_4xx_response type certificate_packs_order_certificate_pack_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45251,22 +45251,22 @@ input certificate_packs_order_certificate_pack_request_Input { """ Comma separated list of valid host names for the certificate packs. Must contain the zone apex, may not contain more than 50 hosts, and may not be empty. """ - hosts: [String] + hosts: [String!] } union certificate_packs_order_advanced_certificate_manager_certificate_pack_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "advanced_certificate_pack_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "certificate_packs_order_advanced_certificate_manager_certificate_pack_4xx_response") = advanced_certificate_pack_response_single | certificate_packs_order_advanced_certificate_manager_certificate_pack_4xx_response type advanced_certificate_pack_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type certificate_packs_order_advanced_certificate_manager_certificate_pack_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45281,7 +45281,7 @@ input certificate_packs_order_advanced_certificate_manager_certificate_pack_requ """ Comma separated list of valid host names for the certificate packs. Must contain the zone apex, may not contain more than 50 hosts, and may not be empty. """ - hosts: [String]! + hosts: [String!]! type: advanced_type! validation_method: validation_method! validity_days: validity_days! @@ -45297,16 +45297,16 @@ enum validation_method { union certificate_packs_delete_advanced_certificate_manager_certificate_pack_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "delete_advanced_certificate_pack_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "certificate_packs_delete_advanced_certificate_manager_certificate_pack_4xx_response") = delete_advanced_certificate_pack_response_single | certificate_packs_delete_advanced_certificate_manager_certificate_pack_4xx_response type delete_advanced_certificate_pack_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type certificate_packs_delete_advanced_certificate_manager_certificate_pack_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45315,8 +45315,8 @@ type certificate_packs_delete_advanced_certificate_manager_certificate_pack_4xx_ union certificate_packs_restart_validation_for_advanced_certificate_manager_certificate_pack_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "advanced_certificate_pack_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "certificate_packs_restart_validation_for_advanced_certificate_manager_certificate_pack_4xx_response") = advanced_certificate_pack_response_single | certificate_packs_restart_validation_for_advanced_certificate_manager_certificate_pack_4xx_response type certificate_packs_restart_validation_for_advanced_certificate_manager_certificate_pack_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45325,8 +45325,8 @@ type certificate_packs_restart_validation_for_advanced_certificate_manager_certi union universal_ssl_settings_for_a_zone_edit_universal_ssl_settings_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ssl_universal_settings_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "universal_ssl_settings_for_a_zone_edit_universal_ssl_settings_4xx_response") = ssl_universal_settings_response | universal_ssl_settings_for_a_zone_edit_universal_ssl_settings_4xx_response type universal_ssl_settings_for_a_zone_edit_universal_ssl_settings_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45354,16 +45354,16 @@ input universal_Input { union ssl_verification_edit_ssl_certificate_pack_validation_method_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ssl_validation_method_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ssl_verification_edit_ssl_certificate_pack_validation_method_4xx_response") = ssl_validation_method_response_collection | ssl_verification_edit_ssl_certificate_pack_validation_method_4xx_response type ssl_validation_method_response_collection { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type ssl_verification_edit_ssl_certificate_pack_validation_method_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45376,8 +45376,8 @@ input components_schemas_validation_method_Input { union waiting_room_create_waiting_room_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "waitingroom_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waiting_room_create_waiting_room_4xx_response") = waitingroom_components_schemas_single_response | waiting_room_create_waiting_room_4xx_response type waiting_room_create_waiting_room_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45542,16 +45542,16 @@ input cookie_attributes_Input { union waiting_room_create_a_custom_waiting_room_page_preview_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_preview_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waiting_room_create_a_custom_waiting_room_page_preview_4xx_response") = schemas_preview_response | waiting_room_create_a_custom_waiting_room_page_preview_4xx_response type schemas_preview_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type waiting_room_create_a_custom_waiting_room_page_preview_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45575,16 +45575,16 @@ input query_preview_Input { union waiting_room_delete_waiting_room_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "waiting_room_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waiting_room_delete_waiting_room_4xx_response") = waiting_room_id_response | waiting_room_delete_waiting_room_4xx_response type waiting_room_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type waiting_room_delete_waiting_room_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45593,8 +45593,8 @@ type waiting_room_delete_waiting_room_4xx_response { union waiting_room_patch_waiting_room_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "waitingroom_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waiting_room_patch_waiting_room_4xx_response") = waitingroom_components_schemas_single_response | waiting_room_patch_waiting_room_4xx_response type waiting_room_patch_waiting_room_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45603,8 +45603,8 @@ type waiting_room_patch_waiting_room_4xx_response { union waiting_room_update_waiting_room_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "waitingroom_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waiting_room_update_waiting_room_4xx_response") = waitingroom_components_schemas_single_response | waiting_room_update_waiting_room_4xx_response type waiting_room_update_waiting_room_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45613,8 +45613,8 @@ type waiting_room_update_waiting_room_4xx_response { union waiting_room_create_event_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "event_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waiting_room_create_event_4xx_response") = event_response | waiting_room_create_event_4xx_response type waiting_room_create_event_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45674,16 +45674,16 @@ input query_event_Input { union waiting_room_delete_event_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "event_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waiting_room_delete_event_4xx_response") = event_id_response | waiting_room_delete_event_4xx_response type event_id_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type waiting_room_delete_event_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45692,8 +45692,8 @@ type waiting_room_delete_event_4xx_response { union waiting_room_patch_event_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "event_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waiting_room_patch_event_4xx_response") = event_response | waiting_room_patch_event_4xx_response type waiting_room_patch_event_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45702,8 +45702,8 @@ type waiting_room_patch_event_4xx_response { union waiting_room_update_event_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "event_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waiting_room_update_event_4xx_response") = event_response | waiting_room_update_event_4xx_response type waiting_room_update_event_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45712,9 +45712,9 @@ type waiting_room_update_event_4xx_response { union waiting_room_create_waiting_room_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_rules_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waiting_room_create_waiting_room_rule_4xx_response") = schemas_rules_response_collection | waiting_room_create_waiting_room_rule_4xx_response type waiting_room_create_waiting_room_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [rule_result] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [rule_result!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -45733,9 +45733,9 @@ input create_rule_Input { union waiting_room_replace_waiting_room_rules_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_rules_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waiting_room_replace_waiting_room_rules_4xx_response") = schemas_rules_response_collection | waiting_room_replace_waiting_room_rules_4xx_response type waiting_room_replace_waiting_room_rules_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [rule_result] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [rule_result!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -45744,9 +45744,9 @@ type waiting_room_replace_waiting_room_rules_4xx_response { union waiting_room_delete_waiting_room_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_rules_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waiting_room_delete_waiting_room_rule_4xx_response") = schemas_rules_response_collection | waiting_room_delete_waiting_room_rule_4xx_response type waiting_room_delete_waiting_room_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [rule_result] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [rule_result!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -45755,9 +45755,9 @@ type waiting_room_delete_waiting_room_rule_4xx_response { union waiting_room_patch_waiting_room_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "schemas_rules_response_collection") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waiting_room_patch_waiting_room_rule_4xx_response") = schemas_rules_response_collection | waiting_room_patch_waiting_room_rule_4xx_response type waiting_room_patch_waiting_room_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [rule_result] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [rule_result!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -45804,8 +45804,8 @@ input mutationInput_waiting_room_patch_waiting_room_rule_input_position_oneOf_2_ union web3_hostname_create_web3_hostname_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "web3_hostname_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "web3_hostname_create_web3_hostname_4xx_response") = web3_hostname_components_schemas_single_response | web3_hostname_create_web3_hostname_4xx_response type web3_hostname_create_web3_hostname_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45824,8 +45824,8 @@ input create_request_Input { union web3_hostname_delete_web3_hostname_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single_id") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "web3_hostname_delete_web3_hostname_4xx_response") = api_response_single_id | web3_hostname_delete_web3_hostname_4xx_response type web3_hostname_delete_web3_hostname_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_ip_access_rules_for_an_account_delete_an_ip_access_rule_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45834,8 +45834,8 @@ type web3_hostname_delete_web3_hostname_4xx_response { union web3_hostname_edit_web3_hostname_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "web3_hostname_components_schemas_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "web3_hostname_edit_web3_hostname_4xx_response") = web3_hostname_components_schemas_single_response | web3_hostname_edit_web3_hostname_4xx_response type web3_hostname_edit_web3_hostname_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45851,8 +45851,8 @@ input modify_request_Input { union web3_hostname_update_ipfs_universal_path_gateway_content_list_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "content_list_details_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "web3_hostname_update_ipfs_universal_path_gateway_content_list_4xx_response") = content_list_details_response | web3_hostname_update_ipfs_universal_path_gateway_content_list_4xx_response type web3_hostname_update_ipfs_universal_path_gateway_content_list_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45861,7 +45861,7 @@ type web3_hostname_update_ipfs_universal_path_gateway_content_list_4xx_response input content_list_update_request_Input { action: content_list_action! """Content list entries.""" - entries: [content_list_entry_Input]! + entries: [content_list_entry_Input!]! } """Content list entry to be blocked.""" @@ -45880,8 +45880,8 @@ input content_list_entry_Input { union web3_hostname_create_ipfs_universal_path_gateway_content_list_entry_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "content_list_entry_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "web3_hostname_create_ipfs_universal_path_gateway_content_list_entry_4xx_response") = content_list_entry_single_response | web3_hostname_create_ipfs_universal_path_gateway_content_list_entry_4xx_response type web3_hostname_create_ipfs_universal_path_gateway_content_list_entry_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45898,8 +45898,8 @@ input content_list_entry_create_request_Input { union web3_hostname_delete_ipfs_universal_path_gateway_content_list_entry_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single_id") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "web3_hostname_delete_ipfs_universal_path_gateway_content_list_entry_4xx_response") = api_response_single_id | web3_hostname_delete_ipfs_universal_path_gateway_content_list_entry_4xx_response type web3_hostname_delete_ipfs_universal_path_gateway_content_list_entry_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_ip_access_rules_for_an_account_delete_an_ip_access_rule_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45908,8 +45908,8 @@ type web3_hostname_delete_ipfs_universal_path_gateway_content_list_entry_4xx_res union web3_hostname_edit_ipfs_universal_path_gateway_content_list_entry_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "content_list_entry_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "web3_hostname_edit_ipfs_universal_path_gateway_content_list_entry_4xx_response") = content_list_entry_single_response | web3_hostname_edit_ipfs_universal_path_gateway_content_list_entry_4xx_response type web3_hostname_edit_ipfs_universal_path_gateway_content_list_entry_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45918,16 +45918,16 @@ type web3_hostname_edit_ipfs_universal_path_gateway_content_list_entry_4xx_respo union worker_script__deprecated_upload_worker_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "script_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_script__deprecated_upload_worker_4xx_response") = script_response_single | worker_script__deprecated_upload_worker_4xx_response type script_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type worker_script__deprecated_upload_worker_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -45936,16 +45936,16 @@ type worker_script__deprecated_upload_worker_4xx_response { union put_zones_zone_id_activation_check_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "put_zones_zone_id_activation_check_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "put_zones_zone_id_activation_check_4xx_response") = put_zones_zone_id_activation_check_200_response | put_zones_zone_id_activation_check_4xx_response type put_zones_zone_id_activation_check_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type put_zones_zone_id_activation_check_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -45957,23 +45957,23 @@ scalar identifier @length(subgraph: "CloudFlare", min: null, max: 32) union api_shield_settings_set_configuration_properties_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "default_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "api_shield_settings_set_configuration_properties_4xx_response") = default_response | api_shield_settings_set_configuration_properties_4xx_response type default_response { - errors: [JSON] - messages: [JSON] + errors: [JSON!] + messages: [JSON!] result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type api_shield_settings_set_configuration_properties_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } input configuration_Input { - auth_id_characteristics: [query_api_shield_settings_retrieve_information_about_specific_configuration_properties_oneOf_0_allOf_1_result_auth_id_characteristics_items_Input] + auth_id_characteristics: [query_api_shield_settings_retrieve_information_about_specific_configuration_properties_oneOf_0_allOf_1_result_auth_id_characteristics_items_Input!] } input query_api_shield_settings_retrieve_information_about_specific_configuration_properties_oneOf_0_allOf_1_result_auth_id_characteristics_items_Input { @@ -45985,9 +45985,9 @@ input query_api_shield_settings_retrieve_information_about_specific_configuratio union api_shield_endpoint_management_add_operations_to_a_zone_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "collection_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "api_shield_endpoint_management_add_operations_to_a_zone_4xx_response") = collection_response | api_shield_endpoint_management_add_operations_to_a_zone_4xx_response type collection_response { - errors: [JSON] - messages: [JSON] - result: [query_api_shield_endpoint_management_retrieve_information_about_all_operations_on_a_zone_oneOf_0_anyOf_0_allOf_0_allOf_1_result_items] + errors: [JSON!] + messages: [JSON!] + result: [query_api_shield_endpoint_management_retrieve_information_about_all_operations_on_a_zone_oneOf_0_anyOf_0_allOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -46005,9 +46005,9 @@ type query_api_shield_endpoint_management_retrieve_information_about_all_operati } type api_shield_endpoint_management_add_operations_to_a_zone_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - result: [query_api_shield_endpoint_management_retrieve_information_about_all_operations_on_a_zone_oneOf_0_anyOf_0_allOf_0_allOf_1_result_items] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + result: [query_api_shield_endpoint_management_retrieve_information_about_all_operations_on_a_zone_oneOf_0_anyOf_0_allOf_0_allOf_1_result_items!] """Whether the API call was successful""" success: Boolean! result_info: result_info @@ -46023,8 +46023,8 @@ input mutationInput_api_shield_endpoint_management_add_operations_to_a_zone_inpu union api_shield_endpoint_management_delete_an_operation_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "default_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "api_shield_endpoint_management_delete_an_operation_4xx_response") = default_response | api_shield_endpoint_management_delete_an_operation_4xx_response type api_shield_endpoint_management_delete_an_operation_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -46033,8 +46033,8 @@ type api_shield_endpoint_management_delete_an_operation_4xx_response { union ip_access_rules_for_a_zone_create_an_ip_access_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rule_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_access_rules_for_a_zone_create_an_ip_access_rule_4xx_response") = rule_single_response | ip_access_rules_for_a_zone_create_an_ip_access_rule_4xx_response type ip_access_rules_for_a_zone_create_an_ip_access_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -46052,8 +46052,8 @@ input ip_access_rules_for_a_zone_create_an_ip_access_rule_request_Input { union ip_access_rules_for_a_zone_delete_an_ip_access_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rule_single_id_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_access_rules_for_a_zone_delete_an_ip_access_rule_4xx_response") = rule_single_id_response | ip_access_rules_for_a_zone_delete_an_ip_access_rule_4xx_response type ip_access_rules_for_a_zone_delete_an_ip_access_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -46075,8 +46075,8 @@ enum mutationInput_ip_access_rules_for_a_zone_delete_an_ip_access_rule_input_cas union ip_access_rules_for_a_zone_update_an_ip_access_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "rule_single_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "ip_access_rules_for_a_zone_update_an_ip_access_rule_4xx_response") = rule_single_response | ip_access_rules_for_a_zone_update_an_ip_access_rule_4xx_response type ip_access_rules_for_a_zone_update_an_ip_access_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -46093,8 +46093,8 @@ input ip_access_rules_for_a_zone_update_an_ip_access_rule_request_Input { union waf_rules_update_a_waf_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "waf_rules_update_a_waf_rule_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "waf_rules_update_a_waf_rule_4xx_response") = waf_rules_update_a_waf_rule_200_response | waf_rules_update_a_waf_rule_4xx_response type waf_rules_update_a_waf_rule_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_waf_rules_update_a_waf_rule_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -46103,8 +46103,8 @@ type waf_rules_update_a_waf_rule_200_response { union mutation_waf_rules_update_a_waf_rule_oneOf_0_allOf_1_result = Anomaly_detection_WAF_rule | Traditional_deny_WAF_rule | Traditional_allow_WAF_rule type waf_rules_update_a_waf_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_waf_rules_update_a_waf_rule_oneOf_1_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -46132,8 +46132,8 @@ enum mutationInput_waf_rules_update_a_waf_rule_input_mode { union managed_transforms_update_status_of_managed_transforms_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "managed_transforms_update_status_of_managed_transforms_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "managed_transforms_update_status_of_managed_transforms_4xx_response") = managed_transforms_update_status_of_managed_transforms_200_response | managed_transforms_update_status_of_managed_transforms_4xx_response type managed_transforms_update_status_of_managed_transforms_200_response { - managed_request_headers: [response_model] - managed_response_headers: [response_model] + managed_request_headers: [response_model!] + managed_response_headers: [response_model!] } type response_model { @@ -46148,18 +46148,18 @@ type response_model { } type managed_transforms_update_status_of_managed_transforms_4xx_response { - managed_request_headers: [response_model] - managed_response_headers: [response_model] - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + managed_request_headers: [response_model!] + managed_response_headers: [response_model!] + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! } input managed_transforms_update_status_of_managed_transforms_request_Input { - managed_request_headers: [request_model_Input]! - managed_response_headers: [request_model_Input]! + managed_request_headers: [request_model_Input!]! + managed_response_headers: [request_model_Input!]! } input request_model_Input { @@ -46172,16 +46172,16 @@ input request_model_Input { union page_shield_update_page_shield_settings_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "page_shield_update_page_shield_settings_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "page_shield_update_page_shield_settings_4xx_response") = page_shield_update_page_shield_settings_200_response | page_shield_update_page_shield_settings_4xx_response type page_shield_update_page_shield_settings_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type page_shield_update_page_shield_settings_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -46203,8 +46203,8 @@ input page_shield_update_page_shield_settings_request_Input { union zone_rulesets_create_a_zone_ruleset_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ruleset_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_rulesets_create_a_zone_ruleset_4xx_response") = ruleset_response | zone_rulesets_create_a_zone_ruleset_4xx_response type zone_rulesets_create_a_zone_ruleset_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -46213,8 +46213,8 @@ type zone_rulesets_create_a_zone_ruleset_4xx_response { union custom_error_responses_update_custom_error_responses_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "custom_error_responses_update_custom_error_responses_4xx_response") = api_response_single | custom_error_responses_update_custom_error_responses_4xx_response type custom_error_responses_update_custom_error_responses_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -46223,8 +46223,8 @@ type custom_error_responses_update_custom_error_responses_4xx_response { union transform_rules_update_transform_rules_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "transform_rules_update_transform_rules_4xx_response") = api_response_single | transform_rules_update_transform_rules_4xx_response type transform_rules_update_transform_rules_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -46233,8 +46233,8 @@ type transform_rules_update_transform_rules_4xx_response { union zone_rulesets_update_a_zone_entry_point_ruleset_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ruleset_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_rulesets_update_a_zone_entry_point_ruleset_4xx_response") = ruleset_response | zone_rulesets_update_a_zone_entry_point_ruleset_4xx_response type zone_rulesets_update_a_zone_entry_point_ruleset_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -46243,8 +46243,8 @@ type zone_rulesets_update_a_zone_entry_point_ruleset_4xx_response { union zone_rulesets_update_a_zone_ruleset_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ruleset_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_rulesets_update_a_zone_ruleset_4xx_response") = ruleset_response | zone_rulesets_update_a_zone_ruleset_4xx_response type zone_rulesets_update_a_zone_ruleset_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -46253,8 +46253,8 @@ type zone_rulesets_update_a_zone_ruleset_4xx_response { union zone_rulesets_create_a_zone_ruleset_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ruleset_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_rulesets_create_a_zone_ruleset_rule_4xx_response") = ruleset_response | zone_rulesets_create_a_zone_ruleset_rule_4xx_response type zone_rulesets_create_a_zone_ruleset_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -46263,8 +46263,8 @@ type zone_rulesets_create_a_zone_ruleset_rule_4xx_response { union zone_rulesets_delete_a_zone_ruleset_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ruleset_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_rulesets_delete_a_zone_ruleset_rule_4xx_response") = ruleset_response | zone_rulesets_delete_a_zone_ruleset_rule_4xx_response type zone_rulesets_delete_a_zone_ruleset_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -46273,8 +46273,8 @@ type zone_rulesets_delete_a_zone_ruleset_rule_4xx_response { union zone_rulesets_update_a_zone_ruleset_rule_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "ruleset_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "zone_rulesets_update_a_zone_ruleset_rule_4xx_response") = ruleset_response | zone_rulesets_update_a_zone_ruleset_rule_4xx_response type zone_rulesets_update_a_zone_ruleset_rule_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: ruleset """Whether the API call was successful""" success: Boolean! @@ -46287,8 +46287,8 @@ type url_normalization_update_url_normalization_settings_4xx_response { scope: String """The type of URL normalization performed by Cloudflare.""" type: String - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: Void """Whether the API call was successful""" success: Boolean! @@ -46304,8 +46304,8 @@ input schemas_request_model_Input { union worker_filters__deprecated_create_filter_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single_id") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_filters__deprecated_create_filter_4xx_response") = api_response_single_id | worker_filters__deprecated_create_filter_4xx_response type worker_filters__deprecated_create_filter_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_ip_access_rules_for_an_account_delete_an_ip_access_rule_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -46319,8 +46319,8 @@ input filter_no_id_Input { union worker_filters__deprecated_delete_filter_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single_id") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_filters__deprecated_delete_filter_4xx_response") = api_response_single_id | worker_filters__deprecated_delete_filter_4xx_response type worker_filters__deprecated_delete_filter_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_ip_access_rules_for_an_account_delete_an_ip_access_rule_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -46329,16 +46329,16 @@ type worker_filters__deprecated_delete_filter_4xx_response { union worker_filters__deprecated_update_filter_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "filter_response_single") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_filters__deprecated_update_filter_4xx_response") = filter_response_single | worker_filters__deprecated_update_filter_4xx_response type filter_response_single { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type worker_filters__deprecated_update_filter_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -46347,8 +46347,8 @@ type worker_filters__deprecated_update_filter_4xx_response { union worker_routes_create_route_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single_id") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_routes_create_route_4xx_response") = api_response_single_id | worker_routes_create_route_4xx_response type worker_routes_create_route_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_ip_access_rules_for_an_account_delete_an_ip_access_rule_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -46362,8 +46362,8 @@ input route_no_id_Input { union worker_routes_delete_route_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "api_response_single_id") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_routes_delete_route_4xx_response") = api_response_single_id | worker_routes_delete_route_4xx_response type worker_routes_delete_route_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: mutation_ip_access_rules_for_an_account_delete_an_ip_access_rule_oneOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -46372,8 +46372,8 @@ type worker_routes_delete_route_4xx_response { union worker_routes_update_route_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "route_response_single2") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "worker_routes_update_route_4xx_response") = route_response_single2 | worker_routes_update_route_4xx_response type worker_routes_update_route_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -46382,16 +46382,16 @@ type worker_routes_update_route_4xx_response { union spectrum_applications_create_spectrum_application_using_a_name_for_the_origin_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "response_single_origin_dns") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "spectrum_applications_create_spectrum_application_using_a_name_for_the_origin_4xx_response") = response_single_origin_dns | spectrum_applications_create_spectrum_application_using_a_name_for_the_origin_4xx_response type response_single_origin_dns { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type spectrum_applications_create_spectrum_application_using_a_name_for_the_origin_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -46446,7 +46446,7 @@ input mutation_spectrum_applications_create_spectrum_application_using_a_name_fo """ The array of customer owned IPs we broadcast via anycast for this hostname and application. """ - ips: [String] + ips: [String!] type: static_const } @@ -46462,16 +46462,16 @@ input origin_dns_Input { union spectrum_applications_delete_spectrum_application_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "spectrum_applications_delete_spectrum_application_200_response") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "spectrum_applications_delete_spectrum_application_4xx_response") = spectrum_applications_delete_spectrum_application_200_response | spectrum_applications_delete_spectrum_application_4xx_response type spectrum_applications_delete_spectrum_application_200_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! } type spectrum_applications_delete_spectrum_application_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -46480,8 +46480,8 @@ type spectrum_applications_delete_spectrum_application_4xx_response { union spectrum_applications_update_spectrum_application_configuration_using_a_name_for_the_origin_response @statusCodeTypeName(subgraph: "CloudFlare", statusCode: 200, typeName: "response_single_origin_dns") @statusCodeTypeName(subgraph: "CloudFlare", statusCode: "4xx", typeName: "spectrum_applications_update_spectrum_application_configuration_using_a_name_for_the_origin_4xx_response") = response_single_origin_dns | spectrum_applications_update_spectrum_application_configuration_using_a_name_for_the_origin_4xx_response type spectrum_applications_update_spectrum_application_configuration_using_a_name_for_the_origin_4xx_response { - errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! - messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items]! + errors: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! + messages: [query_accounts_list_accounts_oneOf_0_anyOf_0_errors_items!]! result: query_ip_address_management_address_maps_address_map_details_oneOf_0_allOf_0_allOf_1_result """Whether the API call was successful""" success: Boolean! @@ -46592,14 +46592,14 @@ type Query { """ Retrieve the list of languages that are currently supported for translation, either as source or target language, respectively. """ - getLanguages(type: queryInput_getLanguages_type = source): [query_getLanguages_items] @httpOperation(subgraph: "DeepL", path: "/languages", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"type\\":\\"type\\"}") + getLanguages(type: queryInput_getLanguages_type = source): [query_getLanguages_items!] @httpOperation(subgraph: "DeepL", path: "/languages", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"type\\":\\"type\\"}") } union listGlossaryLanguages_response @statusCodeTypeName(subgraph: "DeepL", statusCode: 200, typeName: "listGlossaryLanguages_200_response") @statusCodeTypeName(subgraph: "DeepL", statusCode: 400, typeName: "BadRequestGlossaries_response") = listGlossaryLanguages_200_response | BadRequestGlossaries_response type listGlossaryLanguages_200_response { """The list of supported languages""" - supported_languages: [query_listGlossaryLanguages_oneOf_0_supported_languages_items] + supported_languages: [query_listGlossaryLanguages_oneOf_0_supported_languages_items!] } type query_listGlossaryLanguages_oneOf_0_supported_languages_items { @@ -46620,7 +46620,7 @@ type BadRequestGlossaries_response { union listGlossaries_response @statusCodeTypeName(subgraph: "DeepL", statusCode: 200, typeName: "listGlossaries_200_response") @statusCodeTypeName(subgraph: "DeepL", statusCode: 400, typeName: "BadRequestGlossaries_response") = listGlossaries_200_response | BadRequestGlossaries_response type listGlossaries_200_response { - glossaries: [Glossary] + glossaries: [Glossary!] } type Glossary { @@ -46781,7 +46781,7 @@ type Mutation { } type translateText_200_response { - translations: [mutation_translateText_translations_items] + translations: [mutation_translateText_translations_items!] } type mutation_translateText_translations_items { @@ -46864,7 +46864,7 @@ input translateText_request_Input @example(subgraph: "DeepL", value: "{\\"summar """ Text to be translated. Only UTF-8-encoded plain text is supported. The parameter may be specified multiple times and translations are returned in the same order as they are requested. Each of the parameter values may contain multiple sentences. Up to 50 texts can be sent for translation in one request. """ - text: [String]! + text: [String!]! source_lang: SourceLanguage target_lang: TargetLanguage! split_sentences: mutationInput_translateText_input_split_sentences = _1 @@ -47228,7 +47228,7 @@ type Query { } type ResultList { - records: [Result] + records: [Result!] } type Result { @@ -47465,7 +47465,7 @@ type Query { Only gists updated at or after this time are returned. """ since: String - ): [query_gists_items] @httpOperation(subgraph: "GitHub", path: "/gists", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"since\\":\\"since\\"}") + ): [query_gists_items!] @httpOperation(subgraph: "GitHub", path: "/gists", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"since\\":\\"since\\"}") """List all public gists.""" gists_public( """You can check the current version of media type in responses.""" @@ -47481,7 +47481,7 @@ type Query { Only gists updated at or after this time are returned. """ since: String - ): [query_gists_items] @httpOperation(subgraph: "GitHub", path: "/gists/public", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"since\\":\\"since\\"}") + ): [query_gists_items!] @httpOperation(subgraph: "GitHub", path: "/gists/public", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"since\\":\\"since\\"}") """List the authenticated user's starred gists.""" gists_starred( """You can check the current version of media type in responses.""" @@ -47497,7 +47497,7 @@ type Query { Only gists updated at or after this time are returned. """ since: String - ): [query_gists_items] @httpOperation(subgraph: "GitHub", path: "/gists/starred", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"since\\":\\"since\\"}") + ): [query_gists_items!] @httpOperation(subgraph: "GitHub", path: "/gists/starred", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"since\\":\\"since\\"}") """Get a single gist.""" gists_by_id( """You can check the current version of media type in responses.""" @@ -47523,7 +47523,7 @@ type Query { X_GitHub_Request_Id: Int """Id of gist.""" id: Int! - ): [query_gists_by_id_comments_items] @httpOperation(subgraph: "GitHub", path: "/gists/{args.id}/comments", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_gists_by_id_comments_items!] @httpOperation(subgraph: "GitHub", path: "/gists/{args.id}/comments", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Get a single comment.""" gists_by_id_comments_by_commentId( """You can check the current version of media type in responses.""" @@ -47604,7 +47604,7 @@ type Query { Only issues updated at or after this time are returned. """ since: String - ): [query_issues_items] @httpOperation(subgraph: "GitHub", path: "/issues", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"filter\\":\\"filter\\",\\"state\\":\\"state\\",\\"labels\\":\\"labels\\",\\"sort\\":\\"sort\\",\\"direction\\":\\"direction\\",\\"since\\":\\"since\\"}") + ): [query_issues_items!] @httpOperation(subgraph: "GitHub", path: "/issues", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"filter\\":\\"filter\\",\\"state\\":\\"state\\",\\"labels\\":\\"labels\\",\\"sort\\":\\"sort\\",\\"direction\\":\\"direction\\",\\"since\\":\\"since\\"}") """Find issues by state and keyword.""" legacy_issues_search_by_owner_by_repository_by_state_by_keyword( """You can check the current version of media type in responses.""" @@ -47804,7 +47804,7 @@ type Query { Only issues updated at or after this time are returned. """ since: String - ): [query_issues_items] @httpOperation(subgraph: "GitHub", path: "/orgs/{args.org}/issues", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"filter\\":\\"filter\\",\\"state\\":\\"state\\",\\"labels\\":\\"labels\\",\\"sort\\":\\"sort\\",\\"direction\\":\\"direction\\",\\"since\\":\\"since\\"}") + ): [query_issues_items!] @httpOperation(subgraph: "GitHub", path: "/orgs/{args.org}/issues", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"filter\\":\\"filter\\",\\"state\\":\\"state\\",\\"labels\\":\\"labels\\",\\"sort\\":\\"sort\\",\\"direction\\":\\"direction\\",\\"since\\":\\"since\\"}") """ Members list. List all users who are members of an organization. A member is a user tha @@ -47825,7 +47825,7 @@ type Query { X_GitHub_Request_Id: Int """Name of organisation.""" org: String! - ): [query_orgs_by_org_members_items] @httpOperation(subgraph: "GitHub", path: "/orgs/{args.org}/members", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_orgs_by_org_members_items!] @httpOperation(subgraph: "GitHub", path: "/orgs/{args.org}/members", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """ Check if a user is, publicly or privately, a member of the organization. """ @@ -47860,7 +47860,7 @@ type Query { X_GitHub_Request_Id: Int """Name of organisation.""" org: String! - ): [query_orgs_by_org_members_items] @httpOperation(subgraph: "GitHub", path: "/orgs/{args.org}/public_members", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_orgs_by_org_members_items!] @httpOperation(subgraph: "GitHub", path: "/orgs/{args.org}/public_members", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Check public membership.""" orgs_by_org_public_members_by_username( """You can check the current version of media type in responses.""" @@ -47889,7 +47889,7 @@ type Query { """Name of organisation.""" org: String! type: queryInput_orgs_by_org_repos_type = all - ): [query_orgs_by_org_repos_items] @httpOperation(subgraph: "GitHub", path: "/orgs/{args.org}/repos", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"type\\":\\"type\\"}") + ): [query_orgs_by_org_repos_items!] @httpOperation(subgraph: "GitHub", path: "/orgs/{args.org}/repos", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"type\\":\\"type\\"}") """List teams.""" orgs_by_org_teams( """You can check the current version of media type in responses.""" @@ -47902,7 +47902,7 @@ type Query { X_GitHub_Request_Id: Int """Name of organisation.""" org: String! - ): [query_orgs_by_org_teams_items] @httpOperation(subgraph: "GitHub", path: "/orgs/{args.org}/teams", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_orgs_by_org_teams_items!] @httpOperation(subgraph: "GitHub", path: "/orgs/{args.org}/teams", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """ Get your current rate limit status Note: Accessing this endpoint does not count against your rate limit. @@ -47952,7 +47952,7 @@ type Query { owner: String! """Name of repository.""" repo: String! - ): [query_repos_by_owner_by_repo_assignees_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/assignees", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_assignees_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/assignees", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """ Check assignee. You may also check to see if a particular user is an assignee for a repository. @@ -47988,7 +47988,7 @@ type Query { owner: String! """Name of repository.""" repo: String! - ): [query_repos_by_owner_by_repo_branches_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/branches", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_branches_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/branches", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Get Branch""" repos_by_owner_by_repo_branches_by_branch( """You can check the current version of media type in responses.""" @@ -48027,7 +48027,7 @@ type Query { owner: String! """Name of repository.""" repo: String! - ): [query_orgs_by_org_members_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/collaborators", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_orgs_by_org_members_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/collaborators", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Check if user is a collaborator""" repos_by_owner_by_repo_collaborators_by_user( """You can check the current version of media type in responses.""" @@ -48063,7 +48063,7 @@ type Query { owner: String! """Name of repository.""" repo: String! - ): [query_repos_by_owner_by_repo_comments_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/comments", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_comments_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/comments", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Get a single commit comment.""" repos_by_owner_by_repo_comments_by_commentId( """You can check the current version of media type in responses.""" @@ -48108,7 +48108,7 @@ type Query { author: String """ISO 8601 Date - Only commits before this date will be returned.""" until: String - ): [query_repos_by_owner_by_repo_commits_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/commits", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"since\\":\\"since\\",\\"sha\\":\\"sha\\",\\"path\\":\\"path\\",\\"author\\":\\"author\\",\\"until\\":\\"until\\"}") + ): [query_repos_by_owner_by_repo_commits_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/commits", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"since\\":\\"since\\",\\"sha\\":\\"sha\\",\\"path\\":\\"path\\",\\"author\\":\\"author\\",\\"until\\":\\"until\\"}") """ Get the combined Status for a specific Ref The Combined status endpoint is currently available for developers to preview. During the preview period, the API may change without advance notice. Please see the blog post for full details. @@ -48130,7 +48130,7 @@ type Query { """Name of repository.""" repo: String! ref: String! - ): [query_repos_by_owner_by_repo_commits_by_ref_status_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/commits/{args.ref}/status", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_commits_by_ref_status_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/commits/{args.ref}/status", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Get a single commit.""" repos_by_owner_by_repo_commits_by_shaCode( """You can check the current version of media type in responses.""" @@ -48164,7 +48164,7 @@ type Query { repo: String! """SHA-1 code of the commit.""" shaCode: String! - ): [query_repos_by_owner_by_repo_comments_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/commits/{args.shaCode}/comments", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_comments_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/commits/{args.shaCode}/comments", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Compare two commits""" repos_by_owner_by_repo_compare_by_baseId___by_headId( """You can check the current version of media type in responses.""" @@ -48225,7 +48225,7 @@ type Query { repo: String! """Set to 1 or true to include anonymous contributors in results.""" anon: String! - ): [query_repos_by_owner_by_repo_contributors_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/contributors", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"anon\\":\\"anon\\"}") + ): [query_repos_by_owner_by_repo_contributors_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/contributors", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"anon\\":\\"anon\\"}") """Users with pull access can view deployments for a repository""" repos_by_owner_by_repo_deployments( """You can check the current version of media type in responses.""" @@ -48240,7 +48240,7 @@ type Query { owner: String! """Name of repository.""" repo: String! - ): [query_repos_by_owner_by_repo_deployments_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/deployments", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_deployments_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/deployments", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Users with pull access can view deployment statuses for a deployment""" repos_by_owner_by_repo_deployments_by_id_statuses( """You can check the current version of media type in responses.""" @@ -48257,7 +48257,7 @@ type Query { repo: String! """The Deployment ID to list the statuses from.""" id: Int! - ): [query_repos_by_owner_by_repo_deployments_by_id_statuses_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/deployments/{args.id}/statuses", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_deployments_by_id_statuses_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/deployments/{args.id}/statuses", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Deprecated. List downloads for a repository.""" repos_by_owner_by_repo_downloads( """You can check the current version of media type in responses.""" @@ -48320,7 +48320,7 @@ type Query { """Name of repository.""" repo: String! sort: queryInput_repos_by_owner_by_repo_forks_sort = newes - ): [query_repos_by_owner_by_repo_forks_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/forks", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"sort\\":\\"sort\\"}") + ): [query_repos_by_owner_by_repo_forks_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/forks", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"sort\\":\\"sort\\"}") """ Get a Blob. Since blobs can be any arbitrary binary data, the input and responses for @@ -48376,7 +48376,7 @@ type Query { owner: String! """Name of repository.""" repo: String! - ): [query_repos_by_owner_by_repo_git_refs_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/git/refs", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_git_refs_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/git/refs", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Get a Reference""" repos_by_owner_by_repo_git_refs_by_ref( """You can check the current version of media type in responses.""" @@ -48442,7 +48442,7 @@ type Query { owner: String! """Name of repository.""" repo: String! - ): [query_repos_by_owner_by_repo_hooks_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/hooks", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_hooks_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/hooks", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Get single hook.""" repos_by_owner_by_repo_hooks_by_hookId( """You can check the current version of media type in responses.""" @@ -48459,7 +48459,7 @@ type Query { repo: String! """Id of hook.""" hookId: Int! - ): [query_repos_by_owner_by_repo_hooks_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/hooks/{args.hookId}", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_hooks_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/hooks/{args.hookId}", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """List issues for a repository.""" repos_by_owner_by_repo_issues( """You can check the current version of media type in responses.""" @@ -48485,7 +48485,7 @@ type Query { Only issues updated at or after this time are returned. """ since: String - ): [query_issues_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/issues", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"filter\\":\\"filter\\",\\"state\\":\\"state\\",\\"labels\\":\\"labels\\",\\"sort\\":\\"sort\\",\\"direction\\":\\"direction\\",\\"since\\":\\"since\\"}") + ): [query_issues_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/issues", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"filter\\":\\"filter\\",\\"state\\":\\"state\\",\\"labels\\":\\"labels\\",\\"sort\\":\\"sort\\",\\"direction\\":\\"direction\\",\\"since\\":\\"since\\"}") """List comments in a repository.""" repos_by_owner_by_repo_issues_comments( """You can check the current version of media type in responses.""" @@ -48508,7 +48508,7 @@ type Query { Example: "2012-10-09T23:39:01Z". """ since: String - ): [query_repos_by_owner_by_repo_issues_comments_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/issues/comments", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"direction\\":\\"direction\\",\\"sort\\":\\"sort\\",\\"since\\":\\"since\\"}") + ): [query_repos_by_owner_by_repo_issues_comments_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/issues/comments", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"direction\\":\\"direction\\",\\"sort\\":\\"sort\\",\\"since\\":\\"since\\"}") """Get a single comment.""" repos_by_owner_by_repo_issues_comments_by_commentId( """You can check the current version of media type in responses.""" @@ -48591,7 +48591,7 @@ type Query { repo: String! """Number of issue.""" number: Int! - ): [query_repos_by_owner_by_repo_issues_comments_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/issues/{args.number}/comments", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_issues_comments_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/issues/{args.number}/comments", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """List events for an issue.""" repos_by_owner_by_repo_issues_by_number_events( """You can check the current version of media type in responses.""" @@ -48625,7 +48625,7 @@ type Query { repo: String! """Number of issue.""" number: Int! - ): [query_repos_by_owner_by_repo_issues_by_number_labels_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/issues/{args.number}/labels", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_issues_by_number_labels_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/issues/{args.number}/labels", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Get list of keys.""" repos_by_owner_by_repo_keys( """You can check the current version of media type in responses.""" @@ -48640,7 +48640,7 @@ type Query { owner: String! """Name of repository.""" repo: String! - ): [query_repos_by_owner_by_repo_keys_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/keys", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_keys_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/keys", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Get a key""" repos_by_owner_by_repo_keys_by_keyId( """You can check the current version of media type in responses.""" @@ -48672,7 +48672,7 @@ type Query { owner: String! """Name of repository.""" repo: String! - ): [query_repos_by_owner_by_repo_issues_by_number_labels_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/labels", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_issues_by_number_labels_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/labels", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Get a single label.""" repos_by_owner_by_repo_labels_by_name( """You can check the current version of media type in responses.""" @@ -48762,7 +48762,7 @@ type Query { repo: String! """Number of milestone.""" number: Int! - ): [query_repos_by_owner_by_repo_issues_by_number_labels_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/milestones/{args.number}/labels", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_issues_by_number_labels_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/milestones/{args.number}/labels", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """ List your notifications in a repository List all notifications for the current user. @@ -48816,7 +48816,7 @@ type Query { head: String """Filter pulls by base branch name. Example - gh-pages.""" base: String - ): [query_repos_by_owner_by_repo_pulls_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/pulls", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"state\\":\\"state\\",\\"head\\":\\"head\\",\\"base\\":\\"base\\"}") + ): [query_repos_by_owner_by_repo_pulls_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/pulls", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"state\\":\\"state\\",\\"head\\":\\"head\\",\\"base\\":\\"base\\"}") """ List comments in a repository. By default, Review Comments are ordered by ascending ID. @@ -48843,7 +48843,7 @@ type Query { Example: "2012-10-09T23:39:01Z". """ since: String - ): [query_repos_by_owner_by_repo_issues_comments_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/pulls/comments", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"direction\\":\\"direction\\",\\"sort\\":\\"sort\\",\\"since\\":\\"since\\"}") + ): [query_repos_by_owner_by_repo_issues_comments_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/pulls/comments", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"direction\\":\\"direction\\",\\"sort\\":\\"sort\\",\\"since\\":\\"since\\"}") """Get a single comment.""" repos_by_owner_by_repo_pulls_comments_by_commentId( """You can check the current version of media type in responses.""" @@ -48911,7 +48911,7 @@ type Query { repo: String! """Id of pull.""" number: Int! - ): [query_repos_by_owner_by_repo_commits_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/pulls/{args.number}/commits", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_commits_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/pulls/{args.number}/commits", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """List pull requests files.""" repos_by_owner_by_repo_pulls_by_number_files( """You can check the current version of media type in responses.""" @@ -48928,7 +48928,7 @@ type Query { repo: String! """Id of pull.""" number: Int! - ): [query_repos_by_owner_by_repo_pulls_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/pulls/{args.number}/files", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_pulls_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/pulls/{args.number}/files", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Get if a pull request has been merged.""" repos_by_owner_by_repo_pulls_by_number_merge( """You can check the current version of media type in responses.""" @@ -48983,7 +48983,7 @@ type Query { owner: String! """Name of repository.""" repo: String! - ): [query_repos_by_owner_by_repo_releases_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/releases", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_releases_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/releases", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Get a single release asset""" repos_by_owner_by_repo_releases_assets_by_id( """You can check the current version of media type in responses.""" @@ -49031,7 +49031,7 @@ type Query { """Name of repository.""" repo: String! id: String! - ): [query_repos_by_owner_by_repo_releases_by_id_assets_items2] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/releases/{args.id}/assets", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_releases_by_id_assets_items2!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/releases/{args.id}/assets", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """List Stargazers.""" repos_by_owner_by_repo_stargazers( """You can check the current version of media type in responses.""" @@ -49046,7 +49046,7 @@ type Query { owner: String! """Name of repository.""" repo: String! - ): [query_orgs_by_org_members_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/stargazers", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_orgs_by_org_members_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/stargazers", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """ Get the number of additions and deletions per week. Returns a weekly aggregate of the number of additions and deletions pushed @@ -49066,7 +49066,7 @@ type Query { owner: String! """Name of repository.""" repo: String! - ): [Int] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/stats/code_frequency", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [Int!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/stats/code_frequency", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """ Get the last year of commit activity data. Returns the last year of commit activity grouped by week. The days array @@ -49086,7 +49086,7 @@ type Query { owner: String! """Name of repository.""" repo: String! - ): [query_repos_by_owner_by_repo_stats_commit_activity_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/stats/commit_activity", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_stats_commit_activity_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/stats/commit_activity", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Get contributors list with additions, deletions, and commit counts.""" repos_by_owner_by_repo_stats_contributors( """You can check the current version of media type in responses.""" @@ -49101,7 +49101,7 @@ type Query { owner: String! """Name of repository.""" repo: String! - ): [query_repos_by_owner_by_repo_stats_contributors_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/stats/contributors", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_stats_contributors_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/stats/contributors", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Get the weekly commit count for the repo owner and everyone else.""" repos_by_owner_by_repo_stats_participation( """You can check the current version of media type in responses.""" @@ -49142,7 +49142,7 @@ type Query { owner: String! """Name of repository.""" repo: String! - ): [Int] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/stats/punch_card", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [Int!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/stats/punch_card", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """List Statuses for a specific Ref.""" repos_by_owner_by_repo_statuses_by_ref( """You can check the current version of media type in responses.""" @@ -49161,7 +49161,7 @@ type Query { Ref to list the statuses from. It can be a SHA, a branch name, or a tag name. """ ref: String! - ): [query_repos_by_owner_by_repo_statuses_by_ref_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/statuses/{args.ref}", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_repos_by_owner_by_repo_statuses_by_ref_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/statuses/{args.ref}", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """List watchers.""" repos_by_owner_by_repo_subscribers( """You can check the current version of media type in responses.""" @@ -49176,7 +49176,7 @@ type Query { owner: String! """Name of repository.""" repo: String! - ): [query_orgs_by_org_members_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/subscribers", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_orgs_by_org_members_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/subscribers", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Get a Repository Subscription.""" repos_by_owner_by_repo_subscription( """You can check the current version of media type in responses.""" @@ -49221,7 +49221,7 @@ type Query { owner: String! """Name of repository.""" repo: String! - ): [query_orgs_by_org_teams_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/teams", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_orgs_by_org_teams_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/teams", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """List Stargazers. New implementation.""" repos_by_owner_by_repo_watchers( """You can check the current version of media type in responses.""" @@ -49236,7 +49236,7 @@ type Query { owner: String! """Name of repository.""" repo: String! - ): [query_orgs_by_org_members_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/watchers", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_orgs_by_org_members_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/watchers", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """ Get archive link. This method will return a 302 to a URL to download a tarball or zipball @@ -49285,7 +49285,7 @@ type Query { Example: "2012-10-09T23:39:01Z". """ since: String - ): [query_repositories_items] @httpOperation(subgraph: "GitHub", path: "/repositories", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"since\\":\\"since\\"}") + ): [query_repositories_items!] @httpOperation(subgraph: "GitHub", path: "/repositories", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"since\\":\\"since\\"}") """Search code.""" search_code( """You can check the current version of media type in responses.""" @@ -49421,7 +49421,7 @@ type Query { X_GitHub_Request_Id: Int """Id of team.""" teamId: Int! - ): [query_orgs_by_org_members_items] @httpOperation(subgraph: "GitHub", path: "/teams/{args.teamId}/members", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_orgs_by_org_members_items!] @httpOperation(subgraph: "GitHub", path: "/teams/{args.teamId}/members", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """ The "Get team member" API is deprecated and is scheduled for removal in the next major version of the API. We recommend using the Get team membership API instead. It allows you to get both active and pending memberships. @@ -49475,7 +49475,7 @@ type Query { X_GitHub_Request_Id: Int """Id of team.""" teamId: Int! - ): [query_teams_by_teamId_repos_items] @httpOperation(subgraph: "GitHub", path: "/teams/{args.teamId}/repos", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_teams_by_teamId_repos_items!] @httpOperation(subgraph: "GitHub", path: "/teams/{args.teamId}/repos", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Check if a team manages a repository""" teams_by_teamId_repos_by_owner_by_repo( """You can check the current version of media type in responses.""" @@ -49520,7 +49520,7 @@ type Query { X_RateLimit_Remaining: Int X_RateLimit_Reset: Int X_GitHub_Request_Id: Int - ): [String]! @httpOperation(subgraph: "GitHub", path: "/user/emails", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"application/vnd.github.v3\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [String!]! @httpOperation(subgraph: "GitHub", path: "/user/emails", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"application/vnd.github.v3\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """List the authenticated user's followers""" user_followers( """You can check the current version of media type in responses.""" @@ -49531,7 +49531,7 @@ type Query { X_RateLimit_Remaining: Int X_RateLimit_Reset: Int X_GitHub_Request_Id: Int - ): [query_orgs_by_org_members_items] @httpOperation(subgraph: "GitHub", path: "/user/followers", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_orgs_by_org_members_items!] @httpOperation(subgraph: "GitHub", path: "/user/followers", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """List who the authenticated user is following.""" user_following( """You can check the current version of media type in responses.""" @@ -49542,7 +49542,7 @@ type Query { X_RateLimit_Remaining: Int X_RateLimit_Reset: Int X_GitHub_Request_Id: Int - ): [query_orgs_by_org_members_items] @httpOperation(subgraph: "GitHub", path: "/user/following", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_orgs_by_org_members_items!] @httpOperation(subgraph: "GitHub", path: "/user/following", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Check if you are following a user.""" user_following_by_username( """You can check the current version of media type in responses.""" @@ -49582,7 +49582,7 @@ type Query { Only issues updated at or after this time are returned. """ since: String - ): [query_issues_items] @httpOperation(subgraph: "GitHub", path: "/user/issues", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"filter\\":\\"filter\\",\\"state\\":\\"state\\",\\"labels\\":\\"labels\\",\\"sort\\":\\"sort\\",\\"direction\\":\\"direction\\",\\"since\\":\\"since\\"}") + ): [query_issues_items!] @httpOperation(subgraph: "GitHub", path: "/user/issues", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"filter\\":\\"filter\\",\\"state\\":\\"state\\",\\"labels\\":\\"labels\\",\\"sort\\":\\"sort\\",\\"direction\\":\\"direction\\",\\"since\\":\\"since\\"}") """ List your public keys. Lists the current user's keys. Management of public keys via the API requires @@ -49639,7 +49639,7 @@ type Query { X_RateLimit_Reset: Int X_GitHub_Request_Id: Int type: queryInput_user_repos_type = all - ): [query_orgs_by_org_repos_items] @httpOperation(subgraph: "GitHub", path: "/user/repos", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"type\\":\\"type\\"}") + ): [query_orgs_by_org_repos_items!] @httpOperation(subgraph: "GitHub", path: "/user/repos", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"type\\":\\"type\\"}") """List repositories being starred by the authenticated user.""" user_starred( """You can check the current version of media type in responses.""" @@ -49679,7 +49679,7 @@ type Query { X_RateLimit_Remaining: Int X_RateLimit_Reset: Int X_GitHub_Request_Id: Int - ): [query_user_subscriptions_items] @httpOperation(subgraph: "GitHub", path: "/user/subscriptions", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_user_subscriptions_items!] @httpOperation(subgraph: "GitHub", path: "/user/subscriptions", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Check if you are watching a repository.""" user_subscriptions_by_owner_by_repo( """You can check the current version of media type in responses.""" @@ -49707,7 +49707,7 @@ type Query { X_RateLimit_Remaining: Int X_RateLimit_Reset: Int X_GitHub_Request_Id: Int - ): [query_user_teams_items] @httpOperation(subgraph: "GitHub", path: "/user/teams", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_user_teams_items!] @httpOperation(subgraph: "GitHub", path: "/user/teams", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """ Get all users. This provides a dump of every user, in the order that they signed up for GitHub. @@ -49726,7 +49726,7 @@ type Query { X_GitHub_Request_Id: Int """The integer ID of the last User that you've seen.""" since: Int - ): [query_orgs_by_org_members_items] @httpOperation(subgraph: "GitHub", path: "/users", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"since\\":\\"since\\"}") + ): [query_orgs_by_org_members_items!] @httpOperation(subgraph: "GitHub", path: "/users", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"since\\":\\"since\\"}") """Get a single user.""" users_by_username( """You can check the current version of media type in responses.""" @@ -49739,7 +49739,7 @@ type Query { X_GitHub_Request_Id: Int """Name of user.""" username: String! - ): [query_orgs_by_org_members_items] @httpOperation(subgraph: "GitHub", path: "/users/{args.username}", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_orgs_by_org_members_items!] @httpOperation(subgraph: "GitHub", path: "/users/{args.username}", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """ If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. """ @@ -49783,7 +49783,7 @@ type Query { X_GitHub_Request_Id: Int """Name of user.""" username: String! - ): [query_orgs_by_org_members_items] @httpOperation(subgraph: "GitHub", path: "/users/{args.username}/followers", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) + ): [query_orgs_by_org_members_items!] @httpOperation(subgraph: "GitHub", path: "/users/{args.username}/followers", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET) """Check if one user follows another.""" users_by_username_following_by_targetUser( """You can check the current version of media type in responses.""" @@ -49816,7 +49816,7 @@ type Query { Example: "2012-10-09T23:39:01Z". """ since: String - ): [query_gists_items] @httpOperation(subgraph: "GitHub", path: "/users/{args.username}/gists", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"since\\":\\"since\\"}") + ): [query_gists_items!] @httpOperation(subgraph: "GitHub", path: "/users/{args.username}/gists", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"since\\":\\"since\\"}") """ List public keys for a user. Lists the verified public keys for a user. This is accessible by anyone. @@ -49886,7 +49886,7 @@ type Query { """Name of user.""" username: String! type: queryInput_users_by_username_repos_type = all - ): [query_orgs_by_org_repos_items] @httpOperation(subgraph: "GitHub", path: "/users/{args.username}/repos", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"type\\":\\"type\\"}") + ): [query_orgs_by_org_repos_items!] @httpOperation(subgraph: "GitHub", path: "/users/{args.username}/repos", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: GET, queryParamArgMap: "{\\"type\\":\\"type\\"}") """List repositories being starred by a user.""" users_by_username_starred( """You can check the current version of media type in responses.""" @@ -50052,10 +50052,10 @@ type gist { created_at: String description: String files: query_gists_by_id_files - forks: [query_gists_by_id_forks_items] + forks: [query_gists_by_id_forks_items!] git_pull_url: String git_push_url: String - history: [query_gists_by_id_history_items] + history: [query_gists_by_id_history_items!] html_url: String id: String public: Boolean @@ -50157,7 +50157,7 @@ type query_issues_items { """ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ""" created_at: String html_url: String - labels: [query_issues_items_labels_items] + labels: [query_issues_items_labels_items!] milestone: query_issues_items_milestone number: Int pull_request: query_issues_items_pull_request @@ -50259,7 +50259,7 @@ enum queryInput_issues_direction { } type search_issues_by_keyword { - issues: [query_legacy_issues_search_by_owner_by_repository_by_state_by_keyword_issues_items] + issues: [query_legacy_issues_search_by_owner_by_repository_by_state_by_keyword_issues_items!] } type query_legacy_issues_search_by_owner_by_repository_by_state_by_keyword_issues_items { @@ -50268,7 +50268,7 @@ type query_legacy_issues_search_by_owner_by_repository_by_state_by_keyword_issue created_at: String gravatar_id: String html_url: String - labels: [String] + labels: [String!] number: Int position: Int state: String @@ -50287,7 +50287,7 @@ enum queryInput_legacy_issues_search_by_owner_by_repository_by_state_by_keyword_ } type search_repositories_by_keyword { - repositories: [query_legacy_repos_search_by_keyword_repositories_items] + repositories: [query_legacy_repos_search_by_keyword_repositories_items!] } type query_legacy_repos_search_by_keyword_repositories_items { @@ -50354,7 +50354,7 @@ type query_legacy_user_email_by_email_user { } type search_users_by_keyword { - users: [query_legacy_user_search_by_keyword_users_items] + users: [query_legacy_user_search_by_keyword_users_items!] } type query_legacy_user_search_by_keyword_users_items { @@ -50392,8 +50392,8 @@ enum queryInput_legacy_user_search_by_keyword_sort { } type meta { - git: [String] - hooks: [String] + git: [String!] + hooks: [String!] } type notifications { @@ -50742,7 +50742,7 @@ type query_repos_by_owner_by_repo_branches_by_branch_commit { author: query_repos_by_owner_by_repo_branches_by_branch_commit_author commit: query_repos_by_owner_by_repo_branches_by_branch_commit_commit committer: query_repos_by_owner_by_repo_branches_by_branch_commit_committer - parents: [query_repos_by_owner_by_repo_branches_by_branch_commit_parents_items] + parents: [query_repos_by_owner_by_repo_branches_by_branch_commit_parents_items!] sha: String url: String } @@ -50847,7 +50847,7 @@ type query_repos_by_owner_by_repo_commits_items { author: query_repos_by_owner_by_repo_commits_items_author commit: query_repos_by_owner_by_repo_commits_items_commit committer: query_repos_by_owner_by_repo_commits_items_committer - parents: [query_repos_by_owner_by_repo_commits_items_parents_items] + parents: [query_repos_by_owner_by_repo_commits_items_parents_items!] sha: String url: String } @@ -50906,7 +50906,7 @@ type query_repos_by_owner_by_repo_commits_by_ref_status_items { repository_url: String sha: String state: String - statuses: [query_repos_by_owner_by_repo_commits_by_ref_status_items_statuses_items] + statuses: [query_repos_by_owner_by_repo_commits_by_ref_status_items_statuses_items!] } type query_repos_by_owner_by_repo_commits_by_ref_status_items_statuses_items { @@ -50924,8 +50924,8 @@ type commit { author: query_repos_by_owner_by_repo_commits_by_shaCode_author commit: query_repos_by_owner_by_repo_commits_by_shaCode_commit committer: query_repos_by_owner_by_repo_commits_by_shaCode_committer - files: [query_repos_by_owner_by_repo_commits_by_shaCode_files_items] - parents: [query_repos_by_owner_by_repo_commits_by_shaCode_parents_items] + files: [query_repos_by_owner_by_repo_commits_by_shaCode_files_items!] + parents: [query_repos_by_owner_by_repo_commits_by_shaCode_parents_items!] sha: String stats: query_repos_by_owner_by_repo_commits_by_shaCode_stats url: String @@ -51000,9 +51000,9 @@ type compare_commits { ahead_by: Int base_commit: query_repos_by_owner_by_repo_compare_by_baseId___by_headId_base_commit behind_by: Int - commits: [query_repos_by_owner_by_repo_compare_by_baseId___by_headId_commits_items] + commits: [query_repos_by_owner_by_repo_compare_by_baseId___by_headId_commits_items!] diff_url: String - files: [query_repos_by_owner_by_repo_compare_by_baseId___by_headId_files_items] + files: [query_repos_by_owner_by_repo_compare_by_baseId___by_headId_files_items!] html_url: String patch_url: String permalink_url: String @@ -51015,7 +51015,7 @@ type query_repos_by_owner_by_repo_compare_by_baseId___by_headId_base_commit { author: query_repos_by_owner_by_repo_compare_by_baseId___by_headId_base_commit_author commit: query_repos_by_owner_by_repo_compare_by_baseId___by_headId_base_commit_commit committer: query_repos_by_owner_by_repo_compare_by_baseId___by_headId_base_commit_committer - parents: [query_repos_by_owner_by_repo_compare_by_baseId___by_headId_base_commit_parents_items] + parents: [query_repos_by_owner_by_repo_compare_by_baseId___by_headId_base_commit_parents_items!] sha: String url: String } @@ -51094,7 +51094,7 @@ type query_repos_by_owner_by_repo_compare_by_baseId___by_headId_commits_items { author: query_repos_by_owner_by_repo_compare_by_baseId___by_headId_commits_items_author commit: query_repos_by_owner_by_repo_compare_by_baseId___by_headId_commits_items_commit committer: query_repos_by_owner_by_repo_compare_by_baseId___by_headId_commits_items_committer - parents: [query_repos_by_owner_by_repo_compare_by_baseId___by_headId_commits_items_parents_items] + parents: [query_repos_by_owner_by_repo_compare_by_baseId___by_headId_commits_items_parents_items!] sha: String url: String } @@ -51349,7 +51349,7 @@ type repoCommit { author: query_repos_by_owner_by_repo_git_commits_by_shaCode_author committer: query_repos_by_owner_by_repo_git_commits_by_shaCode_committer message: String - parents: [query_repos_by_owner_by_repo_git_commits_by_shaCode_parents_items] + parents: [query_repos_by_owner_by_repo_git_commits_by_shaCode_parents_items!] sha: String tree: query_repos_by_owner_by_repo_git_commits_by_shaCode_tree url: String @@ -51427,7 +51427,7 @@ type query_repos_by_owner_by_repo_git_tags_by_shaCode_tagger { type tree { sha: String - tree: [query_repos_by_owner_by_repo_git_trees_by_shaCode_tree_items] + tree: [query_repos_by_owner_by_repo_git_trees_by_shaCode_tree_items!] url: String } @@ -51445,7 +51445,7 @@ type query_repos_by_owner_by_repo_hooks_items { config: query_repos_by_owner_by_repo_hooks_items_config """ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ""" created_at: String - events: [query_repos_by_owner_by_repo_hooks_items_events_items] + events: [query_repos_by_owner_by_repo_hooks_items_events_items!] id: Int name: String """ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ""" @@ -51597,7 +51597,7 @@ type query_repos_by_owner_by_repo_issues_events_by_eventId_issue { """ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ""" created_at: String html_url: String - labels: [query_repos_by_owner_by_repo_issues_events_by_eventId_issue_labels_items] + labels: [query_repos_by_owner_by_repo_issues_events_by_eventId_issue_labels_items!] milestone: query_repos_by_owner_by_repo_issues_events_by_eventId_issue_milestone number: Int pull_request: query_repos_by_owner_by_repo_issues_events_by_eventId_issue_pull_request @@ -51673,7 +51673,7 @@ type query_repos_by_owner_by_repo_issues_events_by_eventId_issue_user { type issue { assignee: String body: String - labels: [String] + labels: [String!] milestone: Float title: String } @@ -52150,7 +52150,7 @@ type query_repos_by_owner_by_repo_pulls_by_number_user { } type query_repos_by_owner_by_repo_releases_items { - assets: [query_repos_by_owner_by_repo_releases_items_assets_items] + assets: [query_repos_by_owner_by_repo_releases_items_assets_items!] assets_url: String author: query_repos_by_owner_by_repo_releases_items_author body: String @@ -52258,7 +52258,7 @@ type query_repos_by_owner_by_repo_releases_assets_by_id_uploader { } type release { - assets: [query_repos_by_owner_by_repo_releases_by_id_assets_items] + assets: [query_repos_by_owner_by_repo_releases_by_id_assets_items!] assets_url: String author: query_repos_by_owner_by_repo_releases_by_id_author body: String @@ -52366,7 +52366,7 @@ type query_repos_by_owner_by_repo_releases_by_id_assets_items_uploader2 { } type query_repos_by_owner_by_repo_stats_commit_activity_items { - days: [Int] + days: [Int!] total: Int week: Int } @@ -52375,7 +52375,7 @@ type query_repos_by_owner_by_repo_stats_contributors_items { author: query_repos_by_owner_by_repo_stats_contributors_items_author """The Total number of commits authored by the contributor.""" total: Int - weeks: [query_repos_by_owner_by_repo_stats_contributors_items_weeks_items] + weeks: [query_repos_by_owner_by_repo_stats_contributors_items_weeks_items!] } type query_repos_by_owner_by_repo_stats_contributors_items_author { @@ -52398,8 +52398,8 @@ type query_repos_by_owner_by_repo_stats_contributors_items_weeks_items { } type participationStats { - all: [Int] - owner: [Int] + all: [Int!] + owner: [Int!] } type query_repos_by_owner_by_repo_statuses_by_ref_items { @@ -52481,7 +52481,7 @@ type query_repositories_items_owner { } type search_code { - items: [query_search_code_items_items] + items: [query_search_code_items_items!] total_count: Int } @@ -52572,7 +52572,7 @@ enum indexed_const @typescript(subgraph: "GitHub", type: "\\"indexed\\"") @examp } type search_issues { - items: [query_search_issues_items_items] + items: [query_search_issues_items_items!] total_count: Int } @@ -52586,7 +52586,7 @@ type query_search_issues_items_items { events_url: String html_url: String id: Int - labels: [query_search_issues_items_items_labels_items] + labels: [query_search_issues_items_items_labels_items!] labels_url: String milestone: Void number: Int @@ -52646,7 +52646,7 @@ enum queryInput_search_issues_sort { } type search_repositories { - items: [query_search_repositories_items_items] + items: [query_search_repositories_items_items!] total_count: Int } @@ -52704,7 +52704,7 @@ enum queryInput_search_repositories_sort { } type search_users { - items: [query_search_users_items_items] + items: [query_search_users_items_items!] total_count: Int } @@ -53220,7 +53220,7 @@ type Mutation { """Name of organisation.""" org: String! input: postRepo_Input! - ): [query_orgs_by_org_repos_items] @httpOperation(subgraph: "GitHub", path: "/orgs/{args.org}/repos", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: POST) + ): [query_orgs_by_org_repos_items!] @httpOperation(subgraph: "GitHub", path: "/orgs/{args.org}/repos", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: POST) """ Create team. In order to create a team, the authenticated user must be an owner of organization. @@ -53624,7 +53624,7 @@ type Mutation { """Name of repository.""" repo: String! input: hookBody_Input! - ): [query_repos_by_owner_by_repo_hooks_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/hooks", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: POST) + ): [query_repos_by_owner_by_repo_hooks_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/hooks", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: POST) """Delete a hook.""" delete_repos_by_owner_by_repo_hooks_by_hookId( """You can check the current version of media type in responses.""" @@ -53659,7 +53659,7 @@ type Mutation { """Id of hook.""" hookId: Int! input: hookBody_Input! - ): [query_repos_by_owner_by_repo_hooks_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/hooks/{args.hookId}", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: PATCH) + ): [query_repos_by_owner_by_repo_hooks_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/hooks/{args.hookId}", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: PATCH) """ Test a push hook. This will trigger the hook with the latest push to the current repository @@ -53813,7 +53813,7 @@ type Mutation { repo: String! """Number of issue.""" number: Int! - input: [String]! + input: [String!]! ): label @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/issues/{args.number}/labels", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: POST) """ Replace all labels for an issue. @@ -53835,7 +53835,7 @@ type Mutation { repo: String! """Number of issue.""" number: Int! - input: [String]! + input: [String!]! ): label @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/issues/{args.number}/labels", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: PUT) """Remove a label from an issue.""" delete_repos_by_owner_by_repo_issues_by_number_labels_by_name( @@ -53903,7 +53903,7 @@ type Mutation { owner: String! """Name of repository.""" repo: String! - input: [String]! + input: [String!]! ): label @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/labels", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: POST) """Delete a label.""" delete_repos_by_owner_by_repo_labels_by_name( @@ -53938,7 +53938,7 @@ type Mutation { repo: String! """Name of the label.""" name: String! - input: [String]! + input: [String!]! ): label @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/labels/{args.name}", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: PATCH) """Perform a merge.""" post_repos_by_owner_by_repo_merges( @@ -54043,7 +54043,7 @@ type Mutation { """Name of repository.""" repo: String! input: pullsPost_Input! - ): [query_repos_by_owner_by_repo_pulls_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/pulls", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: POST) + ): [query_repos_by_owner_by_repo_pulls_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/pulls", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: POST) """Delete a comment.""" delete_repos_by_owner_by_repo_pulls_comments_by_commentId( """You can check the current version of media type in responses.""" @@ -54255,7 +54255,7 @@ type Mutation { """ ref: String! input: headBranch_Input! - ): [query_repos_by_owner_by_repo_statuses_by_ref_items] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/statuses/{args.ref}", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: POST) + ): [query_repos_by_owner_by_repo_statuses_by_ref_items!] @httpOperation(subgraph: "GitHub", path: "/repos/{args.owner}/{args.repo}/statuses/{args.ref}", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: POST) """Delete a Repository Subscription.""" delete_repos_by_owner_by_repo_subscription( """You can check the current version of media type in responses.""" @@ -54477,7 +54477,7 @@ type Mutation { X_RateLimit_Remaining: Int X_RateLimit_Reset: Int X_GitHub_Request_Id: Int - input: [String]! + input: [String!]! ): Void @httpOperation(subgraph: "GitHub", path: "/user/emails", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: DELETE) """ Add email address(es). @@ -54493,7 +54493,7 @@ type Mutation { X_RateLimit_Remaining: Int X_RateLimit_Reset: Int X_GitHub_Request_Id: Int - input: [String]! + input: [String!]! ): JSON @httpOperation(subgraph: "GitHub", path: "/user/emails", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: POST) """ Unfollow a user. @@ -54573,7 +54573,7 @@ type Mutation { X_RateLimit_Reset: Int X_GitHub_Request_Id: Int input: postRepo_Input! - ): [query_orgs_by_org_repos_items] @httpOperation(subgraph: "GitHub", path: "/user/repos", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: POST) + ): [query_orgs_by_org_repos_items!] @httpOperation(subgraph: "GitHub", path: "/user/repos", operationSpecificHeaders: "{\\"X-GitHub-Media-Type\\":\\"{args.X_GitHub_Media_Type}\\",\\"Accept\\":\\"{args.Accept}\\",\\"X-RateLimit-Limit\\":\\"{args.X_RateLimit_Limit}\\",\\"X-RateLimit-Remaining\\":\\"{args.X_RateLimit_Remaining}\\",\\"X-RateLimit-Reset\\":\\"{args.X_RateLimit_Reset}\\",\\"X-GitHub-Request-Id\\":\\"{args.X_GitHub_Request_Id}\\"}", httpMethod: POST) """Unstar a repository""" delete_user_starred_by_owner_by_repo( """You can check the current version of media type in responses.""" @@ -54747,7 +54747,7 @@ input postRepo_Input { input orgTeamsPost_Input { name: String! permission: mutationInput_post_orgs_by_org_teams_input_permission - repo_names: [String] + repo_names: [String!] } enum mutationInput_post_orgs_by_org_teams_input_permission { @@ -54840,7 +54840,7 @@ type mutation_put_repos_by_owner_by_repo_contents_by_path_commit { committer: mutation_put_repos_by_owner_by_repo_contents_by_path_commit_committer html_url: String message: String - parents: [mutation_put_repos_by_owner_by_repo_contents_by_path_commit_parents_items] + parents: [mutation_put_repos_by_owner_by_repo_contents_by_path_commit_parents_items!] sha: String tree: mutation_put_repos_by_owner_by_repo_contents_by_path_commit_tree url: String @@ -55020,7 +55020,7 @@ type mutation_post_repos_by_owner_by_repo_git_commits_author { input repoCommitBody_Input { author: mutationInput_post_repos_by_owner_by_repo_git_commits_input_author_Input message: String! - parents: [String]! + parents: [String!]! tree: String! } @@ -55066,7 +55066,7 @@ type trees { base_tree: String """SHA1 checksum ID of the object in the tree.""" sha: String - tree: [mutation_post_repos_by_owner_by_repo_git_trees_tree_items] + tree: [mutation_post_repos_by_owner_by_repo_git_trees_tree_items!] url: String } @@ -55098,7 +55098,7 @@ enum mutation_post_repos_by_owner_by_repo_git_trees_tree_items_type { input tree_Input { sha: String - tree: [query_repos_by_owner_by_repo_git_trees_by_shaCode_tree_items_Input] + tree: [query_repos_by_owner_by_repo_git_trees_by_shaCode_tree_items_Input!] url: String } @@ -55113,13 +55113,13 @@ input query_repos_by_owner_by_repo_git_trees_by_shaCode_tree_items_Input { input hookBody_Input { active: Boolean - add_events: [String] + add_events: [String!] } input issue_Input { assignee: String body: String - labels: [String] + labels: [String!] milestone: Float title: String } @@ -55138,7 +55138,7 @@ type mergesSuccessful { committer: mutation_post_repos_by_owner_by_repo_merges_oneOf_0_committer merged: Boolean message: String - parents: [mutation_post_repos_by_owner_by_repo_merges_oneOf_0_parents_items] + parents: [mutation_post_repos_by_owner_by_repo_merges_oneOf_0_parents_items!] sha: String url: String } @@ -55309,7 +55309,7 @@ enum mutationInput_patch_teams_by_teamId_input_permission { union put_teams_by_teamId_members_by_username_response @statusCodeTypeName(subgraph: "GitHub", statusCode: 204, typeName: "Void_container") @statusCodeTypeName(subgraph: "GitHub", statusCode: 422, typeName: "organizationAsTeamMember") = Void_container | organizationAsTeamMember type organizationAsTeamMember { - errors: [mutation_put_teams_by_teamId_members_by_username_oneOf_1_errors_items] + errors: [mutation_put_teams_by_teamId_members_by_username_oneOf_1_errors_items!] message: String } @@ -55458,7 +55458,7 @@ union listModels_response @statusCodeTypeName(subgraph: "IBMLanguageTranslator", """The response type for listing existing translation models.""" type TranslationModels { """An array of available models.""" - models: [TranslationModel] + models: [TranslationModel!] } """Response payload for models.""" @@ -55531,7 +55531,7 @@ type Translation { """ List of translation output in UTF-8, corresponding to the list of input text. """ - translations: [TranslationText]! + translations: [TranslationText!]! } type TranslationText { @@ -55543,7 +55543,7 @@ union listIdentifiableLanguages_response @statusCodeTypeName(subgraph: "IBMLangu type SupportedLanguages { """A list of all languages that the service can identify.""" - languages: [IdentifiableLanguage]! + languages: [IdentifiableLanguage!]! } type IdentifiableLanguage { @@ -55557,7 +55557,7 @@ union identifyGet_response @statusCodeTypeName(subgraph: "IBMLanguageTranslator" type Languages { """A ranking of identified languages with confidence scores.""" - languages: [IdentifiedLanguage]! + languages: [IdentifiedLanguage!]! """ Translates the text with the highest language identified with the highest confidence. """ @@ -55632,7 +55632,7 @@ input TranslateRequest_Input { """ Input text in UTF-8 encoding. It is a list so that multiple sentences/paragraphs can be submitted. Also accept a single string, instead of an array, as valid input. """ - text: [String]! + text: [String!]! } union identify_response @statusCodeTypeName(subgraph: "IBMLanguageTranslator", statusCode: 200, typeName: "Languages") @statusCodeTypeName(subgraph: "IBMLanguageTranslator", statusCode: 400, typeName: "ErrorResponse") @statusCodeTypeName(subgraph: "IBMLanguageTranslator", statusCode: 500, typeName: "ErrorResponse") = Languages | ErrorResponse @@ -55680,13 +55680,13 @@ type Query { UsersGetUser(userId: String!): UserGet @httpOperation(subgraph: "InfiniteRecursion", path: "/users/{args.userId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) @linkResolver(subgraph: "InfiniteRecursion", linkResolverMap: "{\\"Messages\\":{\\"linkObjArgs\\":{\\"authorId\\":\\"{root.$response.body#/id}\\"},\\"targetTypeName\\":\\"Query\\",\\"targetFieldName\\":\\"TicketMessagesGetMessages\\"}}") CompanysGetCompany(companyId: String!): CompanyGet @httpOperation(subgraph: "InfiniteRecursion", path: "/companies/{args.companyId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) @linkResolver(subgraph: "InfiniteRecursion", linkResolverMap: "{\\"Messages\\":{\\"linkObjArgs\\":{\\"authorId\\":\\"{root.$response.body#/id}\\"},\\"targetTypeName\\":\\"Query\\",\\"targetFieldName\\":\\"TicketMessagesGetMessages\\"}}") PersonsGetPerson(personId: String!): PersonGet @httpOperation(subgraph: "InfiniteRecursion", path: "/persons/{args.personId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) - TicketMessagesGetMessages(ticketId: String, authorId: String): [query_TicketMessagesGetMessages_items] @httpOperation(subgraph: "InfiniteRecursion", path: "/tickets/messages", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"ticketId\\":\\"ticketId\\",\\"authorId\\":\\"authorId\\"}") + TicketMessagesGetMessages(ticketId: String, authorId: String): [query_TicketMessagesGetMessages_items!] @httpOperation(subgraph: "InfiniteRecursion", path: "/tickets/messages", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"ticketId\\":\\"ticketId\\",\\"authorId\\":\\"authorId\\"}") } type UserGet { _resolveType: user_const! id: String! - Messages: [query_TicketMessagesGetMessages_items] @link(subgraph: "InfiniteRecursion", defaultRootType: "Query", defaultField: "UsersGetUser") + Messages: [query_TicketMessagesGetMessages_items!] @link(subgraph: "InfiniteRecursion", defaultRootType: "Query", defaultField: "UsersGetUser") } enum user_const @typescript(subgraph: "InfiniteRecursion", type: "\\"user\\"") @example(subgraph: "InfiniteRecursion", value: "\\"user\\"") { @@ -55720,7 +55720,7 @@ union PersonGet @discriminator(subgraph: "InfiniteRecursion", field: "_resolveTy type CompanyGet { _resolveType: company_const! id: String! - Messages: [query_TicketMessagesGetMessages_items] @link(subgraph: "InfiniteRecursion", defaultRootType: "Query", defaultField: "CompanysGetCompany") + Messages: [query_TicketMessagesGetMessages_items!] @link(subgraph: "InfiniteRecursion", defaultRootType: "Query", defaultField: "CompanysGetCompany") } enum company_const @typescript(subgraph: "InfiniteRecursion", type: "\\"company\\"") @example(subgraph: "InfiniteRecursion", value: "\\"company\\"") { @@ -56004,7 +56004,7 @@ type Query { type MediaListResponse { """List of media entries""" - data: [MediaEntry] + data: [MediaEntry!] meta: MetaData pagination: IdPaginationInfo } @@ -56026,13 +56026,13 @@ type MediaEntry { link: String location: LocationInfo """List of tags assigned to this media""" - tags: [String] + tags: [String!] type: query_geographies_by_geo_id_media_recent_data_items_type user: UserShortInfo """Indicates whether authenticated user has liked this media or not""" user_has_liked: Boolean """Users located on this media entry""" - users_in_photo: [UserInPhoto] + users_in_photo: [UserInPhoto!] videos: VideosData } @@ -56065,7 +56065,7 @@ type CommentsCollection { """ Collection of comment entries; **warning:** deprecated for Apps [created on or after Nov 17, 2015](http://instagram.com/developer/changelog/) """ - data: [CommentEntry] + data: [CommentEntry!] } type CommentEntry { @@ -56101,7 +56101,7 @@ type LikesCollection { """ Collection of users who liked; **warning:** deprecated for Apps [created on or after Nov 17, 2015](http://instagram.com/developer/changelog/) """ - data: [UserShortInfo] + data: [UserShortInfo!] } type LocationInfo { @@ -56152,7 +56152,7 @@ type IdPaginationInfo { type LocationSearchResponse { """List of found locations""" - data: [LocationInfo] + data: [LocationInfo!] meta: MetaData } @@ -56168,7 +56168,7 @@ scalar BigInt type MediaSearchResponse { """Found media entries; some end-points do not return likes informtaion""" - data: [MediaEntry] + data: [MediaEntry!] meta: MetaData } @@ -56179,19 +56179,19 @@ type MediaEntryResponse { type CommentsResponse { """Collection of comments""" - data: [CommentEntry] + data: [CommentEntry!] meta: MetaData } type UsersInfoResponse { """User short information entries""" - data: [UserShortInfo] + data: [UserShortInfo!] meta: MetaData } type TagSearchResponse { """List of found tags with brief statistics""" - data: [TagInfo] + data: [TagInfo!] meta: MetaData } @@ -56209,7 +56209,7 @@ type TagInfoResponse { type TagMediaListResponse { """List of media entries with this tag""" - data: [MediaEntry] + data: [MediaEntry!] meta: MetaData pagination: TagPaginationInfo } @@ -56261,7 +56261,7 @@ type UserCounts { type UsersPagingResponse { """List of user short information entries""" - data: [UserShortInfo] + data: [UserShortInfo!] meta: MetaData pagination: CursorPaginationInfo } @@ -56414,7 +56414,7 @@ type Query { } type ResultList { - records: [Result] + records: [Result!] } type Result { @@ -56504,11 +56504,11 @@ type Query { """ The list of configuration IDs. To include multiple configurations, separate IDs with an ampersand: \`id=10000&id=10001\`. Can't be provided with \`fieldContextId\`, \`issueId\`, \`projectKeyOrId\`, or \`issueTypeId\`. """ - id: [BigInt] + id: [BigInt!] """ The list of field context IDs. To include multiple field contexts, separate IDs with an ampersand: \`fieldContextId=10000&fieldContextId=10001\`. Can't be provided with \`id\`, \`issueId\`, \`projectKeyOrId\`, or \`issueTypeId\`. """ - fieldContextId: [BigInt] + fieldContextId: [BigInt!] """ The ID of the issue to filter results by. If the issue doesn't exist, an empty list is returned. Can't be provided with \`projectKeyOrId\`, or \`issueTypeId\`. """ @@ -56544,19 +56544,19 @@ type Query { When a \`key\` isn't provided, this filters the list of results by the application property \`key\` using a regular expression. For example, using \`jira.lf.*\` will return all application properties with keys that start with *jira.lf.*. """ keyFilter: String - ): [ApplicationProperty] @httpOperation(subgraph: "Jira", path: "/rest/api/3/application-properties", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"key\\":\\"key\\",\\"permissionLevel\\":\\"permissionLevel\\",\\"keyFilter\\":\\"keyFilter\\"}") + ): [ApplicationProperty!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/application-properties", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"key\\":\\"key\\",\\"permissionLevel\\":\\"permissionLevel\\",\\"keyFilter\\":\\"keyFilter\\"}") """ Returns the application properties that are accessible on the *Advanced Settings* page. To navigate to the *Advanced Settings* page in Jira, choose the Jira icon > **Jira settings** > **System**, **General Configuration** and then click **Advanced Settings** (in the upper right). **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg). """ - getAdvancedSettings: [ApplicationProperty] @httpOperation(subgraph: "Jira", path: "/rest/api/3/application-properties/advanced-settings", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + getAdvancedSettings: [ApplicationProperty!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/application-properties/advanced-settings", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Returns all application roles. In Jira, application roles are managed using the [Application access configuration](https://confluence.atlassian.com/x/3YxjL) page. **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg). """ - getAllApplicationRoles: [ApplicationRole] @httpOperation(subgraph: "Jira", path: "/rest/api/3/applicationrole", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + getAllApplicationRoles: [ApplicationRole!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/applicationrole", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Returns an application role. @@ -56788,7 +56788,7 @@ type Query { **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg). """ - getAvailableTimeTrackingImplementations: [TimeTrackingProvider] @httpOperation(subgraph: "Jira", path: "/rest/api/3/configuration/timetracking/list", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + getAvailableTimeTrackingImplementations: [TimeTrackingProvider!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/configuration/timetracking/list", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Returns the time tracking settings. This includes settings such as the time format, default time unit, and others. For more information, see [Configuring time tracking](https://confluence.atlassian.com/x/qoXKM). @@ -56911,15 +56911,15 @@ type Query { """ The list of gadgets module keys. To include multiple module keys, separate module keys with ampersand: \`moduleKey=key:one&moduleKey=key:two\`. """ - moduleKey: [String] + moduleKey: [String!] """ The list of gadgets URIs. To include multiple URIs, separate URIs with ampersand: \`uri=/rest/example/uri/1&uri=/rest/example/uri/2\`. """ - uri: [String] + uri: [String!] """ The list of gadgets IDs. To include multiple IDs, separate IDs with ampersand: \`gadgetId=10000&gadgetId=10001\`. """ - gadgetId: [BigInt] + gadgetId: [BigInt!] ): getAllGadgets_response @httpOperation(subgraph: "Jira", path: "/rest/api/3/dashboard/{args.dashboardId}/gadget", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"moduleKey\\":\\"moduleKey\\",\\"uri\\":\\"uri\\",\\"gadgetId\\":\\"gadgetId\\"}") """ Returns the keys of all properties for a dashboard item. @@ -56973,7 +56973,7 @@ type Query { **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg). """ - getEvents: [IssueEvent] @httpOperation(subgraph: "Jira", path: "/rest/api/3/events", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + getEvents: [IssueEvent!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/events", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Returns system and custom issue fields according to the following rules: @@ -56986,7 +56986,7 @@ type Query { **[Permissions](#permissions) required:** None. """ - getFields: [FieldDetails] @httpOperation(subgraph: "Jira", path: "/rest/api/3/field", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + getFields: [FieldDetails!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/field", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Returns a [paginated](#pagination) list of fields for Classic Jira projects. The list can include: @@ -57007,11 +57007,11 @@ type Query { """The maximum number of items to return per page.""" maxResults: Int = 50 """The type of fields to search.""" - type: [queryInput_getFieldsPaginated_type_items] + type: [queryInput_getFieldsPaginated_type_items!] """ The IDs of the custom fields to return or, where \`query\` is specified, filter. """ - id: [String] + id: [String!] """ String used to perform a case-insensitive partial match with field names or descriptions. """ @@ -57043,7 +57043,7 @@ type Query { startAt: BigInt """The maximum number of items to return per page.""" maxResults: Int = 50 - id: [String] + id: [String!] """ String used to perform a case-insensitive partial match with field names or descriptions. """ @@ -57070,7 +57070,7 @@ type Query { """ The list of context IDs. To include multiple contexts, separate IDs with ampersand: \`contextId=10000&contextId=10001\`. """ - contextId: [BigInt] + contextId: [BigInt!] """ The index of the first item to return in a page of results (page offset). """ @@ -57119,7 +57119,7 @@ type Query { """The ID of the custom field, for example \`customfield\\_10000\`.""" fieldId: String! """The IDs of the contexts.""" - contextId: [BigInt] + contextId: [BigInt!] """ The index of the first item to return in a page of results (page offset). """ @@ -57138,7 +57138,7 @@ type Query { """ The ID of the context. To include multiple contexts, provide an ampersand-separated list. For example, \`contextId=10001&contextId=10002\`. """ - contextId: [BigInt] + contextId: [BigInt!] """ The index of the first item to return in a page of results (page offset). """ @@ -57157,7 +57157,7 @@ type Query { """ The list of context IDs. To include multiple context, separate IDs with ampersand: \`contextId=10000&contextId=10001\`. """ - contextId: [BigInt] + contextId: [BigInt!] """ The index of the first item to return in a page of results (page offset). """ @@ -57335,7 +57335,7 @@ type Query { """ The list of field configuration IDs. To include multiple IDs, provide an ampersand-separated list. For example, \`id=10000&id=10001\`. """ - id: [BigInt] + id: [BigInt!] """If *true* returns default field configurations only.""" isDefault: Boolean """ @@ -57377,7 +57377,7 @@ type Query { """ The list of field configuration scheme IDs. To include multiple IDs, provide an ampersand-separated list. For example, \`id=10000&id=10001\`. """ - id: [BigInt] + id: [BigInt!] ): PageBeanFieldConfigurationScheme @httpOperation(subgraph: "Jira", path: "/rest/api/3/fieldconfigurationscheme", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\",\\"id\\":\\"id\\"}") """ Returns a [paginated](#pagination) list of field configuration issue type items. @@ -57396,7 +57396,7 @@ type Query { """ The list of field configuration scheme IDs. To include multiple field configuration schemes separate IDs with ampersand: \`fieldConfigurationSchemeId=10000&fieldConfigurationSchemeId=10001\`. """ - fieldConfigurationSchemeId: [BigInt] + fieldConfigurationSchemeId: [BigInt!] ): PageBeanFieldConfigurationIssueTypeItem @httpOperation(subgraph: "Jira", path: "/rest/api/3/fieldconfigurationscheme/mapping", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\",\\"fieldConfigurationSchemeId\\":\\"fieldConfigurationSchemeId\\"}") """ Returns a [paginated](#pagination) list of field configuration schemes and, for each scheme, a list of the projects that use it. @@ -57417,7 +57417,7 @@ type Query { """ The list of project IDs. To include multiple projects, separate IDs with ampersand: \`projectId=10000&projectId=10001\`. """ - projectId: [BigInt]! + projectId: [BigInt!]! ): PageBeanFieldConfigurationSchemeProjects @httpOperation(subgraph: "Jira", path: "/rest/api/3/fieldconfigurationscheme/project", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\",\\"projectId\\":\\"projectId\\"}") """ Returns all filters. Deprecated, use [ Search for filters](#api-rest-api-3-filter-search-get) that supports search and pagination. @@ -57440,7 +57440,7 @@ type Query { * \`subscriptions\` Returns the users that are subscribed to the filter. If you don't specify \`subscriptions\`, the \`subscriptions\` object is returned but it doesn't list any subscriptions. The list of subscriptions returned is limited to 1000, to access additional subscriptions append \`[start-index:end-index]\` to the expand request. For example, to access the next 1000 subscriptions, use \`?expand=subscriptions[1001:2000]\`. """ expand: String - ): [Filter] @deprecated(reason: "deprecated") @httpOperation(subgraph: "Jira", path: "/rest/api/3/filter", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}") + ): [Filter!] @deprecated(reason: "deprecated") @httpOperation(subgraph: "Jira", path: "/rest/api/3/filter", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}") """ Returns the default sharing settings for new filters and dashboards for a user. @@ -57470,7 +57470,7 @@ type Query { * \`subscriptions\` Returns the users that are subscribed to the filter. If you don't specify \`subscriptions\`, the \`subscriptions\` object is returned but it doesn't list any subscriptions. The list of subscriptions returned is limited to 1000, to access additional subscriptions append \`[start-index:end-index]\` to the expand request. For example, to access the next 1000 subscriptions, use \`?expand=subscriptions[1001:2000]\`. """ expand: String - ): [Filter] @httpOperation(subgraph: "Jira", path: "/rest/api/3/filter/favourite", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}") + ): [Filter!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/filter/favourite", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}") """ Returns the filters owned by the user. If \`includeFavourites\` is \`true\`, the user's visible favorite filters are also returned. @@ -57494,7 +57494,7 @@ type Query { expand: String """Include the user's favorite filters in the response.""" includeFavourites: Boolean - ): [Filter] @httpOperation(subgraph: "Jira", path: "/rest/api/3/filter/my", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\",\\"includeFavourites\\":\\"includeFavourites\\"}") + ): [Filter!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/filter/my", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\",\\"includeFavourites\\":\\"includeFavourites\\"}") """ Returns a [paginated](#pagination) list of filters. Use this operation to get: @@ -57537,7 +57537,7 @@ type Query { """ The list of filter IDs. To include multiple IDs, provide an ampersand-separated list. For example, \`id=10000&id=10001\`. """ - id: [BigInt] + id: [BigInt!] orderBy: queryInput_getFiltersPaginated_orderBy = name """ The index of the first item to return in a page of results (page offset). @@ -57610,7 +57610,7 @@ type Query { getColumns( """The ID of the filter.""" id: BigInt! - ): [ColumnItem] @httpOperation(subgraph: "Jira", path: "/rest/api/3/filter/{args.id}/columns", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [ColumnItem!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/filter/{args.id}/columns", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Returns the share permissions for a filter. A filter can be shared with groups, projects, all logged-in users, or the public. Sharing with all logged-in users or the public is known as a global share permission. @@ -57627,7 +57627,7 @@ type Query { getSharePermissions( """The ID of the filter.""" id: BigInt! - ): [SharePermission] @httpOperation(subgraph: "Jira", path: "/rest/api/3/filter/{args.id}/permission", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [SharePermission!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/filter/{args.id}/permission", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Returns a share permission for a filter. A filter can be shared with groups, projects, all logged-in users, or the public. Sharing with all logged-in users or the public is known as a global share permission. @@ -57682,11 +57682,11 @@ type Query { """ The ID of a group. To specify multiple IDs, pass multiple \`groupId\` parameters. For example, \`groupId=5b10a2844c20165700ede21g&groupId=5b10ac8d82e05b22cc7d4ef5\`. """ - groupId: [String] + groupId: [String!] """ The name of a group. To specify multiple names, pass multiple \`groupName\` parameters. For example, \`groupName=administrators&groupName=jira-software-users\`. """ - groupName: [String] + groupName: [String!] ): bulkGetGroups_response @httpOperation(subgraph: "Jira", path: "/rest/api/3/group/bulk", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\",\\"groupId\\":\\"groupId\\",\\"groupName\\":\\"groupName\\"}") """ Returns a [paginated](#pagination) list of all users in a group. @@ -57736,11 +57736,11 @@ type Query { As a group's name can change, use of \`excludeGroupIds\` is recommended to identify a group. A group to exclude from the result. To exclude multiple groups, provide an ampersand-separated list. For example, \`exclude=group1&exclude=group2\`. This parameter cannot be used with the \`excludeGroupIds\` parameter. """ - exclude: [String] + exclude: [String!] """ A group ID to exclude from the result. To exclude multiple groups, provide an ampersand-separated list. For example, \`excludeId=group1-id&excludeId=group2-id\`. This parameter cannot be used with the \`excludeGroups\` parameter. """ - excludeId: [String] + excludeId: [String!] """ The maximum number of groups to return. The maximum number of groups that can be returned is limited by the system property \`jira.ajax.autocomplete.limit\`. """ @@ -57789,11 +57789,11 @@ type Query { """ The ID of a project that returned users and groups must have permission to view. To include multiple projects, provide an ampersand-separated list. For example, \`projectId=10000&projectId=10001\`. This parameter is only used when \`fieldId\` is present. """ - projectId: [String] + projectId: [String!] """ The ID of an issue type that returned users and groups must have permission to view. To include multiple issue types, provide an ampersand-separated list. For example, \`issueTypeId=10000&issueTypeId=10001\`. Special values, such as \`-1\` (all standard issue types) and \`-2\` (all subtask issue types), are supported. This parameter is only used when \`fieldId\` is present. """ - issueTypeId: [String] + issueTypeId: [String!] avatarSize: queryInput_findUsersAndGroups_avatarSize = xsmall """Whether the search for groups should be case insensitive.""" caseInsensitive: Boolean @@ -57821,19 +57821,19 @@ type Query { """ List of project IDs. This parameter accepts a comma-separated list. Multiple project IDs can also be provided using an ampersand-separated list. For example, \`projectIds=10000,10001&projectIds=10020,10021\`. This parameter may be provided with \`projectKeys\`. """ - projectIds: [String] + projectIds: [String!] """ List of project keys. This parameter accepts a comma-separated list. Multiple project keys can also be provided using an ampersand-separated list. For example, \`projectKeys=proj1,proj2&projectKeys=proj3\`. This parameter may be provided with \`projectIds\`. """ - projectKeys: [String] + projectKeys: [String!] """ List of issue type IDs. This parameter accepts a comma-separated list. Multiple issue type IDs can also be provided using an ampersand-separated list. For example, \`issuetypeIds=10000,10001&issuetypeIds=10020,10021\`. This parameter may be provided with \`issuetypeNames\`. """ - issuetypeIds: [String] + issuetypeIds: [String!] """ List of issue type names. This parameter accepts a comma-separated list. Multiple issue type names can also be provided using an ampersand-separated list. For example, \`issuetypeNames=name1,name2&issuetypeNames=name3\`. This parameter may be provided with \`issuetypeIds\`. """ - issuetypeNames: [String] + issuetypeNames: [String!] """ Use [expand](#expansion) to include additional information about issue metadata in the response. This parameter accepts \`projects.issuetypes.fields\`, which returns information about the fields in the issue creation screen for each issue type. Fields hidden from the screen are not returned. Use the information to populate the \`fields\` and \`update\` fields in [Create issue](#api-rest-api-3-issue-post) and [Create issues](#api-rest-api-3-issue-bulk-post). """ @@ -57905,7 +57905,7 @@ type Query { Note: All fields are returned by default. This differs from [Search for issues using JQL (GET)](#api-rest-api-3-search-get) and [Search for issues using JQL (POST)](#api-rest-api-3-search-post) where the default is all navigable fields. """ - fields: [String] + fields: [String!] """ Whether fields in \`fields\` are referenced by keys rather than IDs. This parameter is useful where fields have been added by a connect app and a field's key may differ from its ID. """ @@ -57936,7 +57936,7 @@ type Query { This parameter may be specified multiple times. For example, \`properties=prop1,prop2& properties=prop3\`. """ - properties: [String] + properties: [String!] """ Whether the project in which the issue is created is added to the user's **Recently viewed** project list, as shown under **Projects** in Jira. This also populates the [JQL issues search](#api-rest-api-3-search-get) \`lastViewed\` field. """ @@ -58363,7 +58363,7 @@ type Query { """ The list of issue security level IDs. To include multiple issue security levels separate IDs with ampersand: \`issueSecurityLevelId=10000&issueSecurityLevelId=10001\`. """ - issueSecurityLevelId: [BigInt] + issueSecurityLevelId: [BigInt!] """ Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: @@ -58385,7 +58385,7 @@ type Query { * if the user has the *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg), all issue types are returned. * if the user has the *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for one or more projects, the issue types associated with the projects the user has permission to browse are returned. """ - getIssueAllTypes: [IssueTypeDetails] @httpOperation(subgraph: "Jira", path: "/rest/api/3/issuetype", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + getIssueAllTypes: [IssueTypeDetails!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/issuetype", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Returns issue types for a project. @@ -58404,7 +58404,7 @@ type Query { * \`1\` for Epic. """ level: Int - ): [IssueTypeDetails] @httpOperation(subgraph: "Jira", path: "/rest/api/3/issuetype/project", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"projectId\\":\\"projectId\\",\\"level\\":\\"level\\"}") + ): [IssueTypeDetails!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/issuetype/project", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"projectId\\":\\"projectId\\",\\"level\\":\\"level\\"}") """ Returns an issue type. @@ -58426,7 +58426,7 @@ type Query { getAlternativeIssueTypes( """The ID of the issue type.""" id: String! - ): [IssueTypeDetails] @httpOperation(subgraph: "Jira", path: "/rest/api/3/issuetype/{args.id}/alternatives", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [IssueTypeDetails!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/issuetype/{args.id}/alternatives", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Returns all the [issue type property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties) keys of the issue type. @@ -58476,7 +58476,7 @@ type Query { """ The list of issue type schemes IDs. To include multiple IDs, provide an ampersand-separated list. For example, \`id=10000&id=10001\`. """ - id: [BigInt] + id: [BigInt!] orderBy: queryInput_getAllIssueTypeSchemes_orderBy = id """ Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: @@ -58507,7 +58507,7 @@ type Query { """ The list of issue type scheme IDs. To include multiple IDs, provide an ampersand-separated list. For example, \`issueTypeSchemeId=10000&issueTypeSchemeId=10001\`. """ - issueTypeSchemeId: [BigInt] + issueTypeSchemeId: [BigInt!] ): PageBeanIssueTypeSchemeMapping @httpOperation(subgraph: "Jira", path: "/rest/api/3/issuetypescheme/mapping", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\",\\"issueTypeSchemeId\\":\\"issueTypeSchemeId\\"}") """ Returns a [paginated](#pagination) list of issue type schemes and, for each issue type scheme, a list of the projects that use it. @@ -58526,7 +58526,7 @@ type Query { """ The list of project IDs. To include multiple project IDs, provide an ampersand-separated list. For example, \`projectId=10000&projectId=10001\`. """ - projectId: [BigInt]! + projectId: [BigInt!]! ): PageBeanIssueTypeSchemeProjects @httpOperation(subgraph: "Jira", path: "/rest/api/3/issuetypescheme/project", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\",\\"projectId\\":\\"projectId\\"}") """ Returns a [paginated](#pagination) list of issue type screen schemes. @@ -58545,7 +58545,7 @@ type Query { """ The list of issue type screen scheme IDs. To include multiple IDs, provide an ampersand-separated list. For example, \`id=10000&id=10001\`. """ - id: [BigInt] + id: [BigInt!] """ String used to perform a case-insensitive partial match with issue type screen scheme name. """ @@ -58573,7 +58573,7 @@ type Query { """ The list of issue type screen scheme IDs. To include multiple issue type screen schemes, separate IDs with ampersand: \`issueTypeScreenSchemeId=10000&issueTypeScreenSchemeId=10001\`. """ - issueTypeScreenSchemeId: [BigInt] + issueTypeScreenSchemeId: [BigInt!] ): PageBeanIssueTypeScreenSchemeItem @httpOperation(subgraph: "Jira", path: "/rest/api/3/issuetypescreenscheme/mapping", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\",\\"issueTypeScreenSchemeId\\":\\"issueTypeScreenSchemeId\\"}") """ Returns a [paginated](#pagination) list of issue type screen schemes and, for each issue type screen scheme, a list of the projects that use it. @@ -58592,7 +58592,7 @@ type Query { """ The list of project IDs. To include multiple projects, separate IDs with ampersand: \`projectId=10000&projectId=10001\`. """ - projectId: [BigInt]! + projectId: [BigInt!]! ): PageBeanIssueTypeScreenSchemesProjects @httpOperation(subgraph: "Jira", path: "/rest/api/3/issuetypescreenscheme/project", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\",\\"projectId\\":\\"projectId\\"}") """ Returns a [paginated](#pagination) list of projects associated with an issue type screen scheme. @@ -58978,7 +58978,7 @@ type Query { **[Permissions](#permissions) required:** Permission to access Jira. """ - getPriorities: [Priority] @httpOperation(subgraph: "Jira", path: "/rest/api/3/priority", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + getPriorities: [Priority!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/priority", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Returns a [paginated](#pagination) list of priorities. The list can contain all priorities or a subset determined by any combination of these criteria: @@ -58997,7 +58997,7 @@ type Query { """ The list of priority IDs. To include multiple IDs, provide an ampersand-separated list. For example, \`id=2&id=3\`. """ - id: [String] + id: [String!] """Whether only the default priority is returned.""" onlyDefault: Boolean ): searchPriorities_response @httpOperation(subgraph: "Jira", path: "/rest/api/3/priority/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\",\\"id\\":\\"id\\",\\"onlyDefault\\":\\"onlyDefault\\"}") @@ -59034,8 +59034,8 @@ type Query { """ A list of project properties to return for the project. This parameter accepts a comma-separated list. """ - properties: [String] - ): [Project] @deprecated(reason: "deprecated") @httpOperation(subgraph: "Jira", path: "/rest/api/3/project", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\",\\"recent\\":\\"recent\\",\\"properties\\":\\"properties\\"}") + properties: [String!] + ): [Project!] @deprecated(reason: "deprecated") @httpOperation(subgraph: "Jira", path: "/rest/api/3/project", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\",\\"recent\\":\\"recent\\",\\"properties\\":\\"properties\\"}") """ Returns a list of up to 20 projects recently viewed by the user that are still visible to the user. @@ -59064,8 +59064,8 @@ type Query { """ EXPERIMENTAL. A list of project properties to return for the project. This parameter accepts a comma-separated list. Invalid property names are ignored. """ - properties: [JSON] - ): [Project] @httpOperation(subgraph: "Jira", path: "/rest/api/3/project/recent", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\",\\"properties\\":\\"properties\\"}") + properties: [JSON!] + ): [Project!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/project/recent", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\",\\"properties\\":\\"properties\\"}") """ Returns a [paginated](#pagination) list of projects visible to the user. @@ -59088,11 +59088,11 @@ type Query { """ The project IDs to filter the results by. To include multiple IDs, provide an ampersand-separated list. For example, \`id=10000&id=10001\`. Up to 50 project IDs can be provided. """ - id: [BigInt] + id: [BigInt!] """ The project keys to filter the results by. To include multiple keys, provide an ampersand-separated list. For example, \`keys=PA&keys=PB\`. Up to 50 project keys can be provided. """ - keys: [String] + keys: [String!] """ Filter the results using a literal string. Projects with a matching \`key\` or \`name\` are returned (case insensitive). """ @@ -59124,11 +59124,11 @@ type Query { * \`archived\` Search archived projects. * \`deleted\` Search deleted projects, those in the recycle bin. """ - status: [queryInput_searchProjects_status_items] + status: [queryInput_searchProjects_status_items!] """ EXPERIMENTAL. A list of project properties to return for the project. This parameter accepts a comma-separated list. """ - properties: [JSON] + properties: [JSON!] """ EXPERIMENTAL. A query string used to search properties. The query string cannot be specified using a JSON object. For example, to search for the value of \`nested\` from \`{"something":{"nested":1,"other":2}}\` use \`[thepropertykey].something.nested=1\`. Note that the propertyQuery key is enclosed in square brackets to enable searching where the propertyQuery key includes dot (.) or equals (=) characters. Note that \`thepropertykey\` is only returned when included in \`properties\`. """ @@ -59141,11 +59141,11 @@ type Query { **[Permissions](#permissions) required:** None. """ - getAllProjectTypes: [ProjectType] @httpOperation(subgraph: "Jira", path: "/rest/api/3/project/type", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + getAllProjectTypes: [ProjectType!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/project/type", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Returns all [project types](https://confluence.atlassian.com/x/Var1Nw) with a valid license. """ - getAllAccessibleProjectTypes: [ProjectType] @httpOperation(subgraph: "Jira", path: "/rest/api/3/project/type/accessible", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + getAllAccessibleProjectTypes: [ProjectType!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/project/type/accessible", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Returns a [project type](https://confluence.atlassian.com/x/Var1Nw). @@ -59183,7 +59183,7 @@ type Query { """ A list of project properties to return for the project. This parameter accepts a comma-separated list. """ - properties: [String] + properties: [String!] ): Project @deprecated(reason: "deprecated") @httpOperation(subgraph: "Jira", path: "/rest/api/3/project/{args.projectIdOrKey}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\",\\"properties\\":\\"properties\\"}") """ Returns all project avatars, grouped by system and custom avatars. @@ -59228,7 +59228,7 @@ type Query { getProjectComponents( """The project ID or project key (case sensitive).""" projectIdOrKey: String! - ): [ProjectComponent] @httpOperation(subgraph: "Jira", path: "/rest/api/3/project/{args.projectIdOrKey}/components", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [ProjectComponent!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/project/{args.projectIdOrKey}/components", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """Returns the list of features for a project.""" getFeaturesForProject( """The ID or (case-sensitive) key of the project.""" @@ -59307,7 +59307,7 @@ type Query { """ currentMember: Boolean excludeConnectAddons: Boolean - ): [ProjectRoleDetails] @httpOperation(subgraph: "Jira", path: "/rest/api/3/project/{args.projectIdOrKey}/roledetails", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"currentMember\\":\\"currentMember\\",\\"excludeConnectAddons\\":\\"excludeConnectAddons\\"}") + ): [ProjectRoleDetails!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/project/{args.projectIdOrKey}/roledetails", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"currentMember\\":\\"currentMember\\",\\"excludeConnectAddons\\":\\"excludeConnectAddons\\"}") """ Returns the valid statuses for a project. The statuses are grouped by issue type, as each project has a set of valid issue types and each issue type has a set of valid statuses. @@ -59318,7 +59318,7 @@ type Query { getAllStatuses( """The project ID or project key (case sensitive).""" projectIdOrKey: String! - ): [IssueTypeWithStatus] @httpOperation(subgraph: "Jira", path: "/rest/api/3/project/{args.projectIdOrKey}/statuses", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [IssueTypeWithStatus!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/project/{args.projectIdOrKey}/statuses", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Returns a [paginated](#pagination) list of all versions in a project. See the [Get project versions](#api-rest-api-3-project-projectIdOrKey-versions-get) resource if you want to get a full list of versions without pagination. @@ -59366,7 +59366,7 @@ type Query { Use [expand](#expansion) to include additional information in the response. This parameter accepts \`operations\`, which returns actions that can be performed on the version. """ expand: String - ): [Version] @httpOperation(subgraph: "Jira", path: "/rest/api/3/project/{args.projectIdOrKey}/versions", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}") + ): [Version!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/project/{args.projectIdOrKey}/versions", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}") """ Returns the [project's sender email address](https://confluence.atlassian.com/x/dolKLg). @@ -59456,7 +59456,7 @@ type Query { **[Permissions](#permissions) required:** Permission to access Jira. """ - getAllProjectCategories: [ProjectCategory] @httpOperation(subgraph: "Jira", path: "/rest/api/3/projectCategory", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + getAllProjectCategories: [ProjectCategory!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/projectCategory", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Returns a project category. @@ -59498,7 +59498,7 @@ type Query { **[Permissions](#permissions) required:** Permission to access Jira. """ - getResolutions: [Resolution] @httpOperation(subgraph: "Jira", path: "/rest/api/3/resolution", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + getResolutions: [Resolution!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/resolution", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Returns an issue resolution value. @@ -59528,7 +59528,7 @@ type Query { **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg). """ - getAllProjectRoles: [ProjectRole] @httpOperation(subgraph: "Jira", path: "/rest/api/3/role", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + getAllProjectRoles: [ProjectRole!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/role", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Gets the project role details and the default actors associated with the role. The list of default actors is sorted by display name. @@ -59566,7 +59566,7 @@ type Query { """ The list of screen IDs. To include multiple IDs, provide an ampersand-separated list. For example, \`id=10000&id=10001\`. """ - id: [BigInt] + id: [BigInt!] """ String used to perform a case-insensitive partial match with screen name. """ @@ -59574,7 +59574,7 @@ type Query { """ The scope filter string. To filter by multiple scope, provide an ampersand-separated list. For example, \`scope=GLOBAL&scope=PROJECT\`. """ - scope: [queryInput_getScreens_scope_items] + scope: [queryInput_getScreens_scope_items!] orderBy: queryInput_getScreens_orderBy ): PageBeanScreen @httpOperation(subgraph: "Jira", path: "/rest/api/3/screens", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\",\\"id\\":\\"id\\",\\"queryString\\":\\"queryString\\",\\"scope\\":\\"scope\\",\\"orderBy\\":\\"orderBy\\"}") """ @@ -59585,7 +59585,7 @@ type Query { getAvailableScreenFields( """The ID of the screen.""" screenId: BigInt! - ): [ScreenableField] @httpOperation(subgraph: "Jira", path: "/rest/api/3/screens/{args.screenId}/availableFields", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [ScreenableField!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/screens/{args.screenId}/availableFields", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Returns the list of tabs for a screen. @@ -59599,7 +59599,7 @@ type Query { screenId: BigInt! """The key of the project.""" projectKey: String - ): [ScreenableTab] @httpOperation(subgraph: "Jira", path: "/rest/api/3/screens/{args.screenId}/tabs", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"projectKey\\":\\"projectKey\\"}") + ): [ScreenableTab!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/screens/{args.screenId}/tabs", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"projectKey\\":\\"projectKey\\"}") """ Returns all fields for a screen tab. @@ -59615,7 +59615,7 @@ type Query { tabId: BigInt! """The key of the project.""" projectKey: String - ): [ScreenableField] @httpOperation(subgraph: "Jira", path: "/rest/api/3/screens/{args.screenId}/tabs/{args.tabId}/fields", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"projectKey\\":\\"projectKey\\"}") + ): [ScreenableField!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/screens/{args.screenId}/tabs/{args.tabId}/fields", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"projectKey\\":\\"projectKey\\"}") """ Returns a [paginated](#pagination) list of screen schemes. @@ -59633,7 +59633,7 @@ type Query { """ The list of screen scheme IDs. To include multiple IDs, provide an ampersand-separated list. For example, \`id=10000&id=10001\`. """ - id: [BigInt] + id: [BigInt!] """ Use [expand](#expansion) include additional information in the response. This parameter accepts \`issueTypeScreenSchemes\` that, for each screen schemes, returns information about the issue type screen scheme the screen scheme is assigned to. """ @@ -59691,7 +59691,7 @@ type Query { Note: All navigable fields are returned by default. This differs from [GET issue](#api-rest-api-3-issue-issueIdOrKey-get) where the default is all fields. """ - fields: [String] + fields: [String!] """ Use [expand](#expansion) to include additional information about issues in the response. This parameter accepts a comma-separated list. Expand options include: @@ -59708,7 +59708,7 @@ type Query { """ A list of issue property keys for issue properties to include in the results. This parameter accepts a comma-separated list. Multiple properties can also be provided using an ampersand separated list. For example, \`properties=prop1,prop2&properties=prop3\`. A maximum of 5 issue property keys can be specified. """ - properties: [String] + properties: [String!] """Reference fields by their key (rather than ID).""" fieldsByKeys: Boolean ): SearchResults @httpOperation(subgraph: "Jira", path: "/rest/api/3/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"jql\\":\\"jql\\",\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\",\\"validateQuery\\":\\"validateQuery\\",\\"fields\\":\\"fields\\",\\"expand\\":\\"expand\\",\\"properties\\":\\"properties\\",\\"fieldsByKeys\\":\\"fieldsByKeys\\"}") @@ -59738,7 +59738,7 @@ type Query { **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg). """ - getIssueNavigatorDefaultColumns: [ColumnItem] @httpOperation(subgraph: "Jira", path: "/rest/api/3/settings/columns", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + getIssueNavigatorDefaultColumns: [ColumnItem!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/settings/columns", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Returns a list of all statuses associated with active workflows. @@ -59746,7 +59746,7 @@ type Query { **[Permissions](#permissions) required:** None. """ - getStatuses: [StatusDetails] @httpOperation(subgraph: "Jira", path: "/rest/api/3/status", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + getStatuses: [StatusDetails!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/status", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Returns a status. The status must be associated with an active workflow to be returned. @@ -59765,7 +59765,7 @@ type Query { **[Permissions](#permissions) required:** Permission to access Jira. """ - getStatusCategories: [StatusCategory] @httpOperation(subgraph: "Jira", path: "/rest/api/3/statuscategory", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + getStatusCategories: [StatusCategory!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/statuscategory", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Returns a status category. Status categories provided a mechanism for categorizing [statuses](#api-rest-api-3-status-idOrName-get). @@ -59795,8 +59795,8 @@ type Query { Min items \`1\`, Max items \`50\` """ - id: [String] - ): [JiraStatus] @httpOperation(subgraph: "Jira", path: "/rest/api/3/statuses", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\",\\"id\\":\\"id\\"}") + id: [String!] + ): [JiraStatus!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/statuses", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\",\\"id\\":\\"id\\"}") """ Returns a [paginated](https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#pagination) list of statuses that match a search on name or project. @@ -59985,7 +59985,7 @@ type Query { startAt: Int """The maximum number of items to return per page.""" maxResults: Int = 50 - ): [User] @httpOperation(subgraph: "Jira", path: "/rest/api/3/user/assignable/multiProjectSearch", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"query\\":\\"query\\",\\"username\\":\\"username\\",\\"accountId\\":\\"accountId\\",\\"projectKeys\\":\\"projectKeys\\",\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\"}") + ): [User!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/user/assignable/multiProjectSearch", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"query\\":\\"query\\",\\"username\\":\\"username\\",\\"accountId\\":\\"accountId\\",\\"projectKeys\\":\\"projectKeys\\",\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\"}") """ Returns a list of users that can be assigned to an issue. Use this operation to find the list of users who can be assigned to: @@ -60035,7 +60035,7 @@ type Query { """The ID of the transition.""" actionDescriptorId: Int recommend: Boolean - ): [User] @httpOperation(subgraph: "Jira", path: "/rest/api/3/user/assignable/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"query\\":\\"query\\",\\"sessionId\\":\\"sessionId\\",\\"username\\":\\"username\\",\\"accountId\\":\\"accountId\\",\\"project\\":\\"project\\",\\"issueKey\\":\\"issueKey\\",\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\",\\"actionDescriptorId\\":\\"actionDescriptorId\\",\\"recommend\\":\\"recommend\\"}") + ): [User!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/user/assignable/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"query\\":\\"query\\",\\"sessionId\\":\\"sessionId\\",\\"username\\":\\"username\\",\\"accountId\\":\\"accountId\\",\\"project\\":\\"project\\",\\"issueKey\\":\\"issueKey\\",\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\",\\"actionDescriptorId\\":\\"actionDescriptorId\\",\\"recommend\\":\\"recommend\\"}") """ Returns a [paginated](#pagination) list of the users specified by one or more account IDs. @@ -60051,15 +60051,15 @@ type Query { """ This parameter is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details. """ - username: [String] + username: [String!] """ This parameter is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details. """ - key: [String] + key: [String!] """ The account ID of a user. To specify multiple users, pass multiple \`accountId\` parameters. For example, \`accountId=5b10a2844c20165700ede21g&accountId=5b10ac8d82e05b22cc7d4ef5\`. """ - accountId: [queryInput_bulkGetUsers_accountId_items]! + accountId: [queryInput_bulkGetUsers_accountId_items!]! ): PageBeanUser @httpOperation(subgraph: "Jira", path: "/rest/api/3/user/bulk", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\",\\"username\\":\\"username\\",\\"key\\":\\"key\\",\\"accountId\\":\\"accountId\\"}") """ Returns the account IDs for the users specified in the \`key\` or \`username\` parameters. Note that multiple \`key\` or \`username\` parameters can be specified. @@ -60076,12 +60076,12 @@ type Query { """ Username of a user. To specify multiple users, pass multiple copies of this parameter. For example, \`username=fred&username=barney\`. Required if \`key\` isn't provided. Cannot be provided if \`key\` is present. """ - username: [String] + username: [String!] """ Key of a user. To specify multiple users, pass multiple copies of this parameter. For example, \`key=fred&key=barney\`. Required if \`username\` isn't provided. Cannot be provided if \`username\` is present. """ - key: [String] - ): [UserMigrationBean] @httpOperation(subgraph: "Jira", path: "/rest/api/3/user/bulk/migration", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\",\\"username\\":\\"username\\",\\"key\\":\\"key\\"}") + key: [String!] + ): [UserMigrationBean!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/user/bulk/migration", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\",\\"username\\":\\"username\\",\\"key\\":\\"key\\"}") """ Returns the default [issue table columns](https://confluence.atlassian.com/x/XYdKLg) for the user. If \`accountId\` is not passed in the request, the calling user's details are returned. @@ -60099,7 +60099,7 @@ type Query { This parameter is no longer available See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details. """ username: String - ): [ColumnItem] @httpOperation(subgraph: "Jira", path: "/rest/api/3/user/columns", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"accountId\\":\\"accountId\\",\\"username\\":\\"username\\"}") + ): [ColumnItem!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/user/columns", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"accountId\\":\\"accountId\\",\\"username\\":\\"username\\"}") """ Returns a user's email address. This API is only available to apps approved by Atlassian, according to these [guidelines](https://community.developer.atlassian.com/t/guidelines-for-requesting-access-to-email-address/27603). """ @@ -60116,7 +60116,7 @@ type Query { """ The account IDs of the users for which emails are required. An \`accountId\` is an identifier that uniquely identifies the user across all Atlassian products. For example, \`5b10ac8d82e05b22cc7d4ef5\`. Note, this should be treated as an opaque identifier (that is, do not assume any structure in the value). """ - accountId: [queryInput_getUserEmailBulk_accountId_items]! + accountId: [queryInput_getUserEmailBulk_accountId_items!]! ): UnrestrictedUserEmail @httpOperation(subgraph: "Jira", path: "/rest/api/3/user/email/bulk", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"accountId\\":\\"accountId\\"}") """ Returns the groups to which a user belongs. @@ -60136,7 +60136,7 @@ type Query { This parameter is no longer available. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details. """ key: String - ): [GroupName] @httpOperation(subgraph: "Jira", path: "/rest/api/3/user/groups", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"accountId\\":\\"accountId\\",\\"username\\":\\"username\\",\\"key\\":\\"key\\"}") + ): [GroupName!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/user/groups", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"accountId\\":\\"accountId\\",\\"username\\":\\"username\\",\\"key\\":\\"key\\"}") """ Returns a list of users who fulfill these criteria: @@ -60220,7 +60220,7 @@ type Query { startAt: Int """The maximum number of items to return per page.""" maxResults: Int = 50 - ): [User] @httpOperation(subgraph: "Jira", path: "/rest/api/3/user/permission/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"query\\":\\"query\\",\\"username\\":\\"username\\",\\"accountId\\":\\"accountId\\",\\"permissions\\":\\"permissions\\",\\"issueKey\\":\\"issueKey\\",\\"projectKey\\":\\"projectKey\\",\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\"}") + ): [User!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/user/permission/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"query\\":\\"query\\",\\"username\\":\\"username\\",\\"accountId\\":\\"accountId\\",\\"permissions\\":\\"permissions\\",\\"issueKey\\":\\"issueKey\\",\\"projectKey\\":\\"projectKey\\",\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\"}") """ Returns a list of users whose attributes match the query term. The returned object includes the \`html\` field where the matched query term is highlighted with the HTML strong tag. A list of account IDs can be provided to exclude users from the results. @@ -60246,11 +60246,11 @@ type Query { """ This parameter is no longer available. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details. """ - exclude: [String] + exclude: [String!] """ A list of account IDs to exclude from the search results. This parameter accepts a comma-separated list. Multiple account IDs can also be provided using an ampersand-separated list. For example, \`excludeAccountIds=5b10a2844c20165700ede21g,5b10a0effa615349cb016cd8&excludeAccountIds=5b10ac8d82e05b22cc7d4ef5\`. Cannot be provided with \`exclude\`. """ - excludeAccountIds: [String] + excludeAccountIds: [String!] avatarSize: String excludeConnectUsers: Boolean ): FoundUsers @httpOperation(subgraph: "Jira", path: "/rest/api/3/user/picker", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"query\\":\\"query\\",\\"maxResults\\":\\"maxResults\\",\\"showAvatar\\":\\"showAvatar\\",\\"exclude\\":\\"exclude\\",\\"excludeAccountIds\\":\\"excludeAccountIds\\",\\"avatarSize\\":\\"avatarSize\\",\\"excludeConnectUsers\\":\\"excludeConnectUsers\\"}") @@ -60335,7 +60335,7 @@ type Query { A query string used to search properties. Property keys are specified by path, so property keys containing dot (.) or equals (=) characters cannot be used. The query string cannot be specified using a JSON object. Example: To search for the value of \`nested\` from \`{"something":{"nested":1,"other":2}}\` use \`thepropertykey.something.nested=1\`. Required, unless \`accountId\` or \`query\` is specified. """ property: String - ): [User] @httpOperation(subgraph: "Jira", path: "/rest/api/3/user/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"query\\":\\"query\\",\\"username\\":\\"username\\",\\"accountId\\":\\"accountId\\",\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\",\\"property\\":\\"property\\"}") + ): [User!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/user/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"query\\":\\"query\\",\\"username\\":\\"username\\",\\"accountId\\":\\"accountId\\",\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\",\\"property\\":\\"property\\"}") """ Finds users with a structured query and returns a [paginated](#pagination) list of user details. @@ -60446,7 +60446,7 @@ type Query { startAt: Int """The maximum number of items to return per page.""" maxResults: Int = 50 - ): [User] @httpOperation(subgraph: "Jira", path: "/rest/api/3/user/viewissue/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"query\\":\\"query\\",\\"username\\":\\"username\\",\\"accountId\\":\\"accountId\\",\\"issueKey\\":\\"issueKey\\",\\"projectKey\\":\\"projectKey\\",\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\"}") + ): [User!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/user/viewissue/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"query\\":\\"query\\",\\"username\\":\\"username\\",\\"accountId\\":\\"accountId\\",\\"issueKey\\":\\"issueKey\\",\\"projectKey\\":\\"projectKey\\",\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\"}") """ Returns a list of all users, including active users, inactive users and previously deleted users that have an Atlassian account. @@ -60459,7 +60459,7 @@ type Query { startAt: Int """The maximum number of items to return.""" maxResults: Int = 50 - ): [User] @httpOperation(subgraph: "Jira", path: "/rest/api/3/users", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\"}") + ): [User!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/users", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\"}") """ Returns a list of all users, including active users, inactive users and previously deleted users that have an Atlassian account. @@ -60472,7 +60472,7 @@ type Query { startAt: Int """The maximum number of items to return.""" maxResults: Int = 50 - ): [User] @httpOperation(subgraph: "Jira", path: "/rest/api/3/users/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\"}") + ): [User!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/users/search", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"startAt\\":\\"startAt\\",\\"maxResults\\":\\"maxResults\\"}") """ Returns a project version. @@ -60563,7 +60563,7 @@ type Query { The name of the workflow to be returned. Only one workflow can be specified. """ workflowName: String - ): [DeprecatedWorkflow] @deprecated(reason: "deprecated") @httpOperation(subgraph: "Jira", path: "/rest/api/3/workflow", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"workflowName\\":\\"workflowName\\"}") + ): [DeprecatedWorkflow!] @deprecated(reason: "deprecated") @httpOperation(subgraph: "Jira", path: "/rest/api/3/workflow", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"workflowName\\":\\"workflowName\\"}") """ Returns a [paginated](#pagination) list of workflows with transition rules. The workflows can be filtered to return only those containing workflow transition rules: @@ -60584,15 +60584,15 @@ type Query { """The maximum number of items to return per page.""" maxResults: Int = 10 """The types of the transition rules to return.""" - types: [queryInput_getWorkflowTransitionRuleConfigurations_types_items]! + types: [queryInput_getWorkflowTransitionRuleConfigurations_types_items!]! """ The transition rule class keys, as defined in the Connect app descriptor, of the transition rules to return. """ - keys: [String] + keys: [String!] """EXPERIMENTAL: The list of workflow names to filter by.""" - workflowNames: [queryInput_getWorkflowTransitionRuleConfigurations_workflowNames_items] + workflowNames: [queryInput_getWorkflowTransitionRuleConfigurations_workflowNames_items!] """EXPERIMENTAL: The list of \`tags\` to filter by.""" - withTags: [queryInput_getWorkflowTransitionRuleConfigurations_withTags_items] + withTags: [queryInput_getWorkflowTransitionRuleConfigurations_withTags_items!] """ EXPERIMENTAL: Whether draft or published workflows are returned. If not provided, both workflow types are returned. """ @@ -60619,7 +60619,7 @@ type Query { """ The name of a workflow to return. To include multiple workflows, provide an ampersand-separated list. For example, \`workflowName=name1&workflowName=name2\`. """ - workflowName: [String] + workflowName: [String!] """ Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: @@ -60689,7 +60689,7 @@ type Query { """ The ID of a project to return the workflow schemes for. To include multiple projects, provide an ampersand-Jim: oneseparated list. For example, \`projectId=10000&projectId=10001\`. """ - projectId: [BigInt]! + projectId: [BigInt!]! ): getWorkflowSchemeProjectAssociations_response @httpOperation(subgraph: "Jira", path: "/rest/api/3/workflowscheme/project", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"projectId\\":\\"projectId\\"}") """ Returns a workflow scheme. @@ -60892,7 +60892,7 @@ type ErrorCollection { """ The list of error messages produced by this operation. For example, "input parameter 'key' must be provided" """ - errorMessages: [String] + errorMessages: [String!] """ The list of errors by parameter returned by the operation. For example,"projectKey": "Project keys must start with an uppercase letter, followed by one or more uppercase alphanumeric characters." """ @@ -60920,7 +60920,7 @@ type PageBeanContextualConfiguration { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [ContextualConfiguration] + values: [ContextualConfiguration!] } """ @@ -60963,7 +60963,7 @@ type ApplicationProperty { defaultValue: String example: String """The allowed values, if applicable.""" - allowedValues: [String] + allowedValues: [String!] } """Details of an application role.""" @@ -60973,17 +60973,17 @@ type ApplicationRole { """ The groups associated with the application role. As a group's name can change, use of \`groupDetails\` is recommended to identify a groups. """ - groups: [String] + groups: [String!] """The groups associated with the application role.""" - groupDetails: [GroupName] + groupDetails: [GroupName!] """The display name of the application role.""" name: String """ The groups that are granted default access for this application role. As a group's name can change, use of \`defaultGroupsDetails\` is recommended to identify a groups. """ - defaultGroups: [String] + defaultGroups: [String!] """The groups that are granted default access for this application role.""" - defaultGroupsDetails: [GroupName] + defaultGroupsDetails: [GroupName!] """ Determines whether this application role should be selected by default on user creation. """ @@ -61130,7 +61130,7 @@ type AvatarUrlsBean { type SimpleListWrapperGroupName { size: Int - items: [GroupName] + items: [GroupName!] pagingCallback: JSON callback: JSON max_results: Int @resolveRootField(subgraph: "Jira", field: "max-results") @@ -61138,7 +61138,7 @@ type SimpleListWrapperGroupName { type SimpleListWrapperApplicationRole { size: Int - items: [ApplicationRole] + items: [ApplicationRole!] pagingCallback: JSON callback: JSON max_results: Int @resolveRootField(subgraph: "Jira", field: "max-results") @@ -61156,7 +61156,7 @@ type AttachmentArchiveMetadataReadable { """The name of the archive file.""" name: String """The list of the items included in the archive.""" - entries: [AttachmentArchiveItemReadable] + entries: [AttachmentArchiveItemReadable!] """The number of items included in the archive.""" totalEntryCount: BigInt """The MIME type of the attachment.""" @@ -61179,7 +61179,7 @@ type AttachmentArchiveItemReadable { type AttachmentArchiveImpl { """The list of the items included in the archive.""" - entries: [AttachmentArchiveEntry] + entries: [AttachmentArchiveEntry!] """The number of items in the archive.""" totalEntryCount: Int } @@ -61203,7 +61203,7 @@ type AuditRecords { """The total number of audit items returned.""" total: BigInt """The list of audit items.""" - records: [AuditRecordBean] + records: [AuditRecordBean!] } """An audit record.""" @@ -61232,9 +61232,9 @@ type AuditRecordBean { description: String objectItem: AssociatedItemBean """The list of values changed in the record event.""" - changedValues: [ChangedValueBean] + changedValues: [ChangedValueBean!] """The list of items associated with the changed record.""" - associatedItems: [AssociatedItemBean] + associatedItems: [AssociatedItemBean!] } """Details of an item associated with the changed record.""" @@ -61264,7 +61264,7 @@ type ChangedValueBean { """List of system avatars.""" type SystemAvatars { """A list of avatar details.""" - system: [Avatar] + system: [Avatar!] } """Details of an avatar.""" @@ -61300,7 +61300,7 @@ enum queryInput_getAllSystemAvatars_type { """List of property keys.""" type PropertyKeys { """Property key details.""" - keys: [PropertyKey] + keys: [PropertyKey!] } """Property key details.""" @@ -61495,7 +61495,7 @@ type PageOfDashboards { """The URL of the next page of results, if any.""" next: String """List of dashboards.""" - dashboards: [Dashboard] + dashboards: [Dashboard!] } """Details of a dashboard.""" @@ -61515,9 +61515,9 @@ type Dashboard { """The URL of these dashboard details.""" self: URL """The details of any view share permissions for the dashboard.""" - sharePermissions: [SharePermission] + sharePermissions: [SharePermission!] """The details of any edit share permissions for the dashboard.""" - editPermissions: [SharePermission] + editPermissions: [SharePermission!] """The automatic refresh interval for the dashboard in milliseconds.""" automaticRefreshMs: Int """The URL of the dashboard.""" @@ -61617,9 +61617,9 @@ type Project { description: String lead: User """List of the components contained in the project.""" - components: [ProjectComponent] + components: [ProjectComponent!] """List of the issue types available in the project.""" - issueTypes: [IssueTypeDetails] + issueTypes: [IssueTypeDetails!] """ A link to information about this project, such as project documentation. """ @@ -61630,7 +61630,7 @@ type Project { """ The versions defined in the project. For more information, see [Create version](#api-rest-api-3-version-post). """ - versions: [Version] + versions: [Version!] """The name of the project.""" name: String """ @@ -61818,7 +61818,7 @@ type Version { """ If the expand option \`operations\` is used, returns the list of operations available for this version. """ - operations: [SimpleLink] + operations: [SimpleLink!] issuesStatusForFixVersion: VersionIssuesStatus } @@ -61887,7 +61887,7 @@ type Hierarchy { """ baseLevelId: BigInt """Details about the hierarchy level.""" - levels: [SimplifiedHierarchyLevel] + levels: [SimplifiedHierarchyLevel!] } type SimplifiedHierarchyLevel { @@ -61912,7 +61912,7 @@ type SimplifiedHierarchyLevel { """The level of this item in the hierarchy.""" level: Int """The issue types available in this hierarchy level.""" - issueTypeIds: [BigInt] + issueTypeIds: [BigInt!] """ The external UUID of the hierarchy level. This property is deprecated, see [Change notice: Removing hierarchy level IDs from next-gen APIs](https://developer.atlassian.com/cloud/jira/platform/change-notice-removing-hierarchy-level-ids-from-next-gen-apis/). """ @@ -61965,7 +61965,7 @@ type ProjectRole { """The description of the project role.""" description: String """The list of users who act in this role.""" - actors: [RoleActor] + actors: [RoleActor!] scope: Scope """The translated name of the project role.""" translatedName: String @@ -62047,7 +62047,7 @@ union getAllAvailableDashboardGadgets_response @statusCodeTypeName(subgraph: "Ji """The list of available gadgets.""" type AvailableDashboardGadgetsResponse { """The list of available gadgets.""" - gadgets: [AvailableDashboardGadget]! + gadgets: [AvailableDashboardGadget!]! } """The details of the available dashboard gadget.""" @@ -62077,7 +62077,7 @@ type PageBeanDashboard { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [Dashboard] + values: [Dashboard!] } """ @@ -62128,7 +62128,7 @@ union getAllGadgets_response @statusCodeTypeName(subgraph: "Jira", statusCode: 2 """The list of gadgets on the dashboard.""" type DashboardGadgetResponse { """The list of gadgets.""" - gadgets: [DashboardGadget]! + gadgets: [DashboardGadget!]! } """Details of a gadget.""" @@ -62194,7 +62194,7 @@ type FieldDetails { """ The names that can be used to reference the field in an advanced search. For more information, see [Advanced searching - fields reference](https://confluence.atlassian.com/x/gwORLQ). """ - clauseNames: [String] + clauseNames: [String!] scope: Scope schema: JsonTypeBean } @@ -62234,7 +62234,7 @@ type PageBeanField { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [Field] + values: [Field!] } """Details of a field.""" @@ -62347,7 +62347,7 @@ type PageBeanCustomFieldContext { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [CustomFieldContext] + values: [CustomFieldContext!] } """The details of a custom field context.""" @@ -62365,12 +62365,12 @@ type CustomFieldContext { } type getContextsForField_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access custom field contexts.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type getContextsForField_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The custom field was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -62391,7 +62391,7 @@ type PageBeanCustomFieldContextDefaultValue { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [CustomFieldContextDefaultValue] + values: [CustomFieldContextDefaultValue!] } union CustomFieldContextDefaultValue @discriminator(subgraph: "Jira", field: "type", mapping: "{\\"option.cascading\\":\\"CustomFieldContextDefaultValueCascadingOption\\",\\"option.multiple\\":\\"CustomFieldContextDefaultValueMultipleOption\\",\\"option.single\\":\\"CustomFieldContextDefaultValueSingleOption\\",\\"single.user.select\\":\\"CustomFieldContextSingleUserPickerDefaults\\",\\"multi.user.select\\":\\"CustomFieldContextDefaultValueMultiUserPicker\\",\\"grouppicker.single\\":\\"CustomFieldContextDefaultValueSingleGroupPicker\\",\\"grouppicker.multiple\\":\\"CustomFieldContextDefaultValueMultipleGroupPicker\\",\\"datepicker\\":\\"CustomFieldContextDefaultValueDate\\",\\"datetimepicker\\":\\"CustomFieldContextDefaultValueDateTime\\",\\"url\\":\\"CustomFieldContextDefaultValueURL\\",\\"project\\":\\"CustomFieldContextDefaultValueProject\\",\\"float\\":\\"CustomFieldContextDefaultValueFloat\\",\\"labels\\":\\"CustomFieldContextDefaultValueLabels\\",\\"textfield\\":\\"CustomFieldContextDefaultValueTextField\\",\\"textarea\\":\\"CustomFieldContextDefaultValueTextArea\\",\\"readonly\\":\\"CustomFieldContextDefaultValueReadOnly\\",\\"version.single\\":\\"CustomFieldContextDefaultValueSingleVersionPicker\\",\\"version.multiple\\":\\"CustomFieldContextDefaultValueMultipleVersionPicker\\",\\"forge.string\\":\\"CustomFieldContextDefaultValueForgeStringField\\",\\"forge.string.list\\":\\"CustomFieldContextDefaultValueForgeMultiStringField\\",\\"forge.object\\":\\"CustomFieldContextDefaultValueForgeObjectField\\",\\"forge.datetime\\":\\"CustomFieldContextDefaultValueForgeDateTimeField\\",\\"forge.group\\":\\"CustomFieldContextDefaultValueForgeGroupField\\",\\"forge.group.list\\":\\"CustomFieldContextDefaultValueForgeMultiGroupField\\",\\"forge.number\\":\\"CustomFieldContextDefaultValueForgeNumberField\\",\\"forge.user\\":\\"CustomFieldContextDefaultValueForgeUserField\\",\\"forge.user.list\\":\\"CustomFieldContextDefaultValueForgeMultiUserField\\"}") = CustomFieldContextDefaultValueCascadingOption | CustomFieldContextDefaultValueMultipleOption | CustomFieldContextDefaultValueSingleOption | CustomFieldContextSingleUserPickerDefaults | CustomFieldContextDefaultValueMultiUserPicker | CustomFieldContextDefaultValueSingleGroupPicker | CustomFieldContextDefaultValueMultipleGroupPicker | CustomFieldContextDefaultValueDate | CustomFieldContextDefaultValueDateTime | CustomFieldContextDefaultValueURL | CustomFieldContextDefaultValueProject | CustomFieldContextDefaultValueFloat | CustomFieldContextDefaultValueLabels | CustomFieldContextDefaultValueTextField | CustomFieldContextDefaultValueTextArea | CustomFieldContextDefaultValueReadOnly | CustomFieldContextDefaultValueSingleVersionPicker | CustomFieldContextDefaultValueMultipleVersionPicker | CustomFieldContextDefaultValueForgeStringField | CustomFieldContextDefaultValueForgeMultiStringField | CustomFieldContextDefaultValueForgeObjectField | CustomFieldContextDefaultValueForgeDateTimeField | CustomFieldContextDefaultValueForgeGroupField | CustomFieldContextDefaultValueForgeMultiGroupField | CustomFieldContextDefaultValueForgeNumberField | CustomFieldContextDefaultValueForgeUserField | CustomFieldContextDefaultValueForgeMultiUserField @@ -62412,7 +62412,7 @@ type CustomFieldContextDefaultValueMultipleOption { """The ID of the context.""" contextId: String! """The list of IDs of the default options.""" - optionIds: [String]! + optionIds: [String!]! type: String! } @@ -62442,11 +62442,11 @@ type UserFilter { """ User groups autocomplete suggestion users must belong to. If not provided, the default values are used. A maximum of 10 groups can be provided. """ - groups: [String] + groups: [String!] """ Roles that autocomplete suggestion users must belong to. If not provided, the default values are used. A maximum of 10 roles can be provided. """ - roleIds: [BigInt] + roleIds: [BigInt!] } """The default value for a User Picker (multiple) custom field.""" @@ -62454,7 +62454,7 @@ type CustomFieldContextDefaultValueMultiUserPicker { """The ID of the context.""" contextId: String! """The IDs of the default users.""" - accountIds: [String]! + accountIds: [String!]! type: String! } @@ -62472,7 +62472,7 @@ type CustomFieldContextDefaultValueMultipleGroupPicker { """The ID of the context.""" contextId: String! """The IDs of the default groups.""" - groupIds: [String]! + groupIds: [String!]! type: String! } @@ -62522,7 +62522,7 @@ type CustomFieldContextDefaultValueFloat { """Default value for a labels custom field.""" type CustomFieldContextDefaultValueLabels { """The default labels value.""" - labels: [String]! + labels: [String!]! type: String! } @@ -62561,7 +62561,7 @@ type CustomFieldContextDefaultValueSingleVersionPicker { """The default value for a multiple version picker custom field.""" type CustomFieldContextDefaultValueMultipleVersionPicker { """The IDs of the default versions.""" - versionIds: [String]! + versionIds: [String!]! """ The order the pickable versions are displayed in. If not provided, the released-first order is used. Available version orders are \`"releasedFirst"\` and \`"unreleasedFirst"\`. """ @@ -62580,7 +62580,7 @@ type CustomFieldContextDefaultValueForgeMultiStringField { """ List of string values. The maximum length for a value is 254 characters. """ - values: [String] + values: [String!] type: String! } @@ -62611,7 +62611,7 @@ type CustomFieldContextDefaultValueForgeMultiGroupField { """The ID of the context.""" contextId: String! """The IDs of the default groups.""" - groupIds: [String]! + groupIds: [String!]! } """Default value for a Forge number custom field.""" @@ -62634,16 +62634,16 @@ type CustomFieldContextDefaultValueForgeMultiUserField { """The ID of the context.""" contextId: String! """The IDs of the default users.""" - accountIds: [String]! + accountIds: [String!]! } type getDefaultValues_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access custom field contexts.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type getDefaultValues_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The custom field was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -62664,7 +62664,7 @@ type PageBeanIssueTypeToContextMapping { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [IssueTypeToContextMapping] + values: [IssueTypeToContextMapping!] } """Mapping of an issue type to a context.""" @@ -62678,7 +62678,7 @@ type IssueTypeToContextMapping { } type getIssueTypeMappingsForContexts_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access custom field contexts.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -62699,7 +62699,7 @@ type PageBeanCustomFieldContextProjectMapping { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [CustomFieldContextProjectMapping] + values: [CustomFieldContextProjectMapping!] } """Details of a context to project association.""" @@ -62713,12 +62713,12 @@ type CustomFieldContextProjectMapping { } type getProjectContextMapping_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access custom field contexts.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type getProjectContextMapping_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The custom field was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -62739,7 +62739,7 @@ type PageBeanCustomFieldContextOption { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [CustomFieldContextOption] + values: [CustomFieldContextOption!] } """Details of the custom field options for a context.""" @@ -62757,17 +62757,17 @@ type CustomFieldContextOption { } type getOptionsForContext_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The custom field doesn't support options.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type getOptionsForContext_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can manage custom field options.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type getOptionsForContext_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The custom field was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -62786,7 +62786,7 @@ type PageBeanContext { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [Context] + values: [Context!] } """A context.""" @@ -62813,7 +62813,7 @@ type PageBeanScreenWithTab { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [ScreenWithTab] + values: [ScreenWithTab!] } """A screen with tab details.""" @@ -62851,7 +62851,7 @@ type PageBeanIssueFieldOption { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [IssueFieldOption] + values: [IssueFieldOption!] } """Details of the options for a select list issue field.""" @@ -62873,16 +62873,16 @@ type IssueFieldOption { type IssueFieldOptionConfiguration { scope: IssueFieldOptionScopeBean """DEPRECATED""" - attributes: [query_getAllIssueFieldOptions_values_items_config_attributes_items] + attributes: [query_getAllIssueFieldOptions_values_items_config_attributes_items!] } type IssueFieldOptionScopeBean { """DEPRECATED""" - projects: [BigInt] + projects: [BigInt!] """ Defines the projects in which the option is available and the behavior of the option within each project. Specify one object per project. The behavior of the option in a project context overrides the behavior in the global context. """ - projects2: [ProjectScopeBean] + projects2: [ProjectScopeBean!] global: GlobalScopeBean } @@ -62892,7 +62892,7 @@ type ProjectScopeBean { """ Defines the behavior of the option in the project.If notSelectable is set, the option cannot be set as the field's value. This is useful for archiving an option that has previously been selected but shouldn't be used anymore.If defaultValue is set, the option is selected by default. """ - attributes: [query_getAllIssueFieldOptions_values_items_config_scope_projects2_items_attributes_items] + attributes: [query_getAllIssueFieldOptions_values_items_config_scope_projects2_items_attributes_items!] } enum query_getAllIssueFieldOptions_values_items_config_scope_projects2_items_attributes_items { @@ -62904,7 +62904,7 @@ type GlobalScopeBean { """ Defines the behavior of the option in the global context.If notSelectable is set, the option cannot be set as the field's value. This is useful for archiving an option that has previously been selected but shouldn't be used anymore.If defaultValue is set, the option is selected by default. """ - attributes: [query_getAllIssueFieldOptions_values_items_config_scope_global_attributes_items] + attributes: [query_getAllIssueFieldOptions_values_items_config_scope_global_attributes_items!] } enum query_getAllIssueFieldOptions_values_items_config_scope_global_attributes_items { @@ -62932,7 +62932,7 @@ type PageBeanFieldConfigurationDetails { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [FieldConfigurationDetails] + values: [FieldConfigurationDetails!] } """Details of a field configuration.""" @@ -62964,7 +62964,7 @@ type PageBeanFieldConfigurationItem { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [FieldConfigurationItem] + values: [FieldConfigurationItem!] } """A field within a field configuration.""" @@ -62996,7 +62996,7 @@ type PageBeanFieldConfigurationScheme { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [FieldConfigurationScheme] + values: [FieldConfigurationScheme!] } """Details of a field configuration scheme.""" @@ -63024,7 +63024,7 @@ type PageBeanFieldConfigurationIssueTypeItem { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [FieldConfigurationIssueTypeItem] + values: [FieldConfigurationIssueTypeItem!] } """The field configuration for an issue type.""" @@ -63054,14 +63054,14 @@ type PageBeanFieldConfigurationSchemeProjects { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [FieldConfigurationSchemeProjects] + values: [FieldConfigurationSchemeProjects!] } """Project list with assigned field configuration schema.""" type FieldConfigurationSchemeProjects { fieldConfigurationScheme: FieldConfigurationScheme """The IDs of projects using the field configuration scheme.""" - projectIds: [String]! + projectIds: [String!]! } """Details about a filter.""" @@ -63094,9 +63094,9 @@ type Filter { """ favouritedCount: BigInt """The groups and projects that the filter is shared with.""" - sharePermissions: [SharePermission] + sharePermissions: [SharePermission!] """The groups and projects that can edit the filter.""" - editPermissions: [SharePermission] + editPermissions: [SharePermission!] sharedUsers: UserList subscriptions: FilterSubscriptionsList } @@ -63108,7 +63108,7 @@ type UserList { """The number of items on the page.""" size: Int """The list of items.""" - items: [User] + items: [User!] """The maximum number of results that could be on the page.""" max_results: Int @resolveRootField(subgraph: "Jira", field: "max-results") """The index of the first item returned on the page.""" @@ -63122,7 +63122,7 @@ type FilterSubscriptionsList { """The number of items on the page.""" size: Int """The list of items.""" - items: [FilterSubscription] + items: [FilterSubscription!] """The maximum number of results that could be on the page.""" max_results: Int @resolveRootField(subgraph: "Jira", field: "max-results") """The index of the first item returned on the page.""" @@ -63176,7 +63176,7 @@ type PageBeanFilterDetails { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [FilterDetails] + values: [FilterDetails!] } """Details of a filter.""" @@ -63215,13 +63215,13 @@ type FilterDetails { """ The groups and projects that the filter is shared with. This can be specified when updating a filter, but not when creating a filter. """ - sharePermissions: [SharePermission] + sharePermissions: [SharePermission!] """ The groups and projects that can edit the filter. This can be specified when updating a filter, but not when creating a filter. """ - editPermissions: [SharePermission] + editPermissions: [SharePermission!] """The users that are subscribed to the filter.""" - subscriptions: [FilterSubscription] + subscriptions: [FilterSubscription!] } """ @@ -63293,7 +63293,7 @@ type PagedListUserDetailsApplicationUser { """The number of items on the page.""" size: Int """The list of items.""" - items: [UserDetails] + items: [UserDetails!] """The maximum number of results that could be on the page.""" max_results: Int @resolveRootField(subgraph: "Jira", field: "max-results") """The index of the first item returned on the page.""" @@ -63367,7 +63367,7 @@ type PageBeanGroupDetails { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [GroupDetails] + values: [GroupDetails!] } """Details about a group.""" @@ -63381,7 +63381,7 @@ type GroupDetails { } type bulkGetGroups_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Browse users and groups permission is required to view groups.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -63400,7 +63400,7 @@ type PageBeanUserDetails { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [UserDetails] + values: [UserDetails!] } """ @@ -63413,7 +63413,7 @@ type FoundGroups { header: String """The total number of groups found in the search.""" total: Int - groups: [FoundGroup] + groups: [FoundGroup!] } """A group found in a search.""" @@ -63426,7 +63426,7 @@ type FoundGroup { The group name with the matched query string highlighted with the HTML bold tag. """ html: String - labels: [GroupLabel] + labels: [GroupLabel!] """ The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*. """ @@ -63459,7 +63459,7 @@ type FoundUsersAndGroups { The list of users found in a search, including header text (Showing X of Y matching users) and total of matched users. """ type FoundUsers { - users: [UserPickerUser] + users: [UserPickerUser!] """The total number of users found in the search.""" total: Int """ @@ -63524,7 +63524,7 @@ enum queryInput_findUsersAndGroups_avatarSize { """Details about a license for the Jira instance.""" type License { """The applications under this license.""" - applications: [LicensedApplication]! + applications: [LicensedApplication!]! } """Details about a licensed Jira application.""" @@ -63548,7 +63548,7 @@ type IssueCreateMetadata { """ expand: String """List of projects and their issue creation metadata.""" - projects: [ProjectIssueCreateMetadata] + projects: [ProjectIssueCreateMetadata!] } """Details of the issue creation metadata for a project.""" @@ -63567,7 +63567,7 @@ type ProjectIssueCreateMetadata { name: String avatarUrls: AvatarUrlsBean """List of the issue types supported by the project.""" - issuetypes: [IssueTypeIssueCreateMetadata] + issuetypes: [IssueTypeIssueCreateMetadata!] } """Details of the issue creation metadata for an issue type.""" @@ -63624,9 +63624,9 @@ type FieldMetadata { """Whether the field has a default value.""" hasDefaultValue: Boolean """The list of operations that can be performed on the field.""" - operations: [String]! + operations: [String!]! """The list of values allowed in the field.""" - allowedValues: [JSON] + allowedValues: [JSON!] """The default value of the field.""" defaultValue: JSON """The configuration properties.""" @@ -63638,7 +63638,7 @@ type IssuePickerSuggestions { """ A list of issues for an issue type suggested for use in auto-completion. """ - sections: [IssuePickerSuggestionsIssueType] + sections: [IssuePickerSuggestionsIssueType!] } """A type of issue suggested for use in auto-completion.""" @@ -63656,7 +63656,7 @@ type IssuePickerSuggestionsIssueType { """ msg: String """A list of issues suggested for use in auto-completion.""" - issues: [SuggestedIssue] + issues: [SuggestedIssue!] } """An issue suggested for use in the issue picker auto-completion.""" @@ -63695,7 +63695,7 @@ type IssueBean { names: JSON schema: query_getIssue_schema """The transitions that can be performed on the issue.""" - transitions: [IssueTransition] + transitions: [IssueTransition!] operations: Operations editmeta: IssueUpdateMetadata changelog: PageOfChangelogs @@ -63822,9 +63822,9 @@ type FieldMetadata2 { """Whether the field has a default value.""" hasDefaultValue: Boolean """The list of operations that can be performed on the field.""" - operations: [String]! + operations: [String!]! """The list of values allowed in the field.""" - allowedValues: [JSON] + allowedValues: [JSON!] """The default value of the field.""" defaultValue: JSON """The configuration properties.""" @@ -63834,7 +63834,7 @@ type FieldMetadata2 { """Details of the operations that can be performed on the issue.""" type Operations { """Details of the link groups defining issue operations.""" - linkGroups: [LinkGroup] + linkGroups: [LinkGroup!] additionalProperties: JSON @resolveRoot(subgraph: "Jira") } @@ -63844,8 +63844,8 @@ type LinkGroup { styleClass: String header: SimpleLink weight: Int - links: [SimpleLink] - groups: [LinkGroup] + links: [SimpleLink!] + groups: [LinkGroup!] } """A list of editable field details.""" @@ -63877,9 +63877,9 @@ type FieldMetadata3 { """Whether the field has a default value.""" hasDefaultValue: Boolean """The list of operations that can be performed on the field.""" - operations: [String]! + operations: [String!]! """The list of values allowed in the field.""" - allowedValues: [JSON] + allowedValues: [JSON!] """The default value of the field.""" defaultValue: JSON """The configuration properties.""" @@ -63895,7 +63895,7 @@ type PageOfChangelogs { """The number of results on the page.""" total: Int """The list of changelogs.""" - histories: [Changelog] + histories: [Changelog!] } """A changelog.""" @@ -63906,7 +63906,7 @@ type Changelog { """The date on which the change took place.""" created: DateTime """The list of items changed.""" - items: [ChangeDetails] + items: [ChangeDetails!] historyMetadata: HistoryMetadata } @@ -63980,9 +63980,9 @@ type HistoryMetadataParticipant { } type IncludedFields { - excluded: [String] - included: [String] - actuallyIncluded: [String] + excluded: [String!] + included: [String!] + actuallyIncluded: [String!] } """A page of items.""" @@ -64000,7 +64000,7 @@ type PageBeanChangelog { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [Changelog] + values: [Changelog!] } """A page of comments.""" @@ -64012,7 +64012,7 @@ type PageOfComments { """The number of items returned.""" total: BigInt """The list of comments.""" - comments: [Comment] + comments: [Comment!] additionalProperties: JSON @resolveRoot(subgraph: "Jira") } @@ -64044,7 +64044,7 @@ type Comment { """ jsdAuthorCanSeeRequest: Boolean """A list of comment properties. Optional on create and update.""" - properties: [EntityProperty] + properties: [EntityProperty!] additionalProperties: JSON @resolveRoot(subgraph: "Jira") } @@ -64159,7 +64159,7 @@ type Transitions { """ expand: String """List of issue transitions.""" - transitions: [IssueTransition] + transitions: [IssueTransition!] } """The details of votes on an issue.""" @@ -64173,7 +64173,7 @@ type Votes { """ List of the users who have voted on this issue. An empty list is returned when the calling user doesn't have the *View voters and watchers* project permission. """ - voters: [User] + voters: [User!] } """The details of watchers on an issue.""" @@ -64185,7 +64185,7 @@ type Watchers { """The number of users watching this issue.""" watchCount: Int """Details of the users watching this issue.""" - watchers: [UserDetails] + watchers: [UserDetails!] } """Paginated list of worklog details""" @@ -64197,7 +64197,7 @@ type PageOfWorklogs { """The number of results on the page.""" total: Int """List of worklogs.""" - worklogs: [Worklog] + worklogs: [Worklog!] additionalProperties: JSON @resolveRoot(subgraph: "Jira") } @@ -64235,7 +64235,7 @@ type Worklog { """ Details of properties for the worklog. Optional when creating or updating a worklog. """ - properties: [EntityProperty] + properties: [EntityProperty!] additionalProperties: JSON @resolveRoot(subgraph: "Jira") } @@ -64354,13 +64354,13 @@ type TimeTrackingDetails { """A list of issue link type beans.""" type IssueLinkTypes { """The issue link type bean.""" - issueLinkTypes: [IssueLinkType] + issueLinkTypes: [IssueLinkType!] } """List of security schemes.""" type SecuritySchemes { """List of security schemes.""" - issueSecuritySchemes: [SecurityScheme] + issueSecuritySchemes: [SecurityScheme!] } """Details about a security scheme.""" @@ -64375,7 +64375,7 @@ type SecurityScheme { description: String """The ID of the default security level.""" defaultSecurityLevelId: BigInt - levels: [SecurityLevel] + levels: [SecurityLevel!] } """Details of an issue level security item.""" @@ -64405,7 +64405,7 @@ type PageBeanIssueSecurityLevelMember { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [IssueSecurityLevelMember] + values: [IssueSecurityLevelMember!] } """Issue security level member.""" @@ -64452,7 +64452,7 @@ type PageBeanIssueTypeScheme { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [IssueTypeScheme] + values: [IssueTypeScheme!] } """Details of an issue type scheme.""" @@ -64499,7 +64499,7 @@ type PageBeanIssueTypeSchemeMapping { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [IssueTypeSchemeMapping] + values: [IssueTypeSchemeMapping!] } """Issue type scheme item.""" @@ -64525,14 +64525,14 @@ type PageBeanIssueTypeSchemeProjects { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [IssueTypeSchemeProjects] + values: [IssueTypeSchemeProjects!] } """Issue type scheme with a list of the projects that use it.""" type IssueTypeSchemeProjects { issueTypeScheme: IssueTypeScheme! """The IDs of the projects using the issue type scheme.""" - projectIds: [String]! + projectIds: [String!]! } """A page of items.""" @@ -64550,7 +64550,7 @@ type PageBeanIssueTypeScreenScheme { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [IssueTypeScreenScheme] + values: [IssueTypeScreenScheme!] } """Details of an issue type screen scheme.""" @@ -64593,7 +64593,7 @@ type PageBeanIssueTypeScreenSchemeItem { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [IssueTypeScreenSchemeItem] + values: [IssueTypeScreenSchemeItem!] } """The screen scheme for an issue type.""" @@ -64623,14 +64623,14 @@ type PageBeanIssueTypeScreenSchemesProjects { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [IssueTypeScreenSchemesProjects] + values: [IssueTypeScreenSchemesProjects!] } """Issue type screen scheme with a list of the projects that use it.""" type IssueTypeScreenSchemesProjects { issueTypeScreenScheme: IssueTypeScreenScheme! """The IDs of the projects using the issue type screen scheme.""" - projectIds: [String]! + projectIds: [String!]! } """A page of items.""" @@ -64648,17 +64648,17 @@ type PageBeanProjectDetails { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [ProjectDetails] + values: [ProjectDetails!] } """Lists of JQL reference data.""" type JQLReferenceData { """List of fields usable in JQL queries.""" - visibleFieldNames: [FieldReferenceData] + visibleFieldNames: [FieldReferenceData!] """List of functions usable in JQL queries.""" - visibleFunctionNames: [FunctionReferenceData] + visibleFunctionNames: [FunctionReferenceData!] """List of JQL query reserved words.""" - jqlReservedWords: [String] + jqlReservedWords: [String!] } """Details of a field that can be used in advanced searches.""" @@ -64679,9 +64679,9 @@ type FieldReferenceData { """If the item is a custom field, the ID of the custom field.""" cfid: String """The valid search operators for the field.""" - operators: [String] + operators: [String!] """The data types of items in the field.""" - types: [String] + types: [String!] } """Whether the field can be used in a query's \`ORDER BY\` clause.""" @@ -64710,7 +64710,7 @@ type FunctionReferenceData { displayName: String isList: query_getAutoComplete_visibleFunctionNames_items_isList """The data types returned by the function.""" - types: [String] + types: [String!] } """Whether the function can take a list of arguments.""" @@ -64722,7 +64722,7 @@ enum query_getAutoComplete_visibleFunctionNames_items_isList { """The results from a JQL query.""" type AutoCompleteSuggestions { """The list of suggested item.""" - results: [AutoCompleteSuggestion] + results: [AutoCompleteSuggestion!] } """A field auto-complete suggestion.""" @@ -64750,7 +64750,7 @@ type PageBeanString { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [String] + values: [String!] } union getMyPermissions_response @statusCodeTypeName(subgraph: "Jira", statusCode: 200, typeName: "Permissions") @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "ErrorCollection") @statusCodeTypeName(subgraph: "Jira", statusCode: 401, typeName: "ErrorCollection") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "ErrorCollection") = Permissions | ErrorCollection @@ -64825,7 +64825,7 @@ type PageBeanNotificationScheme { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [NotificationScheme] + values: [NotificationScheme!] } """Details about a notification scheme.""" @@ -64842,14 +64842,14 @@ type NotificationScheme { """The description of the notification scheme.""" description: String """The notification events and associated recipients.""" - notificationSchemeEvents: [NotificationSchemeEvent] + notificationSchemeEvents: [NotificationSchemeEvent!] scope: Scope } """Details about a notification scheme event.""" type NotificationSchemeEvent { event: NotificationEvent - notifications: [EventNotification] + notifications: [EventNotification!] } """Details about a notification event.""" @@ -64922,7 +64922,7 @@ enum query_getNotificationSchemes_values_items_notificationSchemeEvents_items_no """List of all permission schemes.""" type PermissionSchemes { """Permission schemes list.""" - permissionSchemes: [PermissionScheme] + permissionSchemes: [PermissionScheme!] } """Details of a permission scheme.""" @@ -64941,7 +64941,7 @@ type PermissionScheme { """ The permission scheme to create or update. See [About permission schemes and grants](../api-group-permission-schemes/#about-permission-schemes-and-grants) for more information. """ - permissions: [PermissionGrant] + permissions: [PermissionGrant!] additionalProperties: JSON @resolveRoot(subgraph: "Jira") } @@ -64961,7 +64961,7 @@ type PermissionGrant { """List of permission grants.""" type PermissionGrants { """Permission grants list.""" - permissions: [PermissionGrant] + permissions: [PermissionGrant!] """ Expand options that include additional permission grant details in the response. """ @@ -64985,7 +64985,7 @@ type PageBeanPriority { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [Priority] + values: [Priority!] } """A page of items.""" @@ -65003,7 +65003,7 @@ type PageBeanProject { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [Project] + values: [Project!] } """ @@ -65104,9 +65104,9 @@ enum queryInput_getAccessibleProjectTypeByKey_projectTypeKey { """List of project avatars.""" type ProjectAvatars { """List of avatars included with Jira. These avatars cannot be deleted.""" - system: [Avatar] + system: [Avatar!] """List of avatars added to Jira. These avatars may be deleted.""" - custom: [Avatar] + custom: [Avatar!] } """A page of items.""" @@ -65124,7 +65124,7 @@ type PageBeanComponentWithIssueCount { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [ComponentWithIssueCount] + values: [ComponentWithIssueCount!] } """Details about a component with a count of the issues it contains.""" @@ -65210,7 +65210,7 @@ enum queryInput_getProjectComponentsPaginated_orderBy { """The list of features on a project.""" type ContainerForProjectFeatures { """The project features.""" - features: [ProjectFeature] + features: [ProjectFeature!] } """Details of a project feature.""" @@ -65223,7 +65223,7 @@ type ProjectFeature { """The key of the feature.""" feature: String """List of keys of the features required to enable the feature.""" - prerequisites: [String] + prerequisites: [String!] """Localized display name for the feature.""" localisedName: String """Localized display description for the feature.""" @@ -65273,7 +65273,7 @@ type IssueTypeWithStatus { """Whether this issue type represents subtasks.""" subtask: Boolean! """List of status details for the issue type.""" - statuses: [StatusDetails]! + statuses: [StatusDetails!]! } """A page of items.""" @@ -65291,7 +65291,7 @@ type PageBeanVersion { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [Version] + values: [Version!] } """ @@ -65326,7 +65326,7 @@ type ProjectEmailAddress { """The email address.""" emailAddress: String """When using a custom domain, the status of the email address.""" - emailAddressStatus: [String] + emailAddressStatus: [String!] } """The hierarchy of issue types within a project.""" @@ -65334,7 +65334,7 @@ type ProjectIssueTypeHierarchy { """The ID of the project.""" projectId: BigInt """Details of an issue type hierarchy level.""" - hierarchy: [ProjectIssueTypesHierarchyLevel] + hierarchy: [ProjectIssueTypesHierarchyLevel!] } """Details of an issue type hierarchy level.""" @@ -65348,7 +65348,7 @@ type ProjectIssueTypesHierarchyLevel { """The name of the issue type hierarchy level.""" name: String """The list of issue types in the hierarchy level.""" - issueTypes: [IssueTypeInfo] + issueTypes: [IssueTypeInfo!] } """Details of an issue type.""" @@ -65364,7 +65364,7 @@ type IssueTypeInfo { """List of issue level security items in a project.""" type ProjectIssueSecurityLevels { """Issue level security items list.""" - levels: [SecurityLevel]! + levels: [SecurityLevel!]! } """Details of an issue resolution.""" @@ -65394,7 +65394,7 @@ type PageBeanScreen { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [Screen] + values: [Screen!] } """A screen.""" @@ -65454,7 +65454,7 @@ type PageBeanScreenScheme { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [ScreenScheme] + values: [ScreenScheme!] } """A screen scheme.""" @@ -65510,9 +65510,9 @@ type SearchResults { """The number of results on the page.""" total: Int """The list of issues found by the search.""" - issues: [IssueBean] + issues: [IssueBean!] """Any warnings related to the JQL query.""" - warningMessages: [String] + warningMessages: [String!] """The ID and name of each field in the search results.""" names: JSON schema: query_searchForIssuesUsingJql_schema @@ -65572,7 +65572,7 @@ type ServerInformation { """The version of Jira.""" version: String """The major, minor, and revision version numbers of the Jira version.""" - versionNumbers: [Int] + versionNumbers: [Int!] """The type of server deployment. This is always returned as *Cloud*.""" deploymentType: String """The build number of the Jira version.""" @@ -65586,7 +65586,7 @@ type ServerInformation { """The name of the Jira instance.""" serverTitle: String """Jira instance health check results. Deprecated and no longer returned.""" - healthChecks: [HealthCheckResult] + healthChecks: [HealthCheckResult!] } """Jira instance health check results. Deprecated and no longer returned.""" @@ -65612,7 +65612,7 @@ type JiraStatus { """ Projects and issue types where the status is used. Only available if the \`usages\` expand is requested. """ - usages: [ProjectIssueTypes] + usages: [ProjectIssueTypes!] } """The category of the status.""" @@ -65648,7 +65648,7 @@ Projects and issue types where the status is used. Only available if the \`usage type ProjectIssueTypes { project: ProjectId """IDs of the issue types""" - issueTypes: [String] + issueTypes: [String!] } type PageOfStatuses { @@ -65661,7 +65661,7 @@ type PageOfStatuses { """The maximum number of items that could be returned.""" maxResults: Int """The list of items.""" - values: [JiraStatus] + values: [JiraStatus!] """The URL of this page.""" self: String """The URL of the next page of results, if any.""" @@ -65728,7 +65728,7 @@ type PageBeanUiModificationDetails { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [UiModificationDetails] + values: [UiModificationDetails!] } """The details of a UI modification.""" @@ -65750,7 +65750,7 @@ type UiModificationDetails { """ List of contexts of the UI modification. The maximum number of contexts is 1000. """ - contexts: [UiModificationContextDetails] + contexts: [UiModificationContextDetails!] } """ @@ -65776,9 +65776,9 @@ type UiModificationContextDetails { """Details about system and custom avatars.""" type Avatars { """System avatars list.""" - system: [Avatar] + system: [Avatar!] """Custom avatars list.""" - custom: [Avatar] + custom: [Avatar!] } """The avatar type.""" @@ -65902,7 +65902,7 @@ type PageBeanUser { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [User] + values: [User!] } scalar queryInput_bulkGetUsers_accountId_items @length(subgraph: "Jira", min: null, max: 128) @@ -65973,7 +65973,7 @@ type PageBeanUserKey { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [UserKey] + values: [UserKey!] } """List of user account IDs.""" @@ -66009,7 +66009,7 @@ type VersionIssueCounts { """Count of issues where a version custom field is set to the version.""" issueCountWithCustomFieldsShowingVersion: BigInt """List of custom fields using the version.""" - customFieldUsage: [VersionUsageInCustomField] + customFieldUsage: [VersionUsageInCustomField!] } """List of custom fields using the version.""" @@ -66049,7 +66049,7 @@ type PageBeanWebhook { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [Webhook] + values: [Webhook!] } """A webhook.""" @@ -66061,13 +66061,13 @@ type Webhook { """ A list of field IDs. When the issue changelog contains any of the fields, the webhook \`jira:issue_updated\` is sent. If this parameter is not present, the app is notified about all field updates. """ - fieldIdsFilter: [String] + fieldIdsFilter: [String!] """ A list of issue property keys. A change of those issue properties triggers the \`issue_property_set\` or \`issue_property_deleted\` webhooks. If this parameter is not present, the app is notified about all issue property updates. """ - issuePropertyKeysFilter: [String] + issuePropertyKeysFilter: [String!] """The Jira events that trigger the webhook.""" - events: [query_getDynamicWebhooksForApp_oneOf_0_values_items_events_items]! + events: [query_getDynamicWebhooksForApp_oneOf_0_values_items_events_items!]! """ The date after which the webhook is no longer sent. Use [Extend webhook life](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks/#api-rest-api-3-webhook-refresh-put) to extend the date. """ @@ -66090,7 +66090,7 @@ union getFailedWebhooks_response @statusCodeTypeName(subgraph: "Jira", statusCod """A page of failed webhooks.""" type FailedWebhooks { """The list of webhooks.""" - values: [FailedWebhook]! + values: [FailedWebhook!]! """ The maximum number of items on the page. If the list of values is shorter than this number, then there are no more pages. """ @@ -66154,18 +66154,18 @@ type PageBeanWorkflowTransitionRules { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [WorkflowTransitionRules] + values: [WorkflowTransitionRules!] } """A workflow with transition rules.""" type WorkflowTransitionRules { workflowId: WorkflowId! """The list of post functions within the workflow.""" - postFunctions: [ConnectWorkflowTransitionRule] + postFunctions: [ConnectWorkflowTransitionRule!] """The list of conditions within the workflow.""" - conditions: [ConnectWorkflowTransitionRule] + conditions: [ConnectWorkflowTransitionRule!] """The list of validators within the workflow.""" - validators: [ConnectWorkflowTransitionRule] + validators: [ConnectWorkflowTransitionRule!] } """Properties that identify a workflow.""" @@ -66241,7 +66241,7 @@ type PageBeanWorkflow { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [Workflow] + values: [Workflow!] } """Details about a workflow.""" @@ -66250,15 +66250,15 @@ type Workflow { """The description of the workflow.""" description: String! """The transitions of the workflow.""" - transitions: [Transition] + transitions: [Transition!] """The statuses of the workflow.""" - statuses: [WorkflowStatus] + statuses: [WorkflowStatus!] """Whether this is the default workflow.""" isDefault: Boolean """The workflow schemes the workflow is assigned to.""" - schemes: [WorkflowSchemeIdName] + schemes: [WorkflowSchemeIdName!] """The projects the workflow is assigned to, through workflow schemes.""" - projects: [ProjectDetails] + projects: [ProjectDetails!] """Whether the workflow has a draft version.""" hasDraftWorkflow: Boolean operations: WorkflowOperations @@ -66285,7 +66285,7 @@ type Transition { """The description of the transition.""" description: String! """The statuses the transition can start from.""" - from: [String]! + from: [String!]! """The status the transition goes to.""" to: String! type: query_getWorkflowsPaginated_oneOf_0_values_items_transitions_items_type! @@ -66314,9 +66314,9 @@ type TransitionScreenDetails { type WorkflowRules { conditionsTree: WorkflowCondition """The workflow validators.""" - validators: [WorkflowTransitionRule] + validators: [WorkflowTransitionRule!] """The workflow post functions.""" - postFunctions: [WorkflowTransitionRule] + postFunctions: [WorkflowTransitionRule!] } """The workflow transition rule conditions tree.""" @@ -66338,7 +66338,7 @@ A compound workflow transition rule condition. This object returns \`nodeType\` type WorkflowCompoundCondition { operator: query_getWorkflowsPaginated_oneOf_0_values_items_transitions_items_rules_conditionsTree_oneOf_1_operator! """The list of workflow conditions.""" - conditions: [WorkflowCondition]! + conditions: [WorkflowCondition!]! nodeType: String! } @@ -66439,7 +66439,7 @@ type PageBeanWorkflowScheme { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [WorkflowScheme] + values: [WorkflowScheme!] } """Details about a workflow scheme.""" @@ -66531,18 +66531,18 @@ type ContainerOfWorkflowSchemeAssociations { """ A list of workflow schemes together with projects they are associated with. """ - values: [WorkflowSchemeAssociations]! + values: [WorkflowSchemeAssociations!]! } """A workflow scheme along with a list of projects that use it.""" type WorkflowSchemeAssociations { """The list of projects that use the workflow scheme.""" - projectIds: [String]! + projectIds: [String!]! workflowScheme: WorkflowScheme! } type getWorkflowSchemeProjectAssociations_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[],\\"errors\\":{\\"projectId\\":\\"The ID of a project has to be provided.\\"}}") { - errorMessages: [JSON] + errorMessages: [JSON!] errors: query_getWorkflowSchemeProjectAssociations_oneOf_1_errors } @@ -66551,7 +66551,7 @@ type query_getWorkflowSchemeProjectAssociations_oneOf_1_errors { } type getWorkflowSchemeProjectAssociations_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access workflow scheme associations.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -66586,7 +66586,7 @@ type IssueTypesWorkflowMapping { """ workflow: String """The list of issue type IDs.""" - issueTypes: [String] + issueTypes: [String!] """Whether the workflow is the default workflow for the workflow scheme.""" defaultMapping: Boolean """ @@ -66598,7 +66598,7 @@ type IssueTypesWorkflowMapping { """List of changed worklogs.""" type ChangedWorklogs { """Changed worklog list.""" - values: [ChangedWorklog] + values: [ChangedWorklog!] """The datetime of the first worklog item in the list.""" since: BigInt """The datetime of the last worklog item in the list.""" @@ -66617,7 +66617,7 @@ type ChangedWorklog { """The datetime of the change.""" updatedTime: BigInt """Details of properties associated with the change.""" - properties: [EntityProperty] + properties: [EntityProperty!] } union AddonPropertiesResource_getAddonProperties_get_response @statusCodeTypeName(subgraph: "Jira", statusCode: 200, typeName: "PropertyKeys") @statusCodeTypeName(subgraph: "Jira", statusCode: 401, typeName: "OperationMessage") = PropertyKeys | OperationMessage @@ -66638,7 +66638,7 @@ type ConnectModules { A list of app modules in the same format as the \`modules\` property in the [app descriptor](https://developer.atlassian.com/cloud/jira/platform/app-descriptor/). """ - modules: [ConnectModule]! + modules: [ConnectModule!]! } """ @@ -66648,7 +66648,7 @@ A [Connect module](https://developer.atlassian.com/cloud/jira/platform/about-jir type ConnectModule { description: query_DynamicModulesResource_getModules_get_oneOf_0_modules_items_description type: String - extractions: [query_DynamicModulesResource_getModules_get_oneOf_0_modules_items_extractions_items] + extractions: [query_DynamicModulesResource_getModules_get_oneOf_0_modules_items_extractions_items!] name: query_DynamicModulesResource_getModules_get_oneOf_0_modules_items_name key: String } @@ -67586,7 +67586,7 @@ type Mutation { setColumns( """The ID of the filter.""" id: BigInt! - input: [String] + input: [String!] ): JSON @httpOperation(subgraph: "Jira", path: "/rest/api/3/filter/{args.id}/columns", operationSpecificHeaders: "{\\"Content-Type\\":\\"*/*\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """ Reset the user's column configuration for the filter to the default. @@ -67662,7 +67662,7 @@ type Mutation { """The ID of the filter.""" id: BigInt! input: SharePermissionInputBean_Input - ): [SharePermission] @httpOperation(subgraph: "Jira", path: "/rest/api/3/filter/{args.id}/permission", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) + ): [SharePermission!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/filter/{args.id}/permission", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """ Deletes a share permission from a filter. @@ -68114,7 +68114,7 @@ type Mutation { """The ID or key of the issue that attachments are added to.""" issueIdOrKey: String! input: File - ): [Attachment] @httpOperation(subgraph: "Jira", path: "/rest/api/3/issue/{args.issueIdOrKey}/attachments", operationSpecificHeaders: "{\\"Content-Type\\":\\"multipart/form-data\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) + ): [Attachment!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/issue/{args.issueIdOrKey}/attachments", operationSpecificHeaders: "{\\"Content-Type\\":\\"multipart/form-data\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """ Returns changelogs for an issue specified by a list of changelog IDs. @@ -69654,7 +69654,7 @@ type Mutation { **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg). """ - setIssueNavigatorDefaultColumns(input: [String]): JSON @httpOperation(subgraph: "Jira", path: "/rest/api/3/settings/columns", operationSpecificHeaders: "{\\"Content-Type\\":\\"*/*\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) + setIssueNavigatorDefaultColumns(input: [String!]): JSON @httpOperation(subgraph: "Jira", path: "/rest/api/3/settings/columns", operationSpecificHeaders: "{\\"Content-Type\\":\\"*/*\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """ Updates statuses by ID. @@ -69672,7 +69672,7 @@ type Mutation { * *Administer projects* [project permission.](https://confluence.atlassian.com/x/yodKLg) * *Administer Jira* [project permission.](https://confluence.atlassian.com/x/yodKLg) """ - createStatuses(input: StatusCreateRequest_Input): [createStatuses_response] @httpOperation(subgraph: "Jira", path: "/rest/api/3/statuses", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) + createStatuses(input: StatusCreateRequest_Input): [createStatuses_response!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/statuses", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """ Deletes statuses by ID. @@ -69687,7 +69687,7 @@ type Mutation { Min items \`1\`, Max items \`50\` """ - id: [String] + id: [String!] ): deleteStatusesById_400_response @httpOperation(subgraph: "Jira", path: "/rest/api/3/statuses", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: DELETE, queryParamArgMap: "{\\"id\\":\\"id\\"}") """ Cancels a task. @@ -69700,7 +69700,7 @@ type Mutation { cancelTask( """The ID of the task.""" taskId: String! - ): [String] @httpOperation(subgraph: "Jira", path: "/rest/api/3/task/{args.taskId}/cancel", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: POST) + ): [String!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/task/{args.taskId}/cancel", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: POST) """ Creates a UI modification. UI modification can only be created by Forge apps. @@ -69835,7 +69835,7 @@ type Mutation { The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. """ accountId: mutationInput_setUserColumns_accountId - input: [String] + input: [String!] ): JSON @httpOperation(subgraph: "Jira", path: "/rest/api/3/user/columns", operationSpecificHeaders: "{\\"Content-Type\\":\\"*/*\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT, queryParamArgMap: "{\\"accountId\\":\\"accountId\\"}") """ Resets the default [ issue table columns](https://confluence.atlassian.com/x/XYdKLg) for the user to the system default. If \`accountId\` is not passed, the calling user's default columns are reset. @@ -71099,7 +71099,7 @@ type Mutation { """ expand: String input: WorklogIdsRequestBean_Input - ): [Worklog] @httpOperation(subgraph: "Jira", path: "/rest/api/3/worklog/list", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST, queryParamArgMap: "{\\"expand\\":\\"expand\\"}") + ): [Worklog!] @httpOperation(subgraph: "Jira", path: "/rest/api/3/worklog/list", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST, queryParamArgMap: "{\\"expand\\":\\"expand\\"}") """ Sets the value of an app's property. Use this resource to store custom data for your app. @@ -71141,7 +71141,7 @@ type Mutation { For example, \`moduleKey=dynamic-attachment-entity-property&moduleKey=dynamic-select-field\`. Nonexistent keys are ignored. """ - moduleKey: [String] + moduleKey: [String!] ): DynamicModulesResource_removeModules_delete_response @httpOperation(subgraph: "Jira", path: "/rest/atlassian-connect/1/app/module/dynamic", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: DELETE, queryParamArgMap: "{\\"moduleKey\\":\\"moduleKey\\"}") """ Updates the value of a custom field added by Connect apps on one or more issues. @@ -71161,7 +71161,7 @@ type Mutation { """The app migration transfer ID.""" Atlassian_Transfer_Id: UUID! entityType: mutationInput_MigrationResource_updateEntityPropertiesValue_put_entityType! - input: [EntityPropertyDetails_Input] + input: [EntityPropertyDetails_Input!] ): JSON @httpOperation(subgraph: "Jira", path: "/rest/atlassian-connect/1/migration/properties/{args.entityType}", operationSpecificHeaders: "{\\"Atlassian-Transfer-Id\\":\\"{args.Atlassian_Transfer_Id}\\",\\"Content-Type\\":\\"application/json\\"}", httpMethod: PUT) """ Returns configurations for workflow transition rules migrated from server to cloud and owned by the calling Connect app. @@ -71189,7 +71189,7 @@ input AnnouncementBannerConfigurationUpdate_Input { """List of updates for a custom fields.""" input MultipleCustomFieldValuesUpdateDetails_Input { - updates: [MultipleCustomFieldValuesUpdate_Input] + updates: [MultipleCustomFieldValuesUpdate_Input!] } """A custom field and its new value with a list of issue to update.""" @@ -71197,7 +71197,7 @@ input MultipleCustomFieldValuesUpdate_Input { """The ID or key of the custom field. For example, \`customfield_10010\`.""" customField: String! """The list of issue IDs.""" - issueIds: [BigInt]! + issueIds: [BigInt!]! """ The value for the custom field. The value must be compatible with the [custom field type](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/#data-types) as follows: @@ -71215,7 +71215,7 @@ input MultipleCustomFieldValuesUpdate_Input { """Details of configurations for a custom field.""" input CustomFieldConfigurations_Input { """The list of custom field configuration details.""" - configurations: [ContextualConfiguration_Input]! + configurations: [ContextualConfiguration_Input!]! } """Details of the contextual configuration for a custom field.""" @@ -71233,13 +71233,13 @@ input ContextualConfiguration_Input { """Details of updates for a custom field.""" input CustomFieldValueUpdateDetails_Input { """The list of custom field update details.""" - updates: [CustomFieldValueUpdate_Input] + updates: [CustomFieldValueUpdate_Input!] } """A list of issue IDs and the value to update a custom field to.""" input CustomFieldValueUpdate_Input { """The list of issue IDs.""" - issueIds: [BigInt]! + issueIds: [BigInt!]! """ The value for the custom field. The value must be compatible with the [custom field type](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/#data-types) as follows: @@ -71279,12 +71279,12 @@ type PageBeanComment { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [Comment] + values: [Comment!] } input IssueCommentListRequestBean_Input { """The list of comment IDs. A maximum of 1000 IDs can be specified.""" - ids: [BigInt]! + ids: [BigInt!]! } """Details about a project component.""" @@ -71387,7 +71387,7 @@ input AvatarUrlsBean_Input { input SimpleListWrapperGroupName_Input { size: Int - items: [GroupName_Input] + items: [GroupName_Input!] pagingCallback: JSON callback: JSON max_results: Int @resolveRootField(subgraph: "Jira", field: "max-results") @@ -71407,7 +71407,7 @@ input GroupName_Input { input SimpleListWrapperApplicationRole_Input { size: Int - items: [ApplicationRole_Input] + items: [ApplicationRole_Input!] pagingCallback: JSON callback: JSON max_results: Int @resolveRootField(subgraph: "Jira", field: "max-results") @@ -71420,17 +71420,17 @@ input ApplicationRole_Input { """ The groups associated with the application role. As a group's name can change, use of \`groupDetails\` is recommended to identify a groups. """ - groups: [String] + groups: [String!] """The groups associated with the application role.""" - groupDetails: [GroupName_Input] + groupDetails: [GroupName_Input!] """The display name of the application role.""" name: String """ The groups that are granted default access for this application role. As a group's name can change, use of \`defaultGroupsDetails\` is recommended to identify a groups. """ - defaultGroups: [String] + defaultGroups: [String!] """The groups that are granted default access for this application role.""" - defaultGroupsDetails: [GroupName_Input] + defaultGroupsDetails: [GroupName_Input!] """ Determines whether this application role should be selected by default on user creation. """ @@ -71487,9 +71487,9 @@ input DashboardDetails_Input { """The description of the dashboard.""" description: String """The share permissions for the dashboard.""" - sharePermissions: [SharePermission_Input]! + sharePermissions: [SharePermission_Input!]! """The edit permissions for the dashboard.""" - editPermissions: [SharePermission_Input]! + editPermissions: [SharePermission_Input!]! } """Details of a share permission for the filter.""" @@ -71519,9 +71519,9 @@ input Project_Input { description: String lead: User_Input """List of the components contained in the project.""" - components: [ProjectComponent_Input] + components: [ProjectComponent_Input!] """List of the issue types available in the project.""" - issueTypes: [IssueTypeDetails_Input] + issueTypes: [IssueTypeDetails_Input!] """ A link to information about this project, such as project documentation. """ @@ -71532,7 +71532,7 @@ input Project_Input { """ The versions defined in the project. For more information, see [Create version](#api-rest-api-3-version-post). """ - versions: [Version_Input] + versions: [Version_Input!] """The name of the project.""" name: String """ @@ -71693,7 +71693,7 @@ input Version_Input { """ If the expand option \`operations\` is used, returns the list of operations available for this version. """ - operations: [SimpleLink_Input] + operations: [SimpleLink_Input!] issuesStatusForFixVersion: VersionIssuesStatus_Input } @@ -71743,7 +71743,7 @@ input Hierarchy_Input { """ baseLevelId: BigInt """Details about the hierarchy level.""" - levels: [SimplifiedHierarchyLevel_Input] + levels: [SimplifiedHierarchyLevel_Input!] } input SimplifiedHierarchyLevel_Input { @@ -71768,7 +71768,7 @@ input SimplifiedHierarchyLevel_Input { """The level of this item in the hierarchy.""" level: Int """The issue types available in this hierarchy level.""" - issueTypeIds: [BigInt] + issueTypeIds: [BigInt!] """ The external UUID of the hierarchy level. This property is deprecated, see [Change notice: Removing hierarchy level IDs from next-gen APIs](https://developer.atlassian.com/cloud/jira/platform/change-notice-removing-hierarchy-level-ids-from-next-gen-apis/). """ @@ -71815,7 +71815,7 @@ input ProjectRole_Input { """The description of the project role.""" description: String """The list of users who act in this role.""" - actors: [RoleActor_Input] + actors: [RoleActor_Input!] scope: Scope_Input """The translated name of the project role.""" translatedName: String @@ -71944,7 +71944,7 @@ input DashboardGadgetUpdateRequest_Input { } type setDashboardItemProperty_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The JSON data provided for the property has too many levels. It must be an object with all keys and values as strings.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -71963,7 +71963,7 @@ union analyseExpression_response @statusCodeTypeName(subgraph: "Jira", statusCod """Details about the analysed Jira expression.""" type JiraExpressionsAnalysis { """The results of Jira expressions analysis.""" - results: [JiraExpressionAnalysis]! + results: [JiraExpressionAnalysis!]! } """Details about the analysed Jira expression.""" @@ -71971,7 +71971,7 @@ type JiraExpressionAnalysis { """The analysed expression.""" expression: String! """A list of validation errors. Not included if the expression is valid.""" - errors: [JiraExpressionValidationError] + errors: [JiraExpressionValidationError!] """ Whether the expression is valid and the interpreter will evaluate it. Note that the expression may fail at runtime (for example, if it executes too many expensive operations). """ @@ -72037,7 +72037,7 @@ enum mutationInput_analyseExpression_check { """Details of Jira expressions for analysis.""" input JiraExpressionForAnalysis_Input { """The list of Jira expressions to analyse.""" - expressions: [String]! + expressions: [String!]! """ Context variables and their types. The type checker assumes that [common context variables](https://developer.atlassian.com/cloud/jira/platform/jira-expressions/#context-variables), such as \`issue\` or \`project\`, are available in context and sets their type. Use this property to override the default types or provide details of new variables. """ @@ -72096,7 +72096,7 @@ type IssuesJqlMetaDataBean { """ Any warnings related to the JQL query. Present only if the validation mode was set to \`warn\`. """ - validationWarnings: [String] + validationWarnings: [String!] } input JiraExpressionEvalRequestBean_Input { @@ -72133,7 +72133,7 @@ input JiraExpressionEvalContextBean_Input { * \`json\`: A JSON object containing custom content. * \`list\`: A JSON list of \`user\`, \`issue\`, or \`json\` variable types. """ - custom: [CustomContextVariable_Input] + custom: [CustomContextVariable_Input!] } input IdOrKeyBean_Input { @@ -72264,17 +72264,17 @@ enum mutationInput_createCustomField_input_searcherKey { union updateCustomField_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "updateCustomField_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "updateCustomField_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "updateCustomField_404_response") = updateCustomField_400_response | updateCustomField_403_response | updateCustomField_404_response type updateCustomField_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"searcherKey is invalid for the field type.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type updateCustomField_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can edit custom fields.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type updateCustomField_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The custom field was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -72345,15 +72345,15 @@ type CreateCustomFieldContext { """ The list of project IDs associated with the context. If the list is empty, the context is global. """ - projectIds: [String] + projectIds: [String!] """ The list of issue types IDs for the context. If the list is empty, the context refers to all issue types. """ - issueTypeIds: [String] + issueTypeIds: [String!] } type createCustomFieldContext_409_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Sub-tasks are disabled in Jira. At least one of the issue types is a sub-task.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -72368,33 +72368,33 @@ input CreateCustomFieldContext_Input { """ The list of project IDs associated with the context. If the list is empty, the context is global. """ - projectIds: [String] + projectIds: [String!] """ The list of issue types IDs for the context. If the list is empty, the context refers to all issue types. """ - issueTypeIds: [String] + issueTypeIds: [String!] } union setDefaultValues_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "setDefaultValues_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "setDefaultValues_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "setDefaultValues_404_response") = setDefaultValues_400_response | setDefaultValues_403_response | setDefaultValues_404_response type setDefaultValues_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"All default values in the request must have the same type.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type setDefaultValues_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access custom field contexts.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type setDefaultValues_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The context was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } """Default values to update.""" input CustomFieldContextDefaultValueUpdate_Input { - defaultValues: [CustomFieldContextDefaultValue_Input] + defaultValues: [CustomFieldContextDefaultValue_Input!] } input CustomFieldContextDefaultValue_Input @oneOf(subgraph: "Jira") { @@ -72443,7 +72443,7 @@ input CustomFieldContextDefaultValueMultipleOption_Input { """The ID of the context.""" contextId: String! """The list of IDs of the default options.""" - optionIds: [String]! + optionIds: [String!]! type: String! } @@ -72473,11 +72473,11 @@ input UserFilter_Input { """ User groups autocomplete suggestion users must belong to. If not provided, the default values are used. A maximum of 10 groups can be provided. """ - groups: [String] + groups: [String!] """ Roles that autocomplete suggestion users must belong to. If not provided, the default values are used. A maximum of 10 roles can be provided. """ - roleIds: [BigInt] + roleIds: [BigInt!] } """The default value for a User Picker (multiple) custom field.""" @@ -72485,7 +72485,7 @@ input CustomFieldContextDefaultValueMultiUserPicker_Input { """The ID of the context.""" contextId: String! """The IDs of the default users.""" - accountIds: [String]! + accountIds: [String!]! type: String! } @@ -72503,7 +72503,7 @@ input CustomFieldContextDefaultValueMultipleGroupPicker_Input { """The ID of the context.""" contextId: String! """The IDs of the default groups.""" - groupIds: [String]! + groupIds: [String!]! type: String! } @@ -72553,7 +72553,7 @@ input CustomFieldContextDefaultValueFloat_Input { """Default value for a labels custom field.""" input CustomFieldContextDefaultValueLabels_Input { """The default labels value.""" - labels: [String]! + labels: [String!]! type: String! } @@ -72592,7 +72592,7 @@ input CustomFieldContextDefaultValueSingleVersionPicker_Input { """The default value for a multiple version picker custom field.""" input CustomFieldContextDefaultValueMultipleVersionPicker_Input { """The IDs of the default versions.""" - versionIds: [String]! + versionIds: [String!]! """ The order the pickable versions are displayed in. If not provided, the released-first order is used. Available version orders are \`"releasedFirst"\` and \`"unreleasedFirst"\`. """ @@ -72611,7 +72611,7 @@ input CustomFieldContextDefaultValueForgeMultiStringField_Input { """ List of string values. The maximum length for a value is 254 characters. """ - values: [String] + values: [String!] type: String! } @@ -72642,7 +72642,7 @@ input CustomFieldContextDefaultValueForgeMultiGroupField_Input { """The ID of the context.""" contextId: String! """The IDs of the default groups.""" - groupIds: [String]! + groupIds: [String!]! } """Default value for a Forge number custom field.""" @@ -72665,7 +72665,7 @@ input CustomFieldContextDefaultValueForgeMultiUserField_Input { """The ID of the context.""" contextId: String! """The IDs of the default users.""" - accountIds: [String]! + accountIds: [String!]! } union getCustomFieldContextsForProjectsAndIssueTypes_response @statusCodeTypeName(subgraph: "Jira", statusCode: 200, typeName: "PageBeanContextForProjectAndIssueType") @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "getCustomFieldContextsForProjectsAndIssueTypes_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "getCustomFieldContextsForProjectsAndIssueTypes_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "getCustomFieldContextsForProjectsAndIssueTypes_404_response") = PageBeanContextForProjectAndIssueType | getCustomFieldContextsForProjectsAndIssueTypes_400_response | getCustomFieldContextsForProjectsAndIssueTypes_403_response | getCustomFieldContextsForProjectsAndIssueTypes_404_response @@ -72685,7 +72685,7 @@ type PageBeanContextForProjectAndIssueType { """Whether this is the last page.""" isLast: Boolean """The list of items.""" - values: [ContextForProjectAndIssueType] + values: [ContextForProjectAndIssueType!] } """ @@ -72701,24 +72701,24 @@ type ContextForProjectAndIssueType { } type getCustomFieldContextsForProjectsAndIssueTypes_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Duplicate project and issue type mappings cannot be provided.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type getCustomFieldContextsForProjectsAndIssueTypes_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access custom field contexts.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type getCustomFieldContextsForProjectsAndIssueTypes_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"These projects were not found: 10005.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } """The project and issue type mappings.""" input ProjectIssueTypeMappings_Input { """The project and issue type mappings.""" - mappings: [ProjectIssueTypeMapping_Input]! + mappings: [ProjectIssueTypeMapping_Input!]! } """The project and issue type mapping.""" @@ -72732,17 +72732,17 @@ input ProjectIssueTypeMapping_Input { union updateCustomFieldContext_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "updateCustomFieldContext_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "updateCustomFieldContext_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "updateCustomFieldContext_404_response") = updateCustomFieldContext_400_response | updateCustomFieldContext_403_response | updateCustomFieldContext_404_response type updateCustomFieldContext_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The contextId has to be provided.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type updateCustomFieldContext_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access custom field contexts.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type updateCustomFieldContext_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The context was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -72761,62 +72761,62 @@ input CustomFieldContextUpdateDetails_Input { union deleteCustomFieldContext_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "deleteCustomFieldContext_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "deleteCustomFieldContext_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "deleteCustomFieldContext_404_response") = deleteCustomFieldContext_400_response | deleteCustomFieldContext_403_response | deleteCustomFieldContext_404_response type deleteCustomFieldContext_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The contextId has to be provided.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type deleteCustomFieldContext_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access custom field contexts.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type deleteCustomFieldContext_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The context was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } union addIssueTypesToContext_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "addIssueTypesToContext_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "addIssueTypesToContext_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "addIssueTypesToContext_404_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 409, typeName: "addIssueTypesToContext_409_response") = addIssueTypesToContext_400_response | addIssueTypesToContext_403_response | addIssueTypesToContext_404_response | addIssueTypesToContext_409_response type addIssueTypesToContext_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"These issue types are already associated with the context: 10001.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type addIssueTypesToContext_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access custom field contexts.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type addIssueTypesToContext_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The context was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type addIssueTypesToContext_409_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Sub-tasks are disabled in Jira. At least one of the issue types is a sub-task.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } """The list of issue type IDs.""" input IssueTypeIds_Input { """The list of issue type IDs.""" - issueTypeIds: [String]! + issueTypeIds: [String!]! } union removeIssueTypesFromContext_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "removeIssueTypesFromContext_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "removeIssueTypesFromContext_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "removeIssueTypesFromContext_404_response") = removeIssueTypesFromContext_400_response | removeIssueTypesFromContext_403_response | removeIssueTypesFromContext_404_response type removeIssueTypesFromContext_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"These issue types are not associated with the context: 10002.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type removeIssueTypesFromContext_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access custom field contexts.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type removeIssueTypesFromContext_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The context was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -72825,7 +72825,7 @@ union updateCustomFieldOption_response @statusCodeTypeName(subgraph: "Jira", sta """A list of custom field options for a context.""" type CustomFieldUpdatedContextOptionsList { """The updated custom field options.""" - options: [CustomFieldOptionUpdate] + options: [CustomFieldOptionUpdate!] } """Details of a custom field option for a context.""" @@ -72839,24 +72839,24 @@ type CustomFieldOptionUpdate { } type updateCustomFieldOption_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The custom field doesn't support options.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type updateCustomFieldOption_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can manage custom field options.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type updateCustomFieldOption_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The custom field was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } """Details of the options to update for a custom field.""" input BulkCustomFieldOptionUpdateRequest_Input { """Details of the options to update.""" - options: [CustomFieldOptionUpdate_Input] + options: [CustomFieldOptionUpdate_Input!] } """Details of a custom field option for a context.""" @@ -72874,28 +72874,28 @@ union createCustomFieldOption_response @statusCodeTypeName(subgraph: "Jira", sta """A list of custom field options for a context.""" type CustomFieldCreatedContextOptionsList { """The created custom field options.""" - options: [CustomFieldContextOption] + options: [CustomFieldContextOption!] } type createCustomFieldOption_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The custom field doesn't support options.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type createCustomFieldOption_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can manage custom field options.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type createCustomFieldOption_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The custom field was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } """Details of the options to create for a custom field.""" input BulkCustomFieldOptionCreateRequest_Input { """Details of options to create.""" - options: [CustomFieldOptionCreate_Input] + options: [CustomFieldOptionCreate_Input!] } """Details of a custom field option to create.""" @@ -72913,17 +72913,17 @@ input CustomFieldOptionCreate_Input { union reorderCustomFieldOptions_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "reorderCustomFieldOptions_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "reorderCustomFieldOptions_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "reorderCustomFieldOptions_404_response") = reorderCustomFieldOptions_400_response | reorderCustomFieldOptions_403_response | reorderCustomFieldOptions_404_response type reorderCustomFieldOptions_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"'after' and 'position' were provided. Only 'after' or 'position' can be specified.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type reorderCustomFieldOptions_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can manage custom field options.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type reorderCustomFieldOptions_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The custom field was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -72934,7 +72934,7 @@ input OrderOfCustomFieldOptions_Input { """ A list of IDs of custom field options to move. The order of the custom field option IDs in the list is the order they are given after the move. The list must contain custom field options or cascading options, but not both. """ - customFieldOptionIds: [String]! + customFieldOptionIds: [String!]! """ The ID of the custom field option or cascading option to place the moved options after. Required if \`position\` isn't provided. """ @@ -72953,57 +72953,57 @@ enum mutationInput_reorderCustomFieldOptions_input_position { union deleteCustomFieldOption_response @statusCodeTypeName(subgraph: "Jira", statusCode: 204, typeName: "Void_container") @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "deleteCustomFieldOption_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "deleteCustomFieldOption_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "deleteCustomFieldOption_404_response") = Void_container | deleteCustomFieldOption_400_response | deleteCustomFieldOption_403_response | deleteCustomFieldOption_404_response type deleteCustomFieldOption_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The custom field doesn't support options.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type deleteCustomFieldOption_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can manage custom field options.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type deleteCustomFieldOption_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The custom field was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } union assignProjectsToCustomFieldContext_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "assignProjectsToCustomFieldContext_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "assignProjectsToCustomFieldContext_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "assignProjectsToCustomFieldContext_404_response") = assignProjectsToCustomFieldContext_400_response | assignProjectsToCustomFieldContext_403_response | assignProjectsToCustomFieldContext_404_response type assignProjectsToCustomFieldContext_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The projectIds must not contain duplicates.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type assignProjectsToCustomFieldContext_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access custom field contexts.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type assignProjectsToCustomFieldContext_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The context was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } """A list of project IDs.""" input ProjectIds_Input { """The IDs of projects.""" - projectIds: [String]! + projectIds: [String!]! } union removeCustomFieldContextFromProjects_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "removeCustomFieldContextFromProjects_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "removeCustomFieldContextFromProjects_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "removeCustomFieldContextFromProjects_404_response") = removeCustomFieldContextFromProjects_400_response | removeCustomFieldContextFromProjects_403_response | removeCustomFieldContextFromProjects_404_response type removeCustomFieldContextFromProjects_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The projectIds must not contain duplicates.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type removeCustomFieldContextFromProjects_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access custom field contexts.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type removeCustomFieldContextFromProjects_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The context was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -73021,16 +73021,16 @@ input IssueFieldOptionCreateBean_Input { input IssueFieldOptionConfiguration_Input { scope: IssueFieldOptionScopeBean_Input """DEPRECATED""" - attributes: [query_getAllIssueFieldOptions_values_items_config_attributes_items] + attributes: [query_getAllIssueFieldOptions_values_items_config_attributes_items!] } input IssueFieldOptionScopeBean_Input { """DEPRECATED""" - projects: [BigInt] + projects: [BigInt!] """ Defines the projects in which the option is available and the behavior of the option within each project. Specify one object per project. The behavior of the option in a project context overrides the behavior in the global context. """ - projects2: [ProjectScopeBean_Input] + projects2: [ProjectScopeBean_Input!] global: GlobalScopeBean_Input } @@ -73040,14 +73040,14 @@ input ProjectScopeBean_Input { """ Defines the behavior of the option in the project.If notSelectable is set, the option cannot be set as the field's value. This is useful for archiving an option that has previously been selected but shouldn't be used anymore.If defaultValue is set, the option is selected by default. """ - attributes: [query_getAllIssueFieldOptions_values_items_config_scope_projects2_items_attributes_items] + attributes: [query_getAllIssueFieldOptions_values_items_config_scope_projects2_items_attributes_items!] } input GlobalScopeBean_Input { """ Defines the behavior of the option in the global context.If notSelectable is set, the option cannot be set as the field's value. This is useful for archiving an option that has previously been selected but shouldn't be used anymore.If defaultValue is set, the option is selected by default. """ - attributes: [query_getAllIssueFieldOptions_values_items_config_scope_global_attributes_items] + attributes: [query_getAllIssueFieldOptions_values_items_config_scope_global_attributes_items!] } """Details of the options for a select list issue field.""" @@ -73108,11 +73108,11 @@ enum mutation_replaceIssueFieldOption_oneOf_0_status { type RemoveOptionFromIssuesResult { """The IDs of the modified issues.""" - modifiedIssues: [BigInt] + modifiedIssues: [BigInt!] """ The IDs of the unchanged issues, those issues where errors prevent modification. """ - unmodifiedIssues: [BigInt] + unmodifiedIssues: [BigInt!] errors: SimpleErrorCollection } @@ -73124,12 +73124,12 @@ type SimpleErrorCollection { """ The list of error messages produced by this operation. For example, "input parameter 'key' must be provided" """ - errorMessages: [String] + errorMessages: [String!] httpStatusCode: Int } type replaceIssueFieldOption_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Connect and Forge app users with Administer Jira global permission can override screen security.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -73158,7 +73158,7 @@ input FieldConfigurationDetails_Input { """Details of field configuration items.""" input FieldConfigurationItemsDetails_Input { """Details of fields in a field configuration.""" - fieldConfigurationItems: [FieldConfigurationItem_Input]! + fieldConfigurationItems: [FieldConfigurationItem_Input!]! } """A field within a field configuration.""" @@ -73178,12 +73178,12 @@ input FieldConfigurationItem_Input { union createFieldConfigurationScheme_response @statusCodeTypeName(subgraph: "Jira", statusCode: 201, typeName: "FieldConfigurationScheme") @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "createFieldConfigurationScheme_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "createFieldConfigurationScheme_403_response") = FieldConfigurationScheme | createFieldConfigurationScheme_400_response | createFieldConfigurationScheme_403_response type createFieldConfigurationScheme_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"A field configuration scheme is using this name.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type createFieldConfigurationScheme_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access field configurations.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -73204,17 +73204,17 @@ scalar mutationInput_createFieldConfigurationScheme_input_description @length(su union assignFieldConfigurationSchemeToProject_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "assignFieldConfigurationSchemeToProject_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "assignFieldConfigurationSchemeToProject_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "assignFieldConfigurationSchemeToProject_404_response") = assignFieldConfigurationSchemeToProject_400_response | assignFieldConfigurationSchemeToProject_403_response | assignFieldConfigurationSchemeToProject_404_response type assignFieldConfigurationSchemeToProject_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only classic projects can have field configuration schemes assigned.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type assignFieldConfigurationSchemeToProject_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access field configurations.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type assignFieldConfigurationSchemeToProject_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The project was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -73231,24 +73231,24 @@ input FieldConfigurationSchemeProjectAssociation_Input { union updateFieldConfigurationScheme_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "updateFieldConfigurationScheme_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "updateFieldConfigurationScheme_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "updateFieldConfigurationScheme_404_response") = updateFieldConfigurationScheme_400_response | updateFieldConfigurationScheme_403_response | updateFieldConfigurationScheme_404_response type updateFieldConfigurationScheme_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"A field configuration scheme is using this name.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type updateFieldConfigurationScheme_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access field configurations.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type updateFieldConfigurationScheme_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The field configuration scheme was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } """Details of a field configuration to issue type mappings.""" input AssociateFieldConfigurationsWithIssueTypesRequest_Input { """Field configuration to issue type mappings.""" - mappings: [FieldConfigurationToIssueTypeMapping_Input]! + mappings: [FieldConfigurationToIssueTypeMapping_Input!]! } """The field configuration to issue type mapping.""" @@ -73268,7 +73268,7 @@ input IssueTypeIdsToRemove_Input { """ The list of issue type IDs. Must contain unique values not longer than 255 characters and not be empty. Maximum of 100 IDs. """ - issueTypeIds: [String]! + issueTypeIds: [String!]! } """Details about a filter.""" @@ -73301,9 +73301,9 @@ input Filter_Input { """ favouritedCount: BigInt """The groups and projects that the filter is shared with.""" - sharePermissions: [SharePermission_Input] + sharePermissions: [SharePermission_Input!] """The groups and projects that can edit the filter.""" - editPermissions: [SharePermission_Input] + editPermissions: [SharePermission_Input!] sharedUsers: UserList_Input subscriptions: FilterSubscriptionsList_Input } @@ -73315,7 +73315,7 @@ input UserList_Input { """The number of items on the page.""" size: Int """The list of items.""" - items: [User_Input] + items: [User_Input!] """The maximum number of results that could be on the page.""" max_results: Int @resolveRootField(subgraph: "Jira", field: "max-results") """The index of the first item returned on the page.""" @@ -73329,7 +73329,7 @@ input FilterSubscriptionsList_Input { """The number of items on the page.""" size: Int """The list of items.""" - items: [FilterSubscription_Input] + items: [FilterSubscription_Input!] """The maximum number of results that could be on the page.""" max_results: Int @resolveRootField(subgraph: "Jira", field: "max-results") """The index of the first item returned on the page.""" @@ -73461,7 +73461,7 @@ input IssueUpdateDetails_Input { update: JSON historyMetadata: HistoryMetadata_Input """Details of issue properties to be add or update.""" - properties: [EntityProperty_Input] + properties: [EntityProperty_Input!] } """Details of an issue transition.""" @@ -73588,9 +73588,9 @@ Details about the issues created and the errors for requests that failed. """ type CreatedIssues { """Details of the issues created.""" - issues: [CreatedIssue] + issues: [CreatedIssue!] """Error details for failed issue creation requests.""" - errors: [BulkOperationErrorResult] + errors: [BulkOperationErrorResult!] } type BulkOperationErrorResult { @@ -73600,7 +73600,7 @@ type BulkOperationErrorResult { } input IssuesUpdateBean_Input { - issueUpdates: [IssueUpdateDetails_Input] + issueUpdates: [IssueUpdateDetails_Input!] } """ @@ -73608,7 +73608,7 @@ Lists of issues and entity properties. See [Entity properties](https://developer """ input IssueEntityProperties_Input { """A list of entity property IDs.""" - entitiesIds: [BigInt] + entitiesIds: [BigInt!] properties: JSON } @@ -73617,7 +73617,7 @@ A list of issues and their respective properties to set or update. See [Entity p """ input MultiIssueEntityProperties_Input { """A list of issue IDs and their respective properties.""" - issues: [IssueEntityPropertiesForMultiUpdate_Input] + issues: [IssueEntityPropertiesForMultiUpdate_Input!] } """ @@ -73645,7 +73645,7 @@ input BulkIssuePropertyUpdateRequest_Input { """Bulk operation filter details.""" input IssueFilterForBulkPropertySet_Input { """List of issues to perform the bulk operation on.""" - entityIds: [BigInt] + entityIds: [BigInt!] """The value of properties to perform the bulk operation on.""" currentValue: JSON """ @@ -73657,7 +73657,7 @@ input IssueFilterForBulkPropertySet_Input { """Bulk operation filter details.""" input IssueFilterForBulkPropertyDelete_Input { """List of issues to perform the bulk delete operation on.""" - entityIds: [BigInt] + entityIds: [BigInt!] """The value of properties to perform the bulk operation on.""" currentValue: JSON } @@ -73671,7 +73671,7 @@ type BulkIssueIsWatching { """A list of issue IDs.""" input IssueList_Input { """The list of issue IDs.""" - issueIds: [String]! + issueIds: [String!]! } """Whether the issue's subtasks are deleted when the issue is deleted.""" @@ -73708,7 +73708,7 @@ scalar File """A list of changelog IDs.""" input IssueChangelogIds_Input { """The list of changelog IDs.""" - changelogIds: [BigInt]! + changelogIds: [BigInt!]! } """A comment.""" @@ -73739,7 +73739,7 @@ input Comment_Input { """ jsdAuthorCanSeeRequest: Boolean """A list of comment properties. Optional on create and update.""" - properties: [EntityProperty_Input] + properties: [EntityProperty_Input!] } """ @@ -73823,11 +73823,11 @@ input NotificationRecipients_Input { """Whether the notification should be sent to the issue's voters.""" voters: Boolean """List of users to receive the notification.""" - users: [UserDetails_Input] + users: [UserDetails_Input!] """List of groups to receive the notification.""" - groups: [GroupName_Input] + groups: [GroupName_Input!] """List of groupIds to receive the notification.""" - groupIds: [String] + groupIds: [String!] } """ @@ -73835,11 +73835,11 @@ Details of the group membership or permissions needed to receive the notificatio """ input NotificationRecipientsRestrictions_Input { """List of group memberships required to receive the notification.""" - groups: [GroupName_Input] + groups: [GroupName_Input!] """List of groupId memberships required to receive the notification.""" - groupIds: [String] + groupIds: [String!] """List of permissions required to receive the notification.""" - permissions: [RestrictedPermission_Input] + permissions: [RestrictedPermission_Input!] } """Details of the permission.""" @@ -73867,7 +73867,7 @@ type RemoteIssueLinkIdentifies { } type createOrUpdateRemoteIssueLink_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[],\\"errors\\":{\\"title\\":\\"'title' is required.\\"}}") { - errorMessages: [JSON] + errorMessages: [JSON!] errors: mutation_createOrUpdateRemoteIssueLink_oneOf_2_errors } @@ -73949,7 +73949,7 @@ input Status_Input { } type updateRemoteIssueLink_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[],\\"errors\\":{\\"title\\":\\"'title' is required.\\"}}") { - errorMessages: [JSON] + errorMessages: [JSON!] errors: mutation_updateRemoteIssueLink_errors } @@ -74011,7 +74011,7 @@ input Worklog_Input { """ Details of properties for the worklog. Optional when creating or updating a worklog. """ - properties: [EntityProperty_Input] + properties: [EntityProperty_Input!] } """ @@ -74199,17 +74199,17 @@ type IssueTypeSchemeID { } type createIssueTypeScheme_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The default issue type ID has to be present in issue type IDs list.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type createIssueTypeScheme_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access issue type schemes.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type createIssueTypeScheme_409_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The name is used by another scheme.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -74230,23 +74230,23 @@ input IssueTypeSchemeDetails_Input { """ The list of issue types IDs of the issue type scheme. At least one standard issue type ID is required. """ - issueTypeIds: [String]! + issueTypeIds: [String!]! } union assignIssueTypeSchemeToProject_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "assignIssueTypeSchemeToProject_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "assignIssueTypeSchemeToProject_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "assignIssueTypeSchemeToProject_404_response") = assignIssueTypeSchemeToProject_400_response | assignIssueTypeSchemeToProject_403_response | assignIssueTypeSchemeToProject_404_response type assignIssueTypeSchemeToProject_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"This issue type scheme can't be assigned to the project. This is because some issues in this project use issue types not present in the scheme. Before assigning the scheme to the project, update the issue types on these issues: 7\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type assignIssueTypeSchemeToProject_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access issue type schemes.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type assignIssueTypeSchemeToProject_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The issue type scheme was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -74261,17 +74261,17 @@ input IssueTypeSchemeProjectAssociation_Input { union updateIssueTypeScheme_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "updateIssueTypeScheme_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "updateIssueTypeScheme_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "updateIssueTypeScheme_404_response") = updateIssueTypeScheme_400_response | updateIssueTypeScheme_403_response | updateIssueTypeScheme_404_response type updateIssueTypeScheme_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The default issue type has to be one of the issue types of the scheme.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type updateIssueTypeScheme_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access issue type schemes.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type updateIssueTypeScheme_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The issue type scheme was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -74294,51 +74294,51 @@ input IssueTypeSchemeUpdateDetails_Input { union deleteIssueTypeScheme_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "deleteIssueTypeScheme_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "deleteIssueTypeScheme_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "deleteIssueTypeScheme_404_response") = deleteIssueTypeScheme_400_response | deleteIssueTypeScheme_403_response | deleteIssueTypeScheme_404_response type deleteIssueTypeScheme_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The default issue type scheme can't be removed.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type deleteIssueTypeScheme_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access issue type schemes.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type deleteIssueTypeScheme_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The issue type scheme was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } union addIssueTypesToIssueTypeScheme_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "addIssueTypesToIssueTypeScheme_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "addIssueTypesToIssueTypeScheme_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "addIssueTypesToIssueTypeScheme_404_response") = addIssueTypesToIssueTypeScheme_400_response | addIssueTypesToIssueTypeScheme_403_response | addIssueTypesToIssueTypeScheme_404_response type addIssueTypesToIssueTypeScheme_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"These issue types were not added because they are already present in the issue type scheme: 10002, 10003\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type addIssueTypesToIssueTypeScheme_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access issue type schemes.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type addIssueTypesToIssueTypeScheme_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"These issue types were not found: 10000, 10002\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } union reorderIssueTypesInIssueTypeScheme_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "reorderIssueTypesInIssueTypeScheme_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "reorderIssueTypesInIssueTypeScheme_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "reorderIssueTypesInIssueTypeScheme_404_response") = reorderIssueTypesInIssueTypeScheme_400_response | reorderIssueTypesInIssueTypeScheme_403_response | reorderIssueTypesInIssueTypeScheme_404_response type reorderIssueTypesInIssueTypeScheme_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The issue type scheme does not include some of the specified issue types. Issue type IDs missing from the scheme are: 10007, 10008\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type reorderIssueTypesInIssueTypeScheme_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access issue type schemes.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type reorderIssueTypesInIssueTypeScheme_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The issue type scheme was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -74349,7 +74349,7 @@ input OrderOfIssueTypes_Input { """ A list of the issue type IDs to move. The order of the issue type IDs in the list is the order they are given after the move. """ - issueTypeIds: [String]! + issueTypeIds: [String!]! """ The ID of the issue type to place the moved issue types after. Required if \`position\` isn't provided. """ @@ -74368,17 +74368,17 @@ enum mutationInput_reorderIssueTypesInIssueTypeScheme_input_position { union removeIssueTypeFromIssueTypeScheme_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "removeIssueTypeFromIssueTypeScheme_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "removeIssueTypeFromIssueTypeScheme_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "removeIssueTypeFromIssueTypeScheme_404_response") = removeIssueTypeFromIssueTypeScheme_400_response | removeIssueTypeFromIssueTypeScheme_403_response | removeIssueTypeFromIssueTypeScheme_404_response type removeIssueTypeFromIssueTypeScheme_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Can't remove the last standard issue type from the issue type scheme.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type removeIssueTypeFromIssueTypeScheme_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access issue type schemes.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type removeIssueTypeFromIssueTypeScheme_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The issue type was not found in the issue type scheme.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -74391,22 +74391,22 @@ type IssueTypeScreenSchemeId { } type createIssueTypeScreenScheme_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"One or more issue type IDs are repeated, an issue type ID can only be specified once.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type createIssueTypeScreenScheme_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access issue type screen schemes.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type createIssueTypeScreenScheme_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"One or more issue type IDs were not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type createIssueTypeScreenScheme_409_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Sub-tasks are disabled in Jira. At least one of the issue types is a sub-task.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -74423,7 +74423,7 @@ input IssueTypeScreenSchemeDetails_Input { """ The IDs of the screen schemes for the issue type IDs and *default*. A *default* entry is required to create an issue type screen scheme, it defines the mapping for all issue types without a screen scheme. """ - issueTypeMappings: [IssueTypeScreenSchemeMapping_Input]! + issueTypeMappings: [IssueTypeScreenSchemeMapping_Input!]! } """The IDs of the screen schemes for the issue type IDs.""" @@ -74441,17 +74441,17 @@ input IssueTypeScreenSchemeMapping_Input { union assignIssueTypeScreenSchemeToProject_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "assignIssueTypeScreenSchemeToProject_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "assignIssueTypeScreenSchemeToProject_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "assignIssueTypeScreenSchemeToProject_404_response") = assignIssueTypeScreenSchemeToProject_400_response | assignIssueTypeScreenSchemeToProject_403_response | assignIssueTypeScreenSchemeToProject_404_response type assignIssueTypeScreenSchemeToProject_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only classic projects can have issue type screen schemes assigned.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type assignIssueTypeScreenSchemeToProject_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access issue type screen schemes.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type assignIssueTypeScreenSchemeToProject_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The issue type screen scheme was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -74466,17 +74466,17 @@ input IssueTypeScreenSchemeProjectAssociation_Input { union updateIssueTypeScreenScheme_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "updateIssueTypeScreenScheme_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "updateIssueTypeScreenScheme_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "updateIssueTypeScreenScheme_404_response") = updateIssueTypeScreenScheme_400_response | updateIssueTypeScreenScheme_403_response | updateIssueTypeScreenScheme_404_response type updateIssueTypeScreenScheme_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The issue type screen scheme name is in use.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type updateIssueTypeScreenScheme_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access issue type screen schemes.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type updateIssueTypeScreenScheme_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The issue type screen scheme was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -74495,29 +74495,29 @@ input IssueTypeScreenSchemeUpdateDetails_Input { union deleteIssueTypeScreenScheme_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "deleteIssueTypeScreenScheme_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "deleteIssueTypeScreenScheme_404_response") = deleteIssueTypeScreenScheme_400_response | deleteIssueTypeScreenScheme_404_response type deleteIssueTypeScreenScheme_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The issue type screen scheme cannot be deleted because it is assigned to one or more projects.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type deleteIssueTypeScreenScheme_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The issue type screen scheme was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } union appendMappingsForIssueTypeScreenScheme_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "appendMappingsForIssueTypeScreenScheme_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "appendMappingsForIssueTypeScreenScheme_404_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 409, typeName: "appendMappingsForIssueTypeScreenScheme_409_response") = appendMappingsForIssueTypeScreenScheme_400_response | appendMappingsForIssueTypeScreenScheme_404_response | appendMappingsForIssueTypeScreenScheme_409_response type appendMappingsForIssueTypeScreenScheme_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"A default mapping cannot be added.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type appendMappingsForIssueTypeScreenScheme_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The issue type screen scheme was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type appendMappingsForIssueTypeScreenScheme_409_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Sub-tasks are disabled in Jira. At least one of the issue types is a sub-task.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -74526,23 +74526,23 @@ input IssueTypeScreenSchemeMappingDetails_Input { """ The list of issue type to screen scheme mappings. A *default* entry cannot be specified because a default entry is added when an issue type screen scheme is created. """ - issueTypeMappings: [IssueTypeScreenSchemeMapping_Input]! + issueTypeMappings: [IssueTypeScreenSchemeMapping_Input!]! } union updateDefaultScreenScheme_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "updateDefaultScreenScheme_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "updateDefaultScreenScheme_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "updateDefaultScreenScheme_404_response") = updateDefaultScreenScheme_400_response | updateDefaultScreenScheme_403_response | updateDefaultScreenScheme_404_response type updateDefaultScreenScheme_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The screenSchemeId has to be provided.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type updateDefaultScreenScheme_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access issue type screen schemes.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type updateDefaultScreenScheme_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The issue type screen scheme was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -74555,24 +74555,24 @@ input UpdateDefaultScreenScheme_Input { union removeMappingsFromIssueTypeScreenScheme_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "removeMappingsFromIssueTypeScreenScheme_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "removeMappingsFromIssueTypeScreenScheme_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "removeMappingsFromIssueTypeScreenScheme_404_response") = removeMappingsFromIssueTypeScreenScheme_400_response | removeMappingsFromIssueTypeScreenScheme_403_response | removeMappingsFromIssueTypeScreenScheme_404_response type removeMappingsFromIssueTypeScreenScheme_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The issueTypeIds must not contain duplicates.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type removeMappingsFromIssueTypeScreenScheme_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access issue type screen schemes.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type removeMappingsFromIssueTypeScreenScheme_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The issue type screen scheme was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } """Details of how to filter and list search auto complete information.""" input SearchAutoCompleteFilter_Input { """List of project IDs used to filter the visible field details returned.""" - projectIds: [BigInt] + projectIds: [BigInt!] """Include collapsed fields for fields that have non-unique names.""" includeCollapsedFields: Boolean } @@ -74581,7 +74581,7 @@ input SearchAutoCompleteFilter_Input { A list of matched issues or errors for each JQL query, in the order the JQL queries were passed. """ type IssueMatches { - matches: [IssueMatchesForJQL]! + matches: [IssueMatchesForJQL!]! } """ @@ -74589,17 +74589,17 @@ A list of the issues matched to a JQL query or details of errors encountered dur """ type IssueMatchesForJQL { """A list of issue IDs.""" - matchedIssues: [BigInt]! + matchedIssues: [BigInt!]! """A list of errors.""" - errors: [String]! + errors: [String!]! } """List of issues and JQL queries.""" input IssuesAndJQLQueries_Input { """A list of JQL queries.""" - jqls: [String]! + jqls: [String!]! """A list of issue IDs.""" - issueIds: [BigInt]! + issueIds: [BigInt!]! } union parseJqlQueries_response @statusCodeTypeName(subgraph: "Jira", statusCode: 200, typeName: "ParsedJqlQueries") @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "ErrorCollection") = ParsedJqlQueries | ErrorCollection @@ -74607,7 +74607,7 @@ union parseJqlQueries_response @statusCodeTypeName(subgraph: "Jira", statusCode: """A list of parsed JQL queries.""" type ParsedJqlQueries { """A list of parsed JQL queries.""" - queries: [ParsedJqlQuery]! + queries: [ParsedJqlQuery!]! } """Details of a parsed JQL query.""" @@ -74616,7 +74616,7 @@ type ParsedJqlQuery { query: String! structure: JqlQuery """The list of syntax or validation errors.""" - errors: [String] + errors: [String!] } """A parsed JQL query.""" @@ -74628,12 +74628,12 @@ type JqlQuery { """A JQL query clause.""" type JqlQueryClause { """The list of nested clauses.""" - clauses: [JqlQueryClause]! + clauses: [JqlQueryClause!]! operator: JSON field: JqlQueryField! operand: JqlQueryClauseOperand! """The list of time predicates.""" - predicates: [JqlQueryClauseTimePredicate]! + predicates: [JqlQueryClauseTimePredicate!]! } """ @@ -74645,7 +74645,7 @@ type JqlQueryField { """ When the field refers to a value in an entity property, details of the entity property value. """ - property: [JqlQueryFieldEntityProperty] + property: [JqlQueryFieldEntityProperty!] } """Details of an entity property.""" @@ -74673,13 +74673,13 @@ enum mutation_parseJqlQueries_oneOf_0_queries_items_structure_where_anyOf_1_fiel """Details of an operand in a JQL clause.""" type JqlQueryClauseOperand { """The list of operand values.""" - values: [JqlQueryUnitaryOperand]! + values: [JqlQueryUnitaryOperand!]! """The operand value.""" value: String! """The name of the function.""" function: String! """The list of function arguments.""" - arguments: [String]! + arguments: [String!]! keyword: empty_const! } @@ -74690,7 +74690,7 @@ type JqlQueryUnitaryOperand { """The name of the function.""" function: String! """The list of function arguments.""" - arguments: [String]! + arguments: [String!]! keyword: empty_const! } @@ -74718,7 +74718,7 @@ enum mutation_parseJqlQueries_oneOf_0_queries_items_structure_where_anyOf_2_pred """Details of the order-by JQL clause.""" type JqlQueryOrderByClause { """The list of order-by clause fields and their ordering directives.""" - fields: [JqlQueryOrderByClauseElement]! + fields: [JqlQueryOrderByClauseElement!]! } """An element of the order-by JQL clause.""" @@ -74749,7 +74749,7 @@ enum mutationInput_parseJqlQueries_validation { """A list of JQL queries to parse.""" input JqlQueriesToParse_Input { """A list of queries to parse.""" - queries: [NonEmptyString]! + queries: [NonEmptyString!]! } """A string that cannot be passed as an empty value""" @@ -74760,11 +74760,11 @@ type ConvertedJQLQueries { """ The list of converted query strings with account IDs in place of user identifiers. """ - queryStrings: [String] + queryStrings: [String!] """ List of queries containing user information that could not be mapped to an existing user """ - queriesWithUnknownUsers: [JQLQueryWithUnknownUsers] + queriesWithUnknownUsers: [JQLQueryWithUnknownUsers!] } """JQL queries that contained users that could not be found""" @@ -74780,7 +74780,7 @@ type JQLQueryWithUnknownUsers { """The JQL queries to be converted.""" input JQLPersonalDataMigrationRequest_Input { """A list of queries with user identifiers. Maximum of 100 queries.""" - queryStrings: [String] + queryStrings: [String!] } union sanitiseJqlQueries_response @statusCodeTypeName(subgraph: "Jira", statusCode: 200, typeName: "SanitizedJqlQueries") @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "ErrorCollection") @statusCodeTypeName(subgraph: "Jira", statusCode: 401, typeName: "ErrorCollection") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "ErrorCollection") = SanitizedJqlQueries | ErrorCollection @@ -74788,7 +74788,7 @@ union sanitiseJqlQueries_response @statusCodeTypeName(subgraph: "Jira", statusCo """The sanitized JQL queries for the given account IDs.""" type SanitizedJqlQueries { """The list of sanitized JQL queries.""" - queries: [SanitizedJqlQuery] + queries: [SanitizedJqlQuery!] } """Details of the sanitized JQL query.""" @@ -74810,7 +74810,7 @@ input JqlQueriesToSanitize_Input { """ The list of JQL queries to sanitize. Must contain unique values. Maximum of 20 queries. """ - queries: [JqlQueryToSanitize_Input]! + queries: [JqlQueryToSanitize_Input!]! } """ @@ -74845,9 +74845,9 @@ type BulkPermissionGrants { """ List of project permissions and the projects and issues those permissions provide access to. """ - projectPermissions: [BulkProjectPermissionGrants]! + projectPermissions: [BulkProjectPermissionGrants!]! """List of permissions granted to the user.""" - globalPermissions: [String]! + globalPermissions: [String!]! } """ @@ -74857,9 +74857,9 @@ type BulkProjectPermissionGrants { """A project permission,""" permission: String! """IDs of the issues the user has the permission for.""" - issues: [BigInt]! + issues: [BigInt!]! """IDs of the projects the user has the permission for.""" - projects: [BigInt]! + projects: [BigInt!]! } """ @@ -74867,9 +74867,9 @@ Details of global permissions to look up and project permissions with associated """ input BulkPermissionsRequestBean_Input { """Project permissions with associated projects and issues to look up.""" - projectPermissions: [BulkProjectPermissions_Input] + projectPermissions: [BulkProjectPermissions_Input!] """Global permissions to look up.""" - globalPermissions: [String] + globalPermissions: [String!] """The account ID of a user.""" accountId: String } @@ -74879,17 +74879,17 @@ Details of project permissions and associated issues and projects to look up. """ input BulkProjectPermissions_Input { """List of issue IDs.""" - issues: [BigInt] + issues: [BigInt!] """List of project IDs.""" - projects: [BigInt] + projects: [BigInt!] """List of project permissions.""" - permissions: [String]! + permissions: [String!]! } """A list of projects in which a user is granted permissions.""" type PermittedProjects { """A list of projects.""" - projects: [ProjectIdentifierBean] + projects: [ProjectIdentifierBean!] } """The identifiers for a project.""" @@ -74902,7 +74902,7 @@ type ProjectIdentifierBean { input PermissionsKeysBean_Input { """A list of permission keys.""" - permissions: [String]! + permissions: [String!]! } """Details of a permission scheme.""" @@ -74921,7 +74921,7 @@ input PermissionScheme_Input { """ The permission scheme to create or update. See [About permission schemes and grants](../api-group-permission-schemes/#about-permission-schemes-and-grants) for more information. """ - permissions: [PermissionGrant_Input] + permissions: [PermissionGrant_Input!] } """Details about a permission granted to a user or group.""" @@ -75261,15 +75261,15 @@ input ProjectRoleActorsUpdateBean_Input { input ActorsMap_Input { """The user account ID of the user to add.""" - user: [String] + user: [String!] """ The name of the group to add. This parameter cannot be used with the \`groupId\` parameter. As a group's name can change, use of \`groupId\` is recommended. """ - group: [String] + group: [String!] """ The ID of the group to add. This parameter cannot be used with the \`group\` parameter. """ - groupId: [String] + groupId: [String!] } """The key of the new project type.""" @@ -75284,7 +75284,7 @@ input ProjectEmailAddress_Input { """The email address.""" emailAddress: String """When using a custom domain, the status of the email address.""" - emailAddressStatus: [String] + emailAddressStatus: [String!] } input IdBean_Input { @@ -75309,26 +75309,26 @@ input ActorInputBean_Input { """ The account IDs of the users to add as default actors. This parameter accepts a comma-separated list. For example, \`"user":["5b10a2844c20165700ede21g", "5b109f2e9729b51b54dc274d"]\`. """ - user: [String] + user: [String!] """ The ID of the group to add as a default actor. This parameter cannot be used with the \`group\` parameter This parameter accepts a comma-separated list. For example, \`"groupId":["77f6ab39-e755-4570-a6ae-2d7a8df0bcb8", "0c011f85-69ed-49c4-a801-3b18d0f771bc"]\`. """ - groupId: [String] + groupId: [String!] """ The name of the group to add as a default actor. This parameter cannot be used with the \`groupId\` parameter. As a group's name can change,use of \`groupId\` is recommended. This parameter accepts a comma-separated list. For example, \`"group":["project-admin", "jira-developers"]\`. """ - group: [String] + group: [String!] } union createScreen_response @statusCodeTypeName(subgraph: "Jira", statusCode: 201, typeName: "Screen") @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "createScreen_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "createScreen_403_response") = Screen | createScreen_400_response | createScreen_403_response type createScreen_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The name is used by another screen.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type createScreen_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can manage screens.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -75345,17 +75345,17 @@ input ScreenDetails_Input { union updateScreen_response @statusCodeTypeName(subgraph: "Jira", statusCode: 200, typeName: "Screen") @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "updateScreen_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "updateScreen_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "updateScreen_404_response") = Screen | updateScreen_400_response | updateScreen_403_response | updateScreen_404_response type updateScreen_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The name is used by another screen.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type updateScreen_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can manage screens.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type updateScreen_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The screen was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -75372,17 +75372,17 @@ input UpdateScreenDetails_Input { union deleteScreen_response @statusCodeTypeName(subgraph: "Jira", statusCode: 204, typeName: "Void_container") @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "deleteScreen_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "deleteScreen_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "deleteScreen_404_response") = Void_container | deleteScreen_400_response | deleteScreen_403_response | deleteScreen_404_response type deleteScreen_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The screen is used in a screen scheme.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type deleteScreen_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can manage screens.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type deleteScreen_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The screen was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -75426,17 +75426,17 @@ type ScreenSchemeId { } type createScreenScheme_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The name is used by another scheme.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type createScreenScheme_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access screen schemes.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type createScreenScheme_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"One or more screens assigned to screen types was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -75469,17 +75469,17 @@ input ScreenTypes_Input { union updateScreenScheme_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "updateScreenScheme_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "updateScreenScheme_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "updateScreenScheme_404_response") = updateScreenScheme_400_response | updateScreenScheme_403_response | updateScreenScheme_404_response type updateScreenScheme_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The name is used by another scheme.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type updateScreenScheme_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access screen schemes.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type updateScreenScheme_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The screen scheme was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -75519,17 +75519,17 @@ input UpdateScreenTypes_Input { union deleteScreenScheme_response @statusCodeTypeName(subgraph: "Jira", statusCode: 204, typeName: "Void_container") @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "deleteScreenScheme_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "deleteScreenScheme_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "deleteScreenScheme_404_response") = Void_container | deleteScreenScheme_400_response | deleteScreenScheme_403_response | deleteScreenScheme_404_response type deleteScreenScheme_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The screen scheme cannot be deleted as it is in use in an issue type screen scheme.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type deleteScreenScheme_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access screen schemes.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type deleteScreenScheme_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The screen scheme was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -75561,7 +75561,7 @@ input SearchRequestBean_Input { Note: All navigable fields are returned by default. This differs from [GET issue](#api-rest-api-3-issue-issueIdOrKey-get) where the default is all fields. """ - fields: [String] + fields: [String!] validateQuery: mutationInput_searchForIssuesUsingJqlPost_input_validateQuery """ Use [expand](em>#expansion) to include additional information about issues in the response. Note that, unlike the majority of instances where \`expand\` is specified, \`expand\` is defined as a list of values. The expand options are: @@ -75575,11 +75575,11 @@ input SearchRequestBean_Input { * \`changelog\` Returns a list of recent updates to an issue, sorted by date, starting from the most recent. * \`versionedRepresentations\` Instead of \`fields\`, returns \`versionedRepresentations\` a JSON array containing each version of a field's value, with the highest numbered item representing the most recent version. """ - expand: [String] + expand: [String!] """ A list of up to 5 issue properties to include in the results. This parameter accepts a comma-separated list. """ - properties: [String] + properties: [String!] """ Reference fields by their key (rather than ID). The default is \`false\`. """ @@ -75608,14 +75608,14 @@ enum mutationInput_searchForIssuesUsingJqlPost_input_validateQuery { } type updateStatuses_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The name is too long, maxSize=255\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } """The list of statuses that will be updated.""" input StatusUpdateRequest_Input { """The list of statuses that will be updated.""" - statuses: [StatusUpdate_Input] + statuses: [StatusUpdate_Input!] } """Details of the status being updated.""" @@ -75639,14 +75639,14 @@ enum mutationInput_updateStatuses_input_statuses_items_statusCategory { union createStatuses_response @statusCodeTypeName(subgraph: "Jira", statusCode: 200, typeName: "JiraStatus") @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "createStatuses_400_response") = JiraStatus | createStatuses_400_response type createStatuses_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The name is too long, maxSize=255\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } """Details of the statuses being created and their scope.""" input StatusCreateRequest_Input { """Details of the statuses being created.""" - statuses: [StatusCreate_Input]! + statuses: [StatusCreate_Input!]! scope: StatusScope_Input! } @@ -75682,7 +75682,7 @@ input ProjectId_Input { } type deleteStatusesById_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The name is too long, maxSize=255\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -75709,7 +75709,7 @@ input CreateUiModificationDetails_Input { """ List of contexts of the UI modification. The maximum number of contexts is 1000. """ - contexts: [UiModificationContextDetails_Input] + contexts: [UiModificationContextDetails_Input!] } """ @@ -75747,7 +75747,7 @@ input UpdateUiModificationDetails_Input { """ List of contexts of the UI modification. The maximum number of contexts is 1000. If provided, replaces all existing contexts. """ - contexts: [UiModificationContextDetails_Input] + contexts: [UiModificationContextDetails_Input!] } """The avatar type.""" @@ -75785,7 +75785,7 @@ input NewUserDetails_Input { """ displayName: String """Deprecated, do not use.""" - applicationKeys: [String] + applicationKeys: [String!] } """ @@ -75843,7 +75843,7 @@ input DeleteAndReplaceVersionBean_Input { """ An array of custom field IDs (\`customFieldId\`) and version IDs (\`moveTo\`) to update when the fields contain the deleted version. """ - customFieldReplacementList: [CustomFieldReplacement_Input] + customFieldReplacementList: [CustomFieldReplacement_Input!] } """Details about the replacement for a deleted version.""" @@ -75861,7 +75861,7 @@ Container for a list of registered webhooks. Webhook details are returned in the """ type ContainerForRegisteredWebhooks { """A list of registered webhooks.""" - webhookRegistrationResult: [RegisteredWebhook] + webhookRegistrationResult: [RegisteredWebhook!] } """ @@ -75871,13 +75871,13 @@ type RegisteredWebhook { """The ID of the webhook. Returned if the webhook is created.""" createdWebhookId: BigInt """Error messages specifying why the webhook creation failed.""" - errors: [String] + errors: [String!] } """Details of webhooks to register.""" input WebhookRegistrationDetails_Input { """A list of webhooks.""" - webhooks: [WebhookDetails_Input]! + webhooks: [WebhookDetails_Input!]! """ The URL that specifies where to send the webhooks. This URL must use the same base URL as the Connect app. Only a single URL per app is allowed to be registered. """ @@ -75896,13 +75896,13 @@ input WebhookDetails_Input { """ A list of field IDs. When the issue changelog contains any of the fields, the webhook \`jira:issue_updated\` is sent. If this parameter is not present, the app is notified about all field updates. """ - fieldIdsFilter: [String] + fieldIdsFilter: [String!] """ A list of issue property keys. A change of those issue properties triggers the \`issue_property_set\` or \`issue_property_deleted\` webhooks. If this parameter is not present, the app is notified about all issue property updates. """ - issuePropertyKeysFilter: [String] + issuePropertyKeysFilter: [String!] """The Jira events that trigger the webhook.""" - events: [mutationInput_registerDynamicWebhooks_input_webhooks_items_events_items]! + events: [mutationInput_registerDynamicWebhooks_input_webhooks_items_events_items!]! } enum mutationInput_registerDynamicWebhooks_input_webhooks_items_events_items { @@ -75919,7 +75919,7 @@ enum mutationInput_registerDynamicWebhooks_input_webhooks_items_events_items { """Container for a list of webhook IDs.""" input ContainerForWebhookIDs_Input { """A list of webhook IDs.""" - webhookIds: [BigInt]! + webhookIds: [BigInt!]! } union refreshWebhooks_response @statusCodeTypeName(subgraph: "Jira", statusCode: 200, typeName: "WebhooksExpirationDate") @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "ErrorCollection") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "ErrorCollection") = WebhooksExpirationDate | ErrorCollection @@ -75941,17 +75941,17 @@ type WorkflowIDs { } type createWorkflow_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The request body parameters are missing.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type createWorkflow_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access the workflow configuration.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type createWorkflow_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Status with ID 10000 was not found\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -75978,11 +75978,11 @@ input CreateWorkflowDetails_Input { All the transition statuses must be included in \`statuses\`. """ - transitions: [CreateWorkflowTransitionDetails_Input]! + transitions: [CreateWorkflowTransitionDetails_Input!]! """ The statuses of the workflow. Any status that does not include a transition is added to the workflow without a transition. """ - statuses: [CreateWorkflowStatusDetails_Input]! + statuses: [CreateWorkflowStatusDetails_Input!]! } """The details of a workflow transition.""" @@ -75994,7 +75994,7 @@ input CreateWorkflowTransitionDetails_Input { """ description: String """The statuses the transition can start from.""" - from: [String] + from: [String!] """The status the transition goes to.""" to: String! type: mutationInput_createWorkflow_input_transitions_items_type! @@ -76028,7 +76028,7 @@ input CreateWorkflowTransitionRulesDetails_Input { } ] """ - validators: [CreateWorkflowTransitionRule_Input] + validators: [CreateWorkflowTransitionRule_Input!] """ The workflow post functions. @@ -76078,14 +76078,14 @@ input CreateWorkflowTransitionRulesDetails_Input { } ] """ - postFunctions: [CreateWorkflowTransitionRule_Input] + postFunctions: [CreateWorkflowTransitionRule_Input!] } """A workflow transition condition.""" input CreateWorkflowCondition_Input { operator: mutationInput_createWorkflow_input_transitions_items_rules_conditions_operator """The list of workflow conditions.""" - conditions: [CreateWorkflowCondition_Input] + conditions: [CreateWorkflowCondition_Input!] """The type of the transition rule.""" type: String """EXPERIMENTAL. The configuration of the transition rule.""" @@ -76127,7 +76127,7 @@ Details of any errors encountered while updating workflow transition rules. """ type WorkflowTransitionRulesUpdateErrors { """A list of workflows.""" - updateResults: [WorkflowTransitionRulesUpdateErrorDetails]! + updateResults: [WorkflowTransitionRulesUpdateErrorDetails!]! } """ @@ -76142,24 +76142,24 @@ type WorkflowTransitionRulesUpdateErrorDetails { """ The list of errors that specify why the workflow update failed. The workflow was not updated if the list contains any entries. """ - updateErrors: [String]! + updateErrors: [String!]! } """Details about a workflow configuration update request.""" input WorkflowTransitionRulesUpdate_Input { """The list of workflows with transition rules to update.""" - workflows: [WorkflowTransitionRules_Input]! + workflows: [WorkflowTransitionRules_Input!]! } """A workflow with transition rules.""" input WorkflowTransitionRules_Input { workflowId: WorkflowId_Input! """The list of post functions within the workflow.""" - postFunctions: [ConnectWorkflowTransitionRule_Input] + postFunctions: [ConnectWorkflowTransitionRule_Input!] """The list of conditions within the workflow.""" - conditions: [ConnectWorkflowTransitionRule_Input] + conditions: [ConnectWorkflowTransitionRule_Input!] """The list of validators within the workflow.""" - validators: [ConnectWorkflowTransitionRule_Input] + validators: [ConnectWorkflowTransitionRule_Input!] } """Properties that identify a workflow.""" @@ -76207,14 +76207,14 @@ union deleteWorkflowTransitionRuleConfigurations_response @statusCodeTypeName(su """Details of workflows and their transition rules to delete.""" input WorkflowsWithTransitionRulesDetails_Input { """The list of workflows with transition rules to delete.""" - workflows: [WorkflowTransitionRulesDetails_Input]! + workflows: [WorkflowTransitionRulesDetails_Input!]! } """Details about a workflow configuration update request.""" input WorkflowTransitionRulesDetails_Input { workflowId: WorkflowId_Input! """The list of connect workflow rule IDs.""" - workflowRuleIds: [String]! + workflowRuleIds: [String!]! } """ @@ -76256,17 +76256,17 @@ enum mutationInput_deleteWorkflowTransitionProperty_workflowMode { union deleteInactiveWorkflow_response @statusCodeTypeName(subgraph: "Jira", statusCode: 204, typeName: "Void_container") @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "deleteInactiveWorkflow_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "deleteInactiveWorkflow_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "deleteInactiveWorkflow_404_response") = Void_container | deleteInactiveWorkflow_400_response | deleteInactiveWorkflow_403_response | deleteInactiveWorkflow_404_response type deleteInactiveWorkflow_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Cannot delete an active workflow.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type deleteInactiveWorkflow_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access the workflow configuration.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type deleteInactiveWorkflow_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The workflow was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -76320,17 +76320,17 @@ input WorkflowScheme_Input { union assignSchemeToProject_response @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "assignSchemeToProject_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 403, typeName: "assignSchemeToProject_403_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "assignSchemeToProject_404_response") = assignSchemeToProject_400_response | assignSchemeToProject_403_response | assignSchemeToProject_404_response type assignSchemeToProject_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only classic projects can have workflow schemes assigned.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type assignSchemeToProject_403_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Only Jira administrators can access workflow scheme associations.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type assignSchemeToProject_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"The workflow scheme was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -76371,12 +76371,12 @@ input IssueTypeWorkflowMapping_Input { union publishDraftWorkflowScheme_response @statusCodeTypeName(subgraph: "Jira", statusCode: 204, typeName: "Void_container") @statusCodeTypeName(subgraph: "Jira", statusCode: 303, typeName: "TaskProgressBeanObject") @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "publishDraftWorkflowScheme_400_response") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "publishDraftWorkflowScheme_404_response") = Void_container | TaskProgressBeanObject | publishDraftWorkflowScheme_400_response | publishDraftWorkflowScheme_404_response type publishDraftWorkflowScheme_400_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Issue type with ID '2','4' is missing the mappings required for statuses with IDs 10004.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } type publishDraftWorkflowScheme_404_response @example(subgraph: "Jira", value: "{\\"errorMessages\\":[\\"Draft workflow scheme was not found.\\"],\\"errors\\":{}}") { - errorMessages: [String] + errorMessages: [String!] errors: JSON } @@ -76385,7 +76385,7 @@ Details about the status mappings for publishing a draft workflow scheme. """ input PublishDraftWorkflowScheme_Input { """Mappings of statuses to new statuses for issue types.""" - statusMappings: [StatusMapping_Input] + statusMappings: [StatusMapping_Input!] } """ @@ -76407,7 +76407,7 @@ input IssueTypesWorkflowMapping_Input { """ workflow: String """The list of issue type IDs.""" - issueTypes: [String] + issueTypes: [String!] """Whether the workflow is the default workflow for the workflow scheme.""" defaultMapping: Boolean """ @@ -76418,7 +76418,7 @@ input IssueTypesWorkflowMapping_Input { input WorklogIdsRequestBean_Input { """A list of worklog IDs.""" - ids: [BigInt]! + ids: [BigInt!]! } union AddonPropertiesResource_deleteAddonProperty_delete_response @statusCodeTypeName(subgraph: "Jira", statusCode: 204, typeName: "Void_container") @statusCodeTypeName(subgraph: "Jira", statusCode: 400, typeName: "OperationMessage") @statusCodeTypeName(subgraph: "Jira", statusCode: 401, typeName: "OperationMessage") @statusCodeTypeName(subgraph: "Jira", statusCode: 404, typeName: "OperationMessage") = Void_container | OperationMessage @@ -76428,7 +76428,7 @@ input ConnectModules_Input { A list of app modules in the same format as the \`modules\` property in the [app descriptor](https://developer.atlassian.com/cloud/jira/platform/app-descriptor/). """ - modules: [ConnectModule_Input]! + modules: [ConnectModule_Input!]! } """ @@ -76438,7 +76438,7 @@ A [Connect module](https://developer.atlassian.com/cloud/jira/platform/about-jir input ConnectModule_Input { description: query_DynamicModulesResource_getModules_get_oneOf_0_modules_items_description_Input type: String - extractions: [query_DynamicModulesResource_getModules_get_oneOf_0_modules_items_extractions_items_Input] + extractions: [query_DynamicModulesResource_getModules_get_oneOf_0_modules_items_extractions_items_Input!] name: query_DynamicModulesResource_getModules_get_oneOf_0_modules_items_name_Input key: String } @@ -76462,7 +76462,7 @@ union DynamicModulesResource_removeModules_delete_response @statusCodeTypeName(s """Details of updates for a custom field.""" input ConnectCustomFieldValues_Input { """The list of custom field update details.""" - updateValueList: [ConnectCustomFieldValue_Input] + updateValueList: [ConnectCustomFieldValue_Input!] } """A list of custom field details.""" @@ -76533,9 +76533,9 @@ type WorkflowRulesSearchDetails { """ List of workflow rule IDs that do not belong to the workflow or can not be found. """ - invalidRules: [UUID] + invalidRules: [UUID!] """List of valid workflow transition rules.""" - validRules: [WorkflowTransitionRules] + validRules: [WorkflowTransitionRules!] } """Details of the workflow and its transition rules.""" @@ -76543,7 +76543,7 @@ input WorkflowRulesSearch_Input { """The workflow ID.""" workflowEntityId: UUID! """The list of workflow rule IDs.""" - ruleIds: [UUID]! + ruleIds: [UUID!]! """ Use expand to include additional information in the response. This parameter accepts \`transition\` which, for each rule, returns information about the transition the rule is assigned to. """ @@ -91726,9 +91726,9 @@ type io_k8s_apimachinery_pkg_apis_meta_v1_APIVersions { """ a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. """ - serverAddressByClientCIDRs: [io_k8s_apimachinery_pkg_apis_meta_v1_ServerAddressByClientCIDR]! + serverAddressByClientCIDRs: [io_k8s_apimachinery_pkg_apis_meta_v1_ServerAddressByClientCIDR!]! """versions are the api versions that are available.""" - versions: [String]! + versions: [String!]! } """ @@ -91762,7 +91762,7 @@ type io_k8s_apimachinery_pkg_apis_meta_v1_APIResourceList { """ resources contains the name of the resources and if they are namespaced. """ - resources: [io_k8s_apimachinery_pkg_apis_meta_v1_APIResource]! + resources: [io_k8s_apimachinery_pkg_apis_meta_v1_APIResource!]! } """ @@ -91772,7 +91772,7 @@ type io_k8s_apimachinery_pkg_apis_meta_v1_APIResource { """ categories is a list of the grouped resources this resource belongs to (e.g. 'all') """ - categories: [String] + categories: [String!] """ group is the preferred group of the resource. Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale". """ @@ -91786,7 +91786,7 @@ type io_k8s_apimachinery_pkg_apis_meta_v1_APIResource { """namespaced indicates if a resource is namespaced or not.""" namespaced: Boolean! """shortNames is a list of suggested short names of the resource.""" - shortNames: [String] + shortNames: [String!] """ singularName is the singular name of the resource. This allows clients to handle plural and singular opaquely. The singularName is more correct for reporting status on a single item and both singular and plural are allowed from the kubectl CLI interface. """ @@ -91798,7 +91798,7 @@ type io_k8s_apimachinery_pkg_apis_meta_v1_APIResource { """ verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy) """ - verbs: [String]! + verbs: [String!]! """ version is the preferred version of the resource. Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)". """ @@ -91814,7 +91814,7 @@ type io_k8s_api_core_v1_ComponentStatusList { """ apiVersion: String """List of ComponentStatus objects.""" - items: [io_k8s_api_core_v1_ComponentStatus]! + items: [io_k8s_api_core_v1_ComponentStatus!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -91831,7 +91831,7 @@ type io_k8s_api_core_v1_ComponentStatus { """ apiVersion: String """List of component conditions observed""" - conditions: [io_k8s_api_core_v1_ComponentCondition] + conditions: [io_k8s_api_core_v1_ComponentCondition!] """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -91886,7 +91886,7 @@ type io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta { """ Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list. """ - finalizers: [String] + finalizers: [String!] """ GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server. @@ -91906,7 +91906,7 @@ type io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta { """ ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object. """ - managedFields: [io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry] + managedFields: [io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry!] """ Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names """ @@ -91920,7 +91920,7 @@ type io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta { """ List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller. """ - ownerReferences: [io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference] + ownerReferences: [io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference!] """ An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources. @@ -92042,7 +92042,7 @@ type io_k8s_api_core_v1_ConfigMapList { """ apiVersion: String """Items is the list of ConfigMaps.""" - items: [io_k8s_api_core_v1_ConfigMap]! + items: [io_k8s_api_core_v1_ConfigMap!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -92082,7 +92082,7 @@ type io_k8s_api_core_v1_EndpointsList { """ apiVersion: String """List of endpoints.""" - items: [io_k8s_api_core_v1_Endpoints]! + items: [io_k8s_api_core_v1_Endpoints!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -92117,7 +92117,7 @@ type io_k8s_api_core_v1_Endpoints { """ The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service. """ - subsets: [io_k8s_api_core_v1_EndpointSubset] + subsets: [io_k8s_api_core_v1_EndpointSubset!] } """ @@ -92134,13 +92134,13 @@ type io_k8s_api_core_v1_EndpointSubset { """ IP addresses which offer the related ports that are marked as ready. These endpoints should be considered safe for load balancers and clients to utilize. """ - addresses: [io_k8s_api_core_v1_EndpointAddress] + addresses: [io_k8s_api_core_v1_EndpointAddress!] """ IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check. """ - notReadyAddresses: [io_k8s_api_core_v1_EndpointAddress] + notReadyAddresses: [io_k8s_api_core_v1_EndpointAddress!] """Port numbers available on the related IP addresses.""" - ports: [io_k8s_api_core_v1_EndpointPort] + ports: [io_k8s_api_core_v1_EndpointPort!] } """EndpointAddress is a tuple that describes single IP address.""" @@ -92215,7 +92215,7 @@ type io_k8s_api_core_v1_EventList { """ apiVersion: String """List of events""" - items: [io_k8s_api_core_v1_Event]! + items: [io_k8s_api_core_v1_Event!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -92299,7 +92299,7 @@ type io_k8s_api_core_v1_LimitRangeList { """ Items is a list of LimitRange objects. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ """ - items: [io_k8s_api_core_v1_LimitRange]! + items: [io_k8s_api_core_v1_LimitRange!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -92328,7 +92328,7 @@ LimitRangeSpec defines a min/max usage limit for resources that match on kind. """ type io_k8s_api_core_v1_LimitRangeSpec { """Limits is the list of LimitRangeItem objects that are enforced.""" - limits: [io_k8s_api_core_v1_LimitRangeItem]! + limits: [io_k8s_api_core_v1_LimitRangeItem!]! } """ @@ -92364,7 +92364,7 @@ type io_k8s_api_core_v1_NamespaceList { """ Items is the list of Namespace objects in the list. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ """ - items: [io_k8s_api_core_v1_Namespace]! + items: [io_k8s_api_core_v1_Namespace!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -92394,7 +92394,7 @@ type io_k8s_api_core_v1_NamespaceSpec { """ Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ """ - finalizers: [String] + finalizers: [String!] } """ @@ -92404,7 +92404,7 @@ type io_k8s_api_core_v1_NamespaceStatus { """ Represents the latest available observations of a namespace's current state. """ - conditions: [io_k8s_api_core_v1_NamespaceCondition] + conditions: [io_k8s_api_core_v1_NamespaceCondition!] """ Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ """ @@ -92434,7 +92434,7 @@ type io_k8s_api_core_v1_PersistentVolumeClaimList { """ A list of persistent volume claims. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims """ - items: [io_k8s_api_core_v1_PersistentVolumeClaim]! + items: [io_k8s_api_core_v1_PersistentVolumeClaim!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -92466,7 +92466,7 @@ type io_k8s_api_core_v1_PersistentVolumeClaimSpec { """ AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 """ - accessModes: [String] + accessModes: [String!] dataSource: io_k8s_api_core_v1_TypedLocalObjectReference dataSourceRef: io_k8s_api_core_v1_TypedLocalObjectReference resources: io_k8s_api_core_v1_ResourceRequirements @@ -92518,7 +92518,7 @@ type io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector { """ matchExpressions is a list of label selector requirements. The requirements are ANDed. """ - matchExpressions: [io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelectorRequirement] + matchExpressions: [io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelectorRequirement!] """ matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. """ @@ -92538,7 +92538,7 @@ type io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelectorRequirement { """ values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. """ - values: [String] + values: [String!] } """ @@ -92548,13 +92548,13 @@ type io_k8s_api_core_v1_PersistentVolumeClaimStatus { """ AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 """ - accessModes: [String] + accessModes: [String!] """Represents the actual resources of the underlying volume.""" capacity: JSON """ Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. """ - conditions: [io_k8s_api_core_v1_PersistentVolumeClaimCondition] + conditions: [io_k8s_api_core_v1_PersistentVolumeClaimCondition!] """Phase represents the current phase of PersistentVolumeClaim.""" phase: String } @@ -92588,7 +92588,7 @@ type io_k8s_api_core_v1_PodList { """ List of pods. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md """ - items: [io_k8s_api_core_v1_Pod]! + items: [io_k8s_api_core_v1_Pod!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -92627,7 +92627,7 @@ type io_k8s_api_core_v1_PodSpec { """ List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. """ - containers: [io_k8s_api_core_v1_Container]! + containers: [io_k8s_api_core_v1_Container!]! dnsConfig: io_k8s_api_core_v1_PodDNSConfig """ Set DNS policy for the pod. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'. @@ -92640,11 +92640,11 @@ type io_k8s_api_core_v1_PodSpec { """ List of ephemeral containers run in this pod. Ephemeral containers may be run in an existing pod to perform user-initiated actions such as debugging. This list cannot be specified when creating a pod, and it cannot be modified by updating the pod spec. In order to add an ephemeral container to an existing pod, use the pod's ephemeralcontainers subresource. This field is alpha-level and is only honored by servers that enable the EphemeralContainers feature. """ - ephemeralContainers: [io_k8s_api_core_v1_EphemeralContainer] + ephemeralContainers: [io_k8s_api_core_v1_EphemeralContainer!] """ HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified. This is only valid for non-hostNetwork pods. """ - hostAliases: [io_k8s_api_core_v1_HostAlias] + hostAliases: [io_k8s_api_core_v1_HostAlias!] """Use the host's ipc namespace. Optional: Default to false.""" hostIPC: Boolean """ @@ -92660,11 +92660,11 @@ type io_k8s_api_core_v1_PodSpec { """ ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod """ - imagePullSecrets: [io_k8s_api_core_v1_LocalObjectReference] + imagePullSecrets: [io_k8s_api_core_v1_LocalObjectReference!] """ List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ """ - initContainers: [io_k8s_api_core_v1_Container] + initContainers: [io_k8s_api_core_v1_Container!] """ NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements. """ @@ -92692,7 +92692,7 @@ type io_k8s_api_core_v1_PodSpec { """ If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to "True" More info: https://git.k8s.io/enhancements/keps/sig-network/580-pod-readiness-gates """ - readinessGates: [io_k8s_api_core_v1_PodReadinessGate] + readinessGates: [io_k8s_api_core_v1_PodReadinessGate!] """ Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy """ @@ -92731,15 +92731,15 @@ type io_k8s_api_core_v1_PodSpec { """ terminationGracePeriodSeconds: BigInt """If specified, the pod's tolerations.""" - tolerations: [io_k8s_api_core_v1_Toleration] + tolerations: [io_k8s_api_core_v1_Toleration!] """ TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. All topologySpreadConstraints are ANDed. """ - topologySpreadConstraints: [io_k8s_api_core_v1_TopologySpreadConstraint] + topologySpreadConstraints: [io_k8s_api_core_v1_TopologySpreadConstraint!] """ List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes """ - volumes: [io_k8s_api_core_v1_Volume] + volumes: [io_k8s_api_core_v1_Volume!] } """Affinity is a group of affinity scheduling rules.""" @@ -92754,7 +92754,7 @@ type io_k8s_api_core_v1_NodeAffinity { """ The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred. """ - preferredDuringSchedulingIgnoredDuringExecution: [io_k8s_api_core_v1_PreferredSchedulingTerm] + preferredDuringSchedulingIgnoredDuringExecution: [io_k8s_api_core_v1_PreferredSchedulingTerm!] requiredDuringSchedulingIgnoredDuringExecution: io_k8s_api_core_v1_NodeSelector } @@ -92774,9 +92774,9 @@ A null or empty node selector term matches no objects. The requirements of them """ type io_k8s_api_core_v1_NodeSelectorTerm { """A list of node selector requirements by node's labels.""" - matchExpressions: [io_k8s_api_core_v1_NodeSelectorRequirement] + matchExpressions: [io_k8s_api_core_v1_NodeSelectorRequirement!] """A list of node selector requirements by node's fields.""" - matchFields: [io_k8s_api_core_v1_NodeSelectorRequirement] + matchFields: [io_k8s_api_core_v1_NodeSelectorRequirement!] } """ @@ -92792,7 +92792,7 @@ type io_k8s_api_core_v1_NodeSelectorRequirement { """ An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. """ - values: [String] + values: [String!] } """ @@ -92800,7 +92800,7 @@ A node selector represents the union of the results of one or more label queries """ type io_k8s_api_core_v1_NodeSelector { """Required. A list of node selector terms. The terms are ORed.""" - nodeSelectorTerms: [io_k8s_api_core_v1_NodeSelectorTerm]! + nodeSelectorTerms: [io_k8s_api_core_v1_NodeSelectorTerm!]! } """Pod affinity is a group of inter pod affinity scheduling rules.""" @@ -92808,11 +92808,11 @@ type io_k8s_api_core_v1_PodAffinity { """ The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. """ - preferredDuringSchedulingIgnoredDuringExecution: [io_k8s_api_core_v1_WeightedPodAffinityTerm] + preferredDuringSchedulingIgnoredDuringExecution: [io_k8s_api_core_v1_WeightedPodAffinityTerm!] """ If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. """ - requiredDuringSchedulingIgnoredDuringExecution: [io_k8s_api_core_v1_PodAffinityTerm] + requiredDuringSchedulingIgnoredDuringExecution: [io_k8s_api_core_v1_PodAffinityTerm!] } """ @@ -92835,7 +92835,7 @@ type io_k8s_api_core_v1_PodAffinityTerm { """ namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace" """ - namespaces: [String] + namespaces: [String!] """ This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. """ @@ -92849,11 +92849,11 @@ type io_k8s_api_core_v1_PodAntiAffinity { """ The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. """ - preferredDuringSchedulingIgnoredDuringExecution: [io_k8s_api_core_v1_WeightedPodAffinityTerm] + preferredDuringSchedulingIgnoredDuringExecution: [io_k8s_api_core_v1_WeightedPodAffinityTerm!] """ If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. """ - requiredDuringSchedulingIgnoredDuringExecution: [io_k8s_api_core_v1_PodAffinityTerm] + requiredDuringSchedulingIgnoredDuringExecution: [io_k8s_api_core_v1_PodAffinityTerm!] } """A single application container that you want to run within a pod.""" @@ -92861,19 +92861,19 @@ type io_k8s_api_core_v1_Container { """ Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell """ - args: [String] + args: [String!] """ Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell """ - command: [String] + command: [String!] """ List of environment variables to set in the container. Cannot be updated. """ - env: [io_k8s_api_core_v1_EnvVar] + env: [io_k8s_api_core_v1_EnvVar!] """ List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. """ - envFrom: [io_k8s_api_core_v1_EnvFromSource] + envFrom: [io_k8s_api_core_v1_EnvFromSource!] """ Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets. """ @@ -92891,7 +92891,7 @@ type io_k8s_api_core_v1_Container { """ List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Cannot be updated. """ - ports: [io_k8s_api_core_v1_ContainerPort] + ports: [io_k8s_api_core_v1_ContainerPort!] readinessProbe: io_k8s_api_core_v1_Probe resources: io_k8s_api_core_v1_ResourceRequirements securityContext: io_k8s_api_core_v1_SecurityContext @@ -92919,11 +92919,11 @@ type io_k8s_api_core_v1_Container { """ volumeDevices is the list of block devices to be used by the container. """ - volumeDevices: [io_k8s_api_core_v1_VolumeDevice] + volumeDevices: [io_k8s_api_core_v1_VolumeDevice!] """ Pod volumes to mount into the container's filesystem. Cannot be updated. """ - volumeMounts: [io_k8s_api_core_v1_VolumeMount] + volumeMounts: [io_k8s_api_core_v1_VolumeMount!] """ Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated. """ @@ -93085,7 +93085,7 @@ type io_k8s_api_core_v1_ExecAction { """ Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy. """ - command: [String] + command: [String!] } """HTTPGetAction describes an action based on HTTP Get requests.""" @@ -93095,7 +93095,7 @@ type io_k8s_api_core_v1_HTTPGetAction { """ host: String """Custom headers to set in the request. HTTP allows repeated headers.""" - httpHeaders: [io_k8s_api_core_v1_HTTPHeader] + httpHeaders: [io_k8s_api_core_v1_HTTPHeader!] """Path to access on the HTTP server.""" path: String """ @@ -93218,9 +93218,9 @@ type io_k8s_api_core_v1_SecurityContext { """Adds and removes POSIX capabilities from running containers.""" type io_k8s_api_core_v1_Capabilities { """Added capabilities""" - add: [String] + add: [String!] """Removed capabilities""" - drop: [String] + drop: [String!] } """SELinuxOptions are the labels to be applied to the container""" @@ -93316,15 +93316,15 @@ type io_k8s_api_core_v1_PodDNSConfig { """ A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed. """ - nameservers: [String] + nameservers: [String!] """ A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy. """ - options: [io_k8s_api_core_v1_PodDNSConfigOption] + options: [io_k8s_api_core_v1_PodDNSConfigOption!] """ A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed. """ - searches: [String] + searches: [String!] } """PodDNSConfigOption defines DNS resolver options of a pod.""" @@ -93341,19 +93341,19 @@ type io_k8s_api_core_v1_EphemeralContainer { """ Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell """ - args: [String] + args: [String!] """ Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell """ - command: [String] + command: [String!] """ List of environment variables to set in the container. Cannot be updated. """ - env: [io_k8s_api_core_v1_EnvVar] + env: [io_k8s_api_core_v1_EnvVar!] """ List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. """ - envFrom: [io_k8s_api_core_v1_EnvFromSource] + envFrom: [io_k8s_api_core_v1_EnvFromSource!] """ Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images """ @@ -93369,7 +93369,7 @@ type io_k8s_api_core_v1_EphemeralContainer { """ name: String! """Ports are not allowed for ephemeral containers.""" - ports: [io_k8s_api_core_v1_ContainerPort] + ports: [io_k8s_api_core_v1_ContainerPort!] readinessProbe: io_k8s_api_core_v1_Probe resources: io_k8s_api_core_v1_ResourceRequirements securityContext: io_k8s_api_core_v1_SecurityContext @@ -93401,11 +93401,11 @@ type io_k8s_api_core_v1_EphemeralContainer { """ volumeDevices is the list of block devices to be used by the container. """ - volumeDevices: [io_k8s_api_core_v1_VolumeDevice] + volumeDevices: [io_k8s_api_core_v1_VolumeDevice!] """ Pod volumes to mount into the container's filesystem. Cannot be updated. """ - volumeMounts: [io_k8s_api_core_v1_VolumeMount] + volumeMounts: [io_k8s_api_core_v1_VolumeMount!] """ Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated. """ @@ -93417,7 +93417,7 @@ HostAlias holds the mapping between IP and hostnames that will be injected as an """ type io_k8s_api_core_v1_HostAlias { """Hostnames for the above IP address.""" - hostnames: [String] + hostnames: [String!] """IP address of the host file entry.""" ip: String } @@ -93473,11 +93473,11 @@ type io_k8s_api_core_v1_PodSecurityContext { """ A list of groups applied to the first process run in each container, in addition to the container's primary GID. If unspecified, no groups will be added to any container. """ - supplementalGroups: [BigInt] + supplementalGroups: [BigInt!] """ Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. """ - sysctls: [io_k8s_api_core_v1_Sysctl] + sysctls: [io_k8s_api_core_v1_Sysctl!] windowsOptions: io_k8s_api_core_v1_WindowsSecurityContextOptions } @@ -93645,7 +93645,7 @@ type io_k8s_api_core_v1_CephFSVolumeSource { """ Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it """ - monitors: [String]! + monitors: [String!]! """ Optional: Used as the mounted root, rather than the full Ceph tree, default is / """ @@ -93697,7 +93697,7 @@ type io_k8s_api_core_v1_ConfigMapVolumeSource { """ If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. """ - items: [io_k8s_api_core_v1_KeyToPath] + items: [io_k8s_api_core_v1_KeyToPath!] """ Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names """ @@ -93752,7 +93752,7 @@ type io_k8s_api_core_v1_DownwardAPIVolumeSource { """ defaultMode: Int """Items is a list of downward API volume file""" - items: [io_k8s_api_core_v1_DownwardAPIVolumeFile] + items: [io_k8s_api_core_v1_DownwardAPIVolumeFile!] } """ @@ -93845,11 +93845,11 @@ type io_k8s_api_core_v1_FCVolumeSource { """ readOnly: Boolean """Optional: FC target worldwide names (WWNs)""" - targetWWNs: [String] + targetWWNs: [String!] """ Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously. """ - wwids: [String] + wwids: [String!] } """ @@ -93982,7 +93982,7 @@ type io_k8s_api_core_v1_ISCSIVolumeSource { """ iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). """ - portals: [String] + portals: [String!] """ ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. """ @@ -94055,7 +94055,7 @@ type io_k8s_api_core_v1_ProjectedVolumeSource { """ defaultMode: Int """list of volume projections""" - sources: [io_k8s_api_core_v1_VolumeProjection] + sources: [io_k8s_api_core_v1_VolumeProjection!] } """ @@ -94077,7 +94077,7 @@ type io_k8s_api_core_v1_ConfigMapProjection { """ If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. """ - items: [io_k8s_api_core_v1_KeyToPath] + items: [io_k8s_api_core_v1_KeyToPath!] """ Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names """ @@ -94091,7 +94091,7 @@ Represents downward API info for projecting into a projected volume. Note that t """ type io_k8s_api_core_v1_DownwardAPIProjection { """Items is a list of DownwardAPIVolume file""" - items: [io_k8s_api_core_v1_DownwardAPIVolumeFile] + items: [io_k8s_api_core_v1_DownwardAPIVolumeFile!] } """ @@ -94103,7 +94103,7 @@ type io_k8s_api_core_v1_SecretProjection { """ If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. """ - items: [io_k8s_api_core_v1_KeyToPath] + items: [io_k8s_api_core_v1_KeyToPath!] """ Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names """ @@ -94175,7 +94175,7 @@ type io_k8s_api_core_v1_RBDVolumeSource { """ A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it """ - monitors: [String]! + monitors: [String!]! """ The rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it """ @@ -94235,7 +94235,7 @@ type io_k8s_api_core_v1_SecretVolumeSource { """ If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. """ - items: [io_k8s_api_core_v1_KeyToPath] + items: [io_k8s_api_core_v1_KeyToPath!] """Specify whether the Secret or its keys must be defined""" optional: Boolean """ @@ -94288,15 +94288,15 @@ type io_k8s_api_core_v1_PodStatus { """ Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions """ - conditions: [io_k8s_api_core_v1_PodCondition] + conditions: [io_k8s_api_core_v1_PodCondition!] """ The list has one entry per container in the manifest. Each entry is currently the output of \`docker inspect\`. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status """ - containerStatuses: [io_k8s_api_core_v1_ContainerStatus] + containerStatuses: [io_k8s_api_core_v1_ContainerStatus!] """ Status for any ephemeral containers that have run in this pod. This field is alpha-level and is only populated by servers that enable the EphemeralContainers feature. """ - ephemeralContainerStatuses: [io_k8s_api_core_v1_ContainerStatus] + ephemeralContainerStatuses: [io_k8s_api_core_v1_ContainerStatus!] """ IP address of the host to which the pod is assigned. Empty if not yet scheduled. """ @@ -94304,7 +94304,7 @@ type io_k8s_api_core_v1_PodStatus { """ The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status """ - initContainerStatuses: [io_k8s_api_core_v1_ContainerStatus] + initContainerStatuses: [io_k8s_api_core_v1_ContainerStatus!] """ A human readable message indicating details about why the pod is in this condition. """ @@ -94328,7 +94328,7 @@ type io_k8s_api_core_v1_PodStatus { """ podIPs holds the IP addresses allocated to the pod. If this field is specified, the 0th entry must match the podIP field. Pods may be allocated at most 1 value for each of IPv4 and IPv6. This list is empty if no IPs have been allocated yet. """ - podIPs: [io_k8s_api_core_v1_PodIP] + podIPs: [io_k8s_api_core_v1_PodIP!] """ The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://git.k8s.io/community/contributors/design-proposals/node/resource-qos.md """ @@ -94462,7 +94462,7 @@ type io_k8s_api_core_v1_PodTemplateList { """ apiVersion: String """List of pod templates""" - items: [io_k8s_api_core_v1_PodTemplate]! + items: [io_k8s_api_core_v1_PodTemplate!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -94503,7 +94503,7 @@ type io_k8s_api_core_v1_ReplicationControllerList { """ List of replication controllers. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller """ - items: [io_k8s_api_core_v1_ReplicationController]! + items: [io_k8s_api_core_v1_ReplicationController!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -94558,7 +94558,7 @@ type io_k8s_api_core_v1_ReplicationControllerStatus { """ Represents the latest available observations of a replication controller's current state. """ - conditions: [io_k8s_api_core_v1_ReplicationControllerCondition] + conditions: [io_k8s_api_core_v1_ReplicationControllerCondition!] """ The number of pods that have labels matching the labels of the pod template of the replication controller. """ @@ -94633,7 +94633,7 @@ type io_k8s_api_core_v1_ResourceQuotaList { """ Items is a list of ResourceQuota objects. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/ """ - items: [io_k8s_api_core_v1_ResourceQuota]! + items: [io_k8s_api_core_v1_ResourceQuota!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -94668,7 +94668,7 @@ type io_k8s_api_core_v1_ResourceQuotaSpec { """ A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects. """ - scopes: [String] + scopes: [String!] } """ @@ -94676,7 +94676,7 @@ A scope selector represents the AND of the selectors represented by the scoped-r """ type io_k8s_api_core_v1_ScopeSelector { """A list of scope selector requirements by scope of the resources.""" - matchExpressions: [io_k8s_api_core_v1_ScopedResourceSelectorRequirement] + matchExpressions: [io_k8s_api_core_v1_ScopedResourceSelectorRequirement!] } """ @@ -94692,7 +94692,7 @@ type io_k8s_api_core_v1_ScopedResourceSelectorRequirement { """ An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. """ - values: [String] + values: [String!] } """ResourceQuotaStatus defines the enforced hard limits and observed use.""" @@ -94716,7 +94716,7 @@ type io_k8s_api_core_v1_SecretList { """ Items is a list of secret objects. More info: https://kubernetes.io/docs/concepts/configuration/secret """ - items: [io_k8s_api_core_v1_Secret]! + items: [io_k8s_api_core_v1_Secret!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -94762,7 +94762,7 @@ type io_k8s_api_core_v1_ServiceAccountList { """ List of ServiceAccounts. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ """ - items: [io_k8s_api_core_v1_ServiceAccount]! + items: [io_k8s_api_core_v1_ServiceAccount!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -94785,7 +94785,7 @@ type io_k8s_api_core_v1_ServiceAccount { """ ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod """ - imagePullSecrets: [io_k8s_api_core_v1_LocalObjectReference] + imagePullSecrets: [io_k8s_api_core_v1_LocalObjectReference!] """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -94794,7 +94794,7 @@ type io_k8s_api_core_v1_ServiceAccount { """ Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: https://kubernetes.io/docs/concepts/configuration/secret """ - secrets: [io_k8s_api_core_v1_ObjectReference] + secrets: [io_k8s_api_core_v1_ObjectReference!] } """ServiceList holds a list of services.""" @@ -94804,7 +94804,7 @@ type io_k8s_api_core_v1_ServiceList { """ apiVersion: String """List of services""" - items: [io_k8s_api_core_v1_Service]! + items: [io_k8s_api_core_v1_Service!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -94844,11 +94844,11 @@ type io_k8s_api_core_v1_ServiceSpec { Unless the "IPv6DualStack" feature gate is enabled, this field is limited to one value, which must be the same as the clusterIP field. If the feature gate is enabled, this field may hold a maximum of two entries (dual-stack IPs, in either order). These IPs must correspond to the values of the ipFamilies field. Both clusterIPs and ipFamilies are governed by the ipFamilyPolicy field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies """ - clusterIPs: [String] + clusterIPs: [String!] """ externalIPs is a list of IP addresses for which nodes in the cluster will also accept traffic for this service. These IPs are not managed by Kubernetes. The user is responsible for ensuring that traffic arrives at a node with this IP. A common example is external load-balancers that are not part of the Kubernetes system. """ - externalIPs: [String] + externalIPs: [String!] """ externalName is the external reference that discovery mechanisms will return as an alias for this service (e.g. a DNS CNAME record). No proxying will be involved. Must be a lowercase RFC-1123 hostname (https://tools.ietf.org/html/rfc1123) and requires \`type\` to be "ExternalName". """ @@ -94870,7 +94870,7 @@ type io_k8s_api_core_v1_ServiceSpec { This field may hold a maximum of two entries (dual-stack families, in either order). These families must correspond to the values of the clusterIPs field, if specified. Both clusterIPs and ipFamilies are governed by the ipFamilyPolicy field. """ - ipFamilies: [String] + ipFamilies: [String!] """ IPFamilyPolicy represents the dual-stack-ness requested or required by this Service, and is gated by the "IPv6DualStack" feature gate. If there is no value provided, then this field will be set to SingleStack. Services can be "SingleStack" (a single IP family), "PreferDualStack" (two IP families on dual-stack configured clusters or a single IP family on single-stack clusters), or "RequireDualStack" (two IP families on dual-stack configured clusters, otherwise fail). The ipFamilies and clusterIPs fields depend on the value of this field. This field will be wiped when updating a service to type ExternalName. """ @@ -94886,11 +94886,11 @@ type io_k8s_api_core_v1_ServiceSpec { """ If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified client IPs. This field will be ignored if the cloud-provider does not support the feature." More info: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/ """ - loadBalancerSourceRanges: [String] + loadBalancerSourceRanges: [String!] """ The list of ports that are exposed by this service. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies """ - ports: [io_k8s_api_core_v1_ServicePort] + ports: [io_k8s_api_core_v1_ServicePort!] """ publishNotReadyAddresses indicates that any agent which deals with endpoints for this Service should disregard any indications of ready/not-ready. The primary use case for setting this field is for a StatefulSet's Headless Service to propagate SRV DNS records for its Pods for the purpose of peer discovery. The Kubernetes controllers that generate Endpoints and EndpointSlice resources for Services interpret this to mean that all endpoints are considered "ready" even if the Pods themselves are not. Agents which consume only Kubernetes generated endpoints through the Endpoints or EndpointSlice resources can safely assume this behavior. """ @@ -94956,7 +94956,7 @@ type io_k8s_api_core_v1_ClientIPConfig { """ServiceStatus represents the current status of a service.""" type io_k8s_api_core_v1_ServiceStatus { """Current service state""" - conditions: [io_k8s_apimachinery_pkg_apis_meta_v1_Condition] + conditions: [io_k8s_apimachinery_pkg_apis_meta_v1_Condition!] loadBalancer: io_k8s_api_core_v1_LoadBalancerStatus } @@ -94991,7 +94991,7 @@ type io_k8s_api_core_v1_LoadBalancerStatus { """ Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points. """ - ingress: [io_k8s_api_core_v1_LoadBalancerIngress] + ingress: [io_k8s_api_core_v1_LoadBalancerIngress!] } """ @@ -95009,7 +95009,7 @@ type io_k8s_api_core_v1_LoadBalancerIngress { """ Ports is a list of records of service ports If used, every port defined in the service should have an entry in it """ - ports: [io_k8s_api_core_v1_PortStatus] + ports: [io_k8s_api_core_v1_PortStatus!] } type io_k8s_api_core_v1_PortStatus { @@ -95039,7 +95039,7 @@ type io_k8s_api_core_v1_NodeList { """ apiVersion: String """List of nodes""" - items: [io_k8s_api_core_v1_Node]! + items: [io_k8s_api_core_v1_Node!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -95076,13 +95076,13 @@ type io_k8s_api_core_v1_NodeSpec { """ podCIDRs represents the IP ranges assigned to the node for usage by Pods on that node. If this field is specified, the 0th entry must match the podCIDR field. It may contain at most 1 value for each of IPv4 and IPv6. """ - podCIDRs: [String] + podCIDRs: [String!] """ ID of the node assigned by the cloud provider in the format: :// """ providerID: String """If specified, the node's taints.""" - taints: [io_k8s_api_core_v1_Taint] + taints: [io_k8s_api_core_v1_Taint!] """ Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: https://kubernetes.io/docs/concepts/nodes/node/#manual-node-administration """ @@ -95145,7 +95145,7 @@ type io_k8s_api_core_v1_NodeStatus { """ List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example. """ - addresses: [io_k8s_api_core_v1_NodeAddress] + addresses: [io_k8s_api_core_v1_NodeAddress!] """ Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity. """ @@ -95157,20 +95157,20 @@ type io_k8s_api_core_v1_NodeStatus { """ Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition """ - conditions: [io_k8s_api_core_v1_NodeCondition] + conditions: [io_k8s_api_core_v1_NodeCondition!] config: io_k8s_api_core_v1_NodeConfigStatus daemonEndpoints: io_k8s_api_core_v1_NodeDaemonEndpoints """List of container images on this node""" - images: [io_k8s_api_core_v1_ContainerImage] + images: [io_k8s_api_core_v1_ContainerImage!] nodeInfo: io_k8s_api_core_v1_NodeSystemInfo """ NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated. """ phase: String """List of volumes that are attached to the node.""" - volumesAttached: [io_k8s_api_core_v1_AttachedVolume] + volumesAttached: [io_k8s_api_core_v1_AttachedVolume!] """List of attachable volumes in use (mounted) by the node.""" - volumesInUse: [String] + volumesInUse: [String!] } """NodeAddress contains information for the node's address.""" @@ -95230,7 +95230,7 @@ type io_k8s_api_core_v1_ContainerImage { """ Names by which this image is known. e.g. ["k8s.gcr.io/hyperkube:v1.0.7", "dockerhub.io/google_containers/hyperkube:v1.0.7"] """ - names: [String] + names: [String!] """The size of the image in bytes.""" sizeBytes: BigInt } @@ -95288,7 +95288,7 @@ type io_k8s_api_core_v1_PersistentVolumeList { """ List of persistent volumes. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes """ - items: [io_k8s_api_core_v1_PersistentVolume]! + items: [io_k8s_api_core_v1_PersistentVolume!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -95318,7 +95318,7 @@ type io_k8s_api_core_v1_PersistentVolumeSpec { """ AccessModes contains all ways the volume can be mounted. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes """ - accessModes: [String] + accessModes: [String!] awsElasticBlockStore: io_k8s_api_core_v1_AWSElasticBlockStoreVolumeSource azureDisk: io_k8s_api_core_v1_AzureDiskVolumeSource azureFile: io_k8s_api_core_v1_AzureFilePersistentVolumeSource @@ -95341,7 +95341,7 @@ type io_k8s_api_core_v1_PersistentVolumeSpec { """ A list of mount options, e.g. ["ro", "soft"]. Not validated - mount will simply fail if one is invalid. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#mount-options """ - mountOptions: [String] + mountOptions: [String!] nfs: io_k8s_api_core_v1_NFSVolumeSource nodeAffinity: io_k8s_api_core_v1_VolumeNodeAffinity """ @@ -95390,7 +95390,7 @@ type io_k8s_api_core_v1_CephFSPersistentVolumeSource { """ Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it """ - monitors: [String]! + monitors: [String!]! """ Optional: Used as the mounted root, rather than the full Ceph tree, default is / """ @@ -95535,7 +95535,7 @@ type io_k8s_api_core_v1_ISCSIPersistentVolumeSource { """ iSCSI Target Portal List. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). """ - portals: [String] + portals: [String!] """ ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. """ @@ -95587,7 +95587,7 @@ type io_k8s_api_core_v1_RBDPersistentVolumeSource { """ A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it """ - monitors: [String]! + monitors: [String!]! """ The rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it """ @@ -95686,7 +95686,7 @@ type io_k8s_apimachinery_pkg_apis_meta_v1_APIGroupList { """ apiVersion: String """groups is a list of APIGroup.""" - groups: [io_k8s_apimachinery_pkg_apis_meta_v1_APIGroup]! + groups: [io_k8s_apimachinery_pkg_apis_meta_v1_APIGroup!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -95711,9 +95711,9 @@ type io_k8s_apimachinery_pkg_apis_meta_v1_APIGroup { """ a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. """ - serverAddressByClientCIDRs: [io_k8s_apimachinery_pkg_apis_meta_v1_ServerAddressByClientCIDR] + serverAddressByClientCIDRs: [io_k8s_apimachinery_pkg_apis_meta_v1_ServerAddressByClientCIDR!] """versions are the versions supported in this group.""" - versions: [io_k8s_apimachinery_pkg_apis_meta_v1_GroupVersionForDiscovery]! + versions: [io_k8s_apimachinery_pkg_apis_meta_v1_GroupVersionForDiscovery!]! } """ @@ -95739,7 +95739,7 @@ type io_k8s_api_admissionregistration_v1_MutatingWebhookConfigurationList { """ apiVersion: String """List of MutatingWebhookConfiguration.""" - items: [io_k8s_api_admissionregistration_v1_MutatingWebhookConfiguration]! + items: [io_k8s_api_admissionregistration_v1_MutatingWebhookConfiguration!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -95763,7 +95763,7 @@ type io_k8s_api_admissionregistration_v1_MutatingWebhookConfiguration { """ Webhooks is a list of webhooks and the affected resources and operations. """ - webhooks: [io_k8s_api_admissionregistration_v1_MutatingWebhook] + webhooks: [io_k8s_api_admissionregistration_v1_MutatingWebhook!] } """ @@ -95773,7 +95773,7 @@ type io_k8s_api_admissionregistration_v1_MutatingWebhook { """ AdmissionReviewVersions is an ordered list of preferred \`AdmissionReview\` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy. """ - admissionReviewVersions: [String]! + admissionReviewVersions: [String!]! clientConfig: io_k8s_api_admissionregistration_v1_WebhookClientConfig! """ FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail. @@ -95808,7 +95808,7 @@ type io_k8s_api_admissionregistration_v1_MutatingWebhook { """ Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects. """ - rules: [io_k8s_api_admissionregistration_v1_RuleWithOperations] + rules: [io_k8s_api_admissionregistration_v1_RuleWithOperations!] """ SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission chain and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some. """ @@ -95870,15 +95870,15 @@ type io_k8s_api_admissionregistration_v1_RuleWithOperations { """ APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required. """ - apiGroups: [String] + apiGroups: [String!] """ APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required. """ - apiVersions: [String] + apiVersions: [String!] """ Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required. """ - operations: [String] + operations: [String!] """ Resources is a list of resources this rule applies to. @@ -95888,7 +95888,7 @@ type io_k8s_api_admissionregistration_v1_RuleWithOperations { Depending on the enclosing object, subresources might not be allowed. Required. """ - resources: [String] + resources: [String!] """ scope specifies the scope of this rule. Valid values are "Cluster", "Namespaced", and "*" "Cluster" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. "Namespaced" means that only namespaced resources will match this rule. "*" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is "*". """ @@ -95904,7 +95904,7 @@ type io_k8s_api_admissionregistration_v1_ValidatingWebhookConfigurationList { """ apiVersion: String """List of ValidatingWebhookConfiguration.""" - items: [io_k8s_api_admissionregistration_v1_ValidatingWebhookConfiguration]! + items: [io_k8s_api_admissionregistration_v1_ValidatingWebhookConfiguration!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -95928,7 +95928,7 @@ type io_k8s_api_admissionregistration_v1_ValidatingWebhookConfiguration { """ Webhooks is a list of webhooks and the affected resources and operations. """ - webhooks: [io_k8s_api_admissionregistration_v1_ValidatingWebhook] + webhooks: [io_k8s_api_admissionregistration_v1_ValidatingWebhook!] } """ @@ -95938,7 +95938,7 @@ type io_k8s_api_admissionregistration_v1_ValidatingWebhook { """ AdmissionReviewVersions is an ordered list of preferred \`AdmissionReview\` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy. """ - admissionReviewVersions: [String]! + admissionReviewVersions: [String!]! clientConfig: io_k8s_api_admissionregistration_v1_WebhookClientConfig! """ FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail. @@ -95963,7 +95963,7 @@ type io_k8s_api_admissionregistration_v1_ValidatingWebhook { """ Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects. """ - rules: [io_k8s_api_admissionregistration_v1_RuleWithOperations] + rules: [io_k8s_api_admissionregistration_v1_RuleWithOperations!] """ SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission chain and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some. """ @@ -95983,7 +95983,7 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceDefi """ apiVersion: String """items list individual CustomResourceDefinition objects""" - items: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinition]! + items: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinition!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -96029,7 +96029,7 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceDefi """ versions is the list of all API versions of the defined custom resource. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. """ - versions: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionVersion]! + versions: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionVersion!]! } """ @@ -96050,7 +96050,7 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_WebhookConversion """ conversionReviewVersions is an ordered list of preferred \`ConversionReview\` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. """ - conversionReviewVersions: [String]! + conversionReviewVersions: [String!]! } """ @@ -96099,7 +96099,7 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceDefi """ categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like \`kubectl get all\`. """ - categories: [String] + categories: [String!] """ kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the \`kind\` attribute in API calls. """ @@ -96115,7 +96115,7 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceDefi """ shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like \`kubectl get \`. It must be all lowercase. """ - shortNames: [String] + shortNames: [String!] """ singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased \`kind\`. """ @@ -96127,7 +96127,7 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceDefi """ additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If no columns are specified, a single column displaying the age of the custom resource is used. """ - additionalPrinterColumns: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceColumnDefinition] + additionalPrinterColumns: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceColumnDefinition!] """ deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false. """ @@ -96195,8 +96195,8 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps { JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property. """ additionalItems: JSON - allOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps] - anyOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps] + allOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps!] + anyOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps!] """ JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. """ @@ -96204,7 +96204,7 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps { definitions: query_listApiextensionsV1CustomResourceDefinition_items_items_spec_versions_items_schema_openAPIV3Schema_definitions dependencies: JSON description: String - enum: [JSON] + enum: [JSON!] """ JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. """ @@ -96237,11 +96237,11 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps { """ not: io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps nullable: Boolean - oneOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps] + oneOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps!] pattern: String patternProperties: query_listApiextensionsV1CustomResourceDefinition_items_items_spec_versions_items_schema_openAPIV3Schema_patternProperties properties: query_listApiextensionsV1CustomResourceDefinition_items_items_spec_versions_items_schema_openAPIV3Schema - required: [String] + required: [String!] title: String type: String uniqueItems: Boolean @@ -96269,7 +96269,7 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps { The properties specified must either be required or have a default value, to ensure those properties are present for all list items. """ - x_kubernetes_list_map_keys: [String] @resolveRootField(subgraph: "Kubernetes", field: "x-kubernetes-list-map-keys") + x_kubernetes_list_map_keys: [String!] @resolveRootField(subgraph: "Kubernetes", field: "x-kubernetes-list-map-keys") """ x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values: @@ -96323,8 +96323,8 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps2 { JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property. """ additionalItems: JSON - allOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps] - anyOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps] + allOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps!] + anyOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps!] """ JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. """ @@ -96332,7 +96332,7 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps2 { definitions: query_listApiextensionsV1CustomResourceDefinition_items_items_spec_versions_items_schema_openAPIV3Schema_definitions dependencies: JSON description: String - enum: [JSON] + enum: [JSON!] """ JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. """ @@ -96365,11 +96365,11 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps2 { """ not: io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps nullable: Boolean - oneOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps] + oneOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps!] pattern: String patternProperties: query_listApiextensionsV1CustomResourceDefinition_items_items_spec_versions_items_schema_openAPIV3Schema_patternProperties properties: query_listApiextensionsV1CustomResourceDefinition_items_items_spec_versions_items_schema_openAPIV3Schema - required: [String] + required: [String!] title: String type: String uniqueItems: Boolean @@ -96397,7 +96397,7 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps2 { The properties specified must either be required or have a default value, to ensure those properties are present for all list items. """ - x_kubernetes_list_map_keys: [String] @resolveRootField(subgraph: "Kubernetes", field: "x-kubernetes-list-map-keys") + x_kubernetes_list_map_keys: [String!] @resolveRootField(subgraph: "Kubernetes", field: "x-kubernetes-list-map-keys") """ x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values: @@ -96459,8 +96459,8 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps3 { JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property. """ additionalItems: JSON - allOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps] - anyOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps] + allOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps!] + anyOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps!] """ JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. """ @@ -96468,7 +96468,7 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps3 { definitions: query_listApiextensionsV1CustomResourceDefinition_items_items_spec_versions_items_schema_openAPIV3Schema_definitions dependencies: JSON description: String - enum: [JSON] + enum: [JSON!] """ JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. """ @@ -96501,11 +96501,11 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps3 { """ not: io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps nullable: Boolean - oneOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps] + oneOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps!] pattern: String patternProperties: query_listApiextensionsV1CustomResourceDefinition_items_items_spec_versions_items_schema_openAPIV3Schema_patternProperties properties: query_listApiextensionsV1CustomResourceDefinition_items_items_spec_versions_items_schema_openAPIV3Schema - required: [String] + required: [String!] title: String type: String uniqueItems: Boolean @@ -96533,7 +96533,7 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps3 { The properties specified must either be required or have a default value, to ensure those properties are present for all list items. """ - x_kubernetes_list_map_keys: [String] @resolveRootField(subgraph: "Kubernetes", field: "x-kubernetes-list-map-keys") + x_kubernetes_list_map_keys: [String!] @resolveRootField(subgraph: "Kubernetes", field: "x-kubernetes-list-map-keys") """ x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values: @@ -96587,8 +96587,8 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps4 { JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property. """ additionalItems: JSON - allOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps] - anyOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps] + allOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps!] + anyOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps!] """ JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. """ @@ -96596,7 +96596,7 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps4 { definitions: query_listApiextensionsV1CustomResourceDefinition_items_items_spec_versions_items_schema_openAPIV3Schema_definitions dependencies: JSON description: String - enum: [JSON] + enum: [JSON!] """ JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. """ @@ -96629,11 +96629,11 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps4 { """ not: io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps nullable: Boolean - oneOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps] + oneOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps!] pattern: String patternProperties: query_listApiextensionsV1CustomResourceDefinition_items_items_spec_versions_items_schema_openAPIV3Schema_patternProperties properties: query_listApiextensionsV1CustomResourceDefinition_items_items_spec_versions_items_schema_openAPIV3Schema - required: [String] + required: [String!] title: String type: String uniqueItems: Boolean @@ -96661,7 +96661,7 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps4 { The properties specified must either be required or have a default value, to ensure those properties are present for all list items. """ - x_kubernetes_list_map_keys: [String] @resolveRootField(subgraph: "Kubernetes", field: "x-kubernetes-list-map-keys") + x_kubernetes_list_map_keys: [String!] @resolveRootField(subgraph: "Kubernetes", field: "x-kubernetes-list-map-keys") """ x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values: @@ -96730,11 +96730,11 @@ type io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceDefi """ conditions indicate state for particular aspects of a CustomResourceDefinition """ - conditions: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionCondition] + conditions: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionCondition!] """ storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from \`spec.versions\` while they exist in this list. """ - storedVersions: [String] + storedVersions: [String!] } """ @@ -96768,7 +96768,7 @@ type io_k8s_kube_aggregator_pkg_apis_apiregistration_v1_APIServiceList { """ apiVersion: String """Items is the list of APIService""" - items: [io_k8s_kube_aggregator_pkg_apis_apiregistration_v1_APIService]! + items: [io_k8s_kube_aggregator_pkg_apis_apiregistration_v1_APIService!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -96837,7 +96837,7 @@ type io_k8s_kube_aggregator_pkg_apis_apiregistration_v1_ServiceReference { """APIServiceStatus contains derived information about an API server""" type io_k8s_kube_aggregator_pkg_apis_apiregistration_v1_APIServiceStatus { """Current service state of apiService.""" - conditions: [io_k8s_kube_aggregator_pkg_apis_apiregistration_v1_APIServiceCondition] + conditions: [io_k8s_kube_aggregator_pkg_apis_apiregistration_v1_APIServiceCondition!] } """ @@ -96869,7 +96869,7 @@ type io_k8s_api_apps_v1_ControllerRevisionList { """ apiVersion: String """Items is the list of ControllerRevisions""" - items: [io_k8s_api_apps_v1_ControllerRevision]! + items: [io_k8s_api_apps_v1_ControllerRevision!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -96902,7 +96902,7 @@ type io_k8s_api_apps_v1_DaemonSetList { """ apiVersion: String """A list of daemon sets.""" - items: [io_k8s_api_apps_v1_DaemonSet]! + items: [io_k8s_api_apps_v1_DaemonSet!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -96972,7 +96972,7 @@ type io_k8s_api_apps_v1_DaemonSetStatus { """ Represents the latest available observations of a DaemonSet's current state. """ - conditions: [io_k8s_api_apps_v1_DaemonSetCondition] + conditions: [io_k8s_api_apps_v1_DaemonSetCondition!] """ The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ """ @@ -97028,7 +97028,7 @@ type io_k8s_api_apps_v1_DeploymentList { """ apiVersion: String """Items is the list of Deployments.""" - items: [io_k8s_api_apps_v1_Deployment]! + items: [io_k8s_api_apps_v1_Deployment!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -97116,7 +97116,7 @@ type io_k8s_api_apps_v1_DeploymentStatus { """ Represents the latest available observations of a deployment's current state. """ - conditions: [io_k8s_api_apps_v1_DeploymentCondition] + conditions: [io_k8s_api_apps_v1_DeploymentCondition!] """The generation observed by the deployment controller.""" observedGeneration: BigInt """ @@ -97168,7 +97168,7 @@ type io_k8s_api_apps_v1_ReplicaSetList { """ List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller """ - items: [io_k8s_api_apps_v1_ReplicaSet]! + items: [io_k8s_api_apps_v1_ReplicaSet!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -97216,7 +97216,7 @@ type io_k8s_api_apps_v1_ReplicaSetStatus { """ Represents the latest available observations of a replica set's current state. """ - conditions: [io_k8s_api_apps_v1_ReplicaSetCondition] + conditions: [io_k8s_api_apps_v1_ReplicaSetCondition!] """ The number of pods that have labels matching the labels of the pod template of the replicaset. """ @@ -97260,7 +97260,7 @@ type io_k8s_api_apps_v1_StatefulSetList { """ apiVersion: String """Items is the list of stateful sets.""" - items: [io_k8s_api_apps_v1_StatefulSet]! + items: [io_k8s_api_apps_v1_StatefulSet!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -97316,7 +97316,7 @@ type io_k8s_api_apps_v1_StatefulSetSpec { """ volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name. """ - volumeClaimTemplates: [io_k8s_api_core_v1_PersistentVolumeClaim] + volumeClaimTemplates: [io_k8s_api_core_v1_PersistentVolumeClaim!] } """ @@ -97353,7 +97353,7 @@ type io_k8s_api_apps_v1_StatefulSetStatus { """ Represents the latest available observations of a statefulset's current state. """ - conditions: [io_k8s_api_apps_v1_StatefulSetCondition] + conditions: [io_k8s_api_apps_v1_StatefulSetCondition!] """ currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision. """ @@ -97407,7 +97407,7 @@ type io_k8s_api_autoscaling_v1_HorizontalPodAutoscalerList { """ apiVersion: String """list of horizontal pod autoscaler objects.""" - items: [io_k8s_api_autoscaling_v1_HorizontalPodAutoscaler]! + items: [io_k8s_api_autoscaling_v1_HorizontalPodAutoscaler!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -97490,7 +97490,7 @@ type io_k8s_api_autoscaling_v2beta1_HorizontalPodAutoscalerList { """ apiVersion: String """items is the list of horizontal pod autoscaler objects.""" - items: [io_k8s_api_autoscaling_v2beta1_HorizontalPodAutoscaler]! + items: [io_k8s_api_autoscaling_v2beta1_HorizontalPodAutoscaler!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -97526,7 +97526,7 @@ type io_k8s_api_autoscaling_v2beta1_HorizontalPodAutoscalerSpec { """ metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. """ - metrics: [io_k8s_api_autoscaling_v2beta1_MetricSpec] + metrics: [io_k8s_api_autoscaling_v2beta1_MetricSpec!] """ minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available. """ @@ -97866,11 +97866,11 @@ type io_k8s_api_autoscaling_v2beta1_HorizontalPodAutoscalerStatus { """ conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met. """ - conditions: [io_k8s_api_autoscaling_v2beta1_HorizontalPodAutoscalerCondition]! + conditions: [io_k8s_api_autoscaling_v2beta1_HorizontalPodAutoscalerCondition!]! """ currentMetrics is the last read state of the metrics used by this autoscaler. """ - currentMetrics: [io_k8s_api_autoscaling_v2beta1_MetricStatus] + currentMetrics: [io_k8s_api_autoscaling_v2beta1_MetricStatus!] """ currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler. """ @@ -98227,7 +98227,7 @@ type io_k8s_api_autoscaling_v2beta2_HorizontalPodAutoscalerList { """ apiVersion: String """items is the list of horizontal pod autoscaler objects.""" - items: [io_k8s_api_autoscaling_v2beta2_HorizontalPodAutoscaler]! + items: [io_k8s_api_autoscaling_v2beta2_HorizontalPodAutoscaler!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -98264,7 +98264,7 @@ type io_k8s_api_autoscaling_v2beta2_HorizontalPodAutoscalerSpec { """ metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization. """ - metrics: [io_k8s_api_autoscaling_v2beta2_MetricSpec] + metrics: [io_k8s_api_autoscaling_v2beta2_MetricSpec!] """ minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available. """ @@ -98287,7 +98287,7 @@ type io_k8s_api_autoscaling_v2beta2_HPAScalingRules { """ policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid """ - policies: [io_k8s_api_autoscaling_v2beta2_HPAScalingPolicy] + policies: [io_k8s_api_autoscaling_v2beta2_HPAScalingPolicy!] """ selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used. """ @@ -98488,11 +98488,11 @@ type io_k8s_api_autoscaling_v2beta2_HorizontalPodAutoscalerStatus { """ conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met. """ - conditions: [io_k8s_api_autoscaling_v2beta2_HorizontalPodAutoscalerCondition]! + conditions: [io_k8s_api_autoscaling_v2beta2_HorizontalPodAutoscalerCondition!]! """ currentMetrics is the last read state of the metrics used by this autoscaler. """ - currentMetrics: [io_k8s_api_autoscaling_v2beta2_MetricStatus] + currentMetrics: [io_k8s_api_autoscaling_v2beta2_MetricStatus!] """ currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler. """ @@ -98674,7 +98674,7 @@ type io_k8s_api_batch_v1_CronJobList { """ apiVersion: String """items is the list of CronJobs.""" - items: [io_k8s_api_batch_v1_CronJob]! + items: [io_k8s_api_batch_v1_CronJob!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -98783,7 +98783,7 @@ type io_k8s_api_batch_v1_JobSpec { """CronJobStatus represents the current state of a cron job.""" type io_k8s_api_batch_v1_CronJobStatus { """A list of pointers to currently running jobs.""" - active: [io_k8s_api_core_v1_ObjectReference] + active: [io_k8s_api_core_v1_ObjectReference!] """ Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. """ @@ -98801,7 +98801,7 @@ type io_k8s_api_batch_v1_JobList { """ apiVersion: String """items is the list of Jobs.""" - items: [io_k8s_api_batch_v1_Job]! + items: [io_k8s_api_batch_v1_Job!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -98839,7 +98839,7 @@ type io_k8s_api_batch_v1_JobStatus { """ The latest available observations of an object's current state. When a Job fails, one of the conditions will have type "Failed" and status true. When a Job is suspended, one of the conditions will have type "Suspended" and status true; when the Job is resumed, the status of this condition will become false. When a Job is completed, one of the conditions will have type "Complete" and status true. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ """ - conditions: [io_k8s_api_batch_v1_JobCondition] + conditions: [io_k8s_api_batch_v1_JobCondition!] """The number of pods which reached phase Failed.""" failed: Int """ @@ -98876,9 +98876,9 @@ UncountedTerminatedPods holds UIDs of Pods that have terminated but haven't been """ type io_k8s_api_batch_v1_UncountedTerminatedPods { """Failed holds UIDs of failed Pods.""" - failed: [String] + failed: [String!] """Succeeded holds UIDs of succeeded Pods.""" - succeeded: [String] + succeeded: [String!] } """CronJobList is a collection of cron jobs.""" @@ -98888,7 +98888,7 @@ type io_k8s_api_batch_v1beta1_CronJobList { """ apiVersion: String """items is the list of CronJobs.""" - items: [io_k8s_api_batch_v1beta1_CronJob]! + items: [io_k8s_api_batch_v1beta1_CronJob!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -98951,7 +98951,7 @@ type io_k8s_api_batch_v1beta1_JobTemplateSpec { """CronJobStatus represents the current state of a cron job.""" type io_k8s_api_batch_v1beta1_CronJobStatus { """A list of pointers to currently running jobs.""" - active: [io_k8s_api_core_v1_ObjectReference] + active: [io_k8s_api_core_v1_ObjectReference!] """ Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. """ @@ -98971,7 +98971,7 @@ type io_k8s_api_certificates_v1_CertificateSigningRequestList { """ apiVersion: String """items is a collection of CertificateSigningRequest objects""" - items: [io_k8s_api_certificates_v1_CertificateSigningRequest]! + items: [io_k8s_api_certificates_v1_CertificateSigningRequest!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -99028,7 +99028,7 @@ type io_k8s_api_certificates_v1_CertificateSigningRequestSpec { """ groups contains group membership of the user that created the CertificateSigningRequest. Populated by the API server on creation and immutable. """ - groups: [String] + groups: [String!] """ request contains an x509 certificate signing request encoded in a "CERTIFICATE REQUEST" PEM block. When serialized as JSON or YAML, the data is additionally base64-encoded. """ @@ -99077,7 +99077,7 @@ type io_k8s_api_certificates_v1_CertificateSigningRequestSpec { "ipsec end system", "ipsec tunnel", "ipsec user", "timestamping", "ocsp signing", "microsoft sgc", "netscape sgc" """ - usages: [String] + usages: [String!] """ username contains the name of the user that created the CertificateSigningRequest. Populated by the API server on creation and immutable. """ @@ -99116,7 +99116,7 @@ type io_k8s_api_certificates_v1_CertificateSigningRequestStatus { """ conditions applied to the request. Known conditions are "Approved", "Denied", and "Failed". """ - conditions: [io_k8s_api_certificates_v1_CertificateSigningRequestCondition] + conditions: [io_k8s_api_certificates_v1_CertificateSigningRequestCondition!] } """ @@ -99164,7 +99164,7 @@ type io_k8s_api_coordination_v1_LeaseList { """ apiVersion: String """Items is a list of schema objects.""" - items: [io_k8s_api_coordination_v1_Lease]! + items: [io_k8s_api_coordination_v1_Lease!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -99211,7 +99211,7 @@ type io_k8s_api_discovery_v1_EndpointSliceList { """ apiVersion: String """List of endpoint slices""" - items: [io_k8s_api_discovery_v1_EndpointSlice]! + items: [io_k8s_api_discovery_v1_EndpointSlice!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -99234,7 +99234,7 @@ type io_k8s_api_discovery_v1_EndpointSlice { """ endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints. """ - endpoints: [io_k8s_api_discovery_v1_Endpoint]! + endpoints: [io_k8s_api_discovery_v1_Endpoint!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -99243,7 +99243,7 @@ type io_k8s_api_discovery_v1_EndpointSlice { """ ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. When ports is empty, it indicates that there are no defined ports. When a port is defined with a nil port value, it indicates "all ports". Each slice may include a maximum of 100 ports. """ - ports: [io_k8s_api_discovery_v1_EndpointPort] + ports: [io_k8s_api_discovery_v1_EndpointPort!] } """Endpoint represents a single logical "backend" implementing a service.""" @@ -99251,7 +99251,7 @@ type io_k8s_api_discovery_v1_Endpoint { """ addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100. """ - addresses: [String]! + addresses: [String!]! conditions: io_k8s_api_discovery_v1_EndpointConditions """ deprecatedTopology contains topology information part of the v1beta1 API. This field is deprecated, and will be removed when the v1beta1 API is removed (no sooner than kubernetes v1.24). While this field can hold values, it is not writable through the v1 API, and any attempts to write to it will be silently ignored. Topology information can be found in the zone and nodeName fields instead. @@ -99294,7 +99294,7 @@ type io_k8s_api_discovery_v1_EndpointHints { """ forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing. """ - forZones: [io_k8s_api_discovery_v1_ForZone] + forZones: [io_k8s_api_discovery_v1_ForZone!] } """ @@ -99332,7 +99332,7 @@ type io_k8s_api_discovery_v1beta1_EndpointSliceList { """ apiVersion: String """List of endpoint slices""" - items: [io_k8s_api_discovery_v1beta1_EndpointSlice]! + items: [io_k8s_api_discovery_v1beta1_EndpointSlice!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -99355,7 +99355,7 @@ type io_k8s_api_discovery_v1beta1_EndpointSlice { """ endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints. """ - endpoints: [io_k8s_api_discovery_v1beta1_Endpoint]! + endpoints: [io_k8s_api_discovery_v1beta1_Endpoint!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -99364,7 +99364,7 @@ type io_k8s_api_discovery_v1beta1_EndpointSlice { """ ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. When ports is empty, it indicates that there are no defined ports. When a port is defined with a nil port value, it indicates "all ports". Each slice may include a maximum of 100 ports. """ - ports: [io_k8s_api_discovery_v1beta1_EndpointPort] + ports: [io_k8s_api_discovery_v1beta1_EndpointPort!] } """Endpoint represents a single logical "backend" implementing a service.""" @@ -99372,7 +99372,7 @@ type io_k8s_api_discovery_v1beta1_Endpoint { """ addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100. """ - addresses: [String]! + addresses: [String!]! conditions: io_k8s_api_discovery_v1beta1_EndpointConditions hints: io_k8s_api_discovery_v1beta1_EndpointHints """ @@ -99420,7 +99420,7 @@ type io_k8s_api_discovery_v1beta1_EndpointHints { """ forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing. May contain a maximum of 8 entries. """ - forZones: [io_k8s_api_discovery_v1beta1_ForZone] + forZones: [io_k8s_api_discovery_v1beta1_ForZone!] } """ @@ -99458,7 +99458,7 @@ type io_k8s_api_events_v1_EventList { """ apiVersion: String """items is a list of schema objects.""" - items: [io_k8s_api_events_v1_Event]! + items: [io_k8s_api_events_v1_Event!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -99542,7 +99542,7 @@ type io_k8s_api_events_v1beta1_EventList { """ apiVersion: String """items is a list of schema objects.""" - items: [io_k8s_api_events_v1beta1_Event]! + items: [io_k8s_api_events_v1beta1_Event!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -99626,7 +99626,7 @@ type io_k8s_api_flowcontrol_v1beta1_FlowSchemaList { """ apiVersion: String """\`items\` is a list of FlowSchemas.""" - items: [io_k8s_api_flowcontrol_v1beta1_FlowSchema]! + items: [io_k8s_api_flowcontrol_v1beta1_FlowSchema!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -99664,7 +99664,7 @@ type io_k8s_api_flowcontrol_v1beta1_FlowSchemaSpec { """ \`rules\` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema. """ - rules: [io_k8s_api_flowcontrol_v1beta1_PolicyRulesWithSubjects] + rules: [io_k8s_api_flowcontrol_v1beta1_PolicyRulesWithSubjects!] } """FlowDistinguisherMethod specifies the method of a flow distinguisher.""" @@ -99692,15 +99692,15 @@ type io_k8s_api_flowcontrol_v1beta1_PolicyRulesWithSubjects { """ \`nonResourceRules\` is a list of NonResourcePolicyRules that identify matching requests according to their verb and the target non-resource URL. """ - nonResourceRules: [io_k8s_api_flowcontrol_v1beta1_NonResourcePolicyRule] + nonResourceRules: [io_k8s_api_flowcontrol_v1beta1_NonResourcePolicyRule!] """ \`resourceRules\` is a slice of ResourcePolicyRules that identify matching requests according to their verb and the target resource. At least one of \`resourceRules\` and \`nonResourceRules\` has to be non-empty. """ - resourceRules: [io_k8s_api_flowcontrol_v1beta1_ResourcePolicyRule] + resourceRules: [io_k8s_api_flowcontrol_v1beta1_ResourcePolicyRule!] """ subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required. """ - subjects: [io_k8s_api_flowcontrol_v1beta1_Subject]! + subjects: [io_k8s_api_flowcontrol_v1beta1_Subject!]! } """ @@ -99716,11 +99716,11 @@ type io_k8s_api_flowcontrol_v1beta1_NonResourcePolicyRule { - "/healthz/*" matches all per-component health checks. "*" matches all non-resource urls. if it is present, it must be the only entry. Required. """ - nonResourceURLs: [String]! + nonResourceURLs: [String!]! """ \`verbs\` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required. """ - verbs: [String]! + verbs: [String!]! } """ @@ -99730,7 +99730,7 @@ type io_k8s_api_flowcontrol_v1beta1_ResourcePolicyRule { """ \`apiGroups\` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required. """ - apiGroups: [String]! + apiGroups: [String!]! """ \`clusterScope\` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the \`namespaces\` field must contain a non-empty list. """ @@ -99738,15 +99738,15 @@ type io_k8s_api_flowcontrol_v1beta1_ResourcePolicyRule { """ \`namespaces\` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the \`clusterScope\` field for that). This list may be empty, but only if \`clusterScope\` is true. """ - namespaces: [String] + namespaces: [String!] """ \`resources\` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required. """ - resources: [String]! + resources: [String!]! """ \`verbs\` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required. """ - verbs: [String]! + verbs: [String!]! } """ @@ -99793,7 +99793,7 @@ type io_k8s_api_flowcontrol_v1beta1_UserSubject { """FlowSchemaStatus represents the current state of a FlowSchema.""" type io_k8s_api_flowcontrol_v1beta1_FlowSchemaStatus { """\`conditions\` is a list of the current states of FlowSchema.""" - conditions: [io_k8s_api_flowcontrol_v1beta1_FlowSchemaCondition] + conditions: [io_k8s_api_flowcontrol_v1beta1_FlowSchemaCondition!] } """FlowSchemaCondition describes conditions for a FlowSchema.""" @@ -99827,7 +99827,7 @@ type io_k8s_api_flowcontrol_v1beta1_PriorityLevelConfigurationList { """ apiVersion: String """\`items\` is a list of request-priorities.""" - items: [io_k8s_api_flowcontrol_v1beta1_PriorityLevelConfiguration]! + items: [io_k8s_api_flowcontrol_v1beta1_PriorityLevelConfiguration!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -99912,7 +99912,7 @@ PriorityLevelConfigurationStatus represents the current state of a "request-prio """ type io_k8s_api_flowcontrol_v1beta1_PriorityLevelConfigurationStatus { """\`conditions\` is the current state of "request-priority".""" - conditions: [io_k8s_api_flowcontrol_v1beta1_PriorityLevelConfigurationCondition] + conditions: [io_k8s_api_flowcontrol_v1beta1_PriorityLevelConfigurationCondition!] } """ @@ -99946,7 +99946,7 @@ type io_k8s_api_apiserverinternal_v1alpha1_StorageVersionList { """ apiVersion: String """Items holds a list of StorageVersion""" - items: [io_k8s_api_apiserverinternal_v1alpha1_StorageVersion]! + items: [io_k8s_api_apiserverinternal_v1alpha1_StorageVersion!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -99978,9 +99978,9 @@ type io_k8s_api_apiserverinternal_v1alpha1_StorageVersionStatus { """ commonEncodingVersion: String """The latest available observations of the storageVersion's state.""" - conditions: [io_k8s_api_apiserverinternal_v1alpha1_StorageVersionCondition] + conditions: [io_k8s_api_apiserverinternal_v1alpha1_StorageVersionCondition!] """The reported versions per API server instance.""" - storageVersions: [io_k8s_api_apiserverinternal_v1alpha1_ServerStorageVersion] + storageVersions: [io_k8s_api_apiserverinternal_v1alpha1_ServerStorageVersion!] } """Describes the state of the storageVersion at a certain point.""" @@ -100012,7 +100012,7 @@ type io_k8s_api_apiserverinternal_v1alpha1_ServerStorageVersion { """ The API server can decode objects encoded in these versions. The encodingVersion must be included in the decodableVersions. """ - decodableVersions: [String] + decodableVersions: [String!] """ The API server encodes the object to this version when persisting it in the backend (e.g., etcd). """ @@ -100026,7 +100026,7 @@ type io_k8s_api_networking_v1_IngressClassList { """ apiVersion: String """Items is the list of IngressClasses.""" - items: [io_k8s_api_networking_v1_IngressClass]! + items: [io_k8s_api_networking_v1_IngressClass!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -100088,7 +100088,7 @@ type io_k8s_api_networking_v1_IngressList { """ apiVersion: String """Items is the list of Ingress.""" - items: [io_k8s_api_networking_v1_Ingress]! + items: [io_k8s_api_networking_v1_Ingress!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -100123,11 +100123,11 @@ type io_k8s_api_networking_v1_IngressSpec { """ A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. """ - rules: [io_k8s_api_networking_v1_IngressRule] + rules: [io_k8s_api_networking_v1_IngressRule!] """ TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. """ - tls: [io_k8s_api_networking_v1_IngressTLS] + tls: [io_k8s_api_networking_v1_IngressTLS!] } """IngressBackend describes all endpoints for a given service and port.""" @@ -100180,7 +100180,7 @@ HTTPIngressRuleValue is a list of http selectors pointing to backends. In the ex """ type io_k8s_api_networking_v1_HTTPIngressRuleValue { """A collection of paths that map requests to backends.""" - paths: [io_k8s_api_networking_v1_HTTPIngressPath]! + paths: [io_k8s_api_networking_v1_HTTPIngressPath!]! } """ @@ -100215,7 +100215,7 @@ type io_k8s_api_networking_v1_IngressTLS { """ Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified. """ - hosts: [String] + hosts: [String!] """ SecretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing. """ @@ -100234,7 +100234,7 @@ type io_k8s_api_networking_v1_NetworkPolicyList { """ apiVersion: String """Items is a list of schema objects.""" - items: [io_k8s_api_networking_v1_NetworkPolicy]! + items: [io_k8s_api_networking_v1_NetworkPolicy!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -100263,16 +100263,16 @@ type io_k8s_api_networking_v1_NetworkPolicySpec { """ List of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8 """ - egress: [io_k8s_api_networking_v1_NetworkPolicyEgressRule] + egress: [io_k8s_api_networking_v1_NetworkPolicyEgressRule!] """ List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default) """ - ingress: [io_k8s_api_networking_v1_NetworkPolicyIngressRule] + ingress: [io_k8s_api_networking_v1_NetworkPolicyIngressRule!] podSelector: io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector! """ List of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an Egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8 """ - policyTypes: [String] + policyTypes: [String!] } """ @@ -100282,11 +100282,11 @@ type io_k8s_api_networking_v1_NetworkPolicyEgressRule { """ List of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list. """ - ports: [io_k8s_api_networking_v1_NetworkPolicyPort] + ports: [io_k8s_api_networking_v1_NetworkPolicyPort!] """ List of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list. """ - to: [io_k8s_api_networking_v1_NetworkPolicyPeer] + to: [io_k8s_api_networking_v1_NetworkPolicyPeer!] } """NetworkPolicyPort describes a port to allow traffic on""" @@ -100325,7 +100325,7 @@ type io_k8s_api_networking_v1_IPBlock { """ Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" or "2001:db9::/64" Except values will be rejected if they are outside the CIDR range """ - except: [String] + except: [String!] } """ @@ -100335,11 +100335,11 @@ type io_k8s_api_networking_v1_NetworkPolicyIngressRule { """ List of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the from list. """ - from: [io_k8s_api_networking_v1_NetworkPolicyPeer] + from: [io_k8s_api_networking_v1_NetworkPolicyPeer!] """ List of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list. """ - ports: [io_k8s_api_networking_v1_NetworkPolicyPort] + ports: [io_k8s_api_networking_v1_NetworkPolicyPort!] } """RuntimeClassList is a list of RuntimeClass objects.""" @@ -100349,7 +100349,7 @@ type io_k8s_api_node_v1_RuntimeClassList { """ apiVersion: String """Items is a list of schema objects.""" - items: [io_k8s_api_node_v1_RuntimeClass]! + items: [io_k8s_api_node_v1_RuntimeClass!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -100399,7 +100399,7 @@ type io_k8s_api_node_v1_Scheduling { """ tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass. """ - tolerations: [io_k8s_api_core_v1_Toleration] + tolerations: [io_k8s_api_core_v1_Toleration!] } """RuntimeClassList is a list of RuntimeClass objects.""" @@ -100409,7 +100409,7 @@ type io_k8s_api_node_v1alpha1_RuntimeClassList { """ apiVersion: String """Items is a list of schema objects.""" - items: [io_k8s_api_node_v1alpha1_RuntimeClass]! + items: [io_k8s_api_node_v1alpha1_RuntimeClass!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -100466,7 +100466,7 @@ type io_k8s_api_node_v1alpha1_Scheduling { """ tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass. """ - tolerations: [io_k8s_api_core_v1_Toleration] + tolerations: [io_k8s_api_core_v1_Toleration!] } """RuntimeClassList is a list of RuntimeClass objects.""" @@ -100476,7 +100476,7 @@ type io_k8s_api_node_v1beta1_RuntimeClassList { """ apiVersion: String """Items is a list of schema objects.""" - items: [io_k8s_api_node_v1beta1_RuntimeClass]! + items: [io_k8s_api_node_v1beta1_RuntimeClass!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -100526,7 +100526,7 @@ type io_k8s_api_node_v1beta1_Scheduling { """ tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass. """ - tolerations: [io_k8s_api_core_v1_Toleration] + tolerations: [io_k8s_api_core_v1_Toleration!] } """PodDisruptionBudgetList is a collection of PodDisruptionBudgets.""" @@ -100536,7 +100536,7 @@ type io_k8s_api_policy_v1_PodDisruptionBudgetList { """ apiVersion: String """Items is a list of PodDisruptionBudgets""" - items: [io_k8s_api_policy_v1_PodDisruptionBudget]! + items: [io_k8s_api_policy_v1_PodDisruptionBudget!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -100589,7 +100589,7 @@ type io_k8s_api_policy_v1_PodDisruptionBudgetStatus { The condition will be True, and the number of allowed disruptions are provided by the disruptionsAllowed property. """ - conditions: [io_k8s_apimachinery_pkg_apis_meta_v1_Condition] + conditions: [io_k8s_apimachinery_pkg_apis_meta_v1_Condition!] """current number of healthy pods""" currentHealthy: Int! """minimum desired number of healthy pods""" @@ -100615,7 +100615,7 @@ type io_k8s_api_policy_v1beta1_PodDisruptionBudgetList { """ apiVersion: String """items list individual PodDisruptionBudget objects""" - items: [io_k8s_api_policy_v1beta1_PodDisruptionBudget]! + items: [io_k8s_api_policy_v1beta1_PodDisruptionBudget!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -100668,7 +100668,7 @@ type io_k8s_api_policy_v1beta1_PodDisruptionBudgetStatus { The condition will be True, and the number of allowed disruptions are provided by the disruptionsAllowed property. """ - conditions: [io_k8s_apimachinery_pkg_apis_meta_v1_Condition] + conditions: [io_k8s_apimachinery_pkg_apis_meta_v1_Condition!] """current number of healthy pods""" currentHealthy: Int! """minimum desired number of healthy pods""" @@ -100694,7 +100694,7 @@ type io_k8s_api_policy_v1beta1_PodSecurityPolicyList { """ apiVersion: String """items is a list of schema objects.""" - items: [io_k8s_api_policy_v1beta1_PodSecurityPolicy]! + items: [io_k8s_api_policy_v1beta1_PodSecurityPolicy!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -100727,33 +100727,33 @@ type io_k8s_api_policy_v1beta1_PodSecurityPolicySpec { """ AllowedCSIDrivers is an allowlist of inline CSI drivers that must be explicitly set to be embedded within a pod spec. An empty value indicates that any CSI driver can be used for inline ephemeral volumes. This is a beta field, and is only honored if the API server enables the CSIInlineVolume feature gate. """ - allowedCSIDrivers: [io_k8s_api_policy_v1beta1_AllowedCSIDriver] + allowedCSIDrivers: [io_k8s_api_policy_v1beta1_AllowedCSIDriver!] """ allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities. """ - allowedCapabilities: [String] + allowedCapabilities: [String!] """ allowedFlexVolumes is an allowlist of Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the "volumes" field. """ - allowedFlexVolumes: [io_k8s_api_policy_v1beta1_AllowedFlexVolume] + allowedFlexVolumes: [io_k8s_api_policy_v1beta1_AllowedFlexVolume!] """ allowedHostPaths is an allowlist of host paths. Empty indicates that all host paths may be used. """ - allowedHostPaths: [io_k8s_api_policy_v1beta1_AllowedHostPath] + allowedHostPaths: [io_k8s_api_policy_v1beta1_AllowedHostPath!] """ AllowedProcMountTypes is an allowlist of allowed ProcMountTypes. Empty or nil indicates that only the DefaultProcMountType may be used. This requires the ProcMountType feature flag to be enabled. """ - allowedProcMountTypes: [String] + allowedProcMountTypes: [String!] """ allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to allowlist all allowed unsafe sysctls explicitly to avoid rejection. Examples: e.g. "foo/*" allows "foo/bar", "foo/baz", etc. e.g. "foo.*" allows "foo.bar", "foo.baz", etc. """ - allowedUnsafeSysctls: [String] + allowedUnsafeSysctls: [String!] """ defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list. """ - defaultAddCapabilities: [String] + defaultAddCapabilities: [String!] """ defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process. """ @@ -100763,7 +100763,7 @@ type io_k8s_api_policy_v1beta1_PodSecurityPolicySpec { Examples: e.g. "foo/*" forbids "foo/bar", "foo/baz", etc. e.g. "foo.*" forbids "foo.bar", "foo.baz", etc. """ - forbiddenSysctls: [String] + forbiddenSysctls: [String!] fsGroup: io_k8s_api_policy_v1beta1_FSGroupStrategyOptions! """ hostIPC determines if the policy allows the use of HostIPC in the pod spec. @@ -100778,7 +100778,7 @@ type io_k8s_api_policy_v1beta1_PodSecurityPolicySpec { """ hostPID: Boolean """hostPorts determines which host port ranges are allowed to be exposed.""" - hostPorts: [io_k8s_api_policy_v1beta1_HostPortRange] + hostPorts: [io_k8s_api_policy_v1beta1_HostPortRange!] """privileged determines if a pod can request to be run as privileged.""" privileged: Boolean """ @@ -100788,7 +100788,7 @@ type io_k8s_api_policy_v1beta1_PodSecurityPolicySpec { """ requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added. """ - requiredDropCapabilities: [String] + requiredDropCapabilities: [String!] runAsGroup: io_k8s_api_policy_v1beta1_RunAsGroupStrategyOptions runAsUser: io_k8s_api_policy_v1beta1_RunAsUserStrategyOptions! runtimeClass: io_k8s_api_policy_v1beta1_RuntimeClassStrategyOptions @@ -100797,7 +100797,7 @@ type io_k8s_api_policy_v1beta1_PodSecurityPolicySpec { """ volumes is an allowlist of volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'. """ - volumes: [String] + volumes: [String!] } """ @@ -100839,7 +100839,7 @@ type io_k8s_api_policy_v1beta1_FSGroupStrategyOptions { """ ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs. """ - ranges: [io_k8s_api_policy_v1beta1_IDRange] + ranges: [io_k8s_api_policy_v1beta1_IDRange!] """ rule is the strategy that will dictate what FSGroup is used in the SecurityContext. """ @@ -100871,7 +100871,7 @@ type io_k8s_api_policy_v1beta1_RunAsGroupStrategyOptions { """ ranges are the allowed ranges of gids that may be used. If you would like to force a single gid then supply a single range with the same start and end. Required for MustRunAs. """ - ranges: [io_k8s_api_policy_v1beta1_IDRange] + ranges: [io_k8s_api_policy_v1beta1_IDRange!] """ rule is the strategy that will dictate the allowable RunAsGroup values that may be set. """ @@ -100885,7 +100885,7 @@ type io_k8s_api_policy_v1beta1_RunAsUserStrategyOptions { """ ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs. """ - ranges: [io_k8s_api_policy_v1beta1_IDRange] + ranges: [io_k8s_api_policy_v1beta1_IDRange!] """ rule is the strategy that will dictate the allowable RunAsUser values that may be set. """ @@ -100899,7 +100899,7 @@ type io_k8s_api_policy_v1beta1_RuntimeClassStrategyOptions { """ allowedRuntimeClassNames is an allowlist of RuntimeClass names that may be specified on a pod. A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset. """ - allowedRuntimeClassNames: [String]! + allowedRuntimeClassNames: [String!]! """ defaultRuntimeClassName is the default RuntimeClassName to set on the pod. The default MUST be allowed by the allowedRuntimeClassNames list. A value of nil does not mutate the Pod. """ @@ -100924,7 +100924,7 @@ type io_k8s_api_policy_v1beta1_SupplementalGroupsStrategyOptions { """ ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs. """ - ranges: [io_k8s_api_policy_v1beta1_IDRange] + ranges: [io_k8s_api_policy_v1beta1_IDRange!] """ rule is the strategy that will dictate what supplemental groups is used in the SecurityContext. """ @@ -100938,7 +100938,7 @@ type io_k8s_api_rbac_v1_ClusterRoleBindingList { """ apiVersion: String """Items is a list of ClusterRoleBindings""" - items: [io_k8s_api_rbac_v1_ClusterRoleBinding]! + items: [io_k8s_api_rbac_v1_ClusterRoleBinding!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -100961,7 +100961,7 @@ type io_k8s_api_rbac_v1_ClusterRoleBinding { metadata: io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta roleRef: io_k8s_api_rbac_v1_RoleRef! """Subjects holds references to the objects the role applies to.""" - subjects: [io_k8s_api_rbac_v1_Subject] + subjects: [io_k8s_api_rbac_v1_Subject!] } """RoleRef contains information that points to the role being used""" @@ -101001,7 +101001,7 @@ type io_k8s_api_rbac_v1_ClusterRoleList { """ apiVersion: String """Items is a list of ClusterRoles""" - items: [io_k8s_api_rbac_v1_ClusterRole]! + items: [io_k8s_api_rbac_v1_ClusterRole!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -101024,7 +101024,7 @@ type io_k8s_api_rbac_v1_ClusterRole { kind: String metadata: io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta """Rules holds all the PolicyRules for this ClusterRole""" - rules: [io_k8s_api_rbac_v1_PolicyRule] + rules: [io_k8s_api_rbac_v1_PolicyRule!] } """ @@ -101034,7 +101034,7 @@ type io_k8s_api_rbac_v1_AggregationRule { """ ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added """ - clusterRoleSelectors: [io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector] + clusterRoleSelectors: [io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector!] } """ @@ -101044,23 +101044,23 @@ type io_k8s_api_rbac_v1_PolicyRule { """ APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. """ - apiGroups: [String] + apiGroups: [String!] """ NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"), but not both. """ - nonResourceURLs: [String] + nonResourceURLs: [String!] """ ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. """ - resourceNames: [String] + resourceNames: [String!] """ Resources is a list of resources this rule applies to. '*' represents all resources. """ - resources: [String] + resources: [String!] """ Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. '*' represents all verbs. """ - verbs: [String]! + verbs: [String!]! } """RoleBindingList is a collection of RoleBindings""" @@ -101070,7 +101070,7 @@ type io_k8s_api_rbac_v1_RoleBindingList { """ apiVersion: String """Items is a list of RoleBindings""" - items: [io_k8s_api_rbac_v1_RoleBinding]! + items: [io_k8s_api_rbac_v1_RoleBinding!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -101093,7 +101093,7 @@ type io_k8s_api_rbac_v1_RoleBinding { metadata: io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta roleRef: io_k8s_api_rbac_v1_RoleRef! """Subjects holds references to the objects the role applies to.""" - subjects: [io_k8s_api_rbac_v1_Subject] + subjects: [io_k8s_api_rbac_v1_Subject!] } """RoleList is a collection of Roles""" @@ -101103,7 +101103,7 @@ type io_k8s_api_rbac_v1_RoleList { """ apiVersion: String """Items is a list of Roles""" - items: [io_k8s_api_rbac_v1_Role]! + items: [io_k8s_api_rbac_v1_Role!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -101125,7 +101125,7 @@ type io_k8s_api_rbac_v1_Role { kind: String metadata: io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta """Rules holds all the PolicyRules for this Role""" - rules: [io_k8s_api_rbac_v1_PolicyRule] + rules: [io_k8s_api_rbac_v1_PolicyRule!] } """ @@ -101137,7 +101137,7 @@ type io_k8s_api_rbac_v1alpha1_ClusterRoleBindingList { """ apiVersion: String """Items is a list of ClusterRoleBindings""" - items: [io_k8s_api_rbac_v1alpha1_ClusterRoleBinding]! + items: [io_k8s_api_rbac_v1alpha1_ClusterRoleBinding!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -101160,7 +101160,7 @@ type io_k8s_api_rbac_v1alpha1_ClusterRoleBinding { metadata: io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta roleRef: io_k8s_api_rbac_v1alpha1_RoleRef! """Subjects holds references to the objects the role applies to.""" - subjects: [io_k8s_api_rbac_v1alpha1_Subject] + subjects: [io_k8s_api_rbac_v1alpha1_Subject!] } """RoleRef contains information that points to the role being used""" @@ -101202,7 +101202,7 @@ type io_k8s_api_rbac_v1alpha1_ClusterRoleList { """ apiVersion: String """Items is a list of ClusterRoles""" - items: [io_k8s_api_rbac_v1alpha1_ClusterRole]! + items: [io_k8s_api_rbac_v1alpha1_ClusterRole!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -101225,7 +101225,7 @@ type io_k8s_api_rbac_v1alpha1_ClusterRole { kind: String metadata: io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta """Rules holds all the PolicyRules for this ClusterRole""" - rules: [io_k8s_api_rbac_v1alpha1_PolicyRule] + rules: [io_k8s_api_rbac_v1alpha1_PolicyRule!] } """ @@ -101235,7 +101235,7 @@ type io_k8s_api_rbac_v1alpha1_AggregationRule { """ ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added """ - clusterRoleSelectors: [io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector] + clusterRoleSelectors: [io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector!] } """ @@ -101245,23 +101245,23 @@ type io_k8s_api_rbac_v1alpha1_PolicyRule { """ APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. """ - apiGroups: [String] + apiGroups: [String!] """ NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"), but not both. """ - nonResourceURLs: [String] + nonResourceURLs: [String!] """ ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. """ - resourceNames: [String] + resourceNames: [String!] """ Resources is a list of resources this rule applies to. '*' represents all resources. """ - resources: [String] + resources: [String!] """ Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. '*' represents all verbs. """ - verbs: [String]! + verbs: [String!]! } """ @@ -101273,7 +101273,7 @@ type io_k8s_api_rbac_v1alpha1_RoleBindingList { """ apiVersion: String """Items is a list of RoleBindings""" - items: [io_k8s_api_rbac_v1alpha1_RoleBinding]! + items: [io_k8s_api_rbac_v1alpha1_RoleBinding!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -101296,7 +101296,7 @@ type io_k8s_api_rbac_v1alpha1_RoleBinding { metadata: io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta roleRef: io_k8s_api_rbac_v1alpha1_RoleRef! """Subjects holds references to the objects the role applies to.""" - subjects: [io_k8s_api_rbac_v1alpha1_Subject] + subjects: [io_k8s_api_rbac_v1alpha1_Subject!] } """ @@ -101308,7 +101308,7 @@ type io_k8s_api_rbac_v1alpha1_RoleList { """ apiVersion: String """Items is a list of Roles""" - items: [io_k8s_api_rbac_v1alpha1_Role]! + items: [io_k8s_api_rbac_v1alpha1_Role!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -101330,7 +101330,7 @@ type io_k8s_api_rbac_v1alpha1_Role { kind: String metadata: io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta """Rules holds all the PolicyRules for this Role""" - rules: [io_k8s_api_rbac_v1alpha1_PolicyRule] + rules: [io_k8s_api_rbac_v1alpha1_PolicyRule!] } """PriorityClassList is a collection of priority classes.""" @@ -101340,7 +101340,7 @@ type io_k8s_api_scheduling_v1_PriorityClassList { """ apiVersion: String """items is the list of PriorityClasses""" - items: [io_k8s_api_scheduling_v1_PriorityClass]! + items: [io_k8s_api_scheduling_v1_PriorityClass!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -101386,7 +101386,7 @@ type io_k8s_api_scheduling_v1alpha1_PriorityClassList { """ apiVersion: String """items is the list of PriorityClasses""" - items: [io_k8s_api_scheduling_v1alpha1_PriorityClass]! + items: [io_k8s_api_scheduling_v1alpha1_PriorityClass!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -101432,7 +101432,7 @@ type io_k8s_api_storage_v1_CSIDriverList { """ apiVersion: String """items is the list of CSIDriver""" - items: [io_k8s_api_storage_v1_CSIDriver]! + items: [io_k8s_api_storage_v1_CSIDriver!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -101510,13 +101510,13 @@ type io_k8s_api_storage_v1_CSIDriverSpec { Note: Audience in each TokenRequest should be different and at most one token is empty string. To receive a new token after expiry, RequiresRepublish can be used to trigger NodePublishVolume periodically. """ - tokenRequests: [io_k8s_api_storage_v1_TokenRequest] + tokenRequests: [io_k8s_api_storage_v1_TokenRequest!] """ volumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future. This field is beta. This field is immutable. """ - volumeLifecycleModes: [String] + volumeLifecycleModes: [String!] } """TokenRequest contains parameters of a service account token.""" @@ -101538,7 +101538,7 @@ type io_k8s_api_storage_v1_CSINodeList { """ apiVersion: String """items is the list of CSINode""" - items: [io_k8s_api_storage_v1_CSINode]! + items: [io_k8s_api_storage_v1_CSINode!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -101569,7 +101569,7 @@ type io_k8s_api_storage_v1_CSINodeSpec { """ drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty. """ - drivers: [io_k8s_api_storage_v1_CSINodeDriver]! + drivers: [io_k8s_api_storage_v1_CSINodeDriver!]! } """ @@ -101588,7 +101588,7 @@ type io_k8s_api_storage_v1_CSINodeDriver { """ topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.com/zone", "company.com/region"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology. """ - topologyKeys: [String] + topologyKeys: [String!] } """ @@ -101608,7 +101608,7 @@ type io_k8s_api_storage_v1_StorageClassList { """ apiVersion: String """Items is the list of StorageClasses""" - items: [io_k8s_api_storage_v1_StorageClass]! + items: [io_k8s_api_storage_v1_StorageClass!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -101629,7 +101629,7 @@ type io_k8s_api_storage_v1_StorageClass { """ Restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature. """ - allowedTopologies: [io_k8s_api_core_v1_TopologySelectorTerm] + allowedTopologies: [io_k8s_api_core_v1_TopologySelectorTerm!] """ APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources """ @@ -101642,7 +101642,7 @@ type io_k8s_api_storage_v1_StorageClass { """ Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid. """ - mountOptions: [String] + mountOptions: [String!] """ Parameters holds the parameters for the provisioner that should create volumes of this storage class. """ @@ -101664,7 +101664,7 @@ A topology selector term represents the result of label queries. A null or empty """ type io_k8s_api_core_v1_TopologySelectorTerm { """A list of topology selector requirements by labels.""" - matchLabelExpressions: [io_k8s_api_core_v1_TopologySelectorLabelRequirement] + matchLabelExpressions: [io_k8s_api_core_v1_TopologySelectorLabelRequirement!] } """ @@ -101676,7 +101676,7 @@ type io_k8s_api_core_v1_TopologySelectorLabelRequirement { """ An array of string values. One value must match the label to be selected. Each entry in Values is ORed. """ - values: [String]! + values: [String!]! } """VolumeAttachmentList is a collection of VolumeAttachment objects.""" @@ -101686,7 +101686,7 @@ type io_k8s_api_storage_v1_VolumeAttachmentList { """ apiVersion: String """Items is the list of VolumeAttachments""" - items: [io_k8s_api_storage_v1_VolumeAttachment]! + items: [io_k8s_api_storage_v1_VolumeAttachment!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -101768,7 +101768,7 @@ type io_k8s_api_storage_v1alpha1_CSIStorageCapacityList { """ apiVersion: String """Items is the list of CSIStorageCapacity objects.""" - items: [io_k8s_api_storage_v1alpha1_CSIStorageCapacity]! + items: [io_k8s_api_storage_v1alpha1_CSIStorageCapacity!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -101879,7 +101879,7 @@ type io_k8s_api_storage_v1alpha1_VolumeAttachmentList { """ apiVersion: String """Items is the list of VolumeAttachments""" - items: [io_k8s_api_storage_v1alpha1_VolumeAttachment]! + items: [io_k8s_api_storage_v1alpha1_VolumeAttachment!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -101961,7 +101961,7 @@ type io_k8s_api_storage_v1beta1_CSIStorageCapacityList { """ apiVersion: String """Items is the list of CSIStorageCapacity objects.""" - items: [io_k8s_api_storage_v1beta1_CSIStorageCapacity]! + items: [io_k8s_api_storage_v1beta1_CSIStorageCapacity!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -112834,7 +112834,7 @@ input io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta_Input { """ Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list. """ - finalizers: [String] + finalizers: [String!] """ GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server. @@ -112854,7 +112854,7 @@ input io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta_Input { """ ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object. """ - managedFields: [io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry_Input] + managedFields: [io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry_Input!] """ Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names """ @@ -112868,7 +112868,7 @@ input io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta_Input { """ List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller. """ - ownerReferences: [io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference_Input] + ownerReferences: [io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference_Input!] """ An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources. @@ -112949,7 +112949,7 @@ input io_k8s_api_core_v1_NamespaceSpec_Input { """ Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ """ - finalizers: [String] + finalizers: [String!] } """ @@ -112959,7 +112959,7 @@ input io_k8s_api_core_v1_NamespaceStatus_Input { """ Represents the latest available observations of a namespace's current state. """ - conditions: [io_k8s_api_core_v1_NamespaceCondition_Input] + conditions: [io_k8s_api_core_v1_NamespaceCondition_Input!] """ Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ """ @@ -113077,7 +113077,7 @@ type io_k8s_apimachinery_pkg_apis_meta_v1_StatusDetails { """ The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. """ - causes: [io_k8s_apimachinery_pkg_apis_meta_v1_StatusCause] + causes: [io_k8s_apimachinery_pkg_apis_meta_v1_StatusCause!] """ The group attribute of the resource associated with the status StatusReason. """ @@ -113131,7 +113131,7 @@ input io_k8s_apimachinery_pkg_apis_meta_v1_DeleteOptions_Input { """ When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed """ - dryRun: [String] + dryRun: [String!] """ The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. """ @@ -113213,7 +113213,7 @@ input io_k8s_api_core_v1_Endpoints_Input { """ The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service. """ - subsets: [io_k8s_api_core_v1_EndpointSubset_Input] + subsets: [io_k8s_api_core_v1_EndpointSubset_Input!] } """ @@ -113230,13 +113230,13 @@ input io_k8s_api_core_v1_EndpointSubset_Input { """ IP addresses which offer the related ports that are marked as ready. These endpoints should be considered safe for load balancers and clients to utilize. """ - addresses: [io_k8s_api_core_v1_EndpointAddress_Input] + addresses: [io_k8s_api_core_v1_EndpointAddress_Input!] """ IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check. """ - notReadyAddresses: [io_k8s_api_core_v1_EndpointAddress_Input] + notReadyAddresses: [io_k8s_api_core_v1_EndpointAddress_Input!] """Port numbers available on the related IP addresses.""" - ports: [io_k8s_api_core_v1_EndpointPort_Input] + ports: [io_k8s_api_core_v1_EndpointPort_Input!] } """EndpointAddress is a tuple that describes single IP address.""" @@ -113360,7 +113360,7 @@ LimitRangeSpec defines a min/max usage limit for resources that match on kind. """ input io_k8s_api_core_v1_LimitRangeSpec_Input { """Limits is the list of LimitRangeItem objects that are enforced.""" - limits: [io_k8s_api_core_v1_LimitRangeItem_Input]! + limits: [io_k8s_api_core_v1_LimitRangeItem_Input!]! } """ @@ -113411,7 +113411,7 @@ input io_k8s_api_core_v1_PersistentVolumeClaimSpec_Input { """ AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 """ - accessModes: [String] + accessModes: [String!] dataSource: io_k8s_api_core_v1_TypedLocalObjectReference_Input dataSourceRef: io_k8s_api_core_v1_TypedLocalObjectReference_Input resources: io_k8s_api_core_v1_ResourceRequirements_Input @@ -113463,7 +113463,7 @@ input io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector_Input { """ matchExpressions is a list of label selector requirements. The requirements are ANDed. """ - matchExpressions: [io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelectorRequirement_Input] + matchExpressions: [io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelectorRequirement_Input!] """ matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. """ @@ -113483,7 +113483,7 @@ input io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelectorRequirement_Input { """ values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. """ - values: [String] + values: [String!] } """ @@ -113493,13 +113493,13 @@ input io_k8s_api_core_v1_PersistentVolumeClaimStatus_Input { """ AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 """ - accessModes: [String] + accessModes: [String!] """Represents the actual resources of the underlying volume.""" capacity: JSON """ Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. """ - conditions: [io_k8s_api_core_v1_PersistentVolumeClaimCondition_Input] + conditions: [io_k8s_api_core_v1_PersistentVolumeClaimCondition_Input!] """Phase represents the current phase of PersistentVolumeClaim.""" phase: String } @@ -113555,7 +113555,7 @@ input io_k8s_api_core_v1_PodSpec_Input { """ List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. """ - containers: [io_k8s_api_core_v1_Container_Input]! + containers: [io_k8s_api_core_v1_Container_Input!]! dnsConfig: io_k8s_api_core_v1_PodDNSConfig_Input """ Set DNS policy for the pod. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'. @@ -113568,11 +113568,11 @@ input io_k8s_api_core_v1_PodSpec_Input { """ List of ephemeral containers run in this pod. Ephemeral containers may be run in an existing pod to perform user-initiated actions such as debugging. This list cannot be specified when creating a pod, and it cannot be modified by updating the pod spec. In order to add an ephemeral container to an existing pod, use the pod's ephemeralcontainers subresource. This field is alpha-level and is only honored by servers that enable the EphemeralContainers feature. """ - ephemeralContainers: [io_k8s_api_core_v1_EphemeralContainer_Input] + ephemeralContainers: [io_k8s_api_core_v1_EphemeralContainer_Input!] """ HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified. This is only valid for non-hostNetwork pods. """ - hostAliases: [io_k8s_api_core_v1_HostAlias_Input] + hostAliases: [io_k8s_api_core_v1_HostAlias_Input!] """Use the host's ipc namespace. Optional: Default to false.""" hostIPC: Boolean """ @@ -113588,11 +113588,11 @@ input io_k8s_api_core_v1_PodSpec_Input { """ ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod """ - imagePullSecrets: [io_k8s_api_core_v1_LocalObjectReference_Input] + imagePullSecrets: [io_k8s_api_core_v1_LocalObjectReference_Input!] """ List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ """ - initContainers: [io_k8s_api_core_v1_Container_Input] + initContainers: [io_k8s_api_core_v1_Container_Input!] """ NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements. """ @@ -113620,7 +113620,7 @@ input io_k8s_api_core_v1_PodSpec_Input { """ If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to "True" More info: https://git.k8s.io/enhancements/keps/sig-network/580-pod-readiness-gates """ - readinessGates: [io_k8s_api_core_v1_PodReadinessGate_Input] + readinessGates: [io_k8s_api_core_v1_PodReadinessGate_Input!] """ Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy """ @@ -113659,15 +113659,15 @@ input io_k8s_api_core_v1_PodSpec_Input { """ terminationGracePeriodSeconds: BigInt """If specified, the pod's tolerations.""" - tolerations: [io_k8s_api_core_v1_Toleration_Input] + tolerations: [io_k8s_api_core_v1_Toleration_Input!] """ TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. All topologySpreadConstraints are ANDed. """ - topologySpreadConstraints: [io_k8s_api_core_v1_TopologySpreadConstraint_Input] + topologySpreadConstraints: [io_k8s_api_core_v1_TopologySpreadConstraint_Input!] """ List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes """ - volumes: [io_k8s_api_core_v1_Volume_Input] + volumes: [io_k8s_api_core_v1_Volume_Input!] } """Affinity is a group of affinity scheduling rules.""" @@ -113682,7 +113682,7 @@ input io_k8s_api_core_v1_NodeAffinity_Input { """ The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred. """ - preferredDuringSchedulingIgnoredDuringExecution: [io_k8s_api_core_v1_PreferredSchedulingTerm_Input] + preferredDuringSchedulingIgnoredDuringExecution: [io_k8s_api_core_v1_PreferredSchedulingTerm_Input!] requiredDuringSchedulingIgnoredDuringExecution: io_k8s_api_core_v1_NodeSelector_Input } @@ -113702,9 +113702,9 @@ A null or empty node selector term matches no objects. The requirements of them """ input io_k8s_api_core_v1_NodeSelectorTerm_Input { """A list of node selector requirements by node's labels.""" - matchExpressions: [io_k8s_api_core_v1_NodeSelectorRequirement_Input] + matchExpressions: [io_k8s_api_core_v1_NodeSelectorRequirement_Input!] """A list of node selector requirements by node's fields.""" - matchFields: [io_k8s_api_core_v1_NodeSelectorRequirement_Input] + matchFields: [io_k8s_api_core_v1_NodeSelectorRequirement_Input!] } """ @@ -113720,7 +113720,7 @@ input io_k8s_api_core_v1_NodeSelectorRequirement_Input { """ An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. """ - values: [String] + values: [String!] } """ @@ -113728,7 +113728,7 @@ A node selector represents the union of the results of one or more label queries """ input io_k8s_api_core_v1_NodeSelector_Input { """Required. A list of node selector terms. The terms are ORed.""" - nodeSelectorTerms: [io_k8s_api_core_v1_NodeSelectorTerm_Input]! + nodeSelectorTerms: [io_k8s_api_core_v1_NodeSelectorTerm_Input!]! } """Pod affinity is a group of inter pod affinity scheduling rules.""" @@ -113736,11 +113736,11 @@ input io_k8s_api_core_v1_PodAffinity_Input { """ The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. """ - preferredDuringSchedulingIgnoredDuringExecution: [io_k8s_api_core_v1_WeightedPodAffinityTerm_Input] + preferredDuringSchedulingIgnoredDuringExecution: [io_k8s_api_core_v1_WeightedPodAffinityTerm_Input!] """ If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. """ - requiredDuringSchedulingIgnoredDuringExecution: [io_k8s_api_core_v1_PodAffinityTerm_Input] + requiredDuringSchedulingIgnoredDuringExecution: [io_k8s_api_core_v1_PodAffinityTerm_Input!] } """ @@ -113763,7 +113763,7 @@ input io_k8s_api_core_v1_PodAffinityTerm_Input { """ namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace" """ - namespaces: [String] + namespaces: [String!] """ This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. """ @@ -113777,11 +113777,11 @@ input io_k8s_api_core_v1_PodAntiAffinity_Input { """ The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. """ - preferredDuringSchedulingIgnoredDuringExecution: [io_k8s_api_core_v1_WeightedPodAffinityTerm_Input] + preferredDuringSchedulingIgnoredDuringExecution: [io_k8s_api_core_v1_WeightedPodAffinityTerm_Input!] """ If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. """ - requiredDuringSchedulingIgnoredDuringExecution: [io_k8s_api_core_v1_PodAffinityTerm_Input] + requiredDuringSchedulingIgnoredDuringExecution: [io_k8s_api_core_v1_PodAffinityTerm_Input!] } """A single application container that you want to run within a pod.""" @@ -113789,19 +113789,19 @@ input io_k8s_api_core_v1_Container_Input { """ Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell """ - args: [String] + args: [String!] """ Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell """ - command: [String] + command: [String!] """ List of environment variables to set in the container. Cannot be updated. """ - env: [io_k8s_api_core_v1_EnvVar_Input] + env: [io_k8s_api_core_v1_EnvVar_Input!] """ List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. """ - envFrom: [io_k8s_api_core_v1_EnvFromSource_Input] + envFrom: [io_k8s_api_core_v1_EnvFromSource_Input!] """ Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets. """ @@ -113819,7 +113819,7 @@ input io_k8s_api_core_v1_Container_Input { """ List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Cannot be updated. """ - ports: [io_k8s_api_core_v1_ContainerPort_Input] + ports: [io_k8s_api_core_v1_ContainerPort_Input!] readinessProbe: io_k8s_api_core_v1_Probe_Input resources: io_k8s_api_core_v1_ResourceRequirements_Input securityContext: io_k8s_api_core_v1_SecurityContext_Input @@ -113847,11 +113847,11 @@ input io_k8s_api_core_v1_Container_Input { """ volumeDevices is the list of block devices to be used by the container. """ - volumeDevices: [io_k8s_api_core_v1_VolumeDevice_Input] + volumeDevices: [io_k8s_api_core_v1_VolumeDevice_Input!] """ Pod volumes to mount into the container's filesystem. Cannot be updated. """ - volumeMounts: [io_k8s_api_core_v1_VolumeMount_Input] + volumeMounts: [io_k8s_api_core_v1_VolumeMount_Input!] """ Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated. """ @@ -114013,7 +114013,7 @@ input io_k8s_api_core_v1_ExecAction_Input { """ Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy. """ - command: [String] + command: [String!] } """HTTPGetAction describes an action based on HTTP Get requests.""" @@ -114023,7 +114023,7 @@ input io_k8s_api_core_v1_HTTPGetAction_Input { """ host: String """Custom headers to set in the request. HTTP allows repeated headers.""" - httpHeaders: [io_k8s_api_core_v1_HTTPHeader_Input] + httpHeaders: [io_k8s_api_core_v1_HTTPHeader_Input!] """Path to access on the HTTP server.""" path: String """ @@ -114146,9 +114146,9 @@ input io_k8s_api_core_v1_SecurityContext_Input { """Adds and removes POSIX capabilities from running containers.""" input io_k8s_api_core_v1_Capabilities_Input { """Added capabilities""" - add: [String] + add: [String!] """Removed capabilities""" - drop: [String] + drop: [String!] } """SELinuxOptions are the labels to be applied to the container""" @@ -114244,15 +114244,15 @@ input io_k8s_api_core_v1_PodDNSConfig_Input { """ A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed. """ - nameservers: [String] + nameservers: [String!] """ A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy. """ - options: [io_k8s_api_core_v1_PodDNSConfigOption_Input] + options: [io_k8s_api_core_v1_PodDNSConfigOption_Input!] """ A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed. """ - searches: [String] + searches: [String!] } """PodDNSConfigOption defines DNS resolver options of a pod.""" @@ -114269,19 +114269,19 @@ input io_k8s_api_core_v1_EphemeralContainer_Input { """ Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell """ - args: [String] + args: [String!] """ Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell """ - command: [String] + command: [String!] """ List of environment variables to set in the container. Cannot be updated. """ - env: [io_k8s_api_core_v1_EnvVar_Input] + env: [io_k8s_api_core_v1_EnvVar_Input!] """ List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. """ - envFrom: [io_k8s_api_core_v1_EnvFromSource_Input] + envFrom: [io_k8s_api_core_v1_EnvFromSource_Input!] """ Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images """ @@ -114297,7 +114297,7 @@ input io_k8s_api_core_v1_EphemeralContainer_Input { """ name: String! """Ports are not allowed for ephemeral containers.""" - ports: [io_k8s_api_core_v1_ContainerPort_Input] + ports: [io_k8s_api_core_v1_ContainerPort_Input!] readinessProbe: io_k8s_api_core_v1_Probe_Input resources: io_k8s_api_core_v1_ResourceRequirements_Input securityContext: io_k8s_api_core_v1_SecurityContext_Input @@ -114329,11 +114329,11 @@ input io_k8s_api_core_v1_EphemeralContainer_Input { """ volumeDevices is the list of block devices to be used by the container. """ - volumeDevices: [io_k8s_api_core_v1_VolumeDevice_Input] + volumeDevices: [io_k8s_api_core_v1_VolumeDevice_Input!] """ Pod volumes to mount into the container's filesystem. Cannot be updated. """ - volumeMounts: [io_k8s_api_core_v1_VolumeMount_Input] + volumeMounts: [io_k8s_api_core_v1_VolumeMount_Input!] """ Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated. """ @@ -114345,7 +114345,7 @@ HostAlias holds the mapping between IP and hostnames that will be injected as an """ input io_k8s_api_core_v1_HostAlias_Input { """Hostnames for the above IP address.""" - hostnames: [String] + hostnames: [String!] """IP address of the host file entry.""" ip: String } @@ -114401,11 +114401,11 @@ input io_k8s_api_core_v1_PodSecurityContext_Input { """ A list of groups applied to the first process run in each container, in addition to the container's primary GID. If unspecified, no groups will be added to any container. """ - supplementalGroups: [BigInt] + supplementalGroups: [BigInt!] """ Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. """ - sysctls: [io_k8s_api_core_v1_Sysctl_Input] + sysctls: [io_k8s_api_core_v1_Sysctl_Input!] windowsOptions: io_k8s_api_core_v1_WindowsSecurityContextOptions_Input } @@ -114573,7 +114573,7 @@ input io_k8s_api_core_v1_CephFSVolumeSource_Input { """ Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it """ - monitors: [String]! + monitors: [String!]! """ Optional: Used as the mounted root, rather than the full Ceph tree, default is / """ @@ -114625,7 +114625,7 @@ input io_k8s_api_core_v1_ConfigMapVolumeSource_Input { """ If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. """ - items: [io_k8s_api_core_v1_KeyToPath_Input] + items: [io_k8s_api_core_v1_KeyToPath_Input!] """ Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names """ @@ -114680,7 +114680,7 @@ input io_k8s_api_core_v1_DownwardAPIVolumeSource_Input { """ defaultMode: Int """Items is a list of downward API volume file""" - items: [io_k8s_api_core_v1_DownwardAPIVolumeFile_Input] + items: [io_k8s_api_core_v1_DownwardAPIVolumeFile_Input!] } """ @@ -114773,11 +114773,11 @@ input io_k8s_api_core_v1_FCVolumeSource_Input { """ readOnly: Boolean """Optional: FC target worldwide names (WWNs)""" - targetWWNs: [String] + targetWWNs: [String!] """ Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously. """ - wwids: [String] + wwids: [String!] } """ @@ -114910,7 +114910,7 @@ input io_k8s_api_core_v1_ISCSIVolumeSource_Input { """ iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). """ - portals: [String] + portals: [String!] """ ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. """ @@ -114983,7 +114983,7 @@ input io_k8s_api_core_v1_ProjectedVolumeSource_Input { """ defaultMode: Int """list of volume projections""" - sources: [io_k8s_api_core_v1_VolumeProjection_Input] + sources: [io_k8s_api_core_v1_VolumeProjection_Input!] } """ @@ -115005,7 +115005,7 @@ input io_k8s_api_core_v1_ConfigMapProjection_Input { """ If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. """ - items: [io_k8s_api_core_v1_KeyToPath_Input] + items: [io_k8s_api_core_v1_KeyToPath_Input!] """ Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names """ @@ -115019,7 +115019,7 @@ Represents downward API info for projecting into a projected volume. Note that t """ input io_k8s_api_core_v1_DownwardAPIProjection_Input { """Items is a list of DownwardAPIVolume file""" - items: [io_k8s_api_core_v1_DownwardAPIVolumeFile_Input] + items: [io_k8s_api_core_v1_DownwardAPIVolumeFile_Input!] } """ @@ -115031,7 +115031,7 @@ input io_k8s_api_core_v1_SecretProjection_Input { """ If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. """ - items: [io_k8s_api_core_v1_KeyToPath_Input] + items: [io_k8s_api_core_v1_KeyToPath_Input!] """ Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names """ @@ -115103,7 +115103,7 @@ input io_k8s_api_core_v1_RBDVolumeSource_Input { """ A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it """ - monitors: [String]! + monitors: [String!]! """ The rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it """ @@ -115163,7 +115163,7 @@ input io_k8s_api_core_v1_SecretVolumeSource_Input { """ If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. """ - items: [io_k8s_api_core_v1_KeyToPath_Input] + items: [io_k8s_api_core_v1_KeyToPath_Input!] """Specify whether the Secret or its keys must be defined""" optional: Boolean """ @@ -115216,15 +115216,15 @@ input io_k8s_api_core_v1_PodStatus_Input { """ Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions """ - conditions: [io_k8s_api_core_v1_PodCondition_Input] + conditions: [io_k8s_api_core_v1_PodCondition_Input!] """ The list has one entry per container in the manifest. Each entry is currently the output of \`docker inspect\`. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status """ - containerStatuses: [io_k8s_api_core_v1_ContainerStatus_Input] + containerStatuses: [io_k8s_api_core_v1_ContainerStatus_Input!] """ Status for any ephemeral containers that have run in this pod. This field is alpha-level and is only populated by servers that enable the EphemeralContainers feature. """ - ephemeralContainerStatuses: [io_k8s_api_core_v1_ContainerStatus_Input] + ephemeralContainerStatuses: [io_k8s_api_core_v1_ContainerStatus_Input!] """ IP address of the host to which the pod is assigned. Empty if not yet scheduled. """ @@ -115232,7 +115232,7 @@ input io_k8s_api_core_v1_PodStatus_Input { """ The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status """ - initContainerStatuses: [io_k8s_api_core_v1_ContainerStatus_Input] + initContainerStatuses: [io_k8s_api_core_v1_ContainerStatus_Input!] """ A human readable message indicating details about why the pod is in this condition. """ @@ -115256,7 +115256,7 @@ input io_k8s_api_core_v1_PodStatus_Input { """ podIPs holds the IP addresses allocated to the pod. If this field is specified, the 0th entry must match the podIP field. Pods may be allocated at most 1 value for each of IPv4 and IPv6. This list is empty if no IPs have been allocated yet. """ - podIPs: [io_k8s_api_core_v1_PodIP_Input] + podIPs: [io_k8s_api_core_v1_PodIP_Input!] """ The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://git.k8s.io/community/contributors/design-proposals/node/resource-qos.md """ @@ -115408,7 +115408,7 @@ type io_k8s_apimachinery_pkg_apis_meta_v1_DeleteOptions { """ When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed """ - dryRun: [String] + dryRun: [String!] """ The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. """ @@ -115525,7 +115525,7 @@ input io_k8s_api_core_v1_ReplicationControllerStatus_Input { """ Represents the latest available observations of a replication controller's current state. """ - conditions: [io_k8s_api_core_v1_ReplicationControllerCondition_Input] + conditions: [io_k8s_api_core_v1_ReplicationControllerCondition_Input!] """ The number of pods that have labels matching the labels of the pod template of the replication controller. """ @@ -115618,7 +115618,7 @@ input io_k8s_api_core_v1_ResourceQuotaSpec_Input { """ A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects. """ - scopes: [String] + scopes: [String!] } """ @@ -115626,7 +115626,7 @@ A scope selector represents the AND of the selectors represented by the scoped-r """ input io_k8s_api_core_v1_ScopeSelector_Input { """A list of scope selector requirements by scope of the resources.""" - matchExpressions: [io_k8s_api_core_v1_ScopedResourceSelectorRequirement_Input] + matchExpressions: [io_k8s_api_core_v1_ScopedResourceSelectorRequirement_Input!] } """ @@ -115642,7 +115642,7 @@ input io_k8s_api_core_v1_ScopedResourceSelectorRequirement_Input { """ An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. """ - values: [String] + values: [String!] } """ResourceQuotaStatus defines the enforced hard limits and observed use.""" @@ -115701,7 +115701,7 @@ input io_k8s_api_core_v1_ServiceAccount_Input { """ ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod """ - imagePullSecrets: [io_k8s_api_core_v1_LocalObjectReference_Input] + imagePullSecrets: [io_k8s_api_core_v1_LocalObjectReference_Input!] """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -115710,7 +115710,7 @@ input io_k8s_api_core_v1_ServiceAccount_Input { """ Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: https://kubernetes.io/docs/concepts/configuration/secret """ - secrets: [io_k8s_api_core_v1_ObjectReference_Input] + secrets: [io_k8s_api_core_v1_ObjectReference_Input!] } """TokenRequest requests a token for a given service account.""" @@ -115735,7 +115735,7 @@ type io_k8s_api_authentication_v1_TokenRequestSpec { """ Audiences are the intendend audiences of the token. A recipient of a token must identitfy themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences. """ - audiences: [String]! + audiences: [String!]! boundObjectRef: io_k8s_api_authentication_v1_BoundObjectReference """ ExpirationSeconds is the requested duration of validity of the request. The token issuer may return a token with a different validity duration so a client needs to check the 'expiration' field in a response. @@ -115789,7 +115789,7 @@ input io_k8s_api_authentication_v1_TokenRequestSpec_Input { """ Audiences are the intendend audiences of the token. A recipient of a token must identitfy themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences. """ - audiences: [String]! + audiences: [String!]! boundObjectRef: io_k8s_api_authentication_v1_BoundObjectReference_Input """ ExpirationSeconds is the requested duration of validity of the request. The token issuer may return a token with a different validity duration so a client needs to check the 'expiration' field in a response. @@ -115853,11 +115853,11 @@ input io_k8s_api_core_v1_ServiceSpec_Input { Unless the "IPv6DualStack" feature gate is enabled, this field is limited to one value, which must be the same as the clusterIP field. If the feature gate is enabled, this field may hold a maximum of two entries (dual-stack IPs, in either order). These IPs must correspond to the values of the ipFamilies field. Both clusterIPs and ipFamilies are governed by the ipFamilyPolicy field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies """ - clusterIPs: [String] + clusterIPs: [String!] """ externalIPs is a list of IP addresses for which nodes in the cluster will also accept traffic for this service. These IPs are not managed by Kubernetes. The user is responsible for ensuring that traffic arrives at a node with this IP. A common example is external load-balancers that are not part of the Kubernetes system. """ - externalIPs: [String] + externalIPs: [String!] """ externalName is the external reference that discovery mechanisms will return as an alias for this service (e.g. a DNS CNAME record). No proxying will be involved. Must be a lowercase RFC-1123 hostname (https://tools.ietf.org/html/rfc1123) and requires \`type\` to be "ExternalName". """ @@ -115879,7 +115879,7 @@ input io_k8s_api_core_v1_ServiceSpec_Input { This field may hold a maximum of two entries (dual-stack families, in either order). These families must correspond to the values of the clusterIPs field, if specified. Both clusterIPs and ipFamilies are governed by the ipFamilyPolicy field. """ - ipFamilies: [String] + ipFamilies: [String!] """ IPFamilyPolicy represents the dual-stack-ness requested or required by this Service, and is gated by the "IPv6DualStack" feature gate. If there is no value provided, then this field will be set to SingleStack. Services can be "SingleStack" (a single IP family), "PreferDualStack" (two IP families on dual-stack configured clusters or a single IP family on single-stack clusters), or "RequireDualStack" (two IP families on dual-stack configured clusters, otherwise fail). The ipFamilies and clusterIPs fields depend on the value of this field. This field will be wiped when updating a service to type ExternalName. """ @@ -115895,11 +115895,11 @@ input io_k8s_api_core_v1_ServiceSpec_Input { """ If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified client IPs. This field will be ignored if the cloud-provider does not support the feature." More info: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/ """ - loadBalancerSourceRanges: [String] + loadBalancerSourceRanges: [String!] """ The list of ports that are exposed by this service. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies """ - ports: [io_k8s_api_core_v1_ServicePort_Input] + ports: [io_k8s_api_core_v1_ServicePort_Input!] """ publishNotReadyAddresses indicates that any agent which deals with endpoints for this Service should disregard any indications of ready/not-ready. The primary use case for setting this field is for a StatefulSet's Headless Service to propagate SRV DNS records for its Pods for the purpose of peer discovery. The Kubernetes controllers that generate Endpoints and EndpointSlice resources for Services interpret this to mean that all endpoints are considered "ready" even if the Pods themselves are not. Agents which consume only Kubernetes generated endpoints through the Endpoints or EndpointSlice resources can safely assume this behavior. """ @@ -115965,7 +115965,7 @@ input io_k8s_api_core_v1_ClientIPConfig_Input { """ServiceStatus represents the current status of a service.""" input io_k8s_api_core_v1_ServiceStatus_Input { """Current service state""" - conditions: [io_k8s_apimachinery_pkg_apis_meta_v1_Condition_Input] + conditions: [io_k8s_apimachinery_pkg_apis_meta_v1_Condition_Input!] loadBalancer: io_k8s_api_core_v1_LoadBalancerStatus_Input } @@ -116000,7 +116000,7 @@ input io_k8s_api_core_v1_LoadBalancerStatus_Input { """ Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points. """ - ingress: [io_k8s_api_core_v1_LoadBalancerIngress_Input] + ingress: [io_k8s_api_core_v1_LoadBalancerIngress_Input!] } """ @@ -116018,7 +116018,7 @@ input io_k8s_api_core_v1_LoadBalancerIngress_Input { """ Ports is a list of records of service ports If used, every port defined in the service should have an entry in it """ - ports: [io_k8s_api_core_v1_PortStatus_Input] + ports: [io_k8s_api_core_v1_PortStatus_Input!] } input io_k8s_api_core_v1_PortStatus_Input { @@ -116068,13 +116068,13 @@ input io_k8s_api_core_v1_NodeSpec_Input { """ podCIDRs represents the IP ranges assigned to the node for usage by Pods on that node. If this field is specified, the 0th entry must match the podCIDR field. It may contain at most 1 value for each of IPv4 and IPv6. """ - podCIDRs: [String] + podCIDRs: [String!] """ ID of the node assigned by the cloud provider in the format: :// """ providerID: String """If specified, the node's taints.""" - taints: [io_k8s_api_core_v1_Taint_Input] + taints: [io_k8s_api_core_v1_Taint_Input!] """ Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: https://kubernetes.io/docs/concepts/nodes/node/#manual-node-administration """ @@ -116137,7 +116137,7 @@ input io_k8s_api_core_v1_NodeStatus_Input { """ List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example. """ - addresses: [io_k8s_api_core_v1_NodeAddress_Input] + addresses: [io_k8s_api_core_v1_NodeAddress_Input!] """ Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity. """ @@ -116149,20 +116149,20 @@ input io_k8s_api_core_v1_NodeStatus_Input { """ Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition """ - conditions: [io_k8s_api_core_v1_NodeCondition_Input] + conditions: [io_k8s_api_core_v1_NodeCondition_Input!] config: io_k8s_api_core_v1_NodeConfigStatus_Input daemonEndpoints: io_k8s_api_core_v1_NodeDaemonEndpoints_Input """List of container images on this node""" - images: [io_k8s_api_core_v1_ContainerImage_Input] + images: [io_k8s_api_core_v1_ContainerImage_Input!] nodeInfo: io_k8s_api_core_v1_NodeSystemInfo_Input """ NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated. """ phase: String """List of volumes that are attached to the node.""" - volumesAttached: [io_k8s_api_core_v1_AttachedVolume_Input] + volumesAttached: [io_k8s_api_core_v1_AttachedVolume_Input!] """List of attachable volumes in use (mounted) by the node.""" - volumesInUse: [String] + volumesInUse: [String!] } """NodeAddress contains information for the node's address.""" @@ -116222,7 +116222,7 @@ input io_k8s_api_core_v1_ContainerImage_Input { """ Names by which this image is known. e.g. ["k8s.gcr.io/hyperkube:v1.0.7", "dockerhub.io/google_containers/hyperkube:v1.0.7"] """ - names: [String] + names: [String!] """The size of the image in bytes.""" sizeBytes: BigInt } @@ -116293,7 +116293,7 @@ input io_k8s_api_core_v1_PersistentVolumeSpec_Input { """ AccessModes contains all ways the volume can be mounted. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes """ - accessModes: [String] + accessModes: [String!] awsElasticBlockStore: io_k8s_api_core_v1_AWSElasticBlockStoreVolumeSource_Input azureDisk: io_k8s_api_core_v1_AzureDiskVolumeSource_Input azureFile: io_k8s_api_core_v1_AzureFilePersistentVolumeSource_Input @@ -116316,7 +116316,7 @@ input io_k8s_api_core_v1_PersistentVolumeSpec_Input { """ A list of mount options, e.g. ["ro", "soft"]. Not validated - mount will simply fail if one is invalid. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#mount-options """ - mountOptions: [String] + mountOptions: [String!] nfs: io_k8s_api_core_v1_NFSVolumeSource_Input nodeAffinity: io_k8s_api_core_v1_VolumeNodeAffinity_Input """ @@ -116365,7 +116365,7 @@ input io_k8s_api_core_v1_CephFSPersistentVolumeSource_Input { """ Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it """ - monitors: [String]! + monitors: [String!]! """ Optional: Used as the mounted root, rather than the full Ceph tree, default is / """ @@ -116510,7 +116510,7 @@ input io_k8s_api_core_v1_ISCSIPersistentVolumeSource_Input { """ iSCSI Target Portal List. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). """ - portals: [String] + portals: [String!] """ ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. """ @@ -116562,7 +116562,7 @@ input io_k8s_api_core_v1_RBDPersistentVolumeSource_Input { """ A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it """ - monitors: [String]! + monitors: [String!]! """ The rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it """ @@ -116662,7 +116662,7 @@ input io_k8s_api_admissionregistration_v1_MutatingWebhookConfiguration_Input { """ Webhooks is a list of webhooks and the affected resources and operations. """ - webhooks: [io_k8s_api_admissionregistration_v1_MutatingWebhook_Input] + webhooks: [io_k8s_api_admissionregistration_v1_MutatingWebhook_Input!] } """ @@ -116672,7 +116672,7 @@ input io_k8s_api_admissionregistration_v1_MutatingWebhook_Input { """ AdmissionReviewVersions is an ordered list of preferred \`AdmissionReview\` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy. """ - admissionReviewVersions: [String]! + admissionReviewVersions: [String!]! clientConfig: io_k8s_api_admissionregistration_v1_WebhookClientConfig_Input! """ FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail. @@ -116707,7 +116707,7 @@ input io_k8s_api_admissionregistration_v1_MutatingWebhook_Input { """ Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects. """ - rules: [io_k8s_api_admissionregistration_v1_RuleWithOperations_Input] + rules: [io_k8s_api_admissionregistration_v1_RuleWithOperations_Input!] """ SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission chain and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some. """ @@ -116766,15 +116766,15 @@ input io_k8s_api_admissionregistration_v1_RuleWithOperations_Input { """ APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required. """ - apiGroups: [String] + apiGroups: [String!] """ APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required. """ - apiVersions: [String] + apiVersions: [String!] """ Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required. """ - operations: [String] + operations: [String!] """ Resources is a list of resources this rule applies to. @@ -116784,7 +116784,7 @@ input io_k8s_api_admissionregistration_v1_RuleWithOperations_Input { Depending on the enclosing object, subresources might not be allowed. Required. """ - resources: [String] + resources: [String!] """ scope specifies the scope of this rule. Valid values are "Cluster", "Namespaced", and "*" "Cluster" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. "Namespaced" means that only namespaced resources will match this rule. "*" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is "*". """ @@ -116807,7 +116807,7 @@ input io_k8s_api_admissionregistration_v1_ValidatingWebhookConfiguration_Input { """ Webhooks is a list of webhooks and the affected resources and operations. """ - webhooks: [io_k8s_api_admissionregistration_v1_ValidatingWebhook_Input] + webhooks: [io_k8s_api_admissionregistration_v1_ValidatingWebhook_Input!] } """ @@ -116817,7 +116817,7 @@ input io_k8s_api_admissionregistration_v1_ValidatingWebhook_Input { """ AdmissionReviewVersions is an ordered list of preferred \`AdmissionReview\` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy. """ - admissionReviewVersions: [String]! + admissionReviewVersions: [String!]! clientConfig: io_k8s_api_admissionregistration_v1_WebhookClientConfig_Input! """ FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail. @@ -116842,7 +116842,7 @@ input io_k8s_api_admissionregistration_v1_ValidatingWebhook_Input { """ Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects. """ - rules: [io_k8s_api_admissionregistration_v1_RuleWithOperations_Input] + rules: [io_k8s_api_admissionregistration_v1_RuleWithOperations_Input!] """ SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission chain and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some. """ @@ -116891,7 +116891,7 @@ input io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceDef """ versions is the list of all API versions of the defined custom resource. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. """ - versions: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionVersion_Input]! + versions: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionVersion_Input!]! } """ @@ -116912,7 +116912,7 @@ input io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_WebhookConversion """ conversionReviewVersions is an ordered list of preferred \`ConversionReview\` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. """ - conversionReviewVersions: [String]! + conversionReviewVersions: [String!]! } """ @@ -116961,7 +116961,7 @@ input io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceDef """ categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like \`kubectl get all\`. """ - categories: [String] + categories: [String!] """ kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the \`kind\` attribute in API calls. """ @@ -116977,7 +116977,7 @@ input io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceDef """ shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like \`kubectl get \`. It must be all lowercase. """ - shortNames: [String] + shortNames: [String!] """ singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased \`kind\`. """ @@ -116989,7 +116989,7 @@ input io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceDef """ additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If no columns are specified, a single column displaying the age of the custom resource is used. """ - additionalPrinterColumns: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceColumnDefinition_Input] + additionalPrinterColumns: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceColumnDefinition_Input!] """ deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false. """ @@ -117057,8 +117057,8 @@ input io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps_I JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property. """ additionalItems: JSON - allOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps_Input] - anyOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps_Input] + allOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps_Input!] + anyOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps_Input!] """ JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. """ @@ -117066,7 +117066,7 @@ input io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps_I definitions: JSON dependencies: JSON description: String - enum: [JSON] + enum: [JSON!] """ JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. """ @@ -117099,11 +117099,11 @@ input io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps_I """ not: io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps_Input nullable: Boolean - oneOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps_Input] + oneOf: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps_Input!] pattern: String patternProperties: JSON properties: JSON - required: [String] + required: [String!] title: String type: String uniqueItems: Boolean @@ -117131,7 +117131,7 @@ input io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps_I The properties specified must either be required or have a default value, to ensure those properties are present for all list items. """ - x_kubernetes_list_map_keys: [String] @resolveRootField(subgraph: "Kubernetes", field: "x-kubernetes-list-map-keys") + x_kubernetes_list_map_keys: [String!] @resolveRootField(subgraph: "Kubernetes", field: "x-kubernetes-list-map-keys") """ x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values: @@ -117208,11 +117208,11 @@ input io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceDef """ conditions indicate state for particular aspects of a CustomResourceDefinition """ - conditions: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionCondition_Input] + conditions: [io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionCondition_Input!] """ storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from \`spec.versions\` while they exist in this list. """ - storedVersions: [String] + storedVersions: [String!] } """ @@ -117300,7 +117300,7 @@ input io_k8s_kube_aggregator_pkg_apis_apiregistration_v1_ServiceReference_Input """APIServiceStatus contains derived information about an API server""" input io_k8s_kube_aggregator_pkg_apis_apiregistration_v1_APIServiceStatus_Input { """Current service state of apiService.""" - conditions: [io_k8s_kube_aggregator_pkg_apis_apiregistration_v1_APIServiceCondition_Input] + conditions: [io_k8s_kube_aggregator_pkg_apis_apiregistration_v1_APIServiceCondition_Input!] } """ @@ -117403,7 +117403,7 @@ input io_k8s_api_apps_v1_DaemonSetStatus_Input { """ Represents the latest available observations of a DaemonSet's current state. """ - conditions: [io_k8s_api_apps_v1_DaemonSetCondition_Input] + conditions: [io_k8s_api_apps_v1_DaemonSetCondition_Input!] """ The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ """ @@ -117532,7 +117532,7 @@ input io_k8s_api_apps_v1_DeploymentStatus_Input { """ Represents the latest available observations of a deployment's current state. """ - conditions: [io_k8s_api_apps_v1_DeploymentCondition_Input] + conditions: [io_k8s_api_apps_v1_DeploymentCondition_Input!] """The generation observed by the deployment controller.""" observedGeneration: BigInt """ @@ -117615,7 +117615,7 @@ input io_k8s_api_apps_v1_ReplicaSetStatus_Input { """ Represents the latest available observations of a replica set's current state. """ - conditions: [io_k8s_api_apps_v1_ReplicaSetCondition_Input] + conditions: [io_k8s_api_apps_v1_ReplicaSetCondition_Input!] """ The number of pods that have labels matching the labels of the pod template of the replicaset. """ @@ -117700,7 +117700,7 @@ input io_k8s_api_apps_v1_StatefulSetSpec_Input { """ volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name. """ - volumeClaimTemplates: [io_k8s_api_core_v1_PersistentVolumeClaim_Input] + volumeClaimTemplates: [io_k8s_api_core_v1_PersistentVolumeClaim_Input!] } """ @@ -117737,7 +117737,7 @@ input io_k8s_api_apps_v1_StatefulSetStatus_Input { """ Represents the latest available observations of a statefulset's current state. """ - conditions: [io_k8s_api_apps_v1_StatefulSetCondition_Input] + conditions: [io_k8s_api_apps_v1_StatefulSetCondition_Input!] """ currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision. """ @@ -117806,7 +117806,7 @@ type io_k8s_api_authentication_v1_TokenReviewSpec { """ Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver. """ - audiences: [String] + audiences: [String!] """Token is the opaque bearer token.""" token: String } @@ -117816,7 +117816,7 @@ type io_k8s_api_authentication_v1_TokenReviewStatus { """ Audiences are audience identifiers chosen by the authenticator that are compatible with both the TokenReview and token. An identifier is any identifier in the intersection of the TokenReviewSpec audiences and the token's audiences. A client of the TokenReview API that sets the spec.audiences field should validate that a compatible audience identifier is returned in the status.audiences field to ensure that the TokenReview server is audience aware. If a TokenReview returns an empty status.audience field where status.authenticated is "true", the token is valid against the audience of the Kubernetes API server. """ - audiences: [String] + audiences: [String!] """ Authenticated indicates that the token was associated with a known user. """ @@ -117833,7 +117833,7 @@ type io_k8s_api_authentication_v1_UserInfo { """Any additional information provided by the authenticator.""" extra: JSON """The names of groups this user is a part of.""" - groups: [String] + groups: [String!] """ A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs. """ @@ -117864,7 +117864,7 @@ input io_k8s_api_authentication_v1_TokenReviewSpec_Input { """ Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver. """ - audiences: [String] + audiences: [String!] """Token is the opaque bearer token.""" token: String } @@ -117874,7 +117874,7 @@ input io_k8s_api_authentication_v1_TokenReviewStatus_Input { """ Audiences are audience identifiers chosen by the authenticator that are compatible with both the TokenReview and token. An identifier is any identifier in the intersection of the TokenReviewSpec audiences and the token's audiences. A client of the TokenReview API that sets the spec.audiences field should validate that a compatible audience identifier is returned in the status.audiences field to ensure that the TokenReview server is audience aware. If a TokenReview returns an empty status.audience field where status.authenticated is "true", the token is valid against the audience of the Kubernetes API server. """ - audiences: [String] + audiences: [String!] """ Authenticated indicates that the token was associated with a known user. """ @@ -117891,7 +117891,7 @@ input io_k8s_api_authentication_v1_UserInfo_Input { """Any additional information provided by the authenticator.""" extra: JSON """The names of groups this user is a part of.""" - groups: [String] + groups: [String!] """ A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs. """ @@ -117926,7 +117926,7 @@ type io_k8s_api_authorization_v1_SubjectAccessReviewSpec { """ extra: JSON """Groups is the groups you're testing for.""" - groups: [String] + groups: [String!] nonResourceAttributes: io_k8s_api_authorization_v1_NonResourceAttributes resourceAttributes: io_k8s_api_authorization_v1_ResourceAttributes """UID information about the requesting user.""" @@ -118017,7 +118017,7 @@ input io_k8s_api_authorization_v1_SubjectAccessReviewSpec_Input { """ extra: JSON """Groups is the groups you're testing for.""" - groups: [String] + groups: [String!] nonResourceAttributes: io_k8s_api_authorization_v1_NonResourceAttributes_Input resourceAttributes: io_k8s_api_authorization_v1_ResourceAttributes_Input """UID information about the requesting user.""" @@ -118172,11 +118172,11 @@ type io_k8s_api_authorization_v1_SubjectRulesReviewStatus { """ NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete. """ - nonResourceRules: [io_k8s_api_authorization_v1_NonResourceRule]! + nonResourceRules: [io_k8s_api_authorization_v1_NonResourceRule!]! """ ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete. """ - resourceRules: [io_k8s_api_authorization_v1_ResourceRule]! + resourceRules: [io_k8s_api_authorization_v1_ResourceRule!]! } """ @@ -118186,11 +118186,11 @@ type io_k8s_api_authorization_v1_NonResourceRule { """ NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. "*" means all. """ - nonResourceURLs: [String] + nonResourceURLs: [String!] """ Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all. """ - verbs: [String]! + verbs: [String!]! } """ @@ -118200,20 +118200,20 @@ type io_k8s_api_authorization_v1_ResourceRule { """ APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. "*" means all. """ - apiGroups: [String] + apiGroups: [String!] """ ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. "*" means all. """ - resourceNames: [String] + resourceNames: [String!] """ Resources is a list of resources this rule applies to. "*" means all in the specified apiGroups. "*/foo" represents the subresource 'foo' for all resources in the specified apiGroups. """ - resources: [String] + resources: [String!] """ Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. "*" means all. """ - verbs: [String]! + verbs: [String!]! } """ @@ -118256,11 +118256,11 @@ input io_k8s_api_authorization_v1_SubjectRulesReviewStatus_Input { """ NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete. """ - nonResourceRules: [io_k8s_api_authorization_v1_NonResourceRule_Input]! + nonResourceRules: [io_k8s_api_authorization_v1_NonResourceRule_Input!]! """ ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete. """ - resourceRules: [io_k8s_api_authorization_v1_ResourceRule_Input]! + resourceRules: [io_k8s_api_authorization_v1_ResourceRule_Input!]! } """ @@ -118270,11 +118270,11 @@ input io_k8s_api_authorization_v1_NonResourceRule_Input { """ NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. "*" means all. """ - nonResourceURLs: [String] + nonResourceURLs: [String!] """ Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all. """ - verbs: [String]! + verbs: [String!]! } """ @@ -118284,20 +118284,20 @@ input io_k8s_api_authorization_v1_ResourceRule_Input { """ APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. "*" means all. """ - apiGroups: [String] + apiGroups: [String!] """ ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. "*" means all. """ - resourceNames: [String] + resourceNames: [String!] """ Resources is a list of resources this rule applies to. "*" means all in the specified apiGroups. "*/foo" represents the subresource 'foo' for all resources in the specified apiGroups. """ - resources: [String] + resources: [String!] """ Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. "*" means all. """ - verbs: [String]! + verbs: [String!]! } """ @@ -118428,7 +118428,7 @@ input io_k8s_api_autoscaling_v2beta1_HorizontalPodAutoscalerSpec_Input { """ metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. """ - metrics: [io_k8s_api_autoscaling_v2beta1_MetricSpec_Input] + metrics: [io_k8s_api_autoscaling_v2beta1_MetricSpec_Input!] """ minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available. """ @@ -118768,11 +118768,11 @@ input io_k8s_api_autoscaling_v2beta1_HorizontalPodAutoscalerStatus_Input { """ conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met. """ - conditions: [io_k8s_api_autoscaling_v2beta1_HorizontalPodAutoscalerCondition_Input]! + conditions: [io_k8s_api_autoscaling_v2beta1_HorizontalPodAutoscalerCondition_Input!]! """ currentMetrics is the last read state of the metrics used by this autoscaler. """ - currentMetrics: [io_k8s_api_autoscaling_v2beta1_MetricStatus_Input] + currentMetrics: [io_k8s_api_autoscaling_v2beta1_MetricStatus_Input!] """ currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler. """ @@ -119149,7 +119149,7 @@ input io_k8s_api_autoscaling_v2beta2_HorizontalPodAutoscalerSpec_Input { """ metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization. """ - metrics: [io_k8s_api_autoscaling_v2beta2_MetricSpec_Input] + metrics: [io_k8s_api_autoscaling_v2beta2_MetricSpec_Input!] """ minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available. """ @@ -119172,7 +119172,7 @@ input io_k8s_api_autoscaling_v2beta2_HPAScalingRules_Input { """ policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid """ - policies: [io_k8s_api_autoscaling_v2beta2_HPAScalingPolicy_Input] + policies: [io_k8s_api_autoscaling_v2beta2_HPAScalingPolicy_Input!] """ selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used. """ @@ -119373,11 +119373,11 @@ input io_k8s_api_autoscaling_v2beta2_HorizontalPodAutoscalerStatus_Input { """ conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met. """ - conditions: [io_k8s_api_autoscaling_v2beta2_HorizontalPodAutoscalerCondition_Input]! + conditions: [io_k8s_api_autoscaling_v2beta2_HorizontalPodAutoscalerCondition_Input!]! """ currentMetrics is the last read state of the metrics used by this autoscaler. """ - currentMetrics: [io_k8s_api_autoscaling_v2beta2_MetricStatus_Input] + currentMetrics: [io_k8s_api_autoscaling_v2beta2_MetricStatus_Input!] """ currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler. """ @@ -119653,7 +119653,7 @@ input io_k8s_api_batch_v1_JobSpec_Input { """CronJobStatus represents the current state of a cron job.""" input io_k8s_api_batch_v1_CronJobStatus_Input { """A list of pointers to currently running jobs.""" - active: [io_k8s_api_core_v1_ObjectReference_Input] + active: [io_k8s_api_core_v1_ObjectReference_Input!] """ Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. """ @@ -119694,7 +119694,7 @@ input io_k8s_api_batch_v1_JobStatus_Input { """ The latest available observations of an object's current state. When a Job fails, one of the conditions will have type "Failed" and status true. When a Job is suspended, one of the conditions will have type "Suspended" and status true; when the Job is resumed, the status of this condition will become false. When a Job is completed, one of the conditions will have type "Complete" and status true. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ """ - conditions: [io_k8s_api_batch_v1_JobCondition_Input] + conditions: [io_k8s_api_batch_v1_JobCondition_Input!] """The number of pods which reached phase Failed.""" failed: Int """ @@ -119731,9 +119731,9 @@ UncountedTerminatedPods holds UIDs of Pods that have terminated but haven't been """ input io_k8s_api_batch_v1_UncountedTerminatedPods_Input { """Failed holds UIDs of failed Pods.""" - failed: [String] + failed: [String!] """Succeeded holds UIDs of succeeded Pods.""" - succeeded: [String] + succeeded: [String!] } """CronJob represents the configuration of a single cron job.""" @@ -119791,7 +119791,7 @@ input io_k8s_api_batch_v1beta1_JobTemplateSpec_Input { """CronJobStatus represents the current state of a cron job.""" input io_k8s_api_batch_v1beta1_CronJobStatus_Input { """A list of pointers to currently running jobs.""" - active: [io_k8s_api_core_v1_ObjectReference_Input] + active: [io_k8s_api_core_v1_ObjectReference_Input!] """ Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. """ @@ -119851,7 +119851,7 @@ input io_k8s_api_certificates_v1_CertificateSigningRequestSpec_Input { """ groups contains group membership of the user that created the CertificateSigningRequest. Populated by the API server on creation and immutable. """ - groups: [String] + groups: [String!] """ request contains an x509 certificate signing request encoded in a "CERTIFICATE REQUEST" PEM block. When serialized as JSON or YAML, the data is additionally base64-encoded. """ @@ -119900,7 +119900,7 @@ input io_k8s_api_certificates_v1_CertificateSigningRequestSpec_Input { "ipsec end system", "ipsec tunnel", "ipsec user", "timestamping", "ocsp signing", "microsoft sgc", "netscape sgc" """ - usages: [String] + usages: [String!] """ username contains the name of the user that created the CertificateSigningRequest. Populated by the API server on creation and immutable. """ @@ -119939,7 +119939,7 @@ input io_k8s_api_certificates_v1_CertificateSigningRequestStatus_Input { """ conditions applied to the request. Known conditions are "Approved", "Denied", and "Failed". """ - conditions: [io_k8s_api_certificates_v1_CertificateSigningRequestCondition_Input] + conditions: [io_k8s_api_certificates_v1_CertificateSigningRequestCondition_Input!] } """ @@ -120027,7 +120027,7 @@ input io_k8s_api_discovery_v1_EndpointSlice_Input { """ endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints. """ - endpoints: [io_k8s_api_discovery_v1_Endpoint_Input]! + endpoints: [io_k8s_api_discovery_v1_Endpoint_Input!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -120036,7 +120036,7 @@ input io_k8s_api_discovery_v1_EndpointSlice_Input { """ ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. When ports is empty, it indicates that there are no defined ports. When a port is defined with a nil port value, it indicates "all ports". Each slice may include a maximum of 100 ports. """ - ports: [io_k8s_api_discovery_v1_EndpointPort_Input] + ports: [io_k8s_api_discovery_v1_EndpointPort_Input!] } """Endpoint represents a single logical "backend" implementing a service.""" @@ -120044,7 +120044,7 @@ input io_k8s_api_discovery_v1_Endpoint_Input { """ addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100. """ - addresses: [String]! + addresses: [String!]! conditions: io_k8s_api_discovery_v1_EndpointConditions_Input """ deprecatedTopology contains topology information part of the v1beta1 API. This field is deprecated, and will be removed when the v1beta1 API is removed (no sooner than kubernetes v1.24). While this field can hold values, it is not writable through the v1 API, and any attempts to write to it will be silently ignored. Topology information can be found in the zone and nodeName fields instead. @@ -120087,7 +120087,7 @@ input io_k8s_api_discovery_v1_EndpointHints_Input { """ forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing. """ - forZones: [io_k8s_api_discovery_v1_ForZone_Input] + forZones: [io_k8s_api_discovery_v1_ForZone_Input!] } """ @@ -120133,7 +120133,7 @@ input io_k8s_api_discovery_v1beta1_EndpointSlice_Input { """ endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints. """ - endpoints: [io_k8s_api_discovery_v1beta1_Endpoint_Input]! + endpoints: [io_k8s_api_discovery_v1beta1_Endpoint_Input!]! """ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds """ @@ -120142,7 +120142,7 @@ input io_k8s_api_discovery_v1beta1_EndpointSlice_Input { """ ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. When ports is empty, it indicates that there are no defined ports. When a port is defined with a nil port value, it indicates "all ports". Each slice may include a maximum of 100 ports. """ - ports: [io_k8s_api_discovery_v1beta1_EndpointPort_Input] + ports: [io_k8s_api_discovery_v1beta1_EndpointPort_Input!] } """Endpoint represents a single logical "backend" implementing a service.""" @@ -120150,7 +120150,7 @@ input io_k8s_api_discovery_v1beta1_Endpoint_Input { """ addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100. """ - addresses: [String]! + addresses: [String!]! conditions: io_k8s_api_discovery_v1beta1_EndpointConditions_Input hints: io_k8s_api_discovery_v1beta1_EndpointHints_Input """ @@ -120198,7 +120198,7 @@ input io_k8s_api_discovery_v1beta1_EndpointHints_Input { """ forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing. May contain a maximum of 8 entries. """ - forZones: [io_k8s_api_discovery_v1beta1_ForZone_Input] + forZones: [io_k8s_api_discovery_v1beta1_ForZone_Input!] } """ @@ -120397,7 +120397,7 @@ input io_k8s_api_flowcontrol_v1beta1_FlowSchemaSpec_Input { """ \`rules\` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema. """ - rules: [io_k8s_api_flowcontrol_v1beta1_PolicyRulesWithSubjects_Input] + rules: [io_k8s_api_flowcontrol_v1beta1_PolicyRulesWithSubjects_Input!] } """FlowDistinguisherMethod specifies the method of a flow distinguisher.""" @@ -120425,15 +120425,15 @@ input io_k8s_api_flowcontrol_v1beta1_PolicyRulesWithSubjects_Input { """ \`nonResourceRules\` is a list of NonResourcePolicyRules that identify matching requests according to their verb and the target non-resource URL. """ - nonResourceRules: [io_k8s_api_flowcontrol_v1beta1_NonResourcePolicyRule_Input] + nonResourceRules: [io_k8s_api_flowcontrol_v1beta1_NonResourcePolicyRule_Input!] """ \`resourceRules\` is a slice of ResourcePolicyRules that identify matching requests according to their verb and the target resource. At least one of \`resourceRules\` and \`nonResourceRules\` has to be non-empty. """ - resourceRules: [io_k8s_api_flowcontrol_v1beta1_ResourcePolicyRule_Input] + resourceRules: [io_k8s_api_flowcontrol_v1beta1_ResourcePolicyRule_Input!] """ subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required. """ - subjects: [io_k8s_api_flowcontrol_v1beta1_Subject_Input]! + subjects: [io_k8s_api_flowcontrol_v1beta1_Subject_Input!]! } """ @@ -120449,11 +120449,11 @@ input io_k8s_api_flowcontrol_v1beta1_NonResourcePolicyRule_Input { - "/healthz/*" matches all per-component health checks. "*" matches all non-resource urls. if it is present, it must be the only entry. Required. """ - nonResourceURLs: [String]! + nonResourceURLs: [String!]! """ \`verbs\` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required. """ - verbs: [String]! + verbs: [String!]! } """ @@ -120463,7 +120463,7 @@ input io_k8s_api_flowcontrol_v1beta1_ResourcePolicyRule_Input { """ \`apiGroups\` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required. """ - apiGroups: [String]! + apiGroups: [String!]! """ \`clusterScope\` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the \`namespaces\` field must contain a non-empty list. """ @@ -120471,15 +120471,15 @@ input io_k8s_api_flowcontrol_v1beta1_ResourcePolicyRule_Input { """ \`namespaces\` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the \`clusterScope\` field for that). This list may be empty, but only if \`clusterScope\` is true. """ - namespaces: [String] + namespaces: [String!] """ \`resources\` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required. """ - resources: [String]! + resources: [String!]! """ \`verbs\` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required. """ - verbs: [String]! + verbs: [String!]! } """ @@ -120526,7 +120526,7 @@ input io_k8s_api_flowcontrol_v1beta1_UserSubject_Input { """FlowSchemaStatus represents the current state of a FlowSchema.""" input io_k8s_api_flowcontrol_v1beta1_FlowSchemaStatus_Input { """\`conditions\` is a list of the current states of FlowSchema.""" - conditions: [io_k8s_api_flowcontrol_v1beta1_FlowSchemaCondition_Input] + conditions: [io_k8s_api_flowcontrol_v1beta1_FlowSchemaCondition_Input!] } """FlowSchemaCondition describes conditions for a FlowSchema.""" @@ -120628,7 +120628,7 @@ PriorityLevelConfigurationStatus represents the current state of a "request-prio """ input io_k8s_api_flowcontrol_v1beta1_PriorityLevelConfigurationStatus_Input { """\`conditions\` is the current state of "request-priority".""" - conditions: [io_k8s_api_flowcontrol_v1beta1_PriorityLevelConfigurationCondition_Input] + conditions: [io_k8s_api_flowcontrol_v1beta1_PriorityLevelConfigurationCondition_Input!] } """ @@ -120679,9 +120679,9 @@ input io_k8s_api_apiserverinternal_v1alpha1_StorageVersionStatus_Input { """ commonEncodingVersion: String """The latest available observations of the storageVersion's state.""" - conditions: [io_k8s_api_apiserverinternal_v1alpha1_StorageVersionCondition_Input] + conditions: [io_k8s_api_apiserverinternal_v1alpha1_StorageVersionCondition_Input!] """The reported versions per API server instance.""" - storageVersions: [io_k8s_api_apiserverinternal_v1alpha1_ServerStorageVersion_Input] + storageVersions: [io_k8s_api_apiserverinternal_v1alpha1_ServerStorageVersion_Input!] } """Describes the state of the storageVersion at a certain point.""" @@ -120713,7 +120713,7 @@ input io_k8s_api_apiserverinternal_v1alpha1_ServerStorageVersion_Input { """ The API server can decode objects encoded in these versions. The encodingVersion must be included in the decodableVersions. """ - decodableVersions: [String] + decodableVersions: [String!] """ The API server encodes the object to this version when persisting it in the backend (e.g., etcd). """ @@ -120794,11 +120794,11 @@ input io_k8s_api_networking_v1_IngressSpec_Input { """ A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. """ - rules: [io_k8s_api_networking_v1_IngressRule_Input] + rules: [io_k8s_api_networking_v1_IngressRule_Input!] """ TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. """ - tls: [io_k8s_api_networking_v1_IngressTLS_Input] + tls: [io_k8s_api_networking_v1_IngressTLS_Input!] } """IngressBackend describes all endpoints for a given service and port.""" @@ -120851,7 +120851,7 @@ HTTPIngressRuleValue is a list of http selectors pointing to backends. In the ex """ input io_k8s_api_networking_v1_HTTPIngressRuleValue_Input { """A collection of paths that map requests to backends.""" - paths: [io_k8s_api_networking_v1_HTTPIngressPath_Input]! + paths: [io_k8s_api_networking_v1_HTTPIngressPath_Input!]! } """ @@ -120886,7 +120886,7 @@ input io_k8s_api_networking_v1_IngressTLS_Input { """ Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified. """ - hosts: [String] + hosts: [String!] """ SecretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing. """ @@ -120919,16 +120919,16 @@ input io_k8s_api_networking_v1_NetworkPolicySpec_Input { """ List of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8 """ - egress: [io_k8s_api_networking_v1_NetworkPolicyEgressRule_Input] + egress: [io_k8s_api_networking_v1_NetworkPolicyEgressRule_Input!] """ List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default) """ - ingress: [io_k8s_api_networking_v1_NetworkPolicyIngressRule_Input] + ingress: [io_k8s_api_networking_v1_NetworkPolicyIngressRule_Input!] podSelector: io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector_Input! """ List of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an Egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8 """ - policyTypes: [String] + policyTypes: [String!] } """ @@ -120938,11 +120938,11 @@ input io_k8s_api_networking_v1_NetworkPolicyEgressRule_Input { """ List of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list. """ - ports: [io_k8s_api_networking_v1_NetworkPolicyPort_Input] + ports: [io_k8s_api_networking_v1_NetworkPolicyPort_Input!] """ List of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list. """ - to: [io_k8s_api_networking_v1_NetworkPolicyPeer_Input] + to: [io_k8s_api_networking_v1_NetworkPolicyPeer_Input!] } """NetworkPolicyPort describes a port to allow traffic on""" @@ -120981,7 +120981,7 @@ input io_k8s_api_networking_v1_IPBlock_Input { """ Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" or "2001:db9::/64" Except values will be rejected if they are outside the CIDR range """ - except: [String] + except: [String!] } """ @@ -120991,11 +120991,11 @@ input io_k8s_api_networking_v1_NetworkPolicyIngressRule_Input { """ List of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the from list. """ - from: [io_k8s_api_networking_v1_NetworkPolicyPeer_Input] + from: [io_k8s_api_networking_v1_NetworkPolicyPeer_Input!] """ List of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list. """ - ports: [io_k8s_api_networking_v1_NetworkPolicyPort_Input] + ports: [io_k8s_api_networking_v1_NetworkPolicyPort_Input!] } """ @@ -121040,7 +121040,7 @@ input io_k8s_api_node_v1_Scheduling_Input { """ tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass. """ - tolerations: [io_k8s_api_core_v1_Toleration_Input] + tolerations: [io_k8s_api_core_v1_Toleration_Input!] } """ @@ -121092,7 +121092,7 @@ input io_k8s_api_node_v1alpha1_Scheduling_Input { """ tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass. """ - tolerations: [io_k8s_api_core_v1_Toleration_Input] + tolerations: [io_k8s_api_core_v1_Toleration_Input!] } """ @@ -121137,7 +121137,7 @@ input io_k8s_api_node_v1beta1_Scheduling_Input { """ tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass. """ - tolerations: [io_k8s_api_core_v1_Toleration_Input] + tolerations: [io_k8s_api_core_v1_Toleration_Input!] } """ @@ -121185,7 +121185,7 @@ input io_k8s_api_policy_v1_PodDisruptionBudgetStatus_Input { The condition will be True, and the number of allowed disruptions are provided by the disruptionsAllowed property. """ - conditions: [io_k8s_apimachinery_pkg_apis_meta_v1_Condition_Input] + conditions: [io_k8s_apimachinery_pkg_apis_meta_v1_Condition_Input!] """current number of healthy pods""" currentHealthy: Int! """minimum desired number of healthy pods""" @@ -121249,7 +121249,7 @@ input io_k8s_api_policy_v1beta1_PodDisruptionBudgetStatus_Input { The condition will be True, and the number of allowed disruptions are provided by the disruptionsAllowed property. """ - conditions: [io_k8s_apimachinery_pkg_apis_meta_v1_Condition_Input] + conditions: [io_k8s_apimachinery_pkg_apis_meta_v1_Condition_Input!] """current number of healthy pods""" currentHealthy: Int! """minimum desired number of healthy pods""" @@ -121293,33 +121293,33 @@ input io_k8s_api_policy_v1beta1_PodSecurityPolicySpec_Input { """ AllowedCSIDrivers is an allowlist of inline CSI drivers that must be explicitly set to be embedded within a pod spec. An empty value indicates that any CSI driver can be used for inline ephemeral volumes. This is a beta field, and is only honored if the API server enables the CSIInlineVolume feature gate. """ - allowedCSIDrivers: [io_k8s_api_policy_v1beta1_AllowedCSIDriver_Input] + allowedCSIDrivers: [io_k8s_api_policy_v1beta1_AllowedCSIDriver_Input!] """ allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities. """ - allowedCapabilities: [String] + allowedCapabilities: [String!] """ allowedFlexVolumes is an allowlist of Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the "volumes" field. """ - allowedFlexVolumes: [io_k8s_api_policy_v1beta1_AllowedFlexVolume_Input] + allowedFlexVolumes: [io_k8s_api_policy_v1beta1_AllowedFlexVolume_Input!] """ allowedHostPaths is an allowlist of host paths. Empty indicates that all host paths may be used. """ - allowedHostPaths: [io_k8s_api_policy_v1beta1_AllowedHostPath_Input] + allowedHostPaths: [io_k8s_api_policy_v1beta1_AllowedHostPath_Input!] """ AllowedProcMountTypes is an allowlist of allowed ProcMountTypes. Empty or nil indicates that only the DefaultProcMountType may be used. This requires the ProcMountType feature flag to be enabled. """ - allowedProcMountTypes: [String] + allowedProcMountTypes: [String!] """ allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to allowlist all allowed unsafe sysctls explicitly to avoid rejection. Examples: e.g. "foo/*" allows "foo/bar", "foo/baz", etc. e.g. "foo.*" allows "foo.bar", "foo.baz", etc. """ - allowedUnsafeSysctls: [String] + allowedUnsafeSysctls: [String!] """ defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list. """ - defaultAddCapabilities: [String] + defaultAddCapabilities: [String!] """ defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process. """ @@ -121329,7 +121329,7 @@ input io_k8s_api_policy_v1beta1_PodSecurityPolicySpec_Input { Examples: e.g. "foo/*" forbids "foo/bar", "foo/baz", etc. e.g. "foo.*" forbids "foo.bar", "foo.baz", etc. """ - forbiddenSysctls: [String] + forbiddenSysctls: [String!] fsGroup: io_k8s_api_policy_v1beta1_FSGroupStrategyOptions_Input! """ hostIPC determines if the policy allows the use of HostIPC in the pod spec. @@ -121344,7 +121344,7 @@ input io_k8s_api_policy_v1beta1_PodSecurityPolicySpec_Input { """ hostPID: Boolean """hostPorts determines which host port ranges are allowed to be exposed.""" - hostPorts: [io_k8s_api_policy_v1beta1_HostPortRange_Input] + hostPorts: [io_k8s_api_policy_v1beta1_HostPortRange_Input!] """privileged determines if a pod can request to be run as privileged.""" privileged: Boolean """ @@ -121354,7 +121354,7 @@ input io_k8s_api_policy_v1beta1_PodSecurityPolicySpec_Input { """ requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added. """ - requiredDropCapabilities: [String] + requiredDropCapabilities: [String!] runAsGroup: io_k8s_api_policy_v1beta1_RunAsGroupStrategyOptions_Input runAsUser: io_k8s_api_policy_v1beta1_RunAsUserStrategyOptions_Input! runtimeClass: io_k8s_api_policy_v1beta1_RuntimeClassStrategyOptions_Input @@ -121363,7 +121363,7 @@ input io_k8s_api_policy_v1beta1_PodSecurityPolicySpec_Input { """ volumes is an allowlist of volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'. """ - volumes: [String] + volumes: [String!] } """ @@ -121405,7 +121405,7 @@ input io_k8s_api_policy_v1beta1_FSGroupStrategyOptions_Input { """ ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs. """ - ranges: [io_k8s_api_policy_v1beta1_IDRange_Input] + ranges: [io_k8s_api_policy_v1beta1_IDRange_Input!] """ rule is the strategy that will dictate what FSGroup is used in the SecurityContext. """ @@ -121437,7 +121437,7 @@ input io_k8s_api_policy_v1beta1_RunAsGroupStrategyOptions_Input { """ ranges are the allowed ranges of gids that may be used. If you would like to force a single gid then supply a single range with the same start and end. Required for MustRunAs. """ - ranges: [io_k8s_api_policy_v1beta1_IDRange_Input] + ranges: [io_k8s_api_policy_v1beta1_IDRange_Input!] """ rule is the strategy that will dictate the allowable RunAsGroup values that may be set. """ @@ -121451,7 +121451,7 @@ input io_k8s_api_policy_v1beta1_RunAsUserStrategyOptions_Input { """ ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs. """ - ranges: [io_k8s_api_policy_v1beta1_IDRange_Input] + ranges: [io_k8s_api_policy_v1beta1_IDRange_Input!] """ rule is the strategy that will dictate the allowable RunAsUser values that may be set. """ @@ -121465,7 +121465,7 @@ input io_k8s_api_policy_v1beta1_RuntimeClassStrategyOptions_Input { """ allowedRuntimeClassNames is an allowlist of RuntimeClass names that may be specified on a pod. A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset. """ - allowedRuntimeClassNames: [String]! + allowedRuntimeClassNames: [String!]! """ defaultRuntimeClassName is the default RuntimeClassName to set on the pod. The default MUST be allowed by the allowedRuntimeClassNames list. A value of nil does not mutate the Pod. """ @@ -121490,7 +121490,7 @@ input io_k8s_api_policy_v1beta1_SupplementalGroupsStrategyOptions_Input { """ ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs. """ - ranges: [io_k8s_api_policy_v1beta1_IDRange_Input] + ranges: [io_k8s_api_policy_v1beta1_IDRange_Input!] """ rule is the strategy that will dictate what supplemental groups is used in the SecurityContext. """ @@ -121512,7 +121512,7 @@ input io_k8s_api_rbac_v1_ClusterRoleBinding_Input { metadata: io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta_Input roleRef: io_k8s_api_rbac_v1_RoleRef_Input! """Subjects holds references to the objects the role applies to.""" - subjects: [io_k8s_api_rbac_v1_Subject_Input] + subjects: [io_k8s_api_rbac_v1_Subject_Input!] } """RoleRef contains information that points to the role being used""" @@ -121560,7 +121560,7 @@ input io_k8s_api_rbac_v1_ClusterRole_Input { kind: String metadata: io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta_Input """Rules holds all the PolicyRules for this ClusterRole""" - rules: [io_k8s_api_rbac_v1_PolicyRule_Input] + rules: [io_k8s_api_rbac_v1_PolicyRule_Input!] } """ @@ -121570,7 +121570,7 @@ input io_k8s_api_rbac_v1_AggregationRule_Input { """ ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added """ - clusterRoleSelectors: [io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector_Input] + clusterRoleSelectors: [io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector_Input!] } """ @@ -121580,23 +121580,23 @@ input io_k8s_api_rbac_v1_PolicyRule_Input { """ APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. """ - apiGroups: [String] + apiGroups: [String!] """ NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"), but not both. """ - nonResourceURLs: [String] + nonResourceURLs: [String!] """ ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. """ - resourceNames: [String] + resourceNames: [String!] """ Resources is a list of resources this rule applies to. '*' represents all resources. """ - resources: [String] + resources: [String!] """ Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. '*' represents all verbs. """ - verbs: [String]! + verbs: [String!]! } """ @@ -121614,7 +121614,7 @@ input io_k8s_api_rbac_v1_RoleBinding_Input { metadata: io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta_Input roleRef: io_k8s_api_rbac_v1_RoleRef_Input! """Subjects holds references to the objects the role applies to.""" - subjects: [io_k8s_api_rbac_v1_Subject_Input] + subjects: [io_k8s_api_rbac_v1_Subject_Input!] } """ @@ -121631,7 +121631,7 @@ input io_k8s_api_rbac_v1_Role_Input { kind: String metadata: io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta_Input """Rules holds all the PolicyRules for this Role""" - rules: [io_k8s_api_rbac_v1_PolicyRule_Input] + rules: [io_k8s_api_rbac_v1_PolicyRule_Input!] } """ @@ -121649,7 +121649,7 @@ input io_k8s_api_rbac_v1alpha1_ClusterRoleBinding_Input { metadata: io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta_Input roleRef: io_k8s_api_rbac_v1alpha1_RoleRef_Input! """Subjects holds references to the objects the role applies to.""" - subjects: [io_k8s_api_rbac_v1alpha1_Subject_Input] + subjects: [io_k8s_api_rbac_v1alpha1_Subject_Input!] } """RoleRef contains information that points to the role being used""" @@ -121697,7 +121697,7 @@ input io_k8s_api_rbac_v1alpha1_ClusterRole_Input { kind: String metadata: io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta_Input """Rules holds all the PolicyRules for this ClusterRole""" - rules: [io_k8s_api_rbac_v1alpha1_PolicyRule_Input] + rules: [io_k8s_api_rbac_v1alpha1_PolicyRule_Input!] } """ @@ -121707,7 +121707,7 @@ input io_k8s_api_rbac_v1alpha1_AggregationRule_Input { """ ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added """ - clusterRoleSelectors: [io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector_Input] + clusterRoleSelectors: [io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector_Input!] } """ @@ -121717,23 +121717,23 @@ input io_k8s_api_rbac_v1alpha1_PolicyRule_Input { """ APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. """ - apiGroups: [String] + apiGroups: [String!] """ NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"), but not both. """ - nonResourceURLs: [String] + nonResourceURLs: [String!] """ ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. """ - resourceNames: [String] + resourceNames: [String!] """ Resources is a list of resources this rule applies to. '*' represents all resources. """ - resources: [String] + resources: [String!] """ Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. '*' represents all verbs. """ - verbs: [String]! + verbs: [String!]! } """ @@ -121751,7 +121751,7 @@ input io_k8s_api_rbac_v1alpha1_RoleBinding_Input { metadata: io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta_Input roleRef: io_k8s_api_rbac_v1alpha1_RoleRef_Input! """Subjects holds references to the objects the role applies to.""" - subjects: [io_k8s_api_rbac_v1alpha1_Subject_Input] + subjects: [io_k8s_api_rbac_v1alpha1_Subject_Input!] } """ @@ -121768,7 +121768,7 @@ input io_k8s_api_rbac_v1alpha1_Role_Input { kind: String metadata: io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta_Input """Rules holds all the PolicyRules for this Role""" - rules: [io_k8s_api_rbac_v1alpha1_PolicyRule_Input] + rules: [io_k8s_api_rbac_v1alpha1_PolicyRule_Input!] } """ @@ -121903,13 +121903,13 @@ input io_k8s_api_storage_v1_CSIDriverSpec_Input { Note: Audience in each TokenRequest should be different and at most one token is empty string. To receive a new token after expiry, RequiresRepublish can be used to trigger NodePublishVolume periodically. """ - tokenRequests: [io_k8s_api_storage_v1_TokenRequest_Input] + tokenRequests: [io_k8s_api_storage_v1_TokenRequest_Input!] """ volumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future. This field is beta. This field is immutable. """ - volumeLifecycleModes: [String] + volumeLifecycleModes: [String!] } """TokenRequest contains parameters of a service account token.""" @@ -121947,7 +121947,7 @@ input io_k8s_api_storage_v1_CSINodeSpec_Input { """ drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty. """ - drivers: [io_k8s_api_storage_v1_CSINodeDriver_Input]! + drivers: [io_k8s_api_storage_v1_CSINodeDriver_Input!]! } """ @@ -121966,7 +121966,7 @@ input io_k8s_api_storage_v1_CSINodeDriver_Input { """ topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.com/zone", "company.com/region"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology. """ - topologyKeys: [String] + topologyKeys: [String!] } """ @@ -121992,7 +121992,7 @@ input io_k8s_api_storage_v1_StorageClass_Input { """ Restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature. """ - allowedTopologies: [io_k8s_api_core_v1_TopologySelectorTerm_Input] + allowedTopologies: [io_k8s_api_core_v1_TopologySelectorTerm_Input!] """ APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources """ @@ -122005,7 +122005,7 @@ input io_k8s_api_storage_v1_StorageClass_Input { """ Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid. """ - mountOptions: [String] + mountOptions: [String!] """ Parameters holds the parameters for the provisioner that should create volumes of this storage class. """ @@ -122027,7 +122027,7 @@ A topology selector term represents the result of label queries. A null or empty """ input io_k8s_api_core_v1_TopologySelectorTerm_Input { """A list of topology selector requirements by labels.""" - matchLabelExpressions: [io_k8s_api_core_v1_TopologySelectorLabelRequirement_Input] + matchLabelExpressions: [io_k8s_api_core_v1_TopologySelectorLabelRequirement_Input!] } """ @@ -122039,7 +122039,7 @@ input io_k8s_api_core_v1_TopologySelectorLabelRequirement_Input { """ An array of string values. One value must match the label to be selected. Each entry in Values is ORed. """ - values: [String]! + values: [String!]! } """ @@ -122447,7 +122447,7 @@ type Query { """ Comma-separated list of fields to display for an API resource. By default it contains all fields of an API resource. """ - fields: [String] + fields: [String!] ): indexes_documents_list_response @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/documents", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"limit\\":\\"limit\\",\\"offset\\":\\"offset\\",\\"fields\\":\\"fields\\"}") """ Get one [document](https://docs.meilisearch.com/learn/core_concepts/documents.html) using its unique id. @@ -122463,7 +122463,7 @@ type Query { """ Comma-separated list of fields to display for an API resource. By default it contains all fields of an API resource. """ - fields: [String] + fields: [String!] ): indexes_documents_get_response @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/documents/{args.documentId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") """ Search for documents matching a specific query in the given index. @@ -122482,11 +122482,11 @@ type Query { """ Comma-separated list of attributes whose fields will be present in the returned documents. Defaults to the [displayedAttributes list](https://docs.meilisearch.com/reference/features/settings.html#displayed-attributes) which contains by default all attributes found in the documents. """ - attributesToRetrieve: [String] + attributesToRetrieve: [String!] """ Comma-separated list of attributes whose values will contain highlighted matching terms. Highlighted attributes are returned in \`_formatted\` response object. """ - attributesToHighlight: [String] + attributesToHighlight: [String!] """Specify the tag to put before the highlighted query terms.""" highlightPreTag: String = "" """Specify the tag to put after the highlighted query terms.""" @@ -122583,7 +122583,7 @@ type Query { port: String = "7700" """Index Unique Identifier""" indexUid: String! - ): [indexes_settings_sortable_attributes_get_response] @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/settings/sortable-attributes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [indexes_settings_sortable_attributes_get_response!] @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/settings/sortable-attributes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Get the list of [stop-words](https://docs.meilisearch.com/reference/features/stop_words.html) of an index. @@ -122594,7 +122594,7 @@ type Query { port: String = "7700" """Index Unique Identifier""" indexUid: String! - ): [indexes_settings_stopWords_get_response] @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/settings/stop-words", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [indexes_settings_stopWords_get_response!] @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/settings/stop-words", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Get the [ranking rules](https://docs.meilisearch.com/learn/core_concepts/relevancy.html#ranking-rules) of an index. @@ -122605,7 +122605,7 @@ type Query { port: String = "7700" """Index Unique Identifier""" indexUid: String! - ): [indexes_settings_rankingRules_get_response] @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/settings/ranking-rules", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [indexes_settings_rankingRules_get_response!] @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/settings/ranking-rules", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Get the typo tolerance configuration of an index. @@ -122649,7 +122649,7 @@ type Query { port: String = "7700" """Index Unique Identifier""" indexUid: String! - ): [indexes_settings_filterableAttributes_get_response] @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/settings/filterable-attributes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [indexes_settings_filterableAttributes_get_response!] @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/settings/filterable-attributes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Get the [distinct attribute](https://docs.meilisearch.com/reference/features/settings.html#distinct-attribute) field of an index. @@ -122671,7 +122671,7 @@ type Query { port: String = "7700" """Index Unique Identifier""" indexUid: String! - ): [indexes_settings_searchableAttributes_get_response] @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/settings/searchable-attributes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [indexes_settings_searchableAttributes_get_response!] @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/settings/searchable-attributes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Get the [displayed attributes](https://docs.meilisearch.com/reference/features/settings.html#displayed-attributes) of an index. @@ -122682,7 +122682,7 @@ type Query { port: String = "7700" """Index Unique Identifier""" indexUid: String! - ): [indexes_settings_displayedAttributes_get_response] @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/settings/displayed-attributes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [indexes_settings_displayedAttributes_get_response!] @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/settings/displayed-attributes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """Get stats of an index.""" indexes_stats_get( protocol: mutationInput_dumps_create_protocol = https @@ -122788,7 +122788,7 @@ enum mutationInput_dumps_create_protocol { union indexes_list_response @statusCodeTypeName(subgraph: "MeiliSearch", statusCode: 200, typeName: "indexes_list_200_response") @statusCodeTypeName(subgraph: "MeiliSearch", statusCode: 401, typeName: "error") = indexes_list_200_response | error type indexes_list_200_response { - results: [index]! + results: [index!]! """ Limit given for the query. If limit is not provided as a query parameter, this parameter displays the default limit value. """ @@ -122832,7 +122832,7 @@ union indexes_get_response @statusCodeTypeName(subgraph: "MeiliSearch", statusCo union indexes_documents_list_response @statusCodeTypeName(subgraph: "MeiliSearch", statusCode: 200, typeName: "indexes_documents_list_200_response") @statusCodeTypeName(subgraph: "MeiliSearch", statusCode: 401, typeName: "error") = indexes_documents_list_200_response | error type indexes_documents_list_200_response { - results: [document]! + results: [document!]! """ Limit given for the query. If limit is not provided as a query parameter, this parameter displays the default limit value. """ @@ -122875,7 +122875,7 @@ union indexes_documents_searchGet_response @statusCodeTypeName(subgraph: "MeiliS type searchResponse { """Array of documents matching the search.""" - hits: [hit]! + hits: [hit!]! """Number of documents skipped.""" offset: Int """Number of returned documents.""" @@ -122960,7 +122960,7 @@ type indexes_settings_get_200_response { [A list of ordered built-in ranking rules](https://docs.meilisearch.com/learn/core_concepts/relevancy.html). """ - rankingRules: [String]! + rankingRules: [String!]! """ Search returns documents with distinct (different) values of the given field. """ @@ -122968,18 +122968,18 @@ type indexes_settings_get_200_response { """ Fields in which to search for matching query words sorted by order of importance. """ - searchableAttributes: [String]! + searchableAttributes: [String!]! """Fields displayed in the returned documents.""" - displayedAttributes: [String]! + displayedAttributes: [String!]! """List of words ignored when present in search queries.""" - stopWords: [String]! + stopWords: [String!]! synonyms: synonyms! """ Attributes to use for faceting and filtering. See [Filtering and Faceted Search](https://docs.meilisearch.com/reference/features/filtering_and_faceted_search.html). """ - filterableAttributes: [String]! + filterableAttributes: [String!]! """List of attributes to sort on at search.""" - sortableAttributes: [String]! + sortableAttributes: [String!]! typoTolerance: typoTolerance! pagination: pagination! faceting: faceting! @@ -122989,9 +122989,9 @@ type indexes_settings_get_200_response { List of associated words treated similarly. A word associated to an array of word as synonyms. """ type synonyms { - wolverine: [String] - logan: [String] - wow: [String] + wolverine: [String!] + logan: [String!] + wow: [String!] } """Customize typo tolerance feature.""" @@ -122999,11 +122999,11 @@ type typoTolerance { """Enable the typo tolerance feature.""" enabled: Boolean! """Disable the typo tolerance feature on the specified attributes.""" - disableOnAttributes: [String]! + disableOnAttributes: [String!]! """ Disable the typo tolerance feature for a set of query terms given for a search query. """ - disableOnWords: [String]! + disableOnWords: [String!]! minWordSizeForTypos: mutationInput_indexes_settings_update_input_typoTolerance_minWordSizeForTypos } @@ -123070,7 +123070,7 @@ type stats @example(subgraph: "MeiliSearch", value: "{\\"numberOfDocuments\\":10 union keys_list_response @statusCodeTypeName(subgraph: "MeiliSearch", statusCode: 200, typeName: "keys_list_200_response") @statusCodeTypeName(subgraph: "MeiliSearch", statusCode: 401, typeName: "error") = keys_list_200_response | error type keys_list_200_response { - results: [key]! + results: [key!]! """ Limit given for the query. If limit is not provided as a query parameter, this parameter displays the default limit value. """ @@ -123098,11 +123098,11 @@ type key @example(subgraph: "MeiliSearch", value: "{\\"value\\":{\\"name\\":\\"I """ key: String """A list of actions permitted for the key. ["*"] for all actions.""" - actions: [mutation_keys_create_actions_items]! + actions: [mutation_keys_create_actions_items!]! """ A list of accesible indexes permitted for the key. ["*"] for all indexes. """ - indexes: [String]! + indexes: [String!]! """A human-readable name for the key. null if empty.""" name: String """A description for the key. null if empty.""" @@ -123170,7 +123170,7 @@ type version_get_200_response { scalar Date type tasks_list_200_response { - results: [task]! + results: [task!]! """ Limit given for the query. If limit is not provided as a query parameter, this parameter displays the default limit value. """ @@ -123277,17 +123277,17 @@ type query_tasks_list_results_items_details { type settings { synonyms: synonyms! """List of words ignored when present in search queries.""" - stopWords: [String]! + stopWords: [String!]! """ List of ranking rules sorted by order of importance. The order is customizable. [A list of ordered built-in ranking rules](https://docs.meilisearch.com/learn/core_concepts/relevancy.html). """ - rankingRules: [String]! + rankingRules: [String!]! """ Attributes to use for faceting and filtering. See [Filtering and Faceted Search](https://docs.meilisearch.com/reference/features/filtering_and_faceted_search.html). """ - filterableAttributes: [String]! + filterableAttributes: [String!]! """ Search returns documents with distinct (different) values of the given field. """ @@ -123295,9 +123295,9 @@ type settings { """ Fields in which to search for matching query words sorted by order of importance. """ - searchableAttributes: [String]! + searchableAttributes: [String!]! """Fields displayed in the returned documents.""" - displayedAttributes: [String]! + displayedAttributes: [String!]! typoTolerance: typoTolerance! } @@ -123352,7 +123352,7 @@ type Mutation { Content_Type: mutationInput_indexes_documents_create_Content_Type! """Index Unique Identifier""" indexUid: String! - input: [JSON] + input: [JSON!] ): indexes_documents_create_response @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/documents", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """ Add a list of documents or update them if they already exist. @@ -123374,7 +123374,7 @@ type Mutation { Content_Type: mutationInput_indexes_documents_upsert_Content_Type! """Index Unique Identifier""" indexUid: String! - input: [document_Input] + input: [document_Input!] ): indexes_documents_upsert_response @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/documents", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """Delete all documents in the specified index.""" indexes_documents_removeAll( @@ -123393,7 +123393,7 @@ type Mutation { """Index Unique Identifier""" indexUid: String! """An array of document ids to delete""" - input: [JSON] + input: [JSON!] ): indexes_documents_removeBatch_response @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/documents/delete-batch", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) """Delete one document based on its unique id.""" indexes_documents_remove( @@ -123494,7 +123494,7 @@ type Mutation { """Index Unique Identifier""" indexUid: String! """List of attributes to sort on at search.""" - input: [String] + input: [String!] ): indexes_settings_sortable_attributes_update_response @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/settings/sortable-attributes", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """ Reset the list of [sortableAttributes](https://docs.meilisearch.com//reference/features/settings.html#sortable-attributes) of an index to its default value (\`[]\`). @@ -123524,7 +123524,7 @@ type Mutation { """Index Unique Identifier""" indexUid: String! """List of words ignored when present in search queries.""" - input: [String] + input: [String!] ): indexes_settings_stopWords_update_response @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/settings/stop-words", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """ Reset the list of [stop-words](https://docs.meilisearch.com/reference/features/stop_words.html) of an index to its default value (\`[]\`). @@ -123561,7 +123561,7 @@ type Mutation { [A list of ordered built-in ranking rules](https://docs.meilisearch.com/learn/core_concepts/relevancy.html). """ - input: [String] + input: [String!] ): indexes_settings_rankingRules_update_response @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/settings/ranking-rules", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """ Reset the [ranking rules](https://docs.meilisearch.com/learn/core_concepts/relevancy.html#ranking-rules) of an index to its default value. @@ -123682,7 +123682,7 @@ type Mutation { """ Attributes to use for faceting and filtering. See [Filtering and Faceted Search](https://docs.meilisearch.com/reference/features/filtering_and_faceted_search.html). """ - input: [String] + input: [String!] ): indexes_settings_filterableAttributes_update_response @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/settings/filterable-attributes", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """ Reset the [filterable attributes](https://docs.meilisearch.com/reference/features/settings.html#filterable-attributes) of an index to its default value (\`[]\`). @@ -123742,7 +123742,7 @@ type Mutation { """ Fields in which to search for matching query words sorted by order of importance. """ - input: [String] + input: [String!] ): indexes_settings_searchableAttributes_update_response @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/settings/searchable-attributes", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """ Reset the [searchable attributes](https://docs.meilisearch.com/reference/features/field_properties.html#searchable-fields) of an index to its default value (\`['*']\`). @@ -123770,7 +123770,7 @@ type Mutation { """Index Unique Identifier""" indexUid: String! """Fields displayed in the returned documents.""" - input: [String] + input: [String!] ): indexes_settings_displayedAttributes_update_response @httpOperation(subgraph: "MeiliSearch", path: "/indexes/{args.indexUid}/settings/displayed-attributes", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"accept\\":\\"application/json\\"}", httpMethod: PUT) """ Reset the [displayed attributes](https://docs.meilisearch.com/reference/features/settings.html#displayed-attributes) of an index to its default value (\`['*']\`). @@ -123902,7 +123902,7 @@ type Mutation { port: String = "7700" Content_Type: Content_Type_parameter! """Array of swap operations that will be processed atomically.""" - input: [swapOperation_Input] + input: [swapOperation_Input!] ): indexes_swap_response @httpOperation(subgraph: "MeiliSearch", path: "/swap-indexes", operationSpecificHeaders: "{\\"Content-Type\\":\\"{args.Content_Type}\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST) } @@ -123974,11 +123974,11 @@ input indexes_documents_search_request_Input @example(subgraph: "MeiliSearch", v """ Array of attributes whose fields will be present in the returned documents. Defaults to the [displayedAttributes list](https://docs.meilisearch.com/reference/features/settings.html#displayed-attributes) which contains by default all attributes found in the documents. """ - attributesToRetrieve: [String] + attributesToRetrieve: [String!] """ Array of attributes whose values will contain highlighted matching terms. Highlighted attributes are returned in \`_formatted\` response object. """ - attributesToHighlight: [String] + attributesToHighlight: [String!] """Specify the tag to put before the highlighted query terms.""" highlightPreTag: String = "" """Specify the tag to put after the highlighted query terms.""" @@ -123986,7 +123986,7 @@ input indexes_documents_search_request_Input @example(subgraph: "MeiliSearch", v """ Array of attributes whose values have to be cropped. Cropped attributes are returned in \`_formatted\` response object. """ - attributesToCrop: [String] + attributesToCrop: [String!] """ Sets the crop marker to apply before and/or after cropped part selected within an attribute defined in \`attributesToCrop\` parameter. """ @@ -124003,11 +124003,11 @@ input indexes_documents_search_request_Input @example(subgraph: "MeiliSearch", v Defines which strategy to use to match the query terms within the documents as search results. Two different strategies are available, \`last\` and \`all\`. By default, the \`last\` strategy is chosen. """ matchingStrategy: String = "last" - filter: [filter_Input] + filter: [filter_Input!] """ Array of attributes whose fields will be distributed as a facet. If you have [set up filterableAttributes](https://docs.meilisearch.com/reference/features/settings.html#filterable-attributes), you can retrieve the count of matching terms for each [facets](https://docs.meilisearch.com/reference/features/filtering_and_faceted_search.html#faceted-search).[Learn more about facet distribution in the dedicated guide](https://docs.meilisearch.com/reference/features/search_parameters.html#facet-distribution) """ - facets: [String] + facets: [String!] """Number of documents to skip.""" offset: Float """Maximum number of documents returned.""" @@ -124016,7 +124016,7 @@ input indexes_documents_search_request_Input @example(subgraph: "MeiliSearch", v page: Float """Number of returned results per page.""" hitsPerPage: Float - sort: [String] + sort: [String!] } input filter_Input @oneOf(subgraph: "MeiliSearch") { @@ -124034,13 +124034,13 @@ union indexes_settings_update_response @statusCodeTypeName(subgraph: "MeiliSearc input indexes_settings_update_request_Input @example(subgraph: "MeiliSearch", value: "{\\"value\\":{\\"synonyms\\":{\\"wolverine\\":[\\"xmen\\",\\"logan\\"],\\"logan\\":[\\"wolverine\\",\\"xmen\\"],\\"wow\\":[\\"world of warcraft\\"]},\\"stopWords\\":[\\"of\\",\\"the\\",\\"to\\"],\\"rankingRules\\":[\\"words\\",\\"typo\\",\\"proximity\\",\\"attribute\\",\\"sort\\",\\"exactness\\",\\"release_date:asc\\"],\\"distinctAttribute\\":\\"ean13\\",\\"searchableAttributes\\":[\\"title\\",\\"description\\",\\"genre\\"],\\"displayedAttributes\\":[\\"title\\",\\"description\\",\\"genre\\",\\"release_date\\"],\\"filterableAttributes\\":[],\\"sortableAttributes\\":null,\\"typoTolerance\\":{\\"enabled\\":false,\\"disableOnAttributes\\":[\\"title\\",\\"author\\"],\\"disableOnWords\\":[\\"Tolkien\\"],\\"minWordSizeForTypos\\":{\\"oneTypo\\":4,\\"twoTypos\\":8}},\\"pagination\\":{\\"maxTotalHits\\":1000},\\"faceting\\":{\\"maxValuesPerFacet\\":100}}}") { synonyms: synonyms_Input """List of words ignored when present in search queries.""" - stopWords: [String] + stopWords: [String!] """ List of ranking rules sorted by order of importance. The order is customizable. [A list of ordered built-in ranking rules](https://docs.meilisearch.com/learn/core_concepts/relevancy.html). """ - rankingRules: [String] + rankingRules: [String!] """ Search returns documents with distinct (different) values of the given field. """ @@ -124048,15 +124048,15 @@ input indexes_settings_update_request_Input @example(subgraph: "MeiliSearch", va """ Fields in which to search for matching query words sorted by order of importance. """ - searchableAttributes: [String] + searchableAttributes: [String!] """Fields displayed in the returned documents.""" - displayedAttributes: [String] + displayedAttributes: [String!] """ Attributes to use for faceting and filtering. See [Filtering and Faceted Search](https://docs.meilisearch.com/reference/features/filtering_and_faceted_search.html). """ - filterableAttributes: [String] + filterableAttributes: [String!] """List of attributes to sort on at search.""" - sortableAttributes: [String] + sortableAttributes: [String!] typoTolerance: typoTolerance_Input pagination: pagination_Input faceting: faceting_Input @@ -124066,9 +124066,9 @@ input indexes_settings_update_request_Input @example(subgraph: "MeiliSearch", va List of associated words treated similarly. A word associated to an array of word as synonyms. """ input synonyms_Input { - wolverine: [String] - logan: [String] - wow: [String] + wolverine: [String!] + logan: [String!] + wow: [String!] } """Customize typo tolerance feature.""" @@ -124076,11 +124076,11 @@ input typoTolerance_Input { """Enable the typo tolerance feature.""" enabled: Boolean! = true """Disable the typo tolerance feature on the specified attributes.""" - disableOnAttributes: [String]! = [] + disableOnAttributes: [String!]! = [] """ Disable the typo tolerance feature for a set of query terms given for a search query. """ - disableOnWords: [String]! = [] + disableOnWords: [String!]! = [] minWordSizeForTypos: mutationInput_indexes_settings_update_input_typoTolerance_minWordSizeForTypos_Input } @@ -124166,11 +124166,11 @@ input key_Input @example(subgraph: "MeiliSearch", value: "{\\"value\\":{\\"name\ """ key: String """A list of actions permitted for the key. ["*"] for all actions.""" - actions: [mutation_keys_create_actions_items]! + actions: [mutation_keys_create_actions_items!]! """ A list of accesible indexes permitted for the key. ["*"] for all indexes. """ - indexes: [String]! + indexes: [String!]! """A human-readable name for the key. null if empty.""" name: String """A description for the key. null if empty.""" @@ -124240,7 +124240,7 @@ union indexes_swap_response @statusCodeTypeName(subgraph: "MeiliSearch", statusC input swapOperation_Input { """The two indexUids to swap in the given operation.""" - indexes: [JSON]! + indexes: [JSON!]! } scalar ObjMap @@ -124477,8 +124477,8 @@ A field whose value conforms to the standard internet email address format as sp scalar EmailAddress @specifiedBy(url: "https://html.spec.whatwg.org/multipage/input.html#valid-e-mail-address") type workspace_slug_activities_200_response @example(subgraph: "Orbit", value: "{\\"data\\":[{\\"id\\":\\"63rsLp\\",\\"type\\":\\"issue_activity\\",\\"attributes\\":{\\"action\\":\\"opened\\",\\"created_at\\":\\"2023-06-21T14:54:04.584Z\\",\\"key\\":\\"wayne/collene#55\\",\\"occurred_at\\":\\"2023-06-21T14:54:04.579Z\\",\\"updated_at\\":\\"2023-06-21T14:54:04.584Z\\",\\"type\\":\\"IssueActivity\\",\\"properties\\":{\\"github_issue\\":\\"wayne/collene/#55\\",\\"github_repository\\":\\"wayne/collene\\",\\"github_organization\\":\\"wayne\\"},\\"tags\\":[\\"channel:github\\",\\"github_organization:wayne\\",\\"github_repository:wayne/collene\\",\\"github_issue:wayne/collene/#55\\"],\\"orbit_url\\":\\"http://localhost:3000/avelinawiza/activities/63rsLp\\",\\"weight\\":\\"1.0\\",\\"activity_link\\":\\"https://github.com/\\",\\"g_title\\":\\"Cool issue title!\\",\\"g_number\\":55,\\"g_html_url\\":\\"https://github.com/\\",\\"g_created_at\\":\\"2023-06-21T15:54:04.579+01:00\\",\\"is_pull_request\\":null},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"la4sVD\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"By3S5j\\",\\"type\\":\\"member\\"}},\\"repository\\":{\\"data\\":{\\"id\\":\\"jP8TMj\\",\\"type\\":\\"repository\\"}}}},{\\"id\\":\\"V5YsvV\\",\\"type\\":\\"pull_request_activity\\",\\"attributes\\":{\\"action\\":\\"opened\\",\\"created_at\\":\\"2023-06-21T14:54:04.524Z\\",\\"key\\":\\"jason/hermine#72\\",\\"occurred_at\\":\\"2023-06-21T14:54:04.508Z\\",\\"updated_at\\":\\"2023-06-21T14:54:04.524Z\\",\\"type\\":\\"PullRequestActivity\\",\\"properties\\":{\\"github_repository\\":\\"jason/hermine\\",\\"github_organization\\":\\"jason\\",\\"github_pull_request\\":\\"jason/hermine/#72\\"},\\"tags\\":[\\"channel:github\\",\\"github_organization:jason\\",\\"github_repository:jason/hermine\\",\\"github_pull_request:jason/hermine/#72\\"],\\"orbit_url\\":\\"http://localhost:3000/avelinawiza/activities/V5YsvV\\",\\"weight\\":\\"1.0\\",\\"activity_link\\":\\"https://github.com/\\",\\"g_title\\":\\"Cool PR title!\\",\\"g_number\\":72,\\"g_html_url\\":\\"https://github.com/\\",\\"g_created_at\\":\\"2023-06-21T15:54:04.508+01:00\\",\\"is_pull_request\\":null,\\"g_merged\\":true,\\"g_merged_at\\":null,\\"g_merged_by\\":null},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"lnrs0l\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"By3S5j\\",\\"type\\":\\"member\\"}},\\"repository\\":{\\"data\\":{\\"id\\":\\"6l3Tz9\\",\\"type\\":\\"repository\\"}}}},{\\"id\\":\\"6a4sBp\\",\\"type\\":\\"spec_activity\\",\\"attributes\\":{\\"action\\":\\"spec_action\\",\\"created_at\\":\\"2023-06-21T14:54:04.438Z\\",\\"key\\":\\"clé\\",\\"occurred_at\\":\\"2023-06-21T14:54:04.437Z\\",\\"updated_at\\":\\"2023-06-21T14:54:04.438Z\\",\\"type\\":\\"SpecActivity\\",\\"properties\\":{\\"prop_1\\":\\"value_1\\",\\"prop_2\\":\\"value_2\\"},\\"tags\\":[\\"spec-tag-1\\",\\"spec-tag-2\\"],\\"orbit_url\\":\\"http://localhost:3000/avelinawiza/activities/6a4sBp\\",\\"weight\\":\\"1.0\\"},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"D2Esq5\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"By3S5j\\",\\"type\\":\\"member\\"}},\\"repository\\":{\\"data\\":{\\"id\\":\\"jBlTg9\\",\\"type\\":\\"repository\\"}}}}],\\"included\\":[{\\"id\\":\\"la4sVD\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"Opened an issue\\",\\"short_name\\":\\"Issue opened\\",\\"key\\":\\"issues:opened\\",\\"channel\\":\\"github\\",\\"source\\":\\"github\\",\\"weight\\":\\"6.0\\"}},{\\"id\\":\\"By3S5j\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":null,\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:04.391Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"JolineLang\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"jolinelang\\",\\"source\\":\\"installation\\",\\"tag_list\\":[\\"ruby\\"],\\"tags\\":[\\"ruby\\"],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:04.391Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/avelinawiza/members/jolinelang\\",\\"created\\":false,\\"id\\":\\"By3S5j\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[]},\\"organizations\\":{\\"data\\":[]}}},{\\"id\\":\\"jP8TMj\\",\\"type\\":\\"repository\\",\\"attributes\\":{\\"owner\\":\\"see\\",\\"name\\":\\"tyrell\\",\\"full_name\\":\\"see/tyrell\\",\\"updated_at\\":\\"2023-06-21T14:54:04.577Z\\",\\"created_at\\":\\"2023-06-21T14:54:04.577Z\\"}},{\\"id\\":\\"lnrs0l\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"persuade Mysource 3\\",\\"short_name\\":\\"Spec Channel\\",\\"key\\":\\"spec:happened:1\\",\\"channel\\":\\"mysource\\",\\"source\\":\\"mysource\\",\\"weight\\":\\"1.0\\"}},{\\"id\\":\\"6l3Tz9\\",\\"type\\":\\"repository\\",\\"attributes\\":{\\"owner\\":\\"andreasbernier\\",\\"name\\":\\"timmybatz\\",\\"full_name\\":\\"andreasbernier/timmybatz\\",\\"updated_at\\":\\"2023-06-21T14:54:04.496Z\\",\\"created_at\\":\\"2023-06-21T14:54:04.496Z\\"}},{\\"id\\":\\"D2Esq5\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"qualify Mysource 2\\",\\"short_name\\":\\"Spec Channel\\",\\"key\\":\\"spec_activity_type_key\\",\\"channel\\":\\"mysource\\",\\"source\\":\\"mysource\\",\\"weight\\":\\"1.0\\"}},{\\"id\\":\\"jBlTg9\\",\\"type\\":\\"repository\\",\\"attributes\\":{\\"owner\\":\\"randolph\\",\\"name\\":\\"bruna\\",\\"full_name\\":\\"orbit-love/orbit-model\\",\\"updated_at\\":\\"2023-06-21T14:54:04.419Z\\",\\"created_at\\":\\"2023-06-21T14:54:04.419Z\\"}}],\\"links\\":{\\"first\\":\\"http://localhost:3000/api/v1/avelinawiza/activities?activity_type=&affiliation=&cities%5B%5D=&company%5B%5D=&countries%5B%5D=&direction=DESC&end_date=&filters=true&identity=&items=10&member_tags=&orbit=&page=1®ions%5B%5D=&relative=&sort=occurred_at&start_date=&title%5B%5D=&workspace=avelinawiza\\",\\"prev\\":null,\\"next\\":null}}") { - data: [query_workspace_slug_activities_data_items] - included: [query_workspace_slug_activities_included_items] + data: [query_workspace_slug_activities_data_items!] + included: [query_workspace_slug_activities_included_items!] links: query_workspace_slug_activities_links } @@ -124497,7 +124497,7 @@ type query_workspace_slug_activities_data_items_attributes { updated_at: DateTime type: String properties: query_workspace_slug_activities_data_items_attributes2 - tags: [URL] + tags: [URL!] orbit_url: URL weight: String activity_link: URL @@ -124656,7 +124656,7 @@ enum queryInput_workspace_slug_activities_sort { type workspace_slug_activities_by_id_200_response @example(subgraph: "Orbit", value: "{\\"data\\":{\\"id\\":\\"ZPosjV\\",\\"type\\":\\"spec_activity\\",\\"attributes\\":{\\"action\\":\\"spec_action\\",\\"created_at\\":\\"2023-06-21T14:54:07.274Z\\",\\"key\\":\\"clé\\",\\"occurred_at\\":\\"2023-06-21T14:54:07.264Z\\",\\"updated_at\\":\\"2023-06-21T14:54:07.274Z\\",\\"type\\":\\"SpecActivity\\",\\"properties\\":{\\"prop_1\\":\\"value_1\\",\\"prop_2\\":\\"value_2\\"},\\"tags\\":[\\"spec-tag-1\\",\\"spec-tag-2\\"],\\"orbit_url\\":\\"http://localhost:3000/markitasauer/activities/ZPosjV\\",\\"weight\\":\\"1.0\\"},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"D3jsky\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"rmMSRr\\",\\"type\\":\\"member\\"}},\\"repository\\":{\\"data\\":{\\"id\\":\\"9ABTo6\\",\\"type\\":\\"repository\\"}},\\"user\\":{\\"data\\":{\\"id\\":\\"OA3F51\\",\\"type\\":\\"user\\"}}}},\\"included\\":[{\\"id\\":\\"D3jsky\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"take Mysource 29\\",\\"short_name\\":\\"Spec Channel\\",\\"key\\":\\"spec:happened:9\\",\\"channel\\":\\"mysource\\",\\"source\\":\\"mysource\\",\\"weight\\":\\"1.0\\"}},{\\"id\\":\\"rmMSRr\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":null,\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:07.270Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"AudieDare\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"audiedare\\",\\"source\\":\\"installation\\",\\"tag_list\\":[],\\"tags\\":[],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:07.270Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/markitasauer/members/audiedare\\",\\"created\\":false,\\"id\\":\\"rmMSRr\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[]},\\"organizations\\":{\\"data\\":[]}}},{\\"id\\":\\"9ABTo6\\",\\"type\\":\\"repository\\",\\"attributes\\":{\\"owner\\":\\"leo\\",\\"name\\":\\"vernettaprohaska\\",\\"full_name\\":\\"leo/vernettaprohaska\\",\\"updated_at\\":\\"2023-06-21T14:54:07.226Z\\",\\"created_at\\":\\"2023-06-21T14:54:07.226Z\\"}},{\\"id\\":\\"OA3F51\\",\\"type\\":\\"user\\",\\"attributes\\":{\\"name\\":\\"ClarettaKunzeIII\\",\\"updated_at\\":\\"2023-06-21T14:54:07.203Z\\",\\"created_at\\":\\"2023-06-21T14:54:07.195Z\\"}}]}") { data: query_workspace_slug_activities_by_id_data - included: [query_workspace_slug_activities_by_id_included_items] + included: [query_workspace_slug_activities_by_id_included_items!] } type query_workspace_slug_activities_by_id_data { @@ -124674,7 +124674,7 @@ type query_workspace_slug_activities_by_id_data_attributes { updated_at: DateTime type: String properties: query_workspace_slug_activities_by_id_data_attributes2 - tags: [String] + tags: [String!] orbit_url: URL weight: String } @@ -124743,7 +124743,7 @@ type query_workspace_slug_activities_by_id_included_items_attributes { } type workspace_slug_activity_types_200_response @example(subgraph: "Orbit", value: "{\\"data\\":[{\\"id\\":\\"5Gds1O\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"Created content\\",\\"short_name\\":\\"Content created\\",\\"key\\":\\"post:created\\",\\"channel\\":\\"content\\",\\"source\\":\\"content\\",\\"weight\\":\\"1.0\\"}},{\\"id\\":\\"DOnsmL\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"Activated their account on product\\",\\"short_name\\":\\"Activated account\\",\\"key\\":\\"activated_account\\",\\"channel\\":\\"product\\",\\"source\\":\\"product\\",\\"weight\\":\\"6.0\\"}}],\\"links\\":{\\"first\\":\\"/alejandrawehner/activity_types?page=1\\",\\"last\\":\\"/alejandrawehner/activity_types?page=1\\",\\"prev\\":null,\\"next\\":null}}") { - data: [query_workspace_slug_activity_types_data_items] + data: [query_workspace_slug_activity_types_data_items!] links: query_workspace_slug_activity_types_links } @@ -124770,8 +124770,8 @@ type query_workspace_slug_activity_types_links { } type workspace_slug_members_by_member_slug_activities_200_response @example(subgraph: "Orbit", value: "{\\"data\\":[{\\"id\\":\\"VlEsOe\\",\\"type\\":\\"spec_activity\\",\\"attributes\\":{\\"action\\":\\"spec_action\\",\\"created_at\\":\\"2023-06-21T14:54:11.610Z\\",\\"key\\":\\"clé\\",\\"occurred_at\\":\\"2023-06-21T14:54:11.609Z\\",\\"updated_at\\":\\"2023-06-21T14:54:11.610Z\\",\\"type\\":\\"SpecActivity\\",\\"properties\\":{\\"prop_1\\":\\"value_1\\",\\"prop_2\\":\\"value_2\\"},\\"tags\\":[\\"spec-tag-1\\",\\"spec-tag-2\\"],\\"orbit_url\\":\\"http://localhost:3000/parishuelphd/activities/VlEsOe\\",\\"weight\\":\\"1.0\\"},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"oQQsBb\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"BloSvr\\",\\"type\\":\\"member\\"}}}}],\\"included\\":[{\\"id\\":\\"oQQsBb\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"opine Mysource 34\\",\\"short_name\\":\\"Spec Channel\\",\\"key\\":\\"spec:activity\\",\\"channel\\":\\"mysource\\",\\"source\\":\\"mysource\\",\\"weight\\":\\"1.0\\"}},{\\"id\\":\\"BloSvr\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":null,\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:11.551Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"DelphaLegros\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"delphalegros\\",\\"source\\":\\"installation\\",\\"tag_list\\":[],\\"tags\\":[],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:11.551Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/parishuelphd/members/delphalegros\\",\\"created\\":false,\\"id\\":\\"BloSvr\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[]},\\"organizations\\":{\\"data\\":[]}}}],\\"links\\":{\\"first\\":\\"/parishuelphd/members/delphalegros/activities?page=1&direction=DESC&items=10&sort=occurred_at&activity_type=spec%3Aactivity&type=\\",\\"last\\":\\"/parishuelphd/members/delphalegros/activities?page=1&direction=DESC&items=10&sort=occurred_at&activity_type=spec%3Aactivity&type=\\",\\"prev\\":null,\\"next\\":null}}") { - data: [query_workspace_slug_members_by_member_slug_activities_data_items] - included: [query_workspace_slug_members_by_member_slug_activities_included_items] + data: [query_workspace_slug_members_by_member_slug_activities_data_items!] + included: [query_workspace_slug_members_by_member_slug_activities_included_items!] links: query_workspace_slug_members_by_member_slug_activities_links } @@ -124790,7 +124790,7 @@ type query_workspace_slug_members_by_member_slug_activities_data_items_attribute updated_at: DateTime type: String properties: query_workspace_slug_members_by_member_slug_activities_data_items_attributes2 - tags: [String] + tags: [String!] orbit_url: URL weight: String } @@ -124862,8 +124862,8 @@ enum queryInput_workspace_slug_members_by_member_slug_activities_sort { } type workspace_slug_members_by_member_slug_notes_200_response @example(subgraph: "Orbit", value: "{\\"data\\":[{\\"id\\":\\"o5Nf2J\\",\\"type\\":\\"note\\",\\"attributes\\":{\\"id\\":\\"o5Nf2J\\",\\"created_at\\":\\"2023-06-21T14:54:15.417Z\\",\\"body\\":\\"heyo\\",\\"updated_at\\":\\"2023-06-21T14:54:15.417Z\\"},\\"relationships\\":{\\"member\\":{\\"data\\":{\\"id\\":\\"jPESm8\\",\\"type\\":\\"member\\"}},\\"user\\":{\\"data\\":{\\"id\\":\\"lqAFn8\\",\\"type\\":\\"user\\"}}}}],\\"included\\":[{\\"id\\":\\"jPESm8\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":null,\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:15.397Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"MsKirkKemmer\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"mskirkkemmer\\",\\"source\\":\\"installation\\",\\"tag_list\\":[],\\"tags\\":[],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:15.397Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/mariahturner/members/mskirkkemmer\\",\\"created\\":false,\\"id\\":\\"jPESm8\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[]},\\"organizations\\":{\\"data\\":[]}}},{\\"id\\":\\"lqAFn8\\",\\"type\\":\\"user\\",\\"attributes\\":{\\"name\\":\\"TristanBreitenberg\\",\\"updated_at\\":\\"2023-06-21T14:54:15.415Z\\",\\"created_at\\":\\"2023-06-21T14:54:15.409Z\\"}}],\\"links\\":{\\"first\\":\\"/mariahturner/members/mskirkkemmer/notes?page=1\\",\\"last\\":\\"/mariahturner/members/mskirkkemmer/notes?page=1\\",\\"prev\\":null,\\"next\\":null}}") { - data: [query_workspace_slug_members_by_member_slug_notes_data_items] - included: [query_workspace_slug_members_by_member_slug_notes_included_items] + data: [query_workspace_slug_members_by_member_slug_notes_data_items!] + included: [query_workspace_slug_members_by_member_slug_notes_included_items!] links: query_workspace_slug_members_by_member_slug_notes_links } @@ -124926,8 +124926,8 @@ type query_workspace_slug_members_by_member_slug_notes_included_items_attributes shipping_address: Void slug: String source: String - tag_list: [JSON] - tags: [JSON] + tag_list: [JSON!] + tags: [JSON!] teammate: Boolean tshirt: Void updated_at: DateTime @@ -124966,11 +124966,11 @@ type query_workspace_slug_members_by_member_slug_notes_included_items_relationsh } type query_workspace_slug_members_by_member_slug_notes_included_items_relationships_identities { - data: [JSON] + data: [JSON!] } type query_workspace_slug_members_by_member_slug_notes_included_items_relationships_organizations { - data: [JSON] + data: [JSON!] } type query_workspace_slug_members_by_member_slug_notes_links { @@ -124981,8 +124981,8 @@ type query_workspace_slug_members_by_member_slug_notes_links { } type workspace_slug_members_200_response @example(subgraph: "Orbit", value: "{\\"data\\":[{\\"id\\":\\"jaPSJy\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":\\"PuraRutherford\\",\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:15.875Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"Sally\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"sally\\",\\"source\\":\\"installation\\",\\"tag_list\\":[\\"ruby\\"],\\"tags\\":[\\"ruby\\"],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:15.883Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/herschelmosciskidvm/members/sally\\",\\"created\\":false,\\"id\\":\\"jaPSJy\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":\\"2023-06-19T14:54:15.967Z\\",\\"last_activity_occurred_at\\":\\"2023-06-21T13:54:15.993Z\\",\\"activities_count\\":2,\\"activities_score\\":2,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[{\\"id\\":\\"5geTxn\\",\\"type\\":\\"spec_identity\\"}]},\\"organizations\\":{\\"data\\":[{\\"id\\":\\"aWQFAB\\",\\"type\\":\\"organization\\"}]}}},{\\"id\\":\\"4EzSdZ\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":null,\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:15.858Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"Josh\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"josh\\",\\"source\\":\\"installation\\",\\"tag_list\\":[\\"ruby\\"],\\"tags\\":[\\"ruby\\"],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:15.866Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/herschelmosciskidvm/members/josh\\",\\"created\\":false,\\"id\\":\\"4EzSdZ\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":\\"2023-06-13T14:54:15.945Z\\",\\"last_activity_occurred_at\\":\\"2023-06-17T14:54:15.888Z\\",\\"activities_count\\":3,\\"activities_score\\":3,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[{\\"id\\":\\"nbWTe1\\",\\"type\\":\\"spec_identity\\"}]},\\"organizations\\":{\\"data\\":[]}}}],\\"included\\":[{\\"id\\":\\"43\\",\\"type\\":\\"spec_identity\\"},{\\"id\\":\\"aWQFAB\\",\\"type\\":\\"organization\\",\\"attributes\\":{\\"id\\":\\"aWQFAB\\",\\"name\\":\\"PuraRutherford\\",\\"website\\":\\"example-1.com\\",\\"logo_url\\":null,\\"members_count\\":1,\\"employees_count\\":null,\\"organization_type\\":null,\\"industry\\":null,\\"estimated_annual_revenue\\":null,\\"founded_in\\":null,\\"location\\":null,\\"twitter\\":null,\\"twitter_followers\\":null,\\"facebook\\":null,\\"facebook_followers\\":null,\\"linkedin\\":null,\\"crunchbase\\":null,\\"email_addresses\\":null,\\"last_active\\":null,\\"active_since\\":null,\\"created_at\\":\\"2023-06-21T14:54:16.047Z\\",\\"updated_at\\":\\"2023-06-21T14:54:16.047Z\\",\\"lifecycle_stage\\":null,\\"deal_closed_date\\":null,\\"price_plan\\":null,\\"crm_uid\\":null,\\"crm_url\\":null,\\"owner_name\\":null,\\"owner_email\\":null,\\"source\\":null}},{\\"id\\":\\"42\\",\\"type\\":\\"spec_identity\\"}],\\"links\\":{\\"first\\":\\"http://localhost:3000/api/v1/herschelmosciskidvm/members?activities_count_max=99&activities_count_min=1&activity_type=type%3Anew%2Cspec%3Aactivity&affiliation=&cities%5B%5D=&company%5B%5D=&countries%5B%5D=&direction=DESC&end_date=&identity=&items=10&member_tags=ruby%7Crails%2C-go&orbit=&page=1&query=®ions%5B%5D=&relative=&sort=last_activity&start_date=&title%5B%5D=&workspace=herschelmosciskidvm\\",\\"prev\\":null,\\"next\\":null}}") { - data: [query_workspace_slug_members_data_items] - included: [query_workspace_slug_members_included_items] + data: [query_workspace_slug_members_data_items!] + included: [query_workspace_slug_members_included_items!] links: query_workspace_slug_members_links } @@ -125008,8 +125008,8 @@ type query_workspace_slug_members_data_items_attributes { shipping_address: Void slug: String source: String - tag_list: [String] - tags: [String] + tag_list: [String!] + tags: [String!] teammate: Boolean tshirt: Void updated_at: DateTime @@ -125043,7 +125043,7 @@ type query_workspace_slug_members_data_items_relationships { } type query_workspace_slug_members_data_items_relationships_identities { - data: [query_workspace_slug_members_data_items_relationships_identities_data_items] + data: [query_workspace_slug_members_data_items_relationships_identities_data_items!] } type query_workspace_slug_members_data_items_relationships_identities_data_items { @@ -125052,7 +125052,7 @@ type query_workspace_slug_members_data_items_relationships_identities_data_items } type query_workspace_slug_members_data_items_relationships_organizations { - data: [query_workspace_slug_members_data_items_relationships_organizations_data_items] + data: [query_workspace_slug_members_data_items_relationships_organizations_data_items!] } type query_workspace_slug_members_data_items_relationships_organizations_data_items { @@ -125164,7 +125164,7 @@ enum queryInput_workspace_slug_members_sort { type workspace_slug_members_by_member_slug_200_response @example(subgraph: "Orbit", value: "{\\"data\\":{\\"id\\":\\"jWXSAW\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":\\"LindyOrn\\",\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:22.753Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"Josh\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"josh\\",\\"source\\":\\"installation\\",\\"tag_list\\":[],\\"tags\\":[],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:22.753Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/ezekielwalshdds/members/josh\\",\\"created\\":false,\\"id\\":\\"jWXSAW\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[{\\"id\\":\\"nZRTEE\\",\\"type\\":\\"spec_identity\\"}]},\\"organizations\\":{\\"data\\":[{\\"id\\":\\"BqkFva\\",\\"type\\":\\"organization\\"}]}}},\\"included\\":[{\\"id\\":\\"90\\",\\"type\\":\\"spec_identity\\"},{\\"id\\":\\"BqkFva\\",\\"type\\":\\"organization\\",\\"attributes\\":{\\"id\\":\\"BqkFva\\",\\"name\\":\\"LindyOrn\\",\\"website\\":\\"example-25.com\\",\\"logo_url\\":null,\\"members_count\\":1,\\"employees_count\\":null,\\"organization_type\\":null,\\"industry\\":null,\\"estimated_annual_revenue\\":null,\\"founded_in\\":null,\\"location\\":null,\\"twitter\\":null,\\"twitter_followers\\":null,\\"facebook\\":null,\\"facebook_followers\\":null,\\"linkedin\\":null,\\"crunchbase\\":null,\\"email_addresses\\":null,\\"last_active\\":null,\\"active_since\\":null,\\"created_at\\":\\"2023-06-21T14:54:22.773Z\\",\\"updated_at\\":\\"2023-06-21T14:54:22.773Z\\",\\"lifecycle_stage\\":null,\\"deal_closed_date\\":null,\\"price_plan\\":null,\\"crm_uid\\":null,\\"crm_url\\":null,\\"owner_name\\":null,\\"owner_email\\":null,\\"source\\":null}}]}") { data: query_workspace_slug_members_by_member_slug_data - included: [query_workspace_slug_members_by_member_slug_included_items] + included: [query_workspace_slug_members_by_member_slug_included_items!] } type query_workspace_slug_members_by_member_slug_data { @@ -125189,8 +125189,8 @@ type query_workspace_slug_members_by_member_slug_data_attributes { shipping_address: Void slug: String source: String - tag_list: [JSON] - tags: [JSON] + tag_list: [JSON!] + tags: [JSON!] teammate: Boolean tshirt: Void updated_at: DateTime @@ -125224,7 +125224,7 @@ type query_workspace_slug_members_by_member_slug_data_relationships { } type query_workspace_slug_members_by_member_slug_data_relationships_identities { - data: [query_workspace_slug_members_by_member_slug_data_relationships_identities_data_items] + data: [query_workspace_slug_members_by_member_slug_data_relationships_identities_data_items!] } type query_workspace_slug_members_by_member_slug_data_relationships_identities_data_items { @@ -125233,7 +125233,7 @@ type query_workspace_slug_members_by_member_slug_data_relationships_identities_d } type query_workspace_slug_members_by_member_slug_data_relationships_organizations { - data: [query_workspace_slug_members_by_member_slug_data_relationships_organizations_data_items] + data: [query_workspace_slug_members_by_member_slug_data_relationships_organizations_data_items!] } type query_workspace_slug_members_by_member_slug_data_relationships_organizations_data_items { @@ -125250,7 +125250,7 @@ union workspace_slug_members_find_response @statusCodeTypeName(subgraph: "Orbit" type workspace_slug_members_find_200_response @example(subgraph: "Orbit", value: "{\\"data\\":{\\"id\\":\\"rRxS6X\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":\\"orbit\\",\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:36.087Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"StanOConnerSr\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"stanoconnersr\\",\\"source\\":\\"installation\\",\\"tag_list\\":[],\\"tags\\":[],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:36.087Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/jonaslindmd/members/stanoconnersr\\",\\"created\\":false,\\"id\\":\\"rRxS6X\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":null,\\"github\\":\\"dzello\\",\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[{\\"id\\":\\"1JrTad\\",\\"type\\":\\"github_identity\\"}]},\\"organizations\\":{\\"data\\":[{\\"id\\":\\"nb0FmD\\",\\"type\\":\\"organization\\"}]}}},\\"included\\":[{\\"id\\":\\"1JrTad\\",\\"type\\":\\"github_identity\\",\\"attributes\\":{\\"uid\\":\\"uid-82\\",\\"email\\":null,\\"username\\":\\"dzello\\",\\"name\\":null,\\"source\\":\\"github\\",\\"source_host\\":\\"github.com\\",\\"profile_url\\":\\"https://github.com/dzello\\",\\"url\\":null}},{\\"id\\":\\"nb0FmD\\",\\"type\\":\\"organization\\",\\"attributes\\":{\\"id\\":\\"nb0FmD\\",\\"name\\":\\"orbit\\",\\"website\\":\\"orbit.love\\",\\"logo_url\\":null,\\"members_count\\":1,\\"employees_count\\":null,\\"organization_type\\":null,\\"industry\\":null,\\"estimated_annual_revenue\\":null,\\"founded_in\\":null,\\"location\\":null,\\"twitter\\":null,\\"twitter_followers\\":null,\\"facebook\\":null,\\"facebook_followers\\":null,\\"linkedin\\":null,\\"crunchbase\\":null,\\"email_addresses\\":null,\\"last_active\\":null,\\"active_since\\":null,\\"created_at\\":\\"2023-06-21T14:54:36.110Z\\",\\"updated_at\\":\\"2023-06-21T14:54:36.110Z\\",\\"lifecycle_stage\\":null,\\"deal_closed_date\\":null,\\"price_plan\\":null,\\"crm_uid\\":null,\\"crm_url\\":null,\\"owner_name\\":null,\\"owner_email\\":null,\\"source\\":null}}]}") { data: query_workspace_slug_members_find_oneOf_0_data - included: [query_workspace_slug_members_find_oneOf_0_included_items] + included: [query_workspace_slug_members_find_oneOf_0_included_items!] } type query_workspace_slug_members_find_oneOf_0_data { @@ -125275,8 +125275,8 @@ type query_workspace_slug_members_find_oneOf_0_data_attributes { shipping_address: Void slug: String source: String - tag_list: [JSON] - tags: [JSON] + tag_list: [JSON!] + tags: [JSON!] teammate: Boolean tshirt: Void updated_at: DateTime @@ -125310,7 +125310,7 @@ type query_workspace_slug_members_find_oneOf_0_data_relationships { } type query_workspace_slug_members_find_oneOf_0_data_relationships_identities { - data: [query_workspace_slug_members_find_oneOf_0_data_relationships_identities_data_items] + data: [query_workspace_slug_members_find_oneOf_0_data_relationships_identities_data_items!] } type query_workspace_slug_members_find_oneOf_0_data_relationships_identities_data_items { @@ -125319,7 +125319,7 @@ type query_workspace_slug_members_find_oneOf_0_data_relationships_identities_dat } type query_workspace_slug_members_find_oneOf_0_data_relationships_organizations { - data: [query_workspace_slug_members_find_oneOf_0_data_relationships_organizations_data_items] + data: [query_workspace_slug_members_find_oneOf_0_data_relationships_organizations_data_items!] } type query_workspace_slug_members_find_oneOf_0_data_relationships_organizations_data_items { @@ -125349,8 +125349,8 @@ type workspace_slug_members_find_404_response @example(subgraph: "Orbit", value: } type workspace_slug_organizations_by_organization_id_activities_200_response @example(subgraph: "Orbit", value: "{\\"data\\":[{\\"id\\":\\"pjLsLQ\\",\\"type\\":\\"discord_message_sent_activity\\",\\"attributes\\":{\\"action\\":\\"sent\\",\\"created_at\\":\\"2023-06-21T14:54:37.280Z\\",\\"key\\":\\"1015015099\\",\\"occurred_at\\":\\"2023-06-20T14:54:37.241Z\\",\\"updated_at\\":\\"2023-06-21T14:54:37.280Z\\",\\"type\\":\\"DiscordMessageSentActivity\\",\\"properties\\":{\\"discord_server\\":\\"Orbit-Sandbox\\",\\"discord_channel\\":\\"general\\"},\\"tags\\":[\\"channel:discord\\",\\"discord_server:Orbit Sandbox\\",\\"discord_channel:general\\"],\\"orbit_url\\":\\"http://localhost:3000/brandieschmelerii/activities/pjLsLQ\\",\\"weight\\":\\"0.5\\",\\"activity_link\\":\\"https://discord.com/channels/823735870825037844/823735870825037847/1015015099\\",\\"body\\":\\"Hello world\\",\\"body_html\\":\\"Hello world\\"},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"DzaseX\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"BwNSO9\\",\\"type\\":\\"member\\"}}}},{\\"id\\":\\"6ARs9g\\",\\"type\\":\\"discord_message_sent_activity\\",\\"attributes\\":{\\"action\\":\\"sent\\",\\"created_at\\":\\"2023-06-21T14:54:37.423Z\\",\\"key\\":\\"3401081985\\",\\"occurred_at\\":\\"2023-06-19T14:54:37.396Z\\",\\"updated_at\\":\\"2023-06-21T14:54:37.423Z\\",\\"type\\":\\"DiscordMessageSentActivity\\",\\"properties\\":{\\"discord_server\\":\\"Orbit-Sandbox\\",\\"discord_channel\\":\\"general\\"},\\"tags\\":[\\"channel:discord\\",\\"discord_server:Orbit Sandbox\\",\\"discord_channel:general\\"],\\"orbit_url\\":\\"http://localhost:3000/brandieschmelerii/activities/6ARs9g\\",\\"weight\\":\\"0.5\\",\\"activity_link\\":\\"https://discord.com/channels/823735870825037844/823735870825037847/3401081985\\",\\"body\\":\\"Hello world\\",\\"body_html\\":\\"Hello world\\"},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"DzaseX\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"r9nSZ9\\",\\"type\\":\\"member\\"}}}},{\\"id\\":\\"VWesGO\\",\\"type\\":\\"github_activity\\",\\"attributes\\":{\\"action\\":\\"created\\",\\"created_at\\":\\"2023-06-21T14:54:37.369Z\\",\\"key\\":\\"github_activity_key:9\\",\\"occurred_at\\":\\"2023-06-18T14:54:37.301Z\\",\\"updated_at\\":\\"2023-06-21T14:54:37.369Z\\",\\"type\\":\\"GithubActivity\\",\\"properties\\":{\\"github_repository\\":\\"vincenzapfeffer/rosana\\",\\"github_organization\\":\\"vincenzapfeffer\\"},\\"tags\\":[\\"channel:github\\",\\"github_organization:vincenzapfeffer\\",\\"github_repository:vincenzapfeffer/rosana\\"],\\"orbit_url\\":\\"http://localhost:3000/brandieschmelerii/activities/VWesGO\\",\\"weight\\":\\"1.0\\",\\"activity_link\\":\\"https://github.com/vincenzapfeffer/rosana\\"},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"owxs43\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"BwNSO9\\",\\"type\\":\\"member\\"}},\\"repository\\":{\\"data\\":{\\"id\\":\\"9mPTrn\\",\\"type\\":\\"repository\\"}}}}],\\"included\\":[{\\"id\\":\\"DzaseX\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"Sent a message in Discord\\",\\"short_name\\":\\"Discord message\\",\\"key\\":\\"discord:message:sent\\",\\"channel\\":\\"discord\\",\\"source\\":\\"discord\\",\\"weight\\":\\"1.0\\"}},{\\"id\\":\\"BwNSO9\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":\\"Organization1\\",\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:37.231Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"John Doe\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"john-doe\\",\\"source\\":\\"installation\\",\\"tag_list\\":[],\\"tags\\":[],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:37.231Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/brandieschmelerii/members/john-doe\\",\\"created\\":false,\\"id\\":\\"BwNSO9\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[]},\\"organizations\\":{\\"data\\":[{\\"id\\":\\"nRRFKv\\",\\"type\\":\\"organization\\"}]}}},{\\"id\\":\\"r9nSZ9\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":\\"Organization1\\",\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:37.384Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"Jane Smith\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"jane-smith\\",\\"source\\":\\"installation\\",\\"tag_list\\":[],\\"tags\\":[],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:37.384Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/brandieschmelerii/members/jane-smith\\",\\"created\\":false,\\"id\\":\\"r9nSZ9\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[]},\\"organizations\\":{\\"data\\":[{\\"id\\":\\"nRRFKv\\",\\"type\\":\\"organization\\"}]}}},{\\"id\\":\\"owxs43\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"patch Mysource 101\\",\\"short_name\\":\\"Spec Channel\\",\\"key\\":\\"spec:happened:13\\",\\"channel\\":\\"mysource\\",\\"source\\":\\"mysource\\",\\"weight\\":\\"1.0\\"}}],\\"links\\":{\\"first\\":\\"/brandieschmelerii/organizations/nRRFKv/activities?page=1&direction=DESC&items=10&sort=occurred_at&activity_type=\\",\\"last\\":\\"/brandieschmelerii/organizations/nRRFKv/activities?page=1&direction=DESC&items=10&sort=occurred_at&activity_type=\\",\\"prev\\":null,\\"next\\":null}}") { - data: [query_workspace_slug_organizations_by_organization_id_activities_data_items] - included: [query_workspace_slug_organizations_by_organization_id_activities_included_items] + data: [query_workspace_slug_organizations_by_organization_id_activities_data_items!] + included: [query_workspace_slug_organizations_by_organization_id_activities_included_items!] links: query_workspace_slug_organizations_by_organization_id_activities_links } @@ -125369,7 +125369,7 @@ type query_workspace_slug_organizations_by_organization_id_activities_data_items updated_at: DateTime type: String properties: query_workspace_slug_organizations_by_organization_id_activities_data_items_attributes2 - tags: [URL] + tags: [URL!] orbit_url: URL weight: String activity_link: URL @@ -125454,7 +125454,7 @@ enum queryInput_workspace_slug_organizations_by_organization_id_activities_activ } type workspace_slug_organizations_by_organization_id_members_200_response @example(subgraph: "Orbit", value: "{\\"data\\":[{\\"id\\":\\"jPESdn\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"id\\":\\"jPESdn\\",\\"slug\\":\\"jane-smith\\",\\"name\\":\\"Jane Smith\\",\\"last_activity_occurred_at\\":null,\\"activities_score\\":0},\\"relationships\\":{}},{\\"id\\":\\"jYbS8E\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"id\\":\\"jYbS8E\\",\\"slug\\":\\"john-doe\\",\\"name\\":\\"John Doe\\",\\"last_activity_occurred_at\\":null,\\"activities_score\\":0},\\"relationships\\":{}}],\\"links\\":{\\"first\\":\\"/mrfernjohns/organizations/BqkFkv/members?page=1&items=10\\",\\"last\\":\\"/mrfernjohns/organizations/BqkFkv/members?page=1&items=10\\",\\"prev\\":null,\\"next\\":null}}") { - data: [query_workspace_slug_organizations_by_organization_id_members_data_items] + data: [query_workspace_slug_organizations_by_organization_id_members_data_items!] links: query_workspace_slug_organizations_by_organization_id_members_links } @@ -125487,7 +125487,7 @@ enum queryInput_workspace_slug_organizations_by_organization_id_members_items { } type workspace_slug_organizations_200_response @example(subgraph: "Orbit", value: "{\\"data\\":[{\\"id\\":\\"n5ZF98\\",\\"type\\":\\"organization\\",\\"attributes\\":{\\"id\\":\\"n5ZF98\\",\\"name\\":\\"Organization2\\",\\"website\\":\\"org2.example.com\\",\\"logo_url\\":null,\\"members_count\\":1,\\"employees_count\\":null,\\"organization_type\\":null,\\"industry\\":null,\\"estimated_annual_revenue\\":null,\\"founded_in\\":null,\\"location\\":null,\\"twitter\\":null,\\"twitter_followers\\":null,\\"facebook\\":null,\\"facebook_followers\\":null,\\"linkedin\\":null,\\"crunchbase\\":null,\\"email_addresses\\":null,\\"last_active\\":null,\\"active_since\\":null,\\"created_at\\":\\"2023-06-21T14:54:41.767Z\\",\\"updated_at\\":\\"2023-06-21T14:54:41.767Z\\",\\"lifecycle_stage\\":null,\\"deal_closed_date\\":null,\\"price_plan\\":null,\\"crm_uid\\":null,\\"crm_url\\":null,\\"owner_name\\":null,\\"owner_email\\":null,\\"source\\":null}},{\\"id\\":\\"V02F9A\\",\\"type\\":\\"organization\\",\\"attributes\\":{\\"id\\":\\"V02F9A\\",\\"name\\":\\"Organization1\\",\\"website\\":\\"org1.example.com\\",\\"logo_url\\":null,\\"members_count\\":1,\\"employees_count\\":null,\\"organization_type\\":null,\\"industry\\":null,\\"estimated_annual_revenue\\":null,\\"founded_in\\":null,\\"location\\":null,\\"twitter\\":null,\\"twitter_followers\\":null,\\"facebook\\":null,\\"facebook_followers\\":null,\\"linkedin\\":null,\\"crunchbase\\":null,\\"email_addresses\\":null,\\"last_active\\":null,\\"active_since\\":null,\\"created_at\\":\\"2023-06-21T14:54:41.746Z\\",\\"updated_at\\":\\"2023-06-21T14:54:41.746Z\\",\\"lifecycle_stage\\":\\"customer\\",\\"deal_closed_date\\":\\"2023-06-21T14:54:41.805Z\\",\\"price_plan\\":\\"Enterprise\\",\\"crm_uid\\":\\"abcde123451\\",\\"crm_url\\":\\"https://example.com/1\\",\\"owner_name\\":\\"John Toto\\",\\"owner_email\\":\\"john.toto@example.com\\",\\"source\\":\\"Fake CRM\\"}}],\\"links\\":{\\"first\\":\\"http://localhost:3000/api/v1/dorindaabshire/organizations?direction=DESC&items=10&page=1&query=&sort=name&workspace=dorindaabshire\\",\\"prev\\":null,\\"next\\":null}}") { - data: [query_workspace_slug_organizations_data_items] + data: [query_workspace_slug_organizations_data_items!] links: query_workspace_slug_organizations_links } @@ -125683,7 +125683,7 @@ type query_workspace_slug_reports_data_attributes_activities_foo_activity_member } type workspace_slug_webhooks_200_response @example(subgraph: "Orbit", value: "{\\"data\\":[{\\"id\\":\\"6qyFL6\\",\\"type\\":\\"webhook\\",\\"attributes\\":{\\"name\\":\\"My Test Webhook\\",\\"enabled\\":true,\\"updated_at\\":\\"2023-06-21T14:54:45.434Z\\",\\"created_at\\":\\"2023-06-21T14:54:45.434Z\\",\\"event_type\\":\\"activity:created\\",\\"url\\":\\"https://example.com/hook\\",\\"activity_types\\":[],\\"activity_tags\\":[],\\"member_tags\\":[],\\"activity_keywords\\":[],\\"include_teammates\\":false}}],\\"links\\":{\\"first\\":\\"/fake-workspace/webhooks?page=1\\",\\"last\\":\\"/fake-workspace/webhooks?page=1\\",\\"prev\\":null,\\"next\\":null}}") { - data: [query_workspace_slug_webhooks_data_items] + data: [query_workspace_slug_webhooks_data_items!] links: query_workspace_slug_webhooks_links } @@ -125700,10 +125700,10 @@ type query_workspace_slug_webhooks_data_items_attributes { created_at: DateTime event_type: URL url: URL - activity_types: [JSON] - activity_tags: [JSON] - member_tags: [JSON] - activity_keywords: [JSON] + activity_types: [JSON!] + activity_tags: [JSON!] + member_tags: [JSON!] + activity_keywords: [JSON!] include_teammates: Boolean } @@ -125731,16 +125731,16 @@ type query_workspace_slug_webhooks_by_id_data_attributes { created_at: DateTime event_type: URL url: URL - activity_types: [JSON] - activity_tags: [JSON] - member_tags: [JSON] - activity_keywords: [JSON] + activity_types: [JSON!] + activity_tags: [JSON!] + member_tags: [JSON!] + activity_keywords: [JSON!] include_teammates: Boolean } type workspaces_200_response @example(subgraph: "Orbit", value: "{\\"data\\":[{\\"id\\":\\"15Vt67\\",\\"type\\":\\"workspace\\",\\"attributes\\":{\\"name\\":\\"Fake Workspace\\",\\"slug\\":\\"fake-workspace\\",\\"updated_at\\":\\"2023-06-21T14:54:46.429Z\\",\\"created_at\\":\\"2023-06-21T14:54:46.423Z\\"},\\"relationships\\":{\\"repositories\\":{\\"data\\":[]}}}],\\"included\\":[]}") { - data: [query_workspaces_data_items] - included: [JSON] + data: [query_workspaces_data_items!] + included: [JSON!] } type query_workspaces_data_items { @@ -125762,12 +125762,12 @@ type query_workspaces_data_items_relationships { } type query_workspaces_data_items_relationships_repositories { - data: [JSON] + data: [JSON!] } type workspaces_by_workspace_slug_200_response @example(subgraph: "Orbit", value: "{\\"data\\":{\\"id\\":\\"PvetbL\\",\\"type\\":\\"workspace\\",\\"attributes\\":{\\"name\\":\\"Fake Workspace\\",\\"slug\\":\\"fake-workspace\\",\\"updated_at\\":\\"2023-06-21T14:54:46.807Z\\",\\"created_at\\":\\"2023-06-21T14:54:46.662Z\\",\\"members_count\\":4,\\"activities_count\\":1,\\"tags\\":{},\\"orbit_level_counts\\":{\\"1\\":0,\\"2\\":0,\\"3\\":1,\\"4\\":2}},\\"relationships\\":{\\"last_member\\":{\\"data\\":{\\"id\\":\\"jMNSnV\\",\\"type\\":\\"member\\"}},\\"last_activity\\":{\\"data\\":{\\"id\\":\\"ZPosrL\\",\\"type\\":\\"pull_request_activity\\"}},\\"repositories\\":{\\"data\\":[]}}},\\"included\\":[{\\"id\\":\\"jMNSnV\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":null,\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:46.781Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"LurlineGreenfelder\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"lurlinegreenfelder\\",\\"source\\":\\"installation\\",\\"tag_list\\":[],\\"tags\\":[],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:46.781Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/fake-workspace/members/lurlinegreenfelder\\",\\"created\\":false,\\"id\\":\\"jMNSnV\\",\\"orbit_level\\":4,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[]},\\"organizations\\":{\\"data\\":[]}}},{\\"id\\":\\"ZPosrL\\",\\"type\\":\\"pull_request_activity\\",\\"attributes\\":{\\"action\\":\\"opened\\",\\"created_at\\":\\"2023-06-21T14:54:46.735Z\\",\\"key\\":\\"raleighturner/denny#75\\",\\"occurred_at\\":\\"2023-06-21T14:54:46.723Z\\",\\"updated_at\\":\\"2023-06-21T14:54:46.735Z\\",\\"type\\":\\"PullRequestActivity\\",\\"properties\\":{\\"github_repository\\":\\"raleighturner/denny\\",\\"github_organization\\":\\"raleighturner\\",\\"github_pull_request\\":\\"raleighturner/denny/#75\\"},\\"tags\\":[\\"channel:github\\",\\"github_organization:raleighturner\\",\\"github_repository:raleighturner/denny\\",\\"github_pull_request:raleighturner/denny/#75\\"],\\"orbit_url\\":\\"http://localhost:3000/fake-workspace/activities/ZPosrL\\",\\"weight\\":\\"1.0\\",\\"activity_link\\":\\"https://github.com/\\",\\"g_title\\":\\"Here is some new code\\",\\"g_number\\":75,\\"g_html_url\\":\\"https://github.com/\\",\\"g_created_at\\":\\"2023-06-21T15:54:46.723+01:00\\",\\"is_pull_request\\":null,\\"g_merged\\":false,\\"g_merged_at\\":null,\\"g_merged_by\\":null},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"oWVsm9\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"jL5SZA\\",\\"type\\":\\"member\\"}},\\"repository\\":{\\"data\\":{\\"id\\":\\"6eeTk6\\",\\"type\\":\\"repository\\"}}}}]}") { data: query_workspaces_by_workspace_slug_data - included: [query_workspaces_by_workspace_slug_included_items] + included: [query_workspaces_by_workspace_slug_included_items!] } type query_workspaces_by_workspace_slug_data { @@ -125820,7 +125820,7 @@ type query_workspaces_by_workspace_slug_data_relationships_last_activity_data { } type query_workspaces_by_workspace_slug_data_relationships_repositories { - data: [JSON] + data: [JSON!] } type query_workspaces_by_workspace_slug_included_items { @@ -125845,8 +125845,8 @@ type query_workspaces_by_workspace_slug_included_items_attributes { shipping_address: Void slug: String source: String - tag_list: [JSON] - tags: [JSON] + tag_list: [JSON!] + tags: [JSON!] teammate: Boolean tshirt: Void updated_at: DateTime @@ -125880,11 +125880,11 @@ type query_workspaces_by_workspace_slug_included_items_relationships { } type query_workspaces_by_workspace_slug_included_items_relationships_identities { - data: [JSON] + data: [JSON!] } type query_workspaces_by_workspace_slug_included_items_relationships_organizations { - data: [JSON] + data: [JSON!] } type Mutation { @@ -125928,7 +125928,7 @@ union post_workspace_slug_activities_response @statusCodeTypeName(subgraph: "Orb type post_workspace_slug_activities_201_response @example(subgraph: "Orbit", value: "{\\"data\\":{\\"id\\":\\"6zoslV\\",\\"type\\":\\"custom_activity\\",\\"attributes\\":{\\"action\\":\\"happened\\",\\"created_at\\":\\"2023-06-21T14:54:08.263Z\\",\\"key\\":\\"thing-123\\",\\"occurred_at\\":\\"2023-06-21T14:54:08.255Z\\",\\"updated_at\\":\\"2023-06-21T14:54:08.263Z\\",\\"type\\":\\"CustomActivity\\",\\"properties\\":{},\\"tags\\":[\\"product\\",\\"enterprise\\",\\"channel:custom\\",\\"custom_type:custom-type\\",\\"custom_title:did-a-thing\\"],\\"orbit_url\\":\\"http://localhost:3000/mscalandrabrekke/activities/6zoslV\\",\\"weight\\":\\"0.2\\",\\"custom_description\\":\\"More info about the thing\\",\\"custom_link\\":\\"http://link.com/\\",\\"custom_link_text\\":\\"See the thing\\",\\"custom_title\\":\\"Did a thing\\",\\"custom_type\\":\\"custom-type\\",\\"custom_context\\":null,\\"body\\":\\"More info about the thing\\"},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"574seD\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"r9nS0B\\",\\"type\\":\\"member\\"}},\\"user\\":{\\"data\\":{\\"id\\":\\"DXKFEz\\",\\"type\\":\\"user\\"}}}},\\"included\\":[{\\"id\\":\\"574seD\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"Something happened\\",\\"short_name\\":\\"Custom\\",\\"key\\":\\"custom:happened\\",\\"channel\\":\\"custom\\",\\"source\\":\\"custom\\",\\"weight\\":\\"1.0\\"}},{\\"id\\":\\"3YETv3\\",\\"type\\":\\"twitter_identity\\",\\"attributes\\":{\\"uid\\":\\"45297280\\",\\"email\\":null,\\"username\\":\\"dzello\\",\\"name\\":\\"Josh Dzielak\\",\\"source\\":\\"twitter\\",\\"source_host\\":\\"twitter.com\\",\\"profile_url\\":\\"https://twitter.com/dzello\\",\\"url\\":null}},{\\"id\\":\\"r9nS0B\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"https://abs.twimg.com/sticky/default_profile_images/default_profile.png\\",\\"bio\\":\\"dzello.com/blog/2020/05/3… Co-founder & CTO @OrbitModel · advocate for dev advocates 🥑 · formerly @algolia and @keen_io · Ruby · Rails · JAMstack · he/him\\",\\"birthday\\":null,\\"company\\":null,\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:08.167Z\\",\\"deleted_at\\":null,\\"location\\":\\"Paris, France\\",\\"name\\":\\"Josh Dzielak\\",\\"pronouns\\":null,\\"reach\\":1,\\"shipping_address\\":null,\\"slug\\":\\"dzello\\",\\"source\\":\\"api\\",\\"tag_list\\":[\\"one\\",\\"two\\"],\\"tags\\":[\\"one\\",\\"two\\"],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:08.191Z\\",\\"merged_at\\":null,\\"url\\":\\"https://dzello.com/blog/2020/05/30/black-lives-matter/\\",\\"orbit_url\\":\\"http://localhost:3000/mscalandrabrekke/members/dzello\\",\\"created\\":true,\\"id\\":\\"r9nS0B\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":\\"dzello\\",\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":9,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[{\\"id\\":\\"3YETv3\\",\\"type\\":\\"twitter_identity\\"}]},\\"organizations\\":{\\"data\\":[]}}},{\\"id\\":\\"DXKFEz\\",\\"type\\":\\"user\\",\\"attributes\\":{\\"name\\":\\"DiedreHettinger\\",\\"updated_at\\":\\"2023-06-21T14:54:08.087Z\\",\\"created_at\\":\\"2023-06-21T14:54:08.081Z\\"}}]}") { data: mutation_post_workspace_slug_activities_oneOf_0_data - included: [mutation_post_workspace_slug_activities_oneOf_0_included_items] + included: [mutation_post_workspace_slug_activities_oneOf_0_included_items!] } type mutation_post_workspace_slug_activities_oneOf_0_data { @@ -125946,7 +125946,7 @@ type mutation_post_workspace_slug_activities_oneOf_0_data_attributes { updated_at: DateTime type: String properties: JSON - tags: [String] + tags: [String!] orbit_url: URL weight: String custom_description: String @@ -126011,7 +126011,7 @@ type post_workspace_slug_activities_422_response @example(subgraph: "Orbit", val } type mutation_post_workspace_slug_activities_oneOf_1_errors { - base: [String] + base: [String!] } input activity_and_identity_Input { @@ -126125,7 +126125,7 @@ union post_workspace_slug_members_by_member_slug_activities_response @statusCode type post_workspace_slug_members_by_member_slug_activities_201_response @example(subgraph: "Orbit", value: "{\\"data\\":{\\"id\\":\\"ZngsdG\\",\\"type\\":\\"custom_activity\\",\\"attributes\\":{\\"action\\":\\"happened\\",\\"created_at\\":\\"2023-06-21T14:54:12.696Z\\",\\"key\\":\\"thing-123\\",\\"occurred_at\\":\\"2023-06-21T14:54:12.693Z\\",\\"updated_at\\":\\"2023-06-21T14:54:12.696Z\\",\\"type\\":\\"CustomActivity\\",\\"properties\\":{},\\"tags\\":[\\"product\\",\\"enterprise\\",\\"channel:custom\\",\\"custom_type:custom-type\\",\\"custom_title:did-a-thing\\"],\\"orbit_url\\":\\"http://localhost:3000/mrcamerontowne/activities/ZngsdG\\",\\"weight\\":\\"8.0\\",\\"custom_description\\":\\"More info about the thing\\",\\"custom_link\\":\\"http://link.com/\\",\\"custom_link_text\\":\\"See the thing\\",\\"custom_title\\":\\"Did a thing\\",\\"custom_type\\":\\"custom-type\\",\\"custom_context\\":null,\\"body\\":\\"More info about the thing\\"},\\"relationships\\":{\\"activity_type\\":{\\"data\\":{\\"id\\":\\"574seD\\",\\"type\\":\\"activity_type\\"}},\\"member\\":{\\"data\\":{\\"id\\":\\"45PSyv\\",\\"type\\":\\"member\\"}},\\"user\\":{\\"data\\":{\\"id\\":\\"l6pF69\\",\\"type\\":\\"user\\"}}}},\\"included\\":[{\\"id\\":\\"574seD\\",\\"type\\":\\"activity_type\\",\\"attributes\\":{\\"name\\":\\"Something happened\\",\\"short_name\\":\\"Custom\\",\\"key\\":\\"custom:happened\\",\\"channel\\":\\"custom\\",\\"source\\":\\"custom\\",\\"weight\\":\\"1.0\\"}},{\\"id\\":\\"45PSyv\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":null,\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:12.664Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"MrCharoletteLegros\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"mrcharolettelegros\\",\\"source\\":\\"installation\\",\\"tag_list\\":[],\\"tags\\":[],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:12.664Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/mrcamerontowne/members/mrcharolettelegros\\",\\"created\\":false,\\"id\\":\\"45PSyv\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":null,\\"github\\":null,\\"discourse\\":null,\\"email\\":null,\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[]},\\"organizations\\":{\\"data\\":[]}}},{\\"id\\":\\"l6pF69\\",\\"type\\":\\"user\\",\\"attributes\\":{\\"name\\":\\"VerniaOberbrunner\\",\\"updated_at\\":\\"2023-06-21T14:54:12.681Z\\",\\"created_at\\":\\"2023-06-21T14:54:12.675Z\\"}}]}") { data: mutation_post_workspace_slug_members_by_member_slug_activities_oneOf_0_data - included: [mutation_post_workspace_slug_members_by_member_slug_activities_oneOf_0_included_items] + included: [mutation_post_workspace_slug_members_by_member_slug_activities_oneOf_0_included_items!] } type mutation_post_workspace_slug_members_by_member_slug_activities_oneOf_0_data { @@ -126143,7 +126143,7 @@ type mutation_post_workspace_slug_members_by_member_slug_activities_oneOf_0_data updated_at: DateTime type: String properties: JSON - tags: [String] + tags: [String!] orbit_url: URL weight: String custom_description: String @@ -126208,7 +126208,7 @@ type post_workspace_slug_members_by_member_slug_activities_422_response @example } type mutation_post_workspace_slug_members_by_member_slug_activities_oneOf_1_errors { - custom_title: [String] + custom_title: [String!] } input custom_or_post_activity_Input @oneOf(subgraph: "Orbit") { @@ -126261,7 +126261,7 @@ type put_workspace_slug_members_by_member_slug_activities_by_id_422_response @ex } type mutation_put_workspace_slug_members_by_member_slug_activities_by_id_oneOf_1_errors { - custom_title: [String] + custom_title: [String!] } union post_workspace_slug_members_by_member_slug_identities_response @statusCodeTypeName(subgraph: "Orbit", statusCode: 201, typeName: "post_workspace_slug_members_by_member_slug_identities_201_response") @statusCodeTypeName(subgraph: "Orbit", statusCode: 422, typeName: "post_workspace_slug_members_by_member_slug_identities_422_response") = post_workspace_slug_members_by_member_slug_identities_201_response | post_workspace_slug_members_by_member_slug_identities_422_response @@ -126292,7 +126292,7 @@ type post_workspace_slug_members_by_member_slug_identities_422_response @example } type mutation_post_workspace_slug_members_by_member_slug_identities_oneOf_1_errors { - identity_id: [String] + identity_id: [String!] } union delete_workspace_slug_members_by_member_slug_identities_response @statusCodeTypeName(subgraph: "Orbit", statusCode: 204, typeName: "Void_container") @statusCodeTypeName(subgraph: "Orbit", statusCode: 422, typeName: "delete_workspace_slug_members_by_member_slug_identities_422_response") = Void_container | delete_workspace_slug_members_by_member_slug_identities_422_response @@ -126302,7 +126302,7 @@ type delete_workspace_slug_members_by_member_slug_identities_422_response @examp } type mutation_delete_workspace_slug_members_by_member_slug_identities_oneOf_1_errors { - identity: [String] + identity: [String!] } type post_workspace_slug_members_by_member_slug_notes_201_response @example(subgraph: "Orbit", value: "{\\"data\\":{\\"id\\":\\"qR4fVo\\",\\"type\\":\\"note\\",\\"attributes\\":{\\"id\\":\\"qR4fVo\\",\\"created_at\\":\\"2023-06-21T14:54:15.114Z\\",\\"body\\":\\"heyo\\",\\"updated_at\\":\\"2023-06-21T14:54:15.114Z\\"},\\"relationships\\":{\\"member\\":{\\"data\\":{\\"id\\":\\"jDdSYG\\",\\"type\\":\\"member\\"}},\\"user\\":{\\"data\\":{\\"id\\":\\"ZgeFNz\\",\\"type\\":\\"user\\"}}}}}") { @@ -126354,7 +126354,7 @@ union post_workspace_slug_members_response @statusCodeTypeName(subgraph: "Orbit" type post_workspace_slug_members_200_response @example(subgraph: "Orbit", value: "{\\"data\\":{\\"id\\":\\"4ndS8E\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"http://github.com/avatar.png\\",\\"bio\\":null,\\"birthday\\":null,\\"company\\":null,\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:26.095Z\\",\\"deleted_at\\":null,\\"location\\":null,\\"name\\":\\"LissetteMoen\\",\\"pronouns\\":null,\\"reach\\":0,\\"shipping_address\\":null,\\"slug\\":\\"lissettemoen\\",\\"source\\":\\"installation\\",\\"tag_list\\":[\\"one\\",\\"two\\"],\\"tags\\":[\\"one\\",\\"two\\"],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:26.173Z\\",\\"merged_at\\":null,\\"url\\":null,\\"orbit_url\\":\\"http://localhost:3000/gerrywalkersr/members/lissettemoen\\",\\"created\\":false,\\"id\\":\\"4ndS8E\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":\\"dzello\\",\\"github\\":\\"dzello\\",\\"discourse\\":null,\\"email\\":\\"dzello@orbit.love\\",\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":null,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[{\\"id\\":\\"5ENTeK\\",\\"type\\":\\"github_identity\\"},{\\"id\\":\\"nZRTEp\\",\\"type\\":\\"twitter_identity\\"},{\\"id\\":\\"nqaT7d\\",\\"type\\":\\"email_identity\\"}]},\\"organizations\\":{\\"data\\":[]}}},\\"included\\":[{\\"id\\":\\"5ENTeK\\",\\"type\\":\\"github_identity\\",\\"attributes\\":{\\"uid\\":\\"uid-72\\",\\"email\\":null,\\"username\\":\\"dzello\\",\\"name\\":null,\\"source\\":\\"github\\",\\"source_host\\":\\"github.com\\",\\"profile_url\\":\\"https://github.com/dzello\\",\\"url\\":null}},{\\"id\\":\\"nZRTEp\\",\\"type\\":\\"twitter_identity\\",\\"attributes\\":{\\"uid\\":null,\\"email\\":null,\\"username\\":\\"dzello\\",\\"name\\":null,\\"source\\":\\"twitter\\",\\"source_host\\":\\"twitter.com\\",\\"profile_url\\":\\"https://twitter.com/dzello\\",\\"url\\":null}},{\\"id\\":\\"nqaT7d\\",\\"type\\":\\"email_identity\\",\\"attributes\\":{\\"uid\\":\\"dzello@orbit.love\\",\\"email\\":\\"dzello@orbit.love\\",\\"username\\":null,\\"name\\":\\"dzello\\",\\"source\\":\\"email\\",\\"source_host\\":\\"email.host\\",\\"profile_url\\":\\"mailto:dzello@orbit.love\\",\\"url\\":null}}]}") { data: mutation_post_workspace_slug_members_oneOf_0_data - included: [mutation_post_workspace_slug_members_oneOf_0_included_items] + included: [mutation_post_workspace_slug_members_oneOf_0_included_items!] } type mutation_post_workspace_slug_members_oneOf_0_data { @@ -126379,8 +126379,8 @@ type mutation_post_workspace_slug_members_oneOf_0_data_attributes { shipping_address: Void slug: String source: String - tag_list: [String] - tags: [String] + tag_list: [String!] + tags: [String!] teammate: Boolean tshirt: Void updated_at: DateTime @@ -126414,7 +126414,7 @@ type mutation_post_workspace_slug_members_oneOf_0_data_relationships { } type mutation_post_workspace_slug_members_oneOf_0_data_relationships_identities { - data: [mutation_post_workspace_slug_members_oneOf_0_data_relationships_identities_data_items] + data: [mutation_post_workspace_slug_members_oneOf_0_data_relationships_identities_data_items!] } type mutation_post_workspace_slug_members_oneOf_0_data_relationships_identities_data_items { @@ -126423,7 +126423,7 @@ type mutation_post_workspace_slug_members_oneOf_0_data_relationships_identities_ } type mutation_post_workspace_slug_members_oneOf_0_data_relationships_organizations { - data: [JSON] + data: [JSON!] } type mutation_post_workspace_slug_members_oneOf_0_included_items { @@ -126445,7 +126445,7 @@ type mutation_post_workspace_slug_members_oneOf_0_included_items_attributes { type post_workspace_slug_members_201_response @example(subgraph: "Orbit", value: "{\\"data\\":{\\"id\\":\\"40mSvV\\",\\"type\\":\\"member\\",\\"attributes\\":{\\"avatar_url\\":\\"https://avatars2.githubusercontent.com/u/174777?u=79e423dd07c19122115f52a1c97727ca193e6253&v=4\\",\\"bio\\":\\"Co-founder & CTO @orbit-love · Developer Advocate · formerly @algolia and @keen\\",\\"birthday\\":null,\\"company\\":\\"Orbit\\",\\"title\\":null,\\"created_at\\":\\"2023-06-21T14:54:25.770Z\\",\\"deleted_at\\":null,\\"location\\":\\"Paris\\",\\"name\\":\\"Josh Dzielak\\",\\"pronouns\\":null,\\"reach\\":8,\\"shipping_address\\":null,\\"slug\\":\\"dzello\\",\\"source\\":\\"api\\",\\"tag_list\\":[\\"one\\",\\"two\\"],\\"tags\\":[\\"one\\",\\"two\\"],\\"teammate\\":false,\\"tshirt\\":null,\\"updated_at\\":\\"2023-06-21T14:54:25.848Z\\",\\"merged_at\\":null,\\"url\\":\\"https://dzello.com/\\",\\"orbit_url\\":\\"http://localhost:3000/msvirgilkoss/members/dzello\\",\\"created\\":true,\\"id\\":\\"40mSvV\\",\\"orbit_level\\":null,\\"love\\":null,\\"first_activity_occurred_at\\":null,\\"last_activity_occurred_at\\":null,\\"activities_count\\":0,\\"activities_score\\":0,\\"twitter\\":\\"dzello\\",\\"github\\":\\"dzello\\",\\"discourse\\":null,\\"email\\":\\"josh@orbit.love\\",\\"devto\\":null,\\"linkedin\\":null,\\"discord\\":null,\\"github_followers\\":171,\\"twitter_followers\\":null,\\"topics\\":null,\\"languages\\":null},\\"relationships\\":{\\"identities\\":{\\"data\\":[{\\"id\\":\\"1ADTwV\\",\\"type\\":\\"github_identity\\"},{\\"id\\":\\"3RgTbZ\\",\\"type\\":\\"twitter_identity\\"},{\\"id\\":\\"3YETyv\\",\\"type\\":\\"email_identity\\"}]},\\"organizations\\":{\\"data\\":[{\\"id\\":\\"n9WF2V\\",\\"type\\":\\"organization\\"}]}}},\\"included\\":[{\\"id\\":\\"1ADTwV\\",\\"type\\":\\"github_identity\\",\\"attributes\\":{\\"uid\\":\\"174777\\",\\"email\\":null,\\"username\\":\\"dzello\\",\\"name\\":\\"Josh Dzielak\\",\\"source\\":\\"github\\",\\"source_host\\":\\"github.com\\",\\"profile_url\\":\\"https://github.com/dzello\\",\\"url\\":null}},{\\"id\\":\\"3RgTbZ\\",\\"type\\":\\"twitter_identity\\",\\"attributes\\":{\\"uid\\":null,\\"email\\":null,\\"username\\":\\"dzello\\",\\"name\\":null,\\"source\\":\\"twitter\\",\\"source_host\\":\\"twitter.com\\",\\"profile_url\\":\\"https://twitter.com/dzello\\",\\"url\\":null}},{\\"id\\":\\"3YETyv\\",\\"type\\":\\"email_identity\\",\\"attributes\\":{\\"uid\\":\\"josh@orbit.love\\",\\"email\\":\\"josh@orbit.love\\",\\"username\\":null,\\"name\\":\\"josh\\",\\"source\\":\\"email\\",\\"source_host\\":\\"email.host\\",\\"profile_url\\":\\"mailto:josh@orbit.love\\",\\"url\\":null}}]}") { data: mutation_post_workspace_slug_members_oneOf_1_data - included: [mutation_post_workspace_slug_members_oneOf_1_included_items] + included: [mutation_post_workspace_slug_members_oneOf_1_included_items!] } type mutation_post_workspace_slug_members_oneOf_1_data { @@ -126470,8 +126470,8 @@ type mutation_post_workspace_slug_members_oneOf_1_data_attributes { shipping_address: Void slug: String source: String - tag_list: [String] - tags: [String] + tag_list: [String!] + tags: [String!] teammate: Boolean tshirt: Void updated_at: DateTime @@ -126505,7 +126505,7 @@ type mutation_post_workspace_slug_members_oneOf_1_data_relationships { } type mutation_post_workspace_slug_members_oneOf_1_data_relationships_identities { - data: [mutation_post_workspace_slug_members_oneOf_1_data_relationships_identities_data_items] + data: [mutation_post_workspace_slug_members_oneOf_1_data_relationships_identities_data_items!] } type mutation_post_workspace_slug_members_oneOf_1_data_relationships_identities_data_items { @@ -126514,7 +126514,7 @@ type mutation_post_workspace_slug_members_oneOf_1_data_relationships_identities_ } type mutation_post_workspace_slug_members_oneOf_1_data_relationships_organizations { - data: [mutation_post_workspace_slug_members_oneOf_1_data_relationships_organizations_data_items] + data: [mutation_post_workspace_slug_members_oneOf_1_data_relationships_organizations_data_items!] } type mutation_post_workspace_slug_members_oneOf_1_data_relationships_organizations_data_items { @@ -126544,8 +126544,8 @@ type post_workspace_slug_members_422_response @example(subgraph: "Orbit", value: } type mutation_post_workspace_slug_members_oneOf_2_errors { - email: [String] - name: [String] + email: [String!] + name: [String!] } input member_and_identity_Input { @@ -126579,9 +126579,9 @@ input webhook_subscription_Input { url: String! secret: String event_type: String! - activity_types: [String] - activity_tags: [String] - member_tags: [String] + activity_types: [String!] + activity_tags: [String!] + member_tags: [String!] } scalar ObjMap @@ -126736,14 +126736,14 @@ type Query { type QuestionsResponse { """A list of questions.""" - items: [Question] + items: [Question!] has_more: Boolean quota_max: Int quota_remaining: Int } type Question { - tags: [String] + tags: [String!] owner: QuestionOwner is_answered: Boolean view_count: Int @@ -126813,7 +126813,7 @@ enum queryInput_listUnansweredQuestions_sort { } type UsersResponse { - items: [User] + items: [User!] has_more: Boolean quote_max: Int quota_remaining: Int @@ -126872,7 +126872,7 @@ enum queryInput_listUsers_order { type ReputationResponse { """A list of reputation_history.""" - items: [ReputationChange] + items: [ReputationChange!] has_more: Boolean quota_max: Int quota_remaining: Int @@ -126899,7 +126899,7 @@ scalar NonNegativeInt type ReputationHistoryResponse { """A list of reputation_history.""" - items: [ReputationHistory] + items: [ReputationHistory!] has_more: Boolean quota_max: Int quota_remaining: Int @@ -126914,7 +126914,7 @@ type ReputationHistory { } type AnswersResponse { - items: [Answer] + items: [Answer!] has_more: Boolean backoff: Int quota_max: Int @@ -126925,12 +126925,12 @@ type Answer { accepted: Boolean answer_id: Int awarded_bounty_amount: Int - awarded_bounty_users: [ShallowUser] + awarded_bounty_users: [ShallowUser!] body: String body_markdown: String can_flag: Boolean comment_count: Int - comments: [Comment] + comments: [Comment!] community_owned_date: Int content_license: String creation_date: Int @@ -126945,7 +126945,7 @@ type Answer { question_id: Int score: Boolean share_link: Int - tags: [String] + tags: [String!] title: String up_vote_count: Int upvoted: Boolean @@ -127020,7 +127020,7 @@ type Query { """

Retrieves the details of an account.

""" GetAccount( """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetAccount_expand_items] + expand: [queryInput_GetAccount_expand_items!] input: JSON ): GetAccount_response @httpOperation(subgraph: "Stripe", path: "/v1/account", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -127033,7 +127033,7 @@ type Query { """ ending_before: String """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetAccounts_expand_items] + expand: [queryInput_GetAccounts_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127048,7 +127048,7 @@ type Query { GetAccountsAccount( account: queryInput_GetAccountsAccount_account! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetAccountsAccount_expand_items] + expand: [queryInput_GetAccountsAccount_expand_items!] input: JSON ): GetAccountsAccount_response @httpOperation(subgraph: "Stripe", path: "/v1/accounts/{args.account}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Retrieve a specified external account for a given account.

""" @@ -127056,7 +127056,7 @@ type Query { account: queryInput_GetAccountsAccountBankAccountsId_account! id: String! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetAccountsAccountBankAccountsId_expand_items] + expand: [queryInput_GetAccountsAccountBankAccountsId_expand_items!] input: JSON ): GetAccountsAccountBankAccountsId_response @httpOperation(subgraph: "Stripe", path: "/v1/accounts/{args.account}/bank_accounts/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -127065,7 +127065,7 @@ type Query { GetAccountsAccountCapabilities( account: queryInput_GetAccountsAccountCapabilities_account! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetAccountsAccountCapabilities_expand_items] + expand: [queryInput_GetAccountsAccountCapabilities_expand_items!] input: JSON ): GetAccountsAccountCapabilities_response @httpOperation(subgraph: "Stripe", path: "/v1/accounts/{args.account}/capabilities", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Retrieves information about the specified Account Capability.

""" @@ -127073,7 +127073,7 @@ type Query { account: queryInput_GetAccountsAccountCapabilitiesCapability_account! capability: String! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetAccountsAccountCapabilitiesCapability_expand_items] + expand: [queryInput_GetAccountsAccountCapabilitiesCapability_expand_items!] input: JSON ): GetAccountsAccountCapabilitiesCapability_response @httpOperation(subgraph: "Stripe", path: "/v1/accounts/{args.account}/capabilities/{args.capability}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

List external accounts for an account.

""" @@ -127084,7 +127084,7 @@ type Query { """ ending_before: String """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetAccountsAccountExternalAccounts_expand_items] + expand: [queryInput_GetAccountsAccountExternalAccounts_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127101,7 +127101,7 @@ type Query { account: queryInput_GetAccountsAccountExternalAccountsId_account! id: String! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetAccountsAccountExternalAccountsId_expand_items] + expand: [queryInput_GetAccountsAccountExternalAccountsId_expand_items!] input: JSON ): GetAccountsAccountExternalAccountsId_response @httpOperation(subgraph: "Stripe", path: "/v1/accounts/{args.account}/external_accounts/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -127114,7 +127114,7 @@ type Query { """ ending_before: queryInput_GetAccountsAccountPeople_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetAccountsAccountPeople_expand_items] + expand: [queryInput_GetAccountsAccountPeople_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127131,7 +127131,7 @@ type Query { account: queryInput_GetAccountsAccountPeoplePerson_account! person: queryInput_GetAccountsAccountPeoplePerson_person! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetAccountsAccountPeoplePerson_expand_items] + expand: [queryInput_GetAccountsAccountPeoplePerson_expand_items!] input: JSON ): GetAccountsAccountPeoplePerson_response @httpOperation(subgraph: "Stripe", path: "/v1/accounts/{args.account}/people/{args.person}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -127144,7 +127144,7 @@ type Query { """ ending_before: queryInput_GetAccountsAccountPersons_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetAccountsAccountPersons_expand_items] + expand: [queryInput_GetAccountsAccountPersons_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127161,7 +127161,7 @@ type Query { account: queryInput_GetAccountsAccountPersonsPerson_account! person: queryInput_GetAccountsAccountPersonsPerson_person! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetAccountsAccountPersonsPerson_expand_items] + expand: [queryInput_GetAccountsAccountPersonsPerson_expand_items!] input: JSON ): GetAccountsAccountPersonsPerson_response @httpOperation(subgraph: "Stripe", path: "/v1/accounts/{args.account}/persons/{args.person}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

List apple pay domains.

""" @@ -127172,7 +127172,7 @@ type Query { """ ending_before: queryInput_GetApplePayDomains_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetApplePayDomains_expand_items] + expand: [queryInput_GetApplePayDomains_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127187,7 +127187,7 @@ type Query { GetApplePayDomainsDomain( domain: queryInput_GetApplePayDomainsDomain_domain! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetApplePayDomainsDomain_expand_items] + expand: [queryInput_GetApplePayDomainsDomain_expand_items!] input: JSON ): GetApplePayDomainsDomain_response @httpOperation(subgraph: "Stripe", path: "/v1/apple_pay/domains/{args.domain}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -127204,7 +127204,7 @@ type Query { """ ending_before: queryInput_GetApplicationFees_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetApplicationFees_expand_items] + expand: [queryInput_GetApplicationFees_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127222,7 +127222,7 @@ type Query { fee: queryInput_GetApplicationFeesFeeRefundsId_fee! id: queryInput_GetApplicationFeesFeeRefundsId_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetApplicationFeesFeeRefundsId_expand_items] + expand: [queryInput_GetApplicationFeesFeeRefundsId_expand_items!] input: JSON ): GetApplicationFeesFeeRefundsId_response @httpOperation(subgraph: "Stripe", path: "/v1/application_fees/{args.fee}/refunds/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -127231,7 +127231,7 @@ type Query { GetApplicationFeesId( id: queryInput_GetApplicationFeesId_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetApplicationFeesId_expand_items] + expand: [queryInput_GetApplicationFeesId_expand_items!] input: JSON ): GetApplicationFeesId_response @httpOperation(subgraph: "Stripe", path: "/v1/application_fees/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -127244,7 +127244,7 @@ type Query { """ ending_before: queryInput_GetApplicationFeesIdRefunds_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetApplicationFeesIdRefunds_expand_items] + expand: [queryInput_GetApplicationFeesIdRefunds_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127262,7 +127262,7 @@ type Query { """ ending_before: queryInput_GetAppsSecrets_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetAppsSecrets_expand_items] + expand: [queryInput_GetAppsSecrets_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127277,7 +127277,7 @@ type Query { """

Finds a secret in the secret store by name and scope.

""" GetAppsSecretsFind( """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetAppsSecretsFind_expand_items] + expand: [queryInput_GetAppsSecretsFind_expand_items!] """A name for the secret that's unique within the scope.""" name: queryInput_GetAppsSecretsFind_name! scope: queryInput_GetAppsSecretsFind_scope_Input! @@ -127289,7 +127289,7 @@ type Query { """ GetBalance( """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetBalance_expand_items] + expand: [queryInput_GetBalance_expand_items!] input: JSON ): GetBalance_response @httpOperation(subgraph: "Stripe", path: "/v1/balance", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -127308,7 +127308,7 @@ type Query { """ ending_before: queryInput_GetBalanceHistory_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetBalanceHistory_expand_items] + expand: [queryInput_GetBalanceHistory_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127337,7 +127337,7 @@ type Query { GetBalanceHistoryId( id: queryInput_GetBalanceHistoryId_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetBalanceHistoryId_expand_items] + expand: [queryInput_GetBalanceHistoryId_expand_items!] input: JSON ): GetBalanceHistoryId_response @httpOperation(subgraph: "Stripe", path: "/v1/balance/history/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -127356,7 +127356,7 @@ type Query { """ ending_before: queryInput_GetBalanceTransactions_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetBalanceTransactions_expand_items] + expand: [queryInput_GetBalanceTransactions_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127385,7 +127385,7 @@ type Query { GetBalanceTransactionsId( id: queryInput_GetBalanceTransactionsId_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetBalanceTransactionsId_expand_items] + expand: [queryInput_GetBalanceTransactionsId_expand_items!] input: JSON ): GetBalanceTransactionsId_response @httpOperation(subgraph: "Stripe", path: "/v1/balance_transactions/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -127401,7 +127401,7 @@ type Query { """ ending_before: queryInput_GetBillingPortalConfigurations_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetBillingPortalConfigurations_expand_items] + expand: [queryInput_GetBillingPortalConfigurations_expand_items!] """ Only return the default or non-default configurations (e.g., pass \`true\` to only list the default configuration). """ @@ -127422,7 +127422,7 @@ type Query { GetBillingPortalConfigurationsConfiguration( configuration: queryInput_GetBillingPortalConfigurationsConfiguration_configuration! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetBillingPortalConfigurationsConfiguration_expand_items] + expand: [queryInput_GetBillingPortalConfigurationsConfiguration_expand_items!] input: JSON ): GetBillingPortalConfigurationsConfiguration_response @httpOperation(subgraph: "Stripe", path: "/v1/billing_portal/configurations/{args.configuration}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -127437,7 +127437,7 @@ type Query { """ ending_before: String """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCharges_expand_items] + expand: [queryInput_GetCharges_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127462,7 +127462,7 @@ type Query { """ GetChargesSearch( """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetChargesSearch_expand_items] + expand: [queryInput_GetChargesSearch_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127483,14 +127483,14 @@ type Query { GetChargesCharge( charge: queryInput_GetChargesCharge_charge! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetChargesCharge_expand_items] + expand: [queryInput_GetChargesCharge_expand_items!] input: JSON ): GetChargesCharge_response @httpOperation(subgraph: "Stripe", path: "/v1/charges/{args.charge}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Retrieve a dispute for a specified charge.

""" GetChargesChargeDispute( charge: queryInput_GetChargesChargeDispute_charge! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetChargesChargeDispute_expand_items] + expand: [queryInput_GetChargesChargeDispute_expand_items!] input: JSON ): GetChargesChargeDispute_response @httpOperation(subgraph: "Stripe", path: "/v1/charges/{args.charge}/dispute", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -127503,7 +127503,7 @@ type Query { """ ending_before: String """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetChargesChargeRefunds_expand_items] + expand: [queryInput_GetChargesChargeRefunds_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127519,7 +127519,7 @@ type Query { charge: String! refund: String! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetChargesChargeRefundsRefund_expand_items] + expand: [queryInput_GetChargesChargeRefundsRefund_expand_items!] input: JSON ): GetChargesChargeRefundsRefund_response @httpOperation(subgraph: "Stripe", path: "/v1/charges/{args.charge}/refunds/{args.refund}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of Checkout Sessions.

""" @@ -127536,7 +127536,7 @@ type Query { """ ending_before: queryInput_GetCheckoutSessions_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCheckoutSessions_expand_items] + expand: [queryInput_GetCheckoutSessions_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127558,7 +127558,7 @@ type Query { GetCheckoutSessionsSession( session: queryInput_GetCheckoutSessionsSession_session! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCheckoutSessionsSession_expand_items] + expand: [queryInput_GetCheckoutSessionsSession_expand_items!] input: JSON ): GetCheckoutSessionsSession_response @httpOperation(subgraph: "Stripe", path: "/v1/checkout/sessions/{args.session}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -127571,7 +127571,7 @@ type Query { """ ending_before: queryInput_GetCheckoutSessionsSessionLineItems_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCheckoutSessionsSessionLineItems_expand_items] + expand: [queryInput_GetCheckoutSessionsSessionLineItems_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127592,7 +127592,7 @@ type Query { """ ending_before: queryInput_GetClimateOrders_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetClimateOrders_expand_items] + expand: [queryInput_GetClimateOrders_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127610,7 +127610,7 @@ type Query { """Unique identifier of the order.""" order: queryInput_GetClimateOrdersOrder_order! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetClimateOrdersOrder_expand_items] + expand: [queryInput_GetClimateOrdersOrder_expand_items!] input: JSON ): GetClimateOrdersOrder_response @httpOperation(subgraph: "Stripe", path: "/v1/climate/orders/{args.order}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Lists all available Climate product objects.

""" @@ -127620,7 +127620,7 @@ type Query { """ ending_before: queryInput_GetClimateProducts_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetClimateProducts_expand_items] + expand: [queryInput_GetClimateProducts_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127635,7 +127635,7 @@ type Query { GetClimateProductsProduct( product: queryInput_GetClimateProductsProduct_product! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetClimateProductsProduct_expand_items] + expand: [queryInput_GetClimateProductsProduct_expand_items!] input: JSON ): GetClimateProductsProduct_response @httpOperation(subgraph: "Stripe", path: "/v1/climate/products/{args.product}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Lists all available Climate supplier objects.

""" @@ -127645,7 +127645,7 @@ type Query { """ ending_before: queryInput_GetClimateSuppliers_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetClimateSuppliers_expand_items] + expand: [queryInput_GetClimateSuppliers_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127660,7 +127660,7 @@ type Query { GetClimateSuppliersSupplier( supplier: queryInput_GetClimateSuppliersSupplier_supplier! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetClimateSuppliersSupplier_expand_items] + expand: [queryInput_GetClimateSuppliersSupplier_expand_items!] input: JSON ): GetClimateSuppliersSupplier_response @httpOperation(subgraph: "Stripe", path: "/v1/climate/suppliers/{args.supplier}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Lists all Country Spec objects available in the API.

""" @@ -127670,7 +127670,7 @@ type Query { """ ending_before: queryInput_GetCountrySpecs_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCountrySpecs_expand_items] + expand: [queryInput_GetCountrySpecs_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127685,7 +127685,7 @@ type Query { GetCountrySpecsCountry( country: queryInput_GetCountrySpecsCountry_country! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCountrySpecsCountry_expand_items] + expand: [queryInput_GetCountrySpecsCountry_expand_items!] input: JSON ): GetCountrySpecsCountry_response @httpOperation(subgraph: "Stripe", path: "/v1/country_specs/{args.country}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of your coupons.

""" @@ -127699,7 +127699,7 @@ type Query { """ ending_before: queryInput_GetCoupons_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCoupons_expand_items] + expand: [queryInput_GetCoupons_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127714,7 +127714,7 @@ type Query { GetCouponsCoupon( coupon: queryInput_GetCouponsCoupon_coupon! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCouponsCoupon_expand_items] + expand: [queryInput_GetCouponsCoupon_expand_items!] input: JSON ): GetCouponsCoupon_response @httpOperation(subgraph: "Stripe", path: "/v1/coupons/{args.coupon}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of credit notes.

""" @@ -127728,7 +127728,7 @@ type Query { """ ending_before: queryInput_GetCreditNotes_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCreditNotes_expand_items] + expand: [queryInput_GetCreditNotes_expand_items!] """Only return credit notes for the invoice specified by this invoice ID.""" invoice: queryInput_GetCreditNotes_invoice """ @@ -127756,11 +127756,11 @@ type Query { """ effective_at: Timestamp """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCreditNotesPreview_expand_items] + expand: [queryInput_GetCreditNotesPreview_expand_items!] """ID of the invoice.""" invoice: queryInput_GetCreditNotesPreview_invoice! """Line items that make up the credit note.""" - lines: [credit_note_line_item_params_Input] + lines: [credit_note_line_item_params_Input!] """The credit note's memo appears on the credit note PDF.""" memo: queryInput_GetCreditNotesPreview_memo """ @@ -127802,7 +127802,7 @@ type Query { """ ending_before: queryInput_GetCreditNotesPreviewLines_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCreditNotesPreviewLines_expand_items] + expand: [queryInput_GetCreditNotesPreviewLines_expand_items!] """ID of the invoice.""" invoice: queryInput_GetCreditNotesPreviewLines_invoice! """ @@ -127810,7 +127810,7 @@ type Query { """ limit: Int """Line items that make up the credit note.""" - lines: [queryInput_GetCreditNotesPreviewLines_lines_items_Input] + lines: [queryInput_GetCreditNotesPreviewLines_lines_items_Input!] """The credit note's memo appears on the credit note PDF.""" memo: queryInput_GetCreditNotesPreviewLines_memo """ @@ -127845,7 +127845,7 @@ type Query { """ ending_before: queryInput_GetCreditNotesCreditNoteLines_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCreditNotesCreditNoteLines_expand_items] + expand: [queryInput_GetCreditNotesCreditNoteLines_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127860,7 +127860,7 @@ type Query { GetCreditNotesId( id: queryInput_GetCreditNotesId_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCreditNotesId_expand_items] + expand: [queryInput_GetCreditNotesId_expand_items!] input: JSON ): GetCreditNotesId_response @httpOperation(subgraph: "Stripe", path: "/v1/credit_notes/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -127877,7 +127877,7 @@ type Query { """ ending_before: queryInput_GetCustomers_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomers_expand_items] + expand: [queryInput_GetCustomers_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127900,7 +127900,7 @@ type Query { """ GetCustomersSearch( """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomersSearch_expand_items] + expand: [queryInput_GetCustomersSearch_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127919,7 +127919,7 @@ type Query { GetCustomersCustomer( customer: queryInput_GetCustomersCustomer_customer! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomersCustomer_expand_items] + expand: [queryInput_GetCustomersCustomer_expand_items!] input: JSON ): GetCustomersCustomer_response @httpOperation(subgraph: "Stripe", path: "/v1/customers/{args.customer}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -127932,7 +127932,7 @@ type Query { """ ending_before: queryInput_GetCustomersCustomerBalanceTransactions_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomersCustomerBalanceTransactions_expand_items] + expand: [queryInput_GetCustomersCustomerBalanceTransactions_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127950,7 +127950,7 @@ type Query { customer: queryInput_GetCustomersCustomerBalanceTransactionsTransaction_customer! transaction: String! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomersCustomerBalanceTransactionsTransaction_expand_items] + expand: [queryInput_GetCustomersCustomerBalanceTransactionsTransaction_expand_items!] input: JSON ): GetCustomersCustomerBalanceTransactionsTransaction_response @httpOperation(subgraph: "Stripe", path: "/v1/customers/{args.customer}/balance_transactions/{args.transaction}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -127963,7 +127963,7 @@ type Query { """ ending_before: String """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomersCustomerBankAccounts_expand_items] + expand: [queryInput_GetCustomersCustomerBankAccounts_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -127981,7 +127981,7 @@ type Query { customer: queryInput_GetCustomersCustomerBankAccountsId_customer! id: queryInput_GetCustomersCustomerBankAccountsId_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomersCustomerBankAccountsId_expand_items] + expand: [queryInput_GetCustomersCustomerBankAccountsId_expand_items!] input: JSON ): GetCustomersCustomerBankAccountsId_response @httpOperation(subgraph: "Stripe", path: "/v1/customers/{args.customer}/bank_accounts/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -127996,7 +127996,7 @@ type Query { """ ending_before: String """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomersCustomerCards_expand_items] + expand: [queryInput_GetCustomersCustomerCards_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -128014,14 +128014,14 @@ type Query { customer: queryInput_GetCustomersCustomerCardsId_customer! id: queryInput_GetCustomersCustomerCardsId_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomersCustomerCardsId_expand_items] + expand: [queryInput_GetCustomersCustomerCardsId_expand_items!] input: JSON ): GetCustomersCustomerCardsId_response @httpOperation(subgraph: "Stripe", path: "/v1/customers/{args.customer}/cards/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Retrieves a customer’s cash balance.

""" GetCustomersCustomerCashBalance( customer: queryInput_GetCustomersCustomerCashBalance_customer! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomersCustomerCashBalance_expand_items] + expand: [queryInput_GetCustomersCustomerCashBalance_expand_items!] input: JSON ): GetCustomersCustomerCashBalance_response @httpOperation(subgraph: "Stripe", path: "/v1/customers/{args.customer}/cash_balance", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -128034,7 +128034,7 @@ type Query { """ ending_before: queryInput_GetCustomersCustomerCashBalanceTransactions_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomersCustomerCashBalanceTransactions_expand_items] + expand: [queryInput_GetCustomersCustomerCashBalanceTransactions_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -128052,13 +128052,13 @@ type Query { customer: queryInput_GetCustomersCustomerCashBalanceTransactionsTransaction_customer! transaction: String! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomersCustomerCashBalanceTransactionsTransaction_expand_items] + expand: [queryInput_GetCustomersCustomerCashBalanceTransactionsTransaction_expand_items!] input: JSON ): GetCustomersCustomerCashBalanceTransactionsTransaction_response @httpOperation(subgraph: "Stripe", path: "/v1/customers/{args.customer}/cash_balance_transactions/{args.transaction}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") GetCustomersCustomerDiscount( customer: queryInput_GetCustomersCustomerDiscount_customer! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomersCustomerDiscount_expand_items] + expand: [queryInput_GetCustomersCustomerDiscount_expand_items!] input: JSON ): GetCustomersCustomerDiscount_response @httpOperation(subgraph: "Stripe", path: "/v1/customers/{args.customer}/discount", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of PaymentMethods for a given Customer

""" @@ -128069,7 +128069,7 @@ type Query { """ ending_before: String """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomersCustomerPaymentMethods_expand_items] + expand: [queryInput_GetCustomersCustomerPaymentMethods_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -128086,7 +128086,7 @@ type Query { customer: queryInput_GetCustomersCustomerPaymentMethodsPaymentMethod_customer! payment_method: queryInput_GetCustomersCustomerPaymentMethodsPaymentMethod_payment_method! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomersCustomerPaymentMethodsPaymentMethod_expand_items] + expand: [queryInput_GetCustomersCustomerPaymentMethodsPaymentMethod_expand_items!] input: JSON ): GetCustomersCustomerPaymentMethodsPaymentMethod_response @httpOperation(subgraph: "Stripe", path: "/v1/customers/{args.customer}/payment_methods/{args.payment_method}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

List sources for a specified customer.

""" @@ -128097,7 +128097,7 @@ type Query { """ ending_before: String """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomersCustomerSources_expand_items] + expand: [queryInput_GetCustomersCustomerSources_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -128115,7 +128115,7 @@ type Query { customer: queryInput_GetCustomersCustomerSourcesId_customer! id: queryInput_GetCustomersCustomerSourcesId_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomersCustomerSourcesId_expand_items] + expand: [queryInput_GetCustomersCustomerSourcesId_expand_items!] input: JSON ): GetCustomersCustomerSourcesId_response @httpOperation(subgraph: "Stripe", path: "/v1/customers/{args.customer}/sources/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -128128,7 +128128,7 @@ type Query { """ ending_before: queryInput_GetCustomersCustomerSubscriptions_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomersCustomerSubscriptions_expand_items] + expand: [queryInput_GetCustomersCustomerSubscriptions_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -128144,14 +128144,14 @@ type Query { customer: queryInput_GetCustomersCustomerSubscriptionsSubscriptionExposedId_customer! subscription_exposed_id: queryInput_GetCustomersCustomerSubscriptionsSubscriptionExposedId_subscription_exposed_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomersCustomerSubscriptionsSubscriptionExposedId_expand_items] + expand: [queryInput_GetCustomersCustomerSubscriptionsSubscriptionExposedId_expand_items!] input: JSON ): GetCustomersCustomerSubscriptionsSubscriptionExposedId_response @httpOperation(subgraph: "Stripe", path: "/v1/customers/{args.customer}/subscriptions/{args.subscription_exposed_id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") GetCustomersCustomerSubscriptionsSubscriptionExposedIdDiscount( customer: queryInput_GetCustomersCustomerSubscriptionsSubscriptionExposedIdDiscount_customer! subscription_exposed_id: queryInput_GetCustomersCustomerSubscriptionsSubscriptionExposedIdDiscount_subscription_exposed_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomersCustomerSubscriptionsSubscriptionExposedIdDiscount_expand_items] + expand: [queryInput_GetCustomersCustomerSubscriptionsSubscriptionExposedIdDiscount_expand_items!] input: JSON ): GetCustomersCustomerSubscriptionsSubscriptionExposedIdDiscount_response @httpOperation(subgraph: "Stripe", path: "/v1/customers/{args.customer}/subscriptions/{args.subscription_exposed_id}/discount", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of tax IDs for a customer.

""" @@ -128162,7 +128162,7 @@ type Query { """ ending_before: queryInput_GetCustomersCustomerTaxIds_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomersCustomerTaxIds_expand_items] + expand: [queryInput_GetCustomersCustomerTaxIds_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -128180,7 +128180,7 @@ type Query { customer: queryInput_GetCustomersCustomerTaxIdsId_customer! id: String! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetCustomersCustomerTaxIdsId_expand_items] + expand: [queryInput_GetCustomersCustomerTaxIdsId_expand_items!] input: JSON ): GetCustomersCustomerTaxIdsId_response @httpOperation(subgraph: "Stripe", path: "/v1/customers/{args.customer}/tax_ids/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of your disputes.

""" @@ -128195,7 +128195,7 @@ type Query { """ ending_before: queryInput_GetDisputes_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetDisputes_expand_items] + expand: [queryInput_GetDisputes_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -128214,7 +128214,7 @@ type Query { GetDisputesDispute( dispute: queryInput_GetDisputesDispute_dispute! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetDisputesDispute_expand_items] + expand: [queryInput_GetDisputesDispute_expand_items!] input: JSON ): GetDisputesDispute_response @httpOperation(subgraph: "Stripe", path: "/v1/disputes/{args.dispute}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -128231,7 +128231,7 @@ type Query { """ ending_before: queryInput_GetEvents_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetEvents_expand_items] + expand: [queryInput_GetEvents_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -128247,7 +128247,7 @@ type Query { """ An array of up to 20 strings containing specific event names. The list will be filtered to include only events with a matching event property. You may pass either \`type\` or \`types\`, but not both. """ - types: [queryInput_GetEvents_types_items] + types: [queryInput_GetEvents_types_items!] input: JSON ): GetEvents_response @httpOperation(subgraph: "Stripe", path: "/v1/events", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"created\\":\\"created\\",\\"delivery_success\\":\\"delivery_success\\",\\"ending_before\\":\\"ending_before\\",\\"expand\\":\\"expand\\",\\"limit\\":\\"limit\\",\\"starting_after\\":\\"starting_after\\",\\"type\\":\\"type\\",\\"types\\":\\"types\\"}", queryStringOptionsByParam: "{\\"created\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true},\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true},\\"types\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -128256,7 +128256,7 @@ type Query { GetEventsId( id: queryInput_GetEventsId_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetEventsId_expand_items] + expand: [queryInput_GetEventsId_expand_items!] input: JSON ): GetEventsId_response @httpOperation(subgraph: "Stripe", path: "/v1/events/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -128268,7 +128268,7 @@ type Query { """ ending_before: queryInput_GetExchangeRates_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetExchangeRates_expand_items] + expand: [queryInput_GetExchangeRates_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and total number of supported payout currencies, and the default is the max. """ @@ -128285,7 +128285,7 @@ type Query { GetExchangeRatesRateId( rate_id: queryInput_GetExchangeRatesRateId_rate_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetExchangeRatesRateId_expand_items] + expand: [queryInput_GetExchangeRatesRateId_expand_items!] input: JSON ): GetExchangeRatesRateId_response @httpOperation(subgraph: "Stripe", path: "/v1/exchange_rates/{args.rate_id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of file links.

""" @@ -128296,7 +128296,7 @@ type Query { """ ending_before: String """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetFileLinks_expand_items] + expand: [queryInput_GetFileLinks_expand_items!] """ Filter links by their expiration status. By default, Stripe returns all links. """ @@ -128317,7 +128317,7 @@ type Query { GetFileLinksLink( link: String! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetFileLinksLink_expand_items] + expand: [queryInput_GetFileLinksLink_expand_items!] input: JSON ): GetFileLinksLink_response @httpOperation(subgraph: "Stripe", path: "/v1/file_links/{args.link}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -128330,7 +128330,7 @@ type Query { """ ending_before: queryInput_GetFiles_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetFiles_expand_items] + expand: [queryInput_GetFiles_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -128348,7 +128348,7 @@ type Query { GetFilesFile( file: queryInput_GetFilesFile_file! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetFilesFile_expand_items] + expand: [queryInput_GetFilesFile_expand_items!] input: JSON ): GetFilesFile_response @httpOperation(subgraph: "Stripe", path: "/v1/files/{args.file}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -128361,7 +128361,7 @@ type Query { """ ending_before: queryInput_GetFinancialConnectionsAccounts_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetFinancialConnectionsAccounts_expand_items] + expand: [queryInput_GetFinancialConnectionsAccounts_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -128382,7 +128382,7 @@ type Query { GetFinancialConnectionsAccountsAccount( account: queryInput_GetFinancialConnectionsAccountsAccount_account! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetFinancialConnectionsAccountsAccount_expand_items] + expand: [queryInput_GetFinancialConnectionsAccountsAccount_expand_items!] input: JSON ): GetFinancialConnectionsAccountsAccount_response @httpOperation(subgraph: "Stripe", path: "/v1/financial_connections/accounts/{args.account}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Lists all owners for a given Account

""" @@ -128393,7 +128393,7 @@ type Query { """ ending_before: queryInput_GetFinancialConnectionsAccountsAccountOwners_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetFinancialConnectionsAccountsAccountOwners_expand_items] + expand: [queryInput_GetFinancialConnectionsAccountsAccountOwners_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -128412,7 +128412,7 @@ type Query { GetFinancialConnectionsSessionsSession( session: queryInput_GetFinancialConnectionsSessionsSession_session! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetFinancialConnectionsSessionsSession_expand_items] + expand: [queryInput_GetFinancialConnectionsSessionsSession_expand_items!] input: JSON ): GetFinancialConnectionsSessionsSession_response @httpOperation(subgraph: "Stripe", path: "/v1/financial_connections/sessions/{args.session}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -128426,7 +128426,7 @@ type Query { """ ending_before: queryInput_GetFinancialConnectionsTransactions_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetFinancialConnectionsTransactions_expand_items] + expand: [queryInput_GetFinancialConnectionsTransactions_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -128448,7 +128448,7 @@ type Query { GetFinancialConnectionsTransactionsTransaction( transaction: queryInput_GetFinancialConnectionsTransactionsTransaction_transaction! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetFinancialConnectionsTransactionsTransaction_expand_items] + expand: [queryInput_GetFinancialConnectionsTransactionsTransaction_expand_items!] input: JSON ): GetFinancialConnectionsTransactionsTransaction_response @httpOperation(subgraph: "Stripe", path: "/v1/financial_connections/transactions/{args.transaction}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

List all verification reports.

""" @@ -128459,7 +128459,7 @@ type Query { """ ending_before: queryInput_GetIdentityVerificationReports_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetIdentityVerificationReports_expand_items] + expand: [queryInput_GetIdentityVerificationReports_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -128479,7 +128479,7 @@ type Query { GetIdentityVerificationReportsReport( report: queryInput_GetIdentityVerificationReportsReport_report! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetIdentityVerificationReportsReport_expand_items] + expand: [queryInput_GetIdentityVerificationReportsReport_expand_items!] input: JSON ): GetIdentityVerificationReportsReport_response @httpOperation(subgraph: "Stripe", path: "/v1/identity/verification_reports/{args.report}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of VerificationSessions

""" @@ -128490,7 +128490,7 @@ type Query { """ ending_before: queryInput_GetIdentityVerificationSessions_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetIdentityVerificationSessions_expand_items] + expand: [queryInput_GetIdentityVerificationSessions_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -128511,7 +128511,7 @@ type Query { GetIdentityVerificationSessionsSession( session: queryInput_GetIdentityVerificationSessionsSession_session! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetIdentityVerificationSessionsSession_expand_items] + expand: [queryInput_GetIdentityVerificationSessionsSession_expand_items!] input: JSON ): GetIdentityVerificationSessionsSession_response @httpOperation(subgraph: "Stripe", path: "/v1/identity/verification_sessions/{args.session}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -128528,7 +128528,7 @@ type Query { """ ending_before: queryInput_GetInvoiceitems_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetInvoiceitems_expand_items] + expand: [queryInput_GetInvoiceitems_expand_items!] """ Only return invoice items belonging to this invoice. If none is provided, all invoice items will be returned. If specifying an invoice, no customer identifier is needed. """ @@ -128551,7 +128551,7 @@ type Query { GetInvoiceitemsInvoiceitem( invoiceitem: queryInput_GetInvoiceitemsInvoiceitem_invoiceitem! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetInvoiceitemsInvoiceitem_expand_items] + expand: [queryInput_GetInvoiceitemsInvoiceitem_expand_items!] input: JSON ): GetInvoiceitemsInvoiceitem_response @httpOperation(subgraph: "Stripe", path: "/v1/invoiceitems/{args.invoiceitem}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -128568,7 +128568,7 @@ type Query { """ ending_before: queryInput_GetInvoices_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetInvoices_expand_items] + expand: [queryInput_GetInvoices_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -128592,7 +128592,7 @@ type Query { """ GetInvoicesSearch( """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetInvoicesSearch_expand_items] + expand: [queryInput_GetInvoicesSearch_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -128634,11 +128634,11 @@ type Query { """ discounts: JSON """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetInvoicesUpcoming_expand_items] + expand: [queryInput_GetInvoicesUpcoming_expand_items!] """ List of invoice items to add or update in the upcoming invoice preview. """ - invoice_items: [invoice_item_preview_params_Input] + invoice_items: [invoice_item_preview_params_Input!] issuer: queryInput_GetInvoicesUpcoming_issuer_Input """ The account (if any) for which the funds of the invoice payment are intended. If set, the invoice will be presented with the branding and support information of the specified account. See the [Invoices with Connect](https://stripe.com/docs/billing/invoices/connect) documentation for details. @@ -128671,7 +128671,7 @@ type Query { """ subscription_default_tax_rates: JSON """A list of up to 20 subscription items, each with an attached price.""" - subscription_items: [subscription_item_update_params_Input] + subscription_items: [subscription_item_update_params_Input!] subscription_proration_behavior: queryInput_GetInvoicesUpcoming_subscription_proration_behavior """ If previewing an update to a subscription, and doing proration, \`subscription_proration_date\` forces the proration to be calculated as though the update was done at the specified time. The time given must be within the current subscription period and within the current phase of the schedule backing this subscription, if the schedule exists. If set, \`subscription\`, and one of \`subscription_items\`, or \`subscription_trial_end\` are required. Also, \`subscription_proration_behavior\` cannot be set to 'none'. @@ -128717,11 +128717,11 @@ type Query { """ ending_before: queryInput_GetInvoicesUpcomingLines_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetInvoicesUpcomingLines_expand_items] + expand: [queryInput_GetInvoicesUpcomingLines_expand_items!] """ List of invoice items to add or update in the upcoming invoice preview. """ - invoice_items: [queryInput_GetInvoicesUpcomingLines_invoice_items_items_Input] + invoice_items: [queryInput_GetInvoicesUpcomingLines_invoice_items_items_Input!] issuer: queryInput_GetInvoicesUpcomingLines_issuer_Input """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. @@ -128762,7 +128762,7 @@ type Query { """ subscription_default_tax_rates: JSON """A list of up to 20 subscription items, each with an attached price.""" - subscription_items: [queryInput_GetInvoicesUpcomingLines_subscription_items_items_Input] + subscription_items: [queryInput_GetInvoicesUpcomingLines_subscription_items_items_Input!] subscription_proration_behavior: queryInput_GetInvoicesUpcomingLines_subscription_proration_behavior """ If previewing an update to a subscription, and doing proration, \`subscription_proration_date\` forces the proration to be calculated as though the update was done at the specified time. The time given must be within the current subscription period and within the current phase of the schedule backing this subscription, if the schedule exists. If set, \`subscription\`, and one of \`subscription_items\`, or \`subscription_trial_end\` are required. Also, \`subscription_proration_behavior\` cannot be set to 'none'. @@ -128785,7 +128785,7 @@ type Query { GetInvoicesInvoice( invoice: queryInput_GetInvoicesInvoice_invoice! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetInvoicesInvoice_expand_items] + expand: [queryInput_GetInvoicesInvoice_expand_items!] input: JSON ): GetInvoicesInvoice_response @httpOperation(subgraph: "Stripe", path: "/v1/invoices/{args.invoice}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -128798,7 +128798,7 @@ type Query { """ ending_before: queryInput_GetInvoicesInvoiceLines_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetInvoicesInvoiceLines_expand_items] + expand: [queryInput_GetInvoicesInvoiceLines_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -128826,7 +128826,7 @@ type Query { """ ending_before: queryInput_GetIssuingAuthorizations_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetIssuingAuthorizations_expand_items] + expand: [queryInput_GetIssuingAuthorizations_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -128842,7 +128842,7 @@ type Query { GetIssuingAuthorizationsAuthorization( authorization: queryInput_GetIssuingAuthorizationsAuthorization_authorization! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetIssuingAuthorizationsAuthorization_expand_items] + expand: [queryInput_GetIssuingAuthorizationsAuthorization_expand_items!] input: JSON ): GetIssuingAuthorizationsAuthorization_response @httpOperation(subgraph: "Stripe", path: "/v1/issuing/authorizations/{args.authorization}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -128860,7 +128860,7 @@ type Query { """ ending_before: queryInput_GetIssuingCardholders_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetIssuingCardholders_expand_items] + expand: [queryInput_GetIssuingCardholders_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -128879,7 +128879,7 @@ type Query { GetIssuingCardholdersCardholder( cardholder: queryInput_GetIssuingCardholdersCardholder_cardholder! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetIssuingCardholdersCardholder_expand_items] + expand: [queryInput_GetIssuingCardholdersCardholder_expand_items!] input: JSON ): GetIssuingCardholdersCardholder_response @httpOperation(subgraph: "Stripe", path: "/v1/issuing/cardholders/{args.cardholder}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -128899,7 +128899,7 @@ type Query { """Only return cards that have the given expiration year.""" exp_year: Int """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetIssuingCards_expand_items] + expand: [queryInput_GetIssuingCards_expand_items!] """Only return cards that have the given last four digits.""" last4: queryInput_GetIssuingCards_last4 """ @@ -128918,7 +128918,7 @@ type Query { GetIssuingCardsCard( card: queryInput_GetIssuingCardsCard_card! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetIssuingCardsCard_expand_items] + expand: [queryInput_GetIssuingCardsCard_expand_items!] input: JSON ): GetIssuingCardsCard_response @httpOperation(subgraph: "Stripe", path: "/v1/issuing/cards/{args.card}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -128934,7 +128934,7 @@ type Query { """ ending_before: queryInput_GetIssuingDisputes_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetIssuingDisputes_expand_items] + expand: [queryInput_GetIssuingDisputes_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -128952,7 +128952,7 @@ type Query { GetIssuingDisputesDispute( dispute: queryInput_GetIssuingDisputesDispute_dispute! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetIssuingDisputesDispute_expand_items] + expand: [queryInput_GetIssuingDisputesDispute_expand_items!] input: JSON ): GetIssuingDisputesDispute_response @httpOperation(subgraph: "Stripe", path: "/v1/issuing/disputes/{args.dispute}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -128968,7 +128968,7 @@ type Query { """ ending_before: queryInput_GetIssuingSettlements_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetIssuingSettlements_expand_items] + expand: [queryInput_GetIssuingSettlements_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -128983,7 +128983,7 @@ type Query { GetIssuingSettlementsSettlement( settlement: queryInput_GetIssuingSettlementsSettlement_settlement! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetIssuingSettlementsSettlement_expand_items] + expand: [queryInput_GetIssuingSettlementsSettlement_expand_items!] input: JSON ): GetIssuingSettlementsSettlement_response @httpOperation(subgraph: "Stripe", path: "/v1/issuing/settlements/{args.settlement}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Lists all Issuing Token objects for a given card.

""" @@ -128999,7 +128999,7 @@ type Query { """ ending_before: queryInput_GetIssuingTokens_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetIssuingTokens_expand_items] + expand: [queryInput_GetIssuingTokens_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129015,7 +129015,7 @@ type Query { GetIssuingTokensToken( token: queryInput_GetIssuingTokensToken_token! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetIssuingTokensToken_expand_items] + expand: [queryInput_GetIssuingTokensToken_expand_items!] input: JSON ): GetIssuingTokensToken_response @httpOperation(subgraph: "Stripe", path: "/v1/issuing/tokens/{args.token}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -129035,7 +129035,7 @@ type Query { """ ending_before: queryInput_GetIssuingTransactions_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetIssuingTransactions_expand_items] + expand: [queryInput_GetIssuingTransactions_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129051,7 +129051,7 @@ type Query { GetIssuingTransactionsTransaction( transaction: queryInput_GetIssuingTransactionsTransaction_transaction! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetIssuingTransactionsTransaction_expand_items] + expand: [queryInput_GetIssuingTransactionsTransaction_expand_items!] input: JSON ): GetIssuingTransactionsTransaction_response @httpOperation(subgraph: "Stripe", path: "/v1/issuing/transactions/{args.transaction}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -129060,7 +129060,7 @@ type Query { GetLinkAccountSessionsSession( session: queryInput_GetLinkAccountSessionsSession_session! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetLinkAccountSessionsSession_expand_items] + expand: [queryInput_GetLinkAccountSessionsSession_expand_items!] input: JSON ): GetLinkAccountSessionsSession_response @httpOperation(subgraph: "Stripe", path: "/v1/link_account_sessions/{args.session}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -129073,7 +129073,7 @@ type Query { """ ending_before: queryInput_GetLinkedAccounts_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetLinkedAccounts_expand_items] + expand: [queryInput_GetLinkedAccounts_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129094,7 +129094,7 @@ type Query { GetLinkedAccountsAccount( account: queryInput_GetLinkedAccountsAccount_account! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetLinkedAccountsAccount_expand_items] + expand: [queryInput_GetLinkedAccountsAccount_expand_items!] input: JSON ): GetLinkedAccountsAccount_response @httpOperation(subgraph: "Stripe", path: "/v1/linked_accounts/{args.account}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Lists all owners for a given Account

""" @@ -129105,7 +129105,7 @@ type Query { """ ending_before: queryInput_GetLinkedAccountsAccountOwners_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetLinkedAccountsAccountOwners_expand_items] + expand: [queryInput_GetLinkedAccountsAccountOwners_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129122,7 +129122,7 @@ type Query { GetMandatesMandate( mandate: String! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetMandatesMandate_expand_items] + expand: [queryInput_GetMandatesMandate_expand_items!] input: JSON ): GetMandatesMandate_response @httpOperation(subgraph: "Stripe", path: "/v1/mandates/{args.mandate}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of PaymentIntents.

""" @@ -129140,7 +129140,7 @@ type Query { """ ending_before: queryInput_GetPaymentIntents_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetPaymentIntents_expand_items] + expand: [queryInput_GetPaymentIntents_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129159,7 +129159,7 @@ type Query { """ GetPaymentIntentsSearch( """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetPaymentIntentsSearch_expand_items] + expand: [queryInput_GetPaymentIntentsSearch_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129188,7 +129188,7 @@ type Query { """ client_secret: queryInput_GetPaymentIntentsIntent_client_secret """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetPaymentIntentsIntent_expand_items] + expand: [queryInput_GetPaymentIntentsIntent_expand_items!] input: JSON ): GetPaymentIntentsIntent_response @httpOperation(subgraph: "Stripe", path: "/v1/payment_intents/{args.intent}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"client_secret\\":\\"client_secret\\",\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of your payment links.

""" @@ -129202,7 +129202,7 @@ type Query { """ ending_before: queryInput_GetPaymentLinks_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetPaymentLinks_expand_items] + expand: [queryInput_GetPaymentLinks_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129217,7 +129217,7 @@ type Query { GetPaymentLinksPaymentLink( payment_link: queryInput_GetPaymentLinksPaymentLink_payment_link! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetPaymentLinksPaymentLink_expand_items] + expand: [queryInput_GetPaymentLinksPaymentLink_expand_items!] input: JSON ): GetPaymentLinksPaymentLink_response @httpOperation(subgraph: "Stripe", path: "/v1/payment_links/{args.payment_link}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -129230,7 +129230,7 @@ type Query { """ ending_before: queryInput_GetPaymentLinksPaymentLinkLineItems_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetPaymentLinksPaymentLinkLineItems_expand_items] + expand: [queryInput_GetPaymentLinksPaymentLinkLineItems_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129246,14 +129246,14 @@ type Query { """The Connect application to filter by.""" application: JSON """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetPaymentMethodConfigurations_expand_items] + expand: [queryInput_GetPaymentMethodConfigurations_expand_items!] input: JSON ): GetPaymentMethodConfigurations_response @httpOperation(subgraph: "Stripe", path: "/v1/payment_method_configurations", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"application\\":\\"application\\",\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"application\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true},\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Retrieve payment method configuration

""" GetPaymentMethodConfigurationsConfiguration( configuration: queryInput_GetPaymentMethodConfigurationsConfiguration_configuration! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetPaymentMethodConfigurationsConfiguration_expand_items] + expand: [queryInput_GetPaymentMethodConfigurationsConfiguration_expand_items!] input: JSON ): GetPaymentMethodConfigurationsConfiguration_response @httpOperation(subgraph: "Stripe", path: "/v1/payment_method_configurations/{args.configuration}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Lists the details of existing payment method domains.

""" @@ -129269,7 +129269,7 @@ type Query { """ ending_before: queryInput_GetPaymentMethodDomains_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetPaymentMethodDomains_expand_items] + expand: [queryInput_GetPaymentMethodDomains_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129284,7 +129284,7 @@ type Query { GetPaymentMethodDomainsPaymentMethodDomain( payment_method_domain: queryInput_GetPaymentMethodDomainsPaymentMethodDomain_payment_method_domain! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetPaymentMethodDomainsPaymentMethodDomain_expand_items] + expand: [queryInput_GetPaymentMethodDomainsPaymentMethodDomain_expand_items!] input: JSON ): GetPaymentMethodDomainsPaymentMethodDomain_response @httpOperation(subgraph: "Stripe", path: "/v1/payment_method_domains/{args.payment_method_domain}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -129298,7 +129298,7 @@ type Query { """ ending_before: String """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetPaymentMethods_expand_items] + expand: [queryInput_GetPaymentMethods_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129316,7 +129316,7 @@ type Query { GetPaymentMethodsPaymentMethod( payment_method: queryInput_GetPaymentMethodsPaymentMethod_payment_method! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetPaymentMethodsPaymentMethod_expand_items] + expand: [queryInput_GetPaymentMethodsPaymentMethod_expand_items!] input: JSON ): GetPaymentMethodsPaymentMethod_response @httpOperation(subgraph: "Stripe", path: "/v1/payment_methods/{args.payment_method}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -129334,7 +129334,7 @@ type Query { """ ending_before: queryInput_GetPayouts_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetPayouts_expand_items] + expand: [queryInput_GetPayouts_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129355,7 +129355,7 @@ type Query { GetPayoutsPayout( payout: queryInput_GetPayoutsPayout_payout! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetPayoutsPayout_expand_items] + expand: [queryInput_GetPayoutsPayout_expand_items!] input: JSON ): GetPayoutsPayout_response @httpOperation(subgraph: "Stripe", path: "/v1/payouts/{args.payout}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of your plans.

""" @@ -129373,7 +129373,7 @@ type Query { """ ending_before: queryInput_GetPlans_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetPlans_expand_items] + expand: [queryInput_GetPlans_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129390,7 +129390,7 @@ type Query { GetPlansPlan( plan: queryInput_GetPlansPlan_plan! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetPlansPlan_expand_items] + expand: [queryInput_GetPlansPlan_expand_items!] input: JSON ): GetPlansPlan_response @httpOperation(subgraph: "Stripe", path: "/v1/plans/{args.plan}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -129412,13 +129412,13 @@ type Query { """ ending_before: queryInput_GetPrices_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetPrices_expand_items] + expand: [queryInput_GetPrices_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ limit: Int """Only return the price with these lookup_keys, if any exist.""" - lookup_keys: [queryInput_GetPrices_lookup_keys_items] + lookup_keys: [queryInput_GetPrices_lookup_keys_items!] """Only return prices for the given product.""" product: queryInput_GetPrices_product recurring: all_prices_recurring_params_Input @@ -129437,7 +129437,7 @@ type Query { """ GetPricesSearch( """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetPricesSearch_expand_items] + expand: [queryInput_GetPricesSearch_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129456,7 +129456,7 @@ type Query { GetPricesPrice( price: queryInput_GetPricesPrice_price! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetPricesPrice_expand_items] + expand: [queryInput_GetPricesPrice_expand_items!] input: JSON ): GetPricesPrice_response @httpOperation(subgraph: "Stripe", path: "/v1/prices/{args.price}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -129474,11 +129474,11 @@ type Query { """ ending_before: queryInput_GetProducts_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetProducts_expand_items] + expand: [queryInput_GetProducts_expand_items!] """ Only return products with the given IDs. Cannot be used with [starting_after](https://stripe.com/docs/api#list_products-starting_after) or [ending_before](https://stripe.com/docs/api#list_products-ending_before). """ - ids: [queryInput_GetProducts_ids_items] + ids: [queryInput_GetProducts_ids_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129503,7 +129503,7 @@ type Query { """ GetProductsSearch( """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetProductsSearch_expand_items] + expand: [queryInput_GetProductsSearch_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129524,7 +129524,7 @@ type Query { GetProductsId( id: queryInput_GetProductsId_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetProductsId_expand_items] + expand: [queryInput_GetProductsId_expand_items!] input: JSON ): GetProductsId_response @httpOperation(subgraph: "Stripe", path: "/v1/products/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of your promotion codes.

""" @@ -129546,7 +129546,7 @@ type Query { """ ending_before: queryInput_GetPromotionCodes_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetPromotionCodes_expand_items] + expand: [queryInput_GetPromotionCodes_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129563,7 +129563,7 @@ type Query { GetPromotionCodesPromotionCode( promotion_code: queryInput_GetPromotionCodesPromotionCode_promotion_code! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetPromotionCodesPromotionCode_expand_items] + expand: [queryInput_GetPromotionCodesPromotionCode_expand_items!] input: JSON ): GetPromotionCodesPromotionCode_response @httpOperation(subgraph: "Stripe", path: "/v1/promotion_codes/{args.promotion_code}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of your quotes.

""" @@ -129575,7 +129575,7 @@ type Query { """ ending_before: queryInput_GetQuotes_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetQuotes_expand_items] + expand: [queryInput_GetQuotes_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129595,7 +129595,7 @@ type Query { GetQuotesQuote( quote: queryInput_GetQuotesQuote_quote! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetQuotesQuote_expand_items] + expand: [queryInput_GetQuotesQuote_expand_items!] input: JSON ): GetQuotesQuote_response @httpOperation(subgraph: "Stripe", path: "/v1/quotes/{args.quote}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -129608,7 +129608,7 @@ type Query { """ ending_before: queryInput_GetQuotesQuoteComputedUpfrontLineItems_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetQuotesQuoteComputedUpfrontLineItems_expand_items] + expand: [queryInput_GetQuotesQuoteComputedUpfrontLineItems_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129629,7 +129629,7 @@ type Query { """ ending_before: queryInput_GetQuotesQuoteLineItems_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetQuotesQuoteLineItems_expand_items] + expand: [queryInput_GetQuotesQuoteLineItems_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129644,7 +129644,7 @@ type Query { GetQuotesQuotePdf( quote: queryInput_GetQuotesQuotePdf_quote! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetQuotesQuotePdf_expand_items] + expand: [queryInput_GetQuotesQuotePdf_expand_items!] input: JSON ): GetQuotesQuotePdf_response @httpOperation(subgraph: "Stripe", path: "/v1/quotes/{args.quote}/pdf", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of early fraud warnings.

""" @@ -129662,7 +129662,7 @@ type Query { """ ending_before: queryInput_GetRadarEarlyFraudWarnings_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetRadarEarlyFraudWarnings_expand_items] + expand: [queryInput_GetRadarEarlyFraudWarnings_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129685,7 +129685,7 @@ type Query { GetRadarEarlyFraudWarningsEarlyFraudWarning( early_fraud_warning: queryInput_GetRadarEarlyFraudWarningsEarlyFraudWarning_early_fraud_warning! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetRadarEarlyFraudWarningsEarlyFraudWarning_expand_items] + expand: [queryInput_GetRadarEarlyFraudWarningsEarlyFraudWarning_expand_items!] input: JSON ): GetRadarEarlyFraudWarningsEarlyFraudWarning_response @httpOperation(subgraph: "Stripe", path: "/v1/radar/early_fraud_warnings/{args.early_fraud_warning}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -129698,7 +129698,7 @@ type Query { """ ending_before: queryInput_GetRadarValueListItems_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetRadarValueListItems_expand_items] + expand: [queryInput_GetRadarValueListItems_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129719,7 +129719,7 @@ type Query { GetRadarValueListItemsItem( item: queryInput_GetRadarValueListItemsItem_item! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetRadarValueListItemsItem_expand_items] + expand: [queryInput_GetRadarValueListItemsItem_expand_items!] input: JSON ): GetRadarValueListItemsItem_response @httpOperation(subgraph: "Stripe", path: "/v1/radar/value_list_items/{args.item}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -129738,7 +129738,7 @@ type Query { """ ending_before: queryInput_GetRadarValueLists_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetRadarValueLists_expand_items] + expand: [queryInput_GetRadarValueLists_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129753,7 +129753,7 @@ type Query { GetRadarValueListsValueList( value_list: queryInput_GetRadarValueListsValueList_value_list! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetRadarValueListsValueList_expand_items] + expand: [queryInput_GetRadarValueListsValueList_expand_items!] input: JSON ): GetRadarValueListsValueList_response @httpOperation(subgraph: "Stripe", path: "/v1/radar/value_lists/{args.value_list}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -129768,7 +129768,7 @@ type Query { """ ending_before: String """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetRefunds_expand_items] + expand: [queryInput_GetRefunds_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129785,7 +129785,7 @@ type Query { GetRefundsRefund( refund: String! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetRefundsRefund_expand_items] + expand: [queryInput_GetRefundsRefund_expand_items!] input: JSON ): GetRefundsRefund_response @httpOperation(subgraph: "Stripe", path: "/v1/refunds/{args.refund}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -129798,7 +129798,7 @@ type Query { """ ending_before: queryInput_GetReportingReportRuns_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetReportingReportRuns_expand_items] + expand: [queryInput_GetReportingReportRuns_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129813,13 +129813,13 @@ type Query { GetReportingReportRunsReportRun( report_run: queryInput_GetReportingReportRunsReportRun_report_run! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetReportingReportRunsReportRun_expand_items] + expand: [queryInput_GetReportingReportRunsReportRun_expand_items!] input: JSON ): GetReportingReportRunsReportRun_response @httpOperation(subgraph: "Stripe", path: "/v1/reporting/report_runs/{args.report_run}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a full list of Report Types.

""" GetReportingReportTypes( """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetReportingReportTypes_expand_items] + expand: [queryInput_GetReportingReportTypes_expand_items!] input: JSON ): GetReportingReportTypes_response @httpOperation(subgraph: "Stripe", path: "/v1/reporting/report_types", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -129828,7 +129828,7 @@ type Query { GetReportingReportTypesReportType( report_type: String! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetReportingReportTypesReportType_expand_items] + expand: [queryInput_GetReportingReportTypesReportType_expand_items!] input: JSON ): GetReportingReportTypesReportType_response @httpOperation(subgraph: "Stripe", path: "/v1/reporting/report_types/{args.report_type}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -129841,7 +129841,7 @@ type Query { """ ending_before: queryInput_GetReviews_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetReviews_expand_items] + expand: [queryInput_GetReviews_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129856,7 +129856,7 @@ type Query { GetReviewsReview( review: queryInput_GetReviewsReview_review! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetReviewsReview_expand_items] + expand: [queryInput_GetReviewsReview_expand_items!] input: JSON ): GetReviewsReview_response @httpOperation(subgraph: "Stripe", path: "/v1/reviews/{args.review}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -129874,7 +129874,7 @@ type Query { """ ending_before: queryInput_GetSetupAttempts_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetSetupAttempts_expand_items] + expand: [queryInput_GetSetupAttempts_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129911,7 +129911,7 @@ type Query { """ ending_before: queryInput_GetSetupIntents_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetSetupIntents_expand_items] + expand: [queryInput_GetSetupIntents_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129940,7 +129940,7 @@ type Query { """ client_secret: queryInput_GetSetupIntentsIntent_client_secret """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetSetupIntentsIntent_expand_items] + expand: [queryInput_GetSetupIntentsIntent_expand_items!] input: JSON ): GetSetupIntentsIntent_response @httpOperation(subgraph: "Stripe", path: "/v1/setup_intents/{args.intent}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"client_secret\\":\\"client_secret\\",\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of your shipping rates.

""" @@ -129958,7 +129958,7 @@ type Query { """ ending_before: queryInput_GetShippingRates_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetShippingRates_expand_items] + expand: [queryInput_GetShippingRates_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129973,7 +129973,7 @@ type Query { GetShippingRatesShippingRateToken( shipping_rate_token: queryInput_GetShippingRatesShippingRateToken_shipping_rate_token! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetShippingRatesShippingRateToken_expand_items] + expand: [queryInput_GetShippingRatesShippingRateToken_expand_items!] input: JSON ): GetShippingRatesShippingRateToken_response @httpOperation(subgraph: "Stripe", path: "/v1/shipping_rates/{args.shipping_rate_token}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of scheduled query runs.

""" @@ -129983,7 +129983,7 @@ type Query { """ ending_before: queryInput_GetSigmaScheduledQueryRuns_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetSigmaScheduledQueryRuns_expand_items] + expand: [queryInput_GetSigmaScheduledQueryRuns_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -129998,7 +129998,7 @@ type Query { GetSigmaScheduledQueryRunsScheduledQueryRun( scheduled_query_run: queryInput_GetSigmaScheduledQueryRunsScheduledQueryRun_scheduled_query_run! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetSigmaScheduledQueryRunsScheduledQueryRun_expand_items] + expand: [queryInput_GetSigmaScheduledQueryRunsScheduledQueryRun_expand_items!] input: JSON ): GetSigmaScheduledQueryRunsScheduledQueryRun_response @httpOperation(subgraph: "Stripe", path: "/v1/sigma/scheduled_query_runs/{args.scheduled_query_run}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -130011,7 +130011,7 @@ type Query { """ client_secret: queryInput_GetSourcesSource_client_secret """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetSourcesSource_expand_items] + expand: [queryInput_GetSourcesSource_expand_items!] input: JSON ): GetSourcesSource_response @httpOperation(subgraph: "Stripe", path: "/v1/sources/{args.source}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"client_secret\\":\\"client_secret\\",\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Retrieves a new Source MandateNotification.

""" @@ -130019,7 +130019,7 @@ type Query { source: queryInput_GetSourcesSourceMandateNotificationsMandateNotification_source! mandate_notification: queryInput_GetSourcesSourceMandateNotificationsMandateNotification_mandate_notification! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetSourcesSourceMandateNotificationsMandateNotification_expand_items] + expand: [queryInput_GetSourcesSourceMandateNotificationsMandateNotification_expand_items!] input: JSON ): GetSourcesSourceMandateNotificationsMandateNotification_response @httpOperation(subgraph: "Stripe", path: "/v1/sources/{args.source}/mandate_notifications/{args.mandate_notification}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

List source transactions for a given source.

""" @@ -130030,7 +130030,7 @@ type Query { """ ending_before: queryInput_GetSourcesSourceSourceTransactions_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetSourcesSourceSourceTransactions_expand_items] + expand: [queryInput_GetSourcesSourceSourceTransactions_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -130048,7 +130048,7 @@ type Query { source: queryInput_GetSourcesSourceSourceTransactionsSourceTransaction_source! source_transaction: queryInput_GetSourcesSourceSourceTransactionsSourceTransaction_source_transaction! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetSourcesSourceSourceTransactionsSourceTransaction_expand_items] + expand: [queryInput_GetSourcesSourceSourceTransactionsSourceTransaction_expand_items!] input: JSON ): GetSourcesSourceSourceTransactionsSourceTransaction_response @httpOperation(subgraph: "Stripe", path: "/v1/sources/{args.source}/source_transactions/{args.source_transaction}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -130060,7 +130060,7 @@ type Query { """ ending_before: String """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetSubscriptionItems_expand_items] + expand: [queryInput_GetSubscriptionItems_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -130077,7 +130077,7 @@ type Query { GetSubscriptionItemsItem( item: queryInput_GetSubscriptionItemsItem_item! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetSubscriptionItemsItem_expand_items] + expand: [queryInput_GetSubscriptionItemsItem_expand_items!] input: JSON ): GetSubscriptionItemsItem_response @httpOperation(subgraph: "Stripe", path: "/v1/subscription_items/{args.item}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -130092,7 +130092,7 @@ type Query { """ ending_before: queryInput_GetSubscriptionItemsSubscriptionItemUsageRecordSummaries_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetSubscriptionItemsSubscriptionItemUsageRecordSummaries_expand_items] + expand: [queryInput_GetSubscriptionItemsSubscriptionItemUsageRecordSummaries_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -130124,7 +130124,7 @@ type Query { """ ending_before: queryInput_GetSubscriptionSchedules_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetSubscriptionSchedules_expand_items] + expand: [queryInput_GetSubscriptionSchedules_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -130147,7 +130147,7 @@ type Query { GetSubscriptionSchedulesSchedule( schedule: queryInput_GetSubscriptionSchedulesSchedule_schedule! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetSubscriptionSchedulesSchedule_expand_items] + expand: [queryInput_GetSubscriptionSchedulesSchedule_expand_items!] input: JSON ): GetSubscriptionSchedulesSchedule_response @httpOperation(subgraph: "Stripe", path: "/v1/subscription_schedules/{args.schedule}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -130166,7 +130166,7 @@ type Query { """ ending_before: queryInput_GetSubscriptions_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetSubscriptions_expand_items] + expand: [queryInput_GetSubscriptions_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -130192,7 +130192,7 @@ type Query { """ GetSubscriptionsSearch( """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetSubscriptionsSearch_expand_items] + expand: [queryInput_GetSubscriptionsSearch_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -130211,7 +130211,7 @@ type Query { GetSubscriptionsSubscriptionExposedId( subscription_exposed_id: queryInput_GetSubscriptionsSubscriptionExposedId_subscription_exposed_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetSubscriptionsSubscriptionExposedId_expand_items] + expand: [queryInput_GetSubscriptionsSubscriptionExposedId_expand_items!] input: JSON ): GetSubscriptionsSubscriptionExposedId_response @httpOperation(subgraph: "Stripe", path: "/v1/subscriptions/{args.subscription_exposed_id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -130224,7 +130224,7 @@ type Query { """ ending_before: queryInput_GetTaxCalculationsCalculationLineItems_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTaxCalculationsCalculationLineItems_expand_items] + expand: [queryInput_GetTaxCalculationsCalculationLineItems_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -130242,7 +130242,7 @@ type Query { """ ending_before: queryInput_GetTaxRegistrations_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTaxRegistrations_expand_items] + expand: [queryInput_GetTaxRegistrations_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -130258,20 +130258,20 @@ type Query { GetTaxRegistrationsId( id: queryInput_GetTaxRegistrationsId_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTaxRegistrationsId_expand_items] + expand: [queryInput_GetTaxRegistrationsId_expand_items!] input: JSON ): GetTaxRegistrationsId_response @httpOperation(subgraph: "Stripe", path: "/v1/tax/registrations/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Retrieves Tax Settings for a merchant.

""" GetTaxSettings( """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTaxSettings_expand_items] + expand: [queryInput_GetTaxSettings_expand_items!] input: JSON ): GetTaxSettings_response @httpOperation(subgraph: "Stripe", path: "/v1/tax/settings", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Retrieves a Tax Transaction object.

""" GetTaxTransactionsTransaction( transaction: queryInput_GetTaxTransactionsTransaction_transaction! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTaxTransactionsTransaction_expand_items] + expand: [queryInput_GetTaxTransactionsTransaction_expand_items!] input: JSON ): GetTaxTransactionsTransaction_response @httpOperation(subgraph: "Stripe", path: "/v1/tax/transactions/{args.transaction}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -130284,7 +130284,7 @@ type Query { """ ending_before: queryInput_GetTaxTransactionsTransactionLineItems_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTaxTransactionsTransactionLineItems_expand_items] + expand: [queryInput_GetTaxTransactionsTransactionLineItems_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -130304,7 +130304,7 @@ type Query { """ ending_before: String """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTaxCodes_expand_items] + expand: [queryInput_GetTaxCodes_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -130321,7 +130321,7 @@ type Query { GetTaxCodesId( id: queryInput_GetTaxCodesId_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTaxCodesId_expand_items] + expand: [queryInput_GetTaxCodesId_expand_items!] input: JSON ): GetTaxCodesId_response @httpOperation(subgraph: "Stripe", path: "/v1/tax_codes/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of tax IDs.

""" @@ -130331,7 +130331,7 @@ type Query { """ ending_before: queryInput_GetTaxIds_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTaxIds_expand_items] + expand: [queryInput_GetTaxIds_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -130347,7 +130347,7 @@ type Query { GetTaxIdsId( id: queryInput_GetTaxIdsId_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTaxIdsId_expand_items] + expand: [queryInput_GetTaxIdsId_expand_items!] input: JSON ): GetTaxIdsId_response @httpOperation(subgraph: "Stripe", path: "/v1/tax_ids/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -130365,7 +130365,7 @@ type Query { """ ending_before: queryInput_GetTaxRates_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTaxRates_expand_items] + expand: [queryInput_GetTaxRates_expand_items!] """ Optional flag to filter by tax rates that are inclusive (or those that are not inclusive). """ @@ -130384,7 +130384,7 @@ type Query { GetTaxRatesTaxRate( tax_rate: queryInput_GetTaxRatesTaxRate_tax_rate! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTaxRatesTaxRate_expand_items] + expand: [queryInput_GetTaxRatesTaxRate_expand_items!] input: JSON ): GetTaxRatesTaxRate_response @httpOperation(subgraph: "Stripe", path: "/v1/tax_rates/{args.tax_rate}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of Configuration objects.

""" @@ -130394,7 +130394,7 @@ type Query { """ ending_before: queryInput_GetTerminalConfigurations_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTerminalConfigurations_expand_items] + expand: [queryInput_GetTerminalConfigurations_expand_items!] """ if present, only return the account default or non-default configurations. """ @@ -130413,7 +130413,7 @@ type Query { GetTerminalConfigurationsConfiguration( configuration: queryInput_GetTerminalConfigurationsConfiguration_configuration! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTerminalConfigurationsConfiguration_expand_items] + expand: [queryInput_GetTerminalConfigurationsConfiguration_expand_items!] input: JSON ): GetTerminalConfigurationsConfiguration_response @httpOperation(subgraph: "Stripe", path: "/v1/terminal/configurations/{args.configuration}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of Location objects.

""" @@ -130423,7 +130423,7 @@ type Query { """ ending_before: queryInput_GetTerminalLocations_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTerminalLocations_expand_items] + expand: [queryInput_GetTerminalLocations_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -130438,7 +130438,7 @@ type Query { GetTerminalLocationsLocation( location: queryInput_GetTerminalLocationsLocation_location! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTerminalLocationsLocation_expand_items] + expand: [queryInput_GetTerminalLocationsLocation_expand_items!] input: JSON ): GetTerminalLocationsLocation_response @httpOperation(subgraph: "Stripe", path: "/v1/terminal/locations/{args.location}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of Reader objects.

""" @@ -130449,7 +130449,7 @@ type Query { """ ending_before: queryInput_GetTerminalReaders_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTerminalReaders_expand_items] + expand: [queryInput_GetTerminalReaders_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -130471,7 +130471,7 @@ type Query { GetTerminalReadersReader( reader: queryInput_GetTerminalReadersReader_reader! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTerminalReadersReader_expand_items] + expand: [queryInput_GetTerminalReadersReader_expand_items!] input: JSON ): GetTerminalReadersReader_response @httpOperation(subgraph: "Stripe", path: "/v1/terminal/readers/{args.reader}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of your test clocks.

""" @@ -130481,7 +130481,7 @@ type Query { """ ending_before: queryInput_GetTestHelpersTestClocks_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTestHelpersTestClocks_expand_items] + expand: [queryInput_GetTestHelpersTestClocks_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -130496,14 +130496,14 @@ type Query { GetTestHelpersTestClocksTestClock( test_clock: queryInput_GetTestHelpersTestClocksTestClock_test_clock! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTestHelpersTestClocksTestClock_expand_items] + expand: [queryInput_GetTestHelpersTestClocksTestClock_expand_items!] input: JSON ): GetTestHelpersTestClocksTestClock_response @httpOperation(subgraph: "Stripe", path: "/v1/test_helpers/test_clocks/{args.test_clock}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Retrieves the token with the given ID.

""" GetTokensToken( token: queryInput_GetTokensToken_token! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTokensToken_expand_items] + expand: [queryInput_GetTokensToken_expand_items!] input: JSON ): GetTokensToken_response @httpOperation(subgraph: "Stripe", path: "/v1/tokens/{args.token}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of top-ups.

""" @@ -130519,7 +130519,7 @@ type Query { """ ending_before: queryInput_GetTopups_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTopups_expand_items] + expand: [queryInput_GetTopups_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -130537,7 +130537,7 @@ type Query { GetTopupsTopup( topup: queryInput_GetTopupsTopup_topup! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTopupsTopup_expand_items] + expand: [queryInput_GetTopupsTopup_expand_items!] input: JSON ): GetTopupsTopup_response @httpOperation(subgraph: "Stripe", path: "/v1/topups/{args.topup}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -130554,7 +130554,7 @@ type Query { """ ending_before: queryInput_GetTransfers_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTransfers_expand_items] + expand: [queryInput_GetTransfers_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -130577,7 +130577,7 @@ type Query { """ ending_before: queryInput_GetTransfersIdReversals_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTransfersIdReversals_expand_items] + expand: [queryInput_GetTransfersIdReversals_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -130594,7 +130594,7 @@ type Query { GetTransfersTransfer( transfer: queryInput_GetTransfersTransfer_transfer! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTransfersTransfer_expand_items] + expand: [queryInput_GetTransfersTransfer_expand_items!] input: JSON ): GetTransfersTransfer_response @httpOperation(subgraph: "Stripe", path: "/v1/transfers/{args.transfer}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -130604,7 +130604,7 @@ type Query { transfer: queryInput_GetTransfersTransferReversalsId_transfer! id: queryInput_GetTransfersTransferReversalsId_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTransfersTransferReversalsId_expand_items] + expand: [queryInput_GetTransfersTransferReversalsId_expand_items!] input: JSON ): GetTransfersTransferReversalsId_response @httpOperation(subgraph: "Stripe", path: "/v1/transfers/{args.transfer}/reversals/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of CreditReversals.

""" @@ -130614,7 +130614,7 @@ type Query { """ ending_before: queryInput_GetTreasuryCreditReversals_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTreasuryCreditReversals_expand_items] + expand: [queryInput_GetTreasuryCreditReversals_expand_items!] """Returns objects associated with this FinancialAccount.""" financial_account: String! """ @@ -130636,7 +130636,7 @@ type Query { GetTreasuryCreditReversalsCreditReversal( credit_reversal: queryInput_GetTreasuryCreditReversalsCreditReversal_credit_reversal! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTreasuryCreditReversalsCreditReversal_expand_items] + expand: [queryInput_GetTreasuryCreditReversalsCreditReversal_expand_items!] input: JSON ): GetTreasuryCreditReversalsCreditReversal_response @httpOperation(subgraph: "Stripe", path: "/v1/treasury/credit_reversals/{args.credit_reversal}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of DebitReversals.

""" @@ -130646,7 +130646,7 @@ type Query { """ ending_before: queryInput_GetTreasuryDebitReversals_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTreasuryDebitReversals_expand_items] + expand: [queryInput_GetTreasuryDebitReversals_expand_items!] """Returns objects associated with this FinancialAccount.""" financial_account: String! """ @@ -130667,7 +130667,7 @@ type Query { GetTreasuryDebitReversalsDebitReversal( debit_reversal: queryInput_GetTreasuryDebitReversalsDebitReversal_debit_reversal! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTreasuryDebitReversalsDebitReversal_expand_items] + expand: [queryInput_GetTreasuryDebitReversalsDebitReversal_expand_items!] input: JSON ): GetTreasuryDebitReversalsDebitReversal_response @httpOperation(subgraph: "Stripe", path: "/v1/treasury/debit_reversals/{args.debit_reversal}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of FinancialAccounts.

""" @@ -130676,7 +130676,7 @@ type Query { """An object ID cursor for use in pagination.""" ending_before: queryInput_GetTreasuryFinancialAccounts_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTreasuryFinancialAccounts_expand_items] + expand: [queryInput_GetTreasuryFinancialAccounts_expand_items!] """A limit ranging from 1 to 100 (defaults to 10).""" limit: Int """An object ID cursor for use in pagination.""" @@ -130687,7 +130687,7 @@ type Query { GetTreasuryFinancialAccountsFinancialAccount( financial_account: queryInput_GetTreasuryFinancialAccountsFinancialAccount_financial_account! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTreasuryFinancialAccountsFinancialAccount_expand_items] + expand: [queryInput_GetTreasuryFinancialAccountsFinancialAccount_expand_items!] input: JSON ): GetTreasuryFinancialAccountsFinancialAccount_response @httpOperation(subgraph: "Stripe", path: "/v1/treasury/financial_accounts/{args.financial_account}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -130696,7 +130696,7 @@ type Query { GetTreasuryFinancialAccountsFinancialAccountFeatures( financial_account: queryInput_GetTreasuryFinancialAccountsFinancialAccountFeatures_financial_account! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTreasuryFinancialAccountsFinancialAccountFeatures_expand_items] + expand: [queryInput_GetTreasuryFinancialAccountsFinancialAccountFeatures_expand_items!] input: JSON ): GetTreasuryFinancialAccountsFinancialAccountFeatures_response @httpOperation(subgraph: "Stripe", path: "/v1/treasury/financial_accounts/{args.financial_account}/features", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -130708,7 +130708,7 @@ type Query { """ ending_before: queryInput_GetTreasuryInboundTransfers_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTreasuryInboundTransfers_expand_items] + expand: [queryInput_GetTreasuryInboundTransfers_expand_items!] """Returns objects associated with this FinancialAccount.""" financial_account: String! """ @@ -130726,7 +130726,7 @@ type Query { GetTreasuryInboundTransfersId( id: queryInput_GetTreasuryInboundTransfersId_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTreasuryInboundTransfersId_expand_items] + expand: [queryInput_GetTreasuryInboundTransfersId_expand_items!] input: JSON ): GetTreasuryInboundTransfersId_response @httpOperation(subgraph: "Stripe", path: "/v1/treasury/inbound_transfers/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -130740,7 +130740,7 @@ type Query { """ ending_before: queryInput_GetTreasuryOutboundPayments_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTreasuryOutboundPayments_expand_items] + expand: [queryInput_GetTreasuryOutboundPayments_expand_items!] """Returns objects associated with this FinancialAccount.""" financial_account: String! """ @@ -130760,7 +130760,7 @@ type Query { GetTreasuryOutboundPaymentsId( id: queryInput_GetTreasuryOutboundPaymentsId_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTreasuryOutboundPaymentsId_expand_items] + expand: [queryInput_GetTreasuryOutboundPaymentsId_expand_items!] input: JSON ): GetTreasuryOutboundPaymentsId_response @httpOperation(subgraph: "Stripe", path: "/v1/treasury/outbound_payments/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """ @@ -130772,7 +130772,7 @@ type Query { """ ending_before: queryInput_GetTreasuryOutboundTransfers_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTreasuryOutboundTransfers_expand_items] + expand: [queryInput_GetTreasuryOutboundTransfers_expand_items!] """Returns objects associated with this FinancialAccount.""" financial_account: String! """ @@ -130792,7 +130792,7 @@ type Query { GetTreasuryOutboundTransfersOutboundTransfer( outbound_transfer: queryInput_GetTreasuryOutboundTransfersOutboundTransfer_outbound_transfer! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTreasuryOutboundTransfersOutboundTransfer_expand_items] + expand: [queryInput_GetTreasuryOutboundTransfersOutboundTransfer_expand_items!] input: JSON ): GetTreasuryOutboundTransfersOutboundTransfer_response @httpOperation(subgraph: "Stripe", path: "/v1/treasury/outbound_transfers/{args.outbound_transfer}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of ReceivedCredits.

""" @@ -130802,7 +130802,7 @@ type Query { """ ending_before: queryInput_GetTreasuryReceivedCredits_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTreasuryReceivedCredits_expand_items] + expand: [queryInput_GetTreasuryReceivedCredits_expand_items!] """The FinancialAccount that received the funds.""" financial_account: String! """ @@ -130823,7 +130823,7 @@ type Query { GetTreasuryReceivedCreditsId( id: queryInput_GetTreasuryReceivedCreditsId_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTreasuryReceivedCreditsId_expand_items] + expand: [queryInput_GetTreasuryReceivedCreditsId_expand_items!] input: JSON ): GetTreasuryReceivedCreditsId_response @httpOperation(subgraph: "Stripe", path: "/v1/treasury/received_credits/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of ReceivedDebits.

""" @@ -130833,7 +130833,7 @@ type Query { """ ending_before: queryInput_GetTreasuryReceivedDebits_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTreasuryReceivedDebits_expand_items] + expand: [queryInput_GetTreasuryReceivedDebits_expand_items!] """The FinancialAccount that funds were pulled from.""" financial_account: String! """ @@ -130853,7 +130853,7 @@ type Query { GetTreasuryReceivedDebitsId( id: queryInput_GetTreasuryReceivedDebitsId_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTreasuryReceivedDebitsId_expand_items] + expand: [queryInput_GetTreasuryReceivedDebitsId_expand_items!] input: JSON ): GetTreasuryReceivedDebitsId_response @httpOperation(subgraph: "Stripe", path: "/v1/treasury/received_debits/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Retrieves a list of TransactionEntry objects.

""" @@ -130865,7 +130865,7 @@ type Query { """ ending_before: queryInput_GetTreasuryTransactionEntries_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTreasuryTransactionEntries_expand_items] + expand: [queryInput_GetTreasuryTransactionEntries_expand_items!] """Returns objects associated with this FinancialAccount.""" financial_account: String! """ @@ -130885,7 +130885,7 @@ type Query { GetTreasuryTransactionEntriesId( id: queryInput_GetTreasuryTransactionEntriesId_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTreasuryTransactionEntriesId_expand_items] + expand: [queryInput_GetTreasuryTransactionEntriesId_expand_items!] input: JSON ): GetTreasuryTransactionEntriesId_response @httpOperation(subgraph: "Stripe", path: "/v1/treasury/transaction_entries/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Retrieves a list of Transaction objects.

""" @@ -130896,7 +130896,7 @@ type Query { """ ending_before: queryInput_GetTreasuryTransactions_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTreasuryTransactions_expand_items] + expand: [queryInput_GetTreasuryTransactions_expand_items!] """Returns objects associated with this FinancialAccount.""" financial_account: String! """ @@ -130916,7 +130916,7 @@ type Query { GetTreasuryTransactionsId( id: queryInput_GetTreasuryTransactionsId_id! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetTreasuryTransactionsId_expand_items] + expand: [queryInput_GetTreasuryTransactionsId_expand_items!] input: JSON ): GetTreasuryTransactionsId_response @httpOperation(subgraph: "Stripe", path: "/v1/treasury/transactions/{args.id}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") """

Returns a list of your webhook endpoints.

""" @@ -130926,7 +130926,7 @@ type Query { """ ending_before: queryInput_GetWebhookEndpoints_ending_before """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetWebhookEndpoints_expand_items] + expand: [queryInput_GetWebhookEndpoints_expand_items!] """ A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. """ @@ -130941,7 +130941,7 @@ type Query { GetWebhookEndpointsWebhookEndpoint( webhook_endpoint: queryInput_GetWebhookEndpointsWebhookEndpoint_webhook_endpoint! """Specifies which fields in the response should be expanded.""" - expand: [queryInput_GetWebhookEndpointsWebhookEndpoint_expand_items] + expand: [queryInput_GetWebhookEndpointsWebhookEndpoint_expand_items!] input: JSON ): GetWebhookEndpointsWebhookEndpoint_response @httpOperation(subgraph: "Stripe", path: "/v1/webhook_endpoints/{args.webhook_endpoint}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/x-www-form-urlencoded\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"expand\\":\\"expand\\"}", queryStringOptionsByParam: "{\\"expand\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") } @@ -131740,7 +131740,7 @@ A list of [file links](https://stripe.com/docs/api#file_links) that point at thi """ type FileResourceFileLinkList { """Details about each object.""" - data: [FileLink]! + data: [FileLink!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -131918,7 +131918,7 @@ type ExternalAccountList { """ The list contains all external accounts that have been attached to the Stripe account. These may be bank accounts or cards. """ - data: [Polymorphic]! + data: [Polymorphic!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -132056,19 +132056,19 @@ type ExternalAccountRequirements { """ Fields that need to be collected to keep the external account enabled. If not collected by \`current_deadline\`, these fields appear in \`past_due\` as well, and the account is disabled. """ - currently_due: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_future_requirements_currently_due_items] + currently_due: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_future_requirements_currently_due_items!] """ Fields that are \`currently_due\` and need to be collected again because validation or verification failed. """ - errors: [AccountRequirementsError] + errors: [AccountRequirementsError!] """ Fields that weren't collected by \`current_deadline\`. These fields need to be collected to enable the external account. """ - past_due: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_future_requirements_past_due_items] + past_due: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_future_requirements_past_due_items!] """ Fields that may become required depending on the results of verification or review. Will be an empty array unless an asynchronous verification is pending. If verification fails, these fields move to \`eventually_due\`, \`currently_due\`, or \`past_due\`. """ - pending_verification: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_future_requirements_pending_verification_items] + pending_verification: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_future_requirements_pending_verification_items!] } scalar query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_future_requirements_currently_due_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -132253,7 +132253,7 @@ type AccountFutureRequirements { """ Fields that are due and can be satisfied by providing the corresponding alternative fields instead. """ - alternatives: [AccountRequirementsAlternative] + alternatives: [AccountRequirementsAlternative!] """ Date on which \`future_requirements\` merges with the main \`requirements\` hash and \`future_requirements\` becomes empty. After the transition, \`currently_due\` requirements may immediately become \`past_due\`, but the account may also be given a grace period depending on its enablement state prior to transitioning. """ @@ -132261,7 +132261,7 @@ type AccountFutureRequirements { """ Fields that need to be collected to keep the account enabled. If not collected by \`future_requirements[current_deadline]\`, these fields will transition to the main \`requirements\` hash. """ - currently_due: [query_GetAccount_oneOf_0_future_requirements_currently_due_items] + currently_due: [query_GetAccount_oneOf_0_future_requirements_currently_due_items!] """ This is typed as a string for consistency with \`requirements.disabled_reason\`. """ @@ -132269,30 +132269,30 @@ type AccountFutureRequirements { """ Fields that are \`currently_due\` and need to be collected again because validation or verification failed. """ - errors: [AccountRequirementsError] + errors: [AccountRequirementsError!] """ Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in \`currently_due\` as well. """ - eventually_due: [query_GetAccount_oneOf_0_future_requirements_eventually_due_items] + eventually_due: [query_GetAccount_oneOf_0_future_requirements_eventually_due_items!] """ Fields that weren't collected by \`requirements.current_deadline\`. These fields need to be collected to enable the capability on the account. New fields will never appear here; \`future_requirements.past_due\` will always be a subset of \`requirements.past_due\`. """ - past_due: [query_GetAccount_oneOf_0_future_requirements_past_due_items] + past_due: [query_GetAccount_oneOf_0_future_requirements_past_due_items!] """ Fields that may become required depending on the results of verification or review. Will be an empty array unless an asynchronous verification is pending. If verification fails, these fields move to \`eventually_due\` or \`currently_due\`. """ - pending_verification: [query_GetAccount_oneOf_0_future_requirements_pending_verification_items] + pending_verification: [query_GetAccount_oneOf_0_future_requirements_pending_verification_items!] } type AccountRequirementsAlternative { """ Fields that can be provided to satisfy all fields in \`original_fields_due\`. """ - alternative_fields_due: [query_GetAccount_oneOf_0_future_requirements_alternatives_items_alternative_fields_due_items]! + alternative_fields_due: [query_GetAccount_oneOf_0_future_requirements_alternatives_items_alternative_fields_due_items!]! """ Fields that are due and can be satisfied by providing all fields in \`alternative_fields_due\`. """ - original_fields_due: [query_GetAccount_oneOf_0_future_requirements_alternatives_items_original_fields_due_items]! + original_fields_due: [query_GetAccount_oneOf_0_future_requirements_alternatives_items_original_fields_due_items!]! } scalar query_GetAccount_oneOf_0_future_requirements_alternatives_items_alternative_fields_due_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -132344,7 +132344,7 @@ type Person { """The Kanji variation of the person's first name (Japan only).""" first_name_kanji: query_GetAccount_oneOf_0_individual_first_name_kanji """A list of alternate names or aliases that the person is known by.""" - full_name_aliases: [query_GetAccount_oneOf_0_individual_full_name_aliases_items] + full_name_aliases: [query_GetAccount_oneOf_0_individual_full_name_aliases_items!] future_requirements: PersonFutureRequirements """ The person's gender (International regulations require either "male" or "female"). @@ -132445,27 +132445,27 @@ type PersonFutureRequirements { """ Fields that are due and can be satisfied by providing the corresponding alternative fields instead. """ - alternatives: [AccountRequirementsAlternative] + alternatives: [AccountRequirementsAlternative!] """ Fields that need to be collected to keep the person's account enabled. If not collected by the account's \`future_requirements[current_deadline]\`, these fields will transition to the main \`requirements\` hash, and may immediately become \`past_due\`, but the account may also be given a grace period depending on the account's enablement state prior to transition. """ - currently_due: [query_GetAccount_oneOf_0_individual_future_requirements_currently_due_items]! + currently_due: [query_GetAccount_oneOf_0_individual_future_requirements_currently_due_items!]! """ Fields that are \`currently_due\` and need to be collected again because validation or verification failed. """ - errors: [AccountRequirementsError]! + errors: [AccountRequirementsError!]! """ Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in \`currently_due\` as well, and the account's \`future_requirements[current_deadline]\` becomes set. """ - eventually_due: [query_GetAccount_oneOf_0_individual_future_requirements_eventually_due_items]! + eventually_due: [query_GetAccount_oneOf_0_individual_future_requirements_eventually_due_items!]! """ Fields that weren't collected by the account's \`requirements.current_deadline\`. These fields need to be collected to enable the person's account. New fields will never appear here; \`future_requirements.past_due\` will always be a subset of \`requirements.past_due\`. """ - past_due: [query_GetAccount_oneOf_0_individual_future_requirements_past_due_items]! + past_due: [query_GetAccount_oneOf_0_individual_future_requirements_past_due_items!]! """ Fields that may become required depending on the results of verification or review. Will be an empty array unless an asynchronous verification is pending. If verification fails, these fields move to \`eventually_due\` or \`currently_due\`. """ - pending_verification: [query_GetAccount_oneOf_0_individual_future_requirements_pending_verification_items]! + pending_verification: [query_GetAccount_oneOf_0_individual_future_requirements_pending_verification_items!]! } scalar query_GetAccount_oneOf_0_individual_future_requirements_currently_due_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -132541,27 +132541,27 @@ type PersonRequirements { """ Fields that are due and can be satisfied by providing the corresponding alternative fields instead. """ - alternatives: [AccountRequirementsAlternative] + alternatives: [AccountRequirementsAlternative!] """ Fields that need to be collected to keep the person's account enabled. If not collected by the account's \`current_deadline\`, these fields appear in \`past_due\` as well, and the account is disabled. """ - currently_due: [query_GetAccount_oneOf_0_individual_requirements_currently_due_items]! + currently_due: [query_GetAccount_oneOf_0_individual_requirements_currently_due_items!]! """ Fields that are \`currently_due\` and need to be collected again because validation or verification failed. """ - errors: [AccountRequirementsError]! + errors: [AccountRequirementsError!]! """ Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in \`currently_due\` as well, and the account's \`current_deadline\` becomes set. """ - eventually_due: [query_GetAccount_oneOf_0_individual_requirements_eventually_due_items]! + eventually_due: [query_GetAccount_oneOf_0_individual_requirements_eventually_due_items!]! """ Fields that weren't collected by the account's \`current_deadline\`. These fields need to be collected to enable the person's account. """ - past_due: [query_GetAccount_oneOf_0_individual_requirements_past_due_items]! + past_due: [query_GetAccount_oneOf_0_individual_requirements_past_due_items!]! """ Fields that may become required depending on the results of verification or review. Will be an empty array unless an asynchronous verification is pending. If verification fails, these fields move to \`eventually_due\`, \`currently_due\`, or \`past_due\`. """ - pending_verification: [query_GetAccount_oneOf_0_individual_requirements_pending_verification_items]! + pending_verification: [query_GetAccount_oneOf_0_individual_requirements_pending_verification_items!]! } scalar query_GetAccount_oneOf_0_individual_requirements_currently_due_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -132701,7 +132701,7 @@ type AccountRequirements { """ Fields that are due and can be satisfied by providing the corresponding alternative fields instead. """ - alternatives: [AccountRequirementsAlternative] + alternatives: [AccountRequirementsAlternative!] """ Date by which the fields in \`currently_due\` must be collected to keep the account enabled. These fields may disable the account sooner if the next threshold is reached before they are collected. """ @@ -132709,7 +132709,7 @@ type AccountRequirements { """ Fields that need to be collected to keep the account enabled. If not collected by \`current_deadline\`, these fields appear in \`past_due\` as well, and the account is disabled. """ - currently_due: [query_GetAccount_oneOf_0_requirements_currently_due_items] + currently_due: [query_GetAccount_oneOf_0_requirements_currently_due_items!] """ If the account is disabled, this string describes why. [Learn more about handling verification issues](https://stripe.com/docs/connect/handling-api-verification). Can be \`action_required.requested_capabilities\`, \`requirements.past_due\`, \`requirements.pending_verification\`, \`listed\`, \`platform_paused\`, \`rejected.fraud\`, \`rejected.incomplete_verification\`, \`rejected.listed\`, \`rejected.other\`, \`rejected.terms_of_service\`, \`under_review\`, or \`other\`. """ @@ -132717,19 +132717,19 @@ type AccountRequirements { """ Fields that are \`currently_due\` and need to be collected again because validation or verification failed. """ - errors: [AccountRequirementsError] + errors: [AccountRequirementsError!] """ Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in \`currently_due\` as well, and \`current_deadline\` becomes set. """ - eventually_due: [query_GetAccount_oneOf_0_requirements_eventually_due_items] + eventually_due: [query_GetAccount_oneOf_0_requirements_eventually_due_items!] """ Fields that weren't collected by \`current_deadline\`. These fields need to be collected to enable the account. """ - past_due: [query_GetAccount_oneOf_0_requirements_past_due_items] + past_due: [query_GetAccount_oneOf_0_requirements_past_due_items!] """ Fields that may become required depending on the results of verification or review. Will be an empty array unless an asynchronous verification is pending. If verification fails, these fields move to \`eventually_due\`, \`currently_due\`, or \`past_due\`. """ - pending_verification: [query_GetAccount_oneOf_0_requirements_pending_verification_items] + pending_verification: [query_GetAccount_oneOf_0_requirements_pending_verification_items!] } scalar query_GetAccount_oneOf_0_requirements_currently_due_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -132964,7 +132964,7 @@ type AccountInvoicesSettings { """ The list of default Account Tax IDs to automatically include on invoices. Account Tax IDs get added when an invoice is finalized. """ - default_account_tax_ids: [query_GetAccount_oneOf_0_settings_invoices_default_account_tax_ids_items] + default_account_tax_ids: [query_GetAccount_oneOf_0_settings_invoices_default_account_tax_ids_items!] } type query_GetAccount_oneOf_0_settings_invoices_default_account_tax_ids_items { @@ -133508,7 +133508,7 @@ type PaymentIntent { """ The list of payment method types (e.g. card) that this PaymentIntent is allowed to use. """ - payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_payment_method_types_items]! + payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_payment_method_types_items!]! processing: PaymentIntentProcessing """ Email address that the receipt for the resulting payment will be sent to. If \`receipt_email\` is specified for a payment in live mode, a receipt will be sent regardless of your [email settings](https://dashboard.stripe.com/account/emails). @@ -133655,7 +133655,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ The account tax IDs associated with the invoice. Only editable when the invoice is a draft. """ - account_tax_ids: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_account_tax_ids_items] + account_tax_ids: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_account_tax_ids_items!] """ Final amount due at this time for this invoice. If the invoice's total is smaller than the minimum charge amount, for example, or if there is account credit that can be applied to the invoice, the \`amount_due\` may be 0. If there is a positive \`starting_balance\` for the invoice (the customer owes money), the \`amount_due\` will also take that into account. The charge that gets generated for the invoice will be for the amount specified in \`amount_due\`. """ @@ -133700,7 +133700,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ currency: String! """Custom fields displayed on the invoice.""" - custom_fields: [InvoiceSettingCustomField] + custom_fields: [InvoiceSettingCustomField!] """The ID of the customer who will be billed.""" customer: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_customer customer_address: Address @@ -133721,7 +133721,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ The customer's tax IDs. Until the invoice is finalized, this field will contain the same tax IDs as \`customer.tax_ids\`. Once the invoice is finalized, this field will no longer be updated. """ - customer_tax_ids: [InvoicesResourceInvoiceResourceInvoiceTaxID] + customer_tax_ids: [InvoicesResourceInvoiceResourceInvoiceTaxID!] """ ID of the default payment method for the invoice. It must belong to the customer associated with the invoice. If not set, defaults to the subscription's default payment method, if any, or to the default payment method in the customer's invoice settings. """ @@ -133731,7 +133731,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ default_source: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_default_source """The tax rates applied to this invoice, if any.""" - default_tax_rates: [TaxRate]! + default_tax_rates: [TaxRate!]! """ An arbitrary string attached to the object. Often useful for displaying to users. Referenced as 'memo' in the Dashboard. """ @@ -133740,7 +133740,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ The discounts applied to the invoice. Line item discounts are applied before invoice discounts. Use \`expand[]=discounts\` to expand each discount. """ - discounts: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_discounts_items] + discounts: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_discounts_items!] """ The date on which payment for this invoice is due. This value will be \`null\` for invoices where \`collection_method=charge_automatically\`. """ @@ -133863,13 +133863,13 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """Total after discounts and taxes.""" total: Int! """The aggregate amounts calculated per discount across all line items.""" - total_discount_amounts: [DiscountsResourceDiscountAmount] + total_discount_amounts: [DiscountsResourceDiscountAmount!] """ The integer amount in cents (or local equivalent) representing the total amount of the invoice including all discounts but excluding all tax. """ total_excluding_tax: Int """The aggregate amounts calculated per tax rate for all line items.""" - total_tax_amounts: [InvoiceTaxAmount]! + total_tax_amounts: [InvoiceTaxAmount!]! transfer_data: InvoiceTransferData """ Invoices are automatically paid or sent 1 hour after webhooks are delivered, or until all webhook delivery attempts have [been exhausted](https://stripe.com/docs/billing/webhooks#understand). This field tracks the time when webhooks for this invoice were successfully delivered. If the invoice had no webhooks to deliver, this will be set while the invoice is being created. @@ -134248,7 +134248,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ Detailed breakdown of fees (in cents (or local equivalent)) paid for this transaction. """ - fee_details: [Fee]! + fee_details: [Fee!]! """Unique identifier for the object.""" id: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_id! """ @@ -134359,7 +134359,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO type: JSON unapplied_from_payment: CustomerBalanceResourceCashBalanceTransactionResourceUnappliedFromPaymentTransaction """List of balance transactions associated with the dispute.""" - balance_transactions: [BalanceTransaction] + balance_transactions: [BalanceTransaction!] """ID of the charge that's refunded.""" charge: JSON evidence: JSON @@ -134401,7 +134401,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ History of every time a \`pending_request\` authorization was approved/declined, either by you directly or by Stripe (e.g. based on your spending_controls). If the merchant changes the authorization by performing an incremental authorization, you can look at this field to see the previous requests for the authorization. This field can be helpful in determining why a given authorization was approved/declined. """ - request_history: [IssuingAuthorizationRequest]! + request_history: [IssuingAuthorizationRequest!]! """ [Token](https://stripe.com/docs/api/issuing/tokens/object) object used for this transaction. If a network token was not used for this transaction, this field will be null. """ @@ -134409,7 +134409,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ List of [transactions](https://stripe.com/docs/api/issuing/transactions) associated with this authorization. """ - transactions: [IssuingTransaction]! + transactions: [IssuingTransaction!]! treasury: JSON verification_data: IssuingAuthorizationVerificationData! wallet: JSON @@ -135101,7 +135101,7 @@ enum transfer_const @typescript(subgraph: "Stripe", type: "\\"transfer\\"") @exa """A list of reversals that have been applied to the transfer.""" type TransferReversalList { """Details about each object.""" - data: [TransferReversal]! + data: [TransferReversal!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -135285,7 +135285,7 @@ type BalanceTransaction { """ Detailed breakdown of fees (in cents (or local equivalent)) paid for this transaction. """ - fee_details: [Fee]! + fee_details: [Fee!]! """Unique identifier for the object.""" id: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_id! """ @@ -135784,7 +135784,7 @@ type IssuingCardholder { The cardholder’s preferred locales (languages), ordered by preference. Locales can be \`de\`, \`en\`, \`es\`, \`fr\`, or \`it\`. This changes the language of the [3D Secure flow](https://stripe.com/docs/issuing/3d-secure) and one-time password messages sent to the cardholder. """ - preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_cardholder_preferred_locales_items] + preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_cardholder_preferred_locales_items!] requirements: IssuingCardholderRequirements! spending_controls: IssuingCardholderAuthorizationControls status: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_cardholder_status! @@ -135968,7 +135968,7 @@ type IssuingCardholderRequirements { """ Array of fields that need to be collected in order to verify and re-enable the cardholder. """ - past_due: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_cardholder_requirements_past_due_items] + past_due: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_cardholder_requirements_past_due_items!] } """ @@ -135997,15 +135997,15 @@ type IssuingCardholderAuthorizationControls { """ Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) of authorizations to allow. All other categories will be blocked. Cannot be set with \`blocked_categories\`. """ - allowed_categories: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_cardholder_spending_controls_allowed_categories_items] + allowed_categories: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_cardholder_spending_controls_allowed_categories_items!] """ Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) of authorizations to decline. All other categories will be allowed. Cannot be set with \`allowed_categories\`. """ - blocked_categories: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_cardholder_spending_controls_blocked_categories_items] + blocked_categories: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_cardholder_spending_controls_blocked_categories_items!] """ Limit spending with amount-based rules that apply across this cardholder's cards. """ - spending_limits: [IssuingCardholderSpendingLimit] + spending_limits: [IssuingCardholderSpendingLimit!] """Currency of the amounts within \`spending_limits\`.""" spending_limits_currency: String } @@ -136614,7 +136614,7 @@ type IssuingCardholderSpendingLimit { """ Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) this limit applies to. Omitting this field will apply the limit to all categories. """ - categories: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_cardholder_spending_controls_spending_limits_items_categories_items] + categories: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_cardholder_spending_controls_spending_limits_items_categories_items!] interval: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_cardholder_spending_controls_spending_limits_items_interval! } @@ -137078,15 +137078,15 @@ type IssuingCardAuthorizationControls { """ Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) of authorizations to allow. All other categories will be blocked. Cannot be set with \`blocked_categories\`. """ - allowed_categories: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_spending_controls_allowed_categories_items] + allowed_categories: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_spending_controls_allowed_categories_items!] """ Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) of authorizations to decline. All other categories will be allowed. Cannot be set with \`allowed_categories\`. """ - blocked_categories: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_spending_controls_blocked_categories_items] + blocked_categories: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_spending_controls_blocked_categories_items!] """ Limit spending with amount-based rules that apply across any cards this card replaced (i.e., its \`replacement_for\` card and _that_ card's \`replacement_for\` card, up the chain). """ - spending_limits: [IssuingCardSpendingLimit] + spending_limits: [IssuingCardSpendingLimit!] """ Currency of the amounts within \`spending_limits\`. Always the same as the currency of the card. """ @@ -137697,7 +137697,7 @@ type IssuingCardSpendingLimit { """ Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) this limit applies to. Omitting this field will apply the limit to all categories. """ - categories: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_spending_controls_spending_limits_items_categories_items] + categories: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_spending_controls_spending_limits_items_categories_items!] interval: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_spending_controls_spending_limits_items_interval! } @@ -138093,7 +138093,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO The cardholder’s preferred locales (languages), ordered by preference. Locales can be \`de\`, \`en\`, \`es\`, \`fr\`, or \`it\`. This changes the language of the [3D Secure flow](https://stripe.com/docs/issuing/3d-secure) and one-time password messages sent to the cardholder. """ - preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_cardholder_preferred_locales_items] + preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_cardholder_preferred_locales_items!] requirements: IssuingCardholderRequirements! spending_controls: IssuingCardholderAuthorizationControls status: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_cardholder_status! @@ -138110,7 +138110,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ amount: Int! """List of balance transactions associated with the dispute.""" - balance_transactions: [BalanceTransaction] + balance_transactions: [BalanceTransaction!] """ Time at which the object was created. Measured in seconds since the Unix epoch. """ @@ -138735,7 +138735,7 @@ type IssuingTransactionPurchaseDetails { fuel: IssuingTransactionFuelData lodging: IssuingTransactionLodgingData """The line items in the purchase.""" - receipt: [IssuingTransactionReceiptData] + receipt: [IssuingTransactionReceiptData!] """A merchant-specific order number.""" reference: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_transactions_items_purchase_details_reference } @@ -138748,7 +138748,7 @@ type IssuingTransactionFlightData { """Whether the ticket is refundable.""" refundable: Boolean """The legs of the trip.""" - segments: [IssuingTransactionFlightDataLeg] + segments: [IssuingTransactionFlightDataLeg!] """The travel agency that issued the ticket.""" travel_agency: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_transactions_items_purchase_details_flight_travel_agency } @@ -139087,7 +139087,7 @@ type IssuingNetworkTokenWalletProvider { """ hashed_account_email_address: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_token_anyOf_1_network_data_wallet_provider_hashed_account_email_address """The reasons for suggested tokenization given by the card network.""" - reason_codes: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_token_anyOf_1_network_data_wallet_provider_reason_codes_items] + reason_codes: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_token_anyOf_1_network_data_wallet_provider_reason_codes_items!] suggested_decision: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_token_anyOf_1_network_data_wallet_provider_suggested_decision """ The version of the standard for mapping reason codes followed by the wallet provider. @@ -139791,7 +139791,7 @@ type SourceOrder { """The email address of the customer placing the order.""" email: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_default_source_anyOf_3_source_order_email """List of items constituting the order.""" - items: [SourceOrderItem] + items: [SourceOrderItem!] shipping: Shipping } @@ -139954,7 +139954,7 @@ scalar query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_an """A list of refunds that have been applied to the fee.""" type FeeRefundList { """Details about each object.""" - data: [FeeRefund]! + data: [FeeRefund!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -140048,7 +140048,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ Detailed breakdown of fees (in cents (or local equivalent)) paid for this transaction. """ - fee_details: [Fee]! + fee_details: [Fee!]! """Unique identifier for the object.""" id: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_id! """ @@ -140148,7 +140148,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ Detailed breakdown of fees (in cents (or local equivalent)) paid for this transaction. """ - fee_details: [Fee]! + fee_details: [Fee!]! """Unique identifier for the object.""" id: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_id! """ @@ -140689,7 +140689,7 @@ type mandate_acss_debit { """ List of Stripe products where this mandate can be selected automatically. """ - default_for: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_payment_method_details_bancontact_generated_sepa_debit_mandate_anyOf_1_payment_method_details_acss_debit_default_for_items] + default_for: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_payment_method_details_bancontact_generated_sepa_debit_mandate_anyOf_1_payment_method_details_acss_debit_default_for_items!] """ Description of the interval. Only required if the 'payment_schedule' parameter is 'interval' or 'combined'. """ @@ -141677,7 +141677,7 @@ type payment_method_details_interac_present { """ EMV tag 5F2D. Preferred languages specified by the integrated circuit chip. """ - preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_payment_method_details_interac_present_preferred_locales_items] + preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_payment_method_details_interac_present_preferred_locales_items!] read_method: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_payment_method_details_interac_present_read_method receipt: payment_method_details_interac_present_receipt } @@ -141972,7 +141972,7 @@ type paypal_seller_protection { """ An array of conditions that are covered for the transaction, if applicable. """ - dispute_categories: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_payment_method_details_paypal_seller_protection_dispute_categories_items] + dispute_categories: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_payment_method_details_paypal_seller_protection_dispute_categories_items!] status: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_payment_method_details_paypal_seller_protection_status! } @@ -142275,7 +142275,7 @@ scalar query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_an """A list of refunds that have been applied to the charge.""" type RefundList { """Details about each object.""" - data: [Refund]! + data: [Refund!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -142844,7 +142844,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ A set of available payout methods for this card. Only values from this set should be passed as the \`method\` when creating a payout. """ - available_payout_methods: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_default_source_anyOf_2_available_payout_methods_items] + available_payout_methods: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_default_source_anyOf_2_available_payout_methods_items!] """ Card brand. Can be \`American Express\`, \`Diners Club\`, \`Discover\`, \`Eftpos Australia\`, \`JCB\`, \`MasterCard\`, \`UnionPay\`, \`Visa\`, or \`Unknown\`. """ @@ -143220,7 +143220,7 @@ type Coupon { type CouponAppliesTo { """A list of product IDs this coupon applies to""" - products: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_discount_coupon_applies_to_products_items]! + products: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_discount_coupon_applies_to_products_items!]! } scalar query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_discount_coupon_applies_to_products_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -143492,7 +143492,7 @@ The individual line items that make up the invoice. \`lines\` is sorted as follo """ type InvoiceLinesList { """Details about each object.""" - data: [InvoiceLineItem]! + data: [InvoiceLineItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -143518,7 +143518,7 @@ type InvoiceLineItem { """ description: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_description """The amount of discount calculated per discount for this line item.""" - discount_amounts: [DiscountsResourceDiscountAmount] + discount_amounts: [DiscountsResourceDiscountAmount!] """ If true, discounts will apply to this line item. Always false for prorations. """ @@ -143526,7 +143526,7 @@ type InvoiceLineItem { """ The discounts applied to the invoice line item. Line item discounts are applied before invoice discounts. Use \`expand[]=discounts\` to expand each discount. """ - discounts: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_discounts_items] + discounts: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_discounts_items!] """Unique identifier for the object.""" id: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_id! """ @@ -143558,9 +143558,9 @@ type InvoiceLineItem { """ subscription_item: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_subscription_item """The amount of tax calculated per tax rate for this line item""" - tax_amounts: [InvoiceTaxAmount] + tax_amounts: [InvoiceTaxAmount!] """The tax rates which apply to the line item.""" - tax_rates: [TaxRate] + tax_rates: [TaxRate!] type: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_type! """ The amount in cents (or local equivalent) representing the unit amount for this line item, excluding all tax and discounts. @@ -143694,7 +143694,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ The discounts which apply to the invoice item. Item discounts are applied before invoice discounts. Use \`expand[]=discounts\` to expand each discount. """ - discounts: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_discounts_items] + discounts: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_discounts_items!] """Unique identifier for the object.""" id: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_id! """The ID of the invoice this invoice item belongs to.""" @@ -143727,7 +143727,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ The tax rates which apply to the invoice item. When set, the \`default_tax_rates\` on the invoice do not apply to this invoice item. """ - tax_rates: [TaxRate] + tax_rates: [TaxRate!] """ID of the test clock this invoice item belongs to.""" test_clock: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_test_clock """Unit amount (in the \`currency\` specified) of the invoice item.""" @@ -143866,7 +143866,7 @@ type Price { """ Each element represents a pricing tier. This parameter requires \`billing_scheme\` to be set to \`tiered\`. See also the documentation for \`billing_scheme\`. """ - tiers: [PriceTier] + tiers: [PriceTier!] tiers_mode: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_price_product_anyOf_1_default_price_anyOf_1_tiers_mode transform_quantity: TransformQuantity type: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_price_product_anyOf_1_default_price_anyOf_1_type! @@ -143906,7 +143906,7 @@ type CurrencyOption { """ Each element represents a pricing tier. This parameter requires \`billing_scheme\` to be set to \`tiered\`. See also the documentation for \`billing_scheme\`. """ - tiers: [PriceTier] + tiers: [PriceTier!] """ The unit amount in cents (or local equivalent) to be charged, represented as a whole integer if possible. Only set if \`billing_scheme=per_unit\`. """ @@ -143989,13 +143989,13 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ A list of up to 15 features for this product. These are displayed in [pricing tables](https://stripe.com/docs/payments/checkout/pricing-table). """ - features: [ProductFeature]! + features: [ProductFeature!]! """Unique identifier for the object.""" id: JSON """ A list of up to 8 URLs of images for this product, meant to be displayable to the customer. """ - images: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_price_product_anyOf_1_images_items]! + images: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_price_product_anyOf_1_images_items!]! """ Has the value \`true\` if the object exists in live mode or the value \`false\` if the object exists in test mode. """ @@ -144256,7 +144256,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ The tax rates that will apply to any subscription item that does not have \`tax_rates\` set. Invoices created will have their \`default_tax_rates\` populated from the subscription. """ - default_tax_rates: [TaxRate] + default_tax_rates: [TaxRate!] """ The subscription's description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs. """ @@ -144451,7 +144451,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ A set of available payout methods for this card. Only values from this set should be passed as the \`method\` when creating a payout. """ - available_payout_methods: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_default_source_anyOf_2_available_payout_methods_items] + available_payout_methods: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_default_source_anyOf_2_available_payout_methods_items!] """ Card brand. Can be \`American Express\`, \`Diners Club\`, \`Discover\`, \`Eftpos Australia\`, \`JCB\`, \`MasterCard\`, \`UnionPay\`, \`Visa\`, or \`Unknown\`. """ @@ -144576,7 +144576,7 @@ scalar query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_an """List of subscription items, each with an attached price.""" type SubscriptionItemList { """Details about each object.""" - data: [SubscriptionItem]! + data: [SubscriptionItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -144613,7 +144613,7 @@ type SubscriptionItem { """ The tax rates which apply to this \`subscription_item\`. When set, the \`default_tax_rates\` on the subscription do not apply to this \`subscription_item\`. """ - tax_rates: [TaxRate] + tax_rates: [TaxRate!] } type SubscriptionItemBillingThresholds { @@ -144678,7 +144678,7 @@ type SubscriptionsResourcePaymentSettings { """ The list of payment method types to provide to every invoice created by the subscription. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice’s default payment method, the subscription’s default payment method, the customer’s default payment method, and your [invoice template settings](https://dashboard.stripe.com/settings/billing/invoice). """ - payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_subscription_anyOf_1_payment_settings_payment_method_types_items] + payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_subscription_anyOf_1_payment_settings_payment_method_types_items!] save_default_payment_method: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_subscription_anyOf_1_payment_settings_save_default_payment_method } @@ -144824,9 +144824,9 @@ type invoice_payment_method_options_us_bank_account_linked_account_options { """ The list of permissions to request. The \`payment_method\` permission must be included. """ - permissions: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_subscription_anyOf_1_payment_settings_payment_method_options_us_bank_account_financial_connections_permissions_items] + permissions: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_subscription_anyOf_1_payment_settings_payment_method_options_us_bank_account_financial_connections_permissions_items!] """Data features requested to be retrieved upon account creation.""" - prefetch: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_subscription_anyOf_1_payment_settings_payment_method_options_us_bank_account_financial_connections_prefetch_items] + prefetch: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_subscription_anyOf_1_payment_settings_payment_method_options_us_bank_account_financial_connections_prefetch_items!] } enum query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_subscription_anyOf_1_payment_settings_payment_method_options_us_bank_account_financial_connections_permissions_items { @@ -144941,7 +144941,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO Include \`inbound\` if you intend to use the payment method as the origin to pull funds from. Include \`outbound\` if you intend to use the payment method as the destination to send funds to. You can include both if you intend to use the payment method for both purposes. """ - flow_directions: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_flow_directions_items] + flow_directions: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_flow_directions_items!] """Unique identifier for the object.""" id: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_id! last_setup_error: APIErrors @@ -144968,7 +144968,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ The list of payment method types (e.g. card) that this SetupIntent is allowed to set up. """ - payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_payment_method_types_items]! + payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_payment_method_types_items!]! """ID of the single_use Mandate generated by the SetupIntent.""" single_use_mandate: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_single_use_mandate status: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_status! @@ -145233,7 +145233,7 @@ type setup_intent_payment_method_options_mandate_options_acss_debit { """ List of Stripe products where this mandate can be selected automatically. """ - default_for: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_payment_method_options_acss_debit_anyOf_0_mandate_options_default_for_items] + default_for: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_payment_method_options_acss_debit_anyOf_0_mandate_options_default_for_items!] """ Description of the interval. Only required if the 'payment_schedule' parameter is 'interval' or 'combined'. """ @@ -145302,7 +145302,7 @@ type setup_intent_payment_method_options_card_mandate_options { """ start_date: Timestamp! """Specifies the type of mandates supported. Possible values are \`india\`.""" - supported_types: [india_const] + supported_types: [india_const!] } """ @@ -145402,9 +145402,9 @@ type linked_account_options_us_bank_account { """ The list of permissions to request. The \`payment_method\` permission must be included. """ - permissions: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_payment_method_options_us_bank_account_anyOf_0_financial_connections_permissions_items] + permissions: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_payment_method_options_us_bank_account_anyOf_0_financial_connections_permissions_items!] """Data features requested to be retrieved upon account creation.""" - prefetch: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_payment_method_options_us_bank_account_anyOf_0_financial_connections_prefetch_items] + prefetch: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_payment_method_options_us_bank_account_anyOf_0_financial_connections_prefetch_items!] """ For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app. """ @@ -145493,7 +145493,7 @@ type SubscriptionsResourcePendingUpdate { """ List of subscription items, each with an attached plan, that will be set if the update is applied. """ - subscription_items: [SubscriptionItem] + subscription_items: [SubscriptionItem!] """ Unix timestamp representing the end of the trial period the customer will get before being charged for the first time, if the update is applied. """ @@ -145538,7 +145538,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO metadata: JSON object: subscription_schedule_const! """Configuration for the subscription schedule's phases.""" - phases: [SubscriptionSchedulePhaseConfiguration]! + phases: [SubscriptionSchedulePhaseConfiguration!]! """ Time at which the subscription schedule was released. Measured in seconds since the Unix epoch. """ @@ -145656,7 +145656,7 @@ type InvoiceSettingSubscriptionScheduleSetting { """ The account tax IDs associated with the subscription schedule. Will be set on invoices generated by the subscription schedule. """ - account_tax_ids: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_subscription_anyOf_1_schedule_anyOf_1_default_settings_invoice_settings_account_tax_ids_items] + account_tax_ids: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_subscription_anyOf_1_schedule_anyOf_1_default_settings_invoice_settings_account_tax_ids_items!] """ Number of days within which a customer must pay invoices generated by this subscription schedule. This value will be \`null\` for subscription schedules where \`billing=charge_automatically\`. """ @@ -145745,7 +145745,7 @@ type SubscriptionSchedulePhaseConfiguration { """ A list of prices and quantities that will generate invoice items appended to the next invoice for this phase. """ - add_invoice_items: [SubscriptionScheduleAddInvoiceItem]! + add_invoice_items: [SubscriptionScheduleAddInvoiceItem!]! """ A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account during this phase of the schedule. """ @@ -145769,7 +145769,7 @@ type SubscriptionSchedulePhaseConfiguration { """ The default tax rates to apply to the subscription during this phase of the subscription schedule. """ - default_tax_rates: [TaxRate] + default_tax_rates: [TaxRate!] """ Subscription description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs. """ @@ -145780,7 +145780,7 @@ type SubscriptionSchedulePhaseConfiguration { """ Subscription items to configure the subscription to during this phase of the subscription schedule. """ - items: [SubscriptionScheduleConfigurationItem]! + items: [SubscriptionScheduleConfigurationItem!]! """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to a phase. Metadata on a schedule's phase will update the underlying subscription's \`metadata\` when the phase is entered. Updating the underlying subscription's \`metadata\` directly will not affect the current phase's \`metadata\`. """ @@ -145808,7 +145808,7 @@ type SubscriptionScheduleAddInvoiceItem { """ The tax rates which apply to the item. When set, the \`default_tax_rates\` do not apply to this item. """ - tax_rates: [TaxRate] + tax_rates: [TaxRate!] } """ID of the price used to generate the invoice item.""" @@ -145851,7 +145851,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ Each element represents a pricing tier. This parameter requires \`billing_scheme\` to be set to \`tiered\`. See also the documentation for \`billing_scheme\`. """ - tiers: [PriceTier] + tiers: [PriceTier!] tiers_mode: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_price_product_anyOf_1_default_price_anyOf_1_tiers_mode transform_quantity: TransformQuantity type: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_price_product_anyOf_1_default_price_anyOf_1_type! @@ -145972,7 +145972,7 @@ type InvoiceSettingSubscriptionSchedulePhaseSetting { """ The account tax IDs associated with this phase of the subscription schedule. Will be set on invoices generated by this phase of the subscription schedule. """ - account_tax_ids: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_subscription_anyOf_1_schedule_anyOf_1_phases_items_invoice_settings_account_tax_ids_items] + account_tax_ids: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_subscription_anyOf_1_schedule_anyOf_1_phases_items_invoice_settings_account_tax_ids_items!] """ Number of days within which a customer must pay invoices generated by this subscription schedule. This value will be \`null\` for subscription schedules where \`billing=charge_automatically\`. """ @@ -146022,7 +146022,7 @@ type SubscriptionScheduleConfigurationItem { """ The tax rates which apply to this \`phase_item\`. When set, the \`default_tax_rates\` on the phase do not apply to this \`phase_item\`. """ - tax_rates: [TaxRate] + tax_rates: [TaxRate!] } """ID of the price to which the customer should be subscribed.""" @@ -146065,7 +146065,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ Each element represents a pricing tier. This parameter requires \`billing_scheme\` to be set to \`tiered\`. See also the documentation for \`billing_scheme\`. """ - tiers: [PriceTier] + tiers: [PriceTier!] tiers_mode: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_price_product_anyOf_1_default_price_anyOf_1_tiers_mode transform_quantity: TransformQuantity type: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_price_product_anyOf_1_default_price_anyOf_1_type! @@ -146274,7 +146274,7 @@ type InvoicesResourceLineItemsCreditedItems { """Invoice containing the credited invoice line items""" invoice: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_proration_details_credited_items_invoice! """Credited invoice line items""" - invoice_line_items: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_proration_details_credited_items_invoice_line_items_items]! + invoice_line_items: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_proration_details_credited_items_invoice_line_items_items!]! } """Invoice containing the credited invoice line items""" @@ -146345,7 +146345,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ The tax rates that will apply to any subscription item that does not have \`tax_rates\` set. Invoices created will have their \`default_tax_rates\` populated from the subscription. """ - default_tax_rates: [TaxRate] + default_tax_rates: [TaxRate!] """ The subscription's description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs. """ @@ -146429,7 +146429,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ The tax rates which apply to this \`subscription_item\`. When set, the \`default_tax_rates\` on the subscription do not apply to this \`subscription_item\`. """ - tax_rates: [TaxRate] + tax_rates: [TaxRate!] } scalar query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_subscription_item_anyOf_0 @length(subgraph: "Stripe", min: null, max: 5000) @@ -146574,7 +146574,7 @@ type InvoicesPaymentSettings { """ The list of payment method types (e.g. card) to provide to the invoice’s PaymentIntent. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice’s default payment method, the subscription’s default payment method, the customer’s default payment method, and your [invoice template settings](https://dashboard.stripe.com/settings/billing/invoice). """ - payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_payment_settings_payment_method_types_items] + payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_payment_settings_payment_method_types_items!] } """ @@ -146671,11 +146671,11 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ customer: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_quote_anyOf_1_customer """The tax rates applied to this quote.""" - default_tax_rates: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_quote_anyOf_1_default_tax_rates_items] + default_tax_rates: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_quote_anyOf_1_default_tax_rates_items!] """A description that will be displayed on the quote PDF.""" description: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_quote_anyOf_1_description """The discounts applied to this quote.""" - discounts: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_quote_anyOf_1_discounts_items]! + discounts: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_quote_anyOf_1_discounts_items!]! """ The date on which the quote will be canceled if in \`open\` or \`draft\` status. Measured in seconds since the Unix epoch. """ @@ -146801,9 +146801,9 @@ type QuotesResourceTotalDetails { type QuotesResourceTotalDetailsResourceBreakdown { """The aggregated discounts.""" - discounts: [LineItemsDiscountAmount]! + discounts: [LineItemsDiscountAmount!]! """The aggregated tax amounts by rate.""" - taxes: [LineItemsTaxAmount]! + taxes: [LineItemsTaxAmount!]! } type LineItemsDiscountAmount { @@ -146856,7 +146856,7 @@ The line items that will appear on the next invoice after this quote is accepted """ type QuotesResourceListLineItems { """Details about each object.""" - data: [LineItem]! + data: [LineItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -146887,7 +146887,7 @@ type LineItem { """ description: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_quote_anyOf_1_computed_upfront_line_items_data_items_description! """The discounts applied to the line item.""" - discounts: [LineItemsDiscountAmount] + discounts: [LineItemsDiscountAmount!] """Unique identifier for the object.""" id: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_quote_anyOf_1_computed_upfront_line_items_data_items_id! object: item_const! @@ -146895,7 +146895,7 @@ type LineItem { """The quantity of products being purchased.""" quantity: Int """The taxes applied to the line item.""" - taxes: [LineItemsTaxAmount] + taxes: [LineItemsTaxAmount!] } """ @@ -147081,7 +147081,7 @@ type InvoiceSettingQuoteSetting { """A list of items the customer is being quoted for.""" type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_quote_anyOf_1_line_items { """Details about each object.""" - data: [LineItem]! + data: [LineItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -147198,7 +147198,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ The tax rates that will apply to any subscription item that does not have \`tax_rates\` set. Invoices created will have their \`default_tax_rates\` populated from the subscription. """ - default_tax_rates: [TaxRate] + default_tax_rates: [TaxRate!] """ The subscription's description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs. """ @@ -147313,7 +147313,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO metadata: JSON object: subscription_schedule_const! """Configuration for the subscription schedule's phases.""" - phases: [SubscriptionSchedulePhaseConfiguration]! + phases: [SubscriptionSchedulePhaseConfiguration!]! """ Time at which the subscription schedule was released. Measured in seconds since the Unix epoch. """ @@ -147423,7 +147423,7 @@ type InvoicesResourceShippingCost { """The ID of the ShippingRate for this invoice.""" shipping_rate: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_shipping_cost_shipping_rate """The taxes applied to the shipping rate.""" - taxes: [LineItemsTaxAmount] + taxes: [LineItemsTaxAmount!] } """The ID of the ShippingRate for this invoice.""" @@ -147654,7 +147654,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ The tax rates that will apply to any subscription item that does not have \`tax_rates\` set. Invoices created will have their \`default_tax_rates\` populated from the subscription. """ - default_tax_rates: [TaxRate] + default_tax_rates: [TaxRate!] """ The subscription's description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs. """ @@ -147749,12 +147749,12 @@ type InvoiceThresholdReason { """ amount_gte: Int """Indicates which line items triggered a threshold invoice.""" - item_reasons: [InvoiceItemThresholdReason]! + item_reasons: [InvoiceItemThresholdReason!]! } type InvoiceItemThresholdReason { """The IDs of the line items that triggered the threshold invoice.""" - line_item_ids: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_threshold_reason_item_reasons_items_line_item_ids_items]! + line_item_ids: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_threshold_reason_item_reasons_items_line_item_ids_items!]! """The quantity threshold boundary that applied to the given line item.""" usage_gte: Int! } @@ -148032,7 +148032,7 @@ type PaymentIntentNextActionDisplayBankTransferInstructions { """ A list of financial addresses that can be used to fund the customer balance """ - financial_addresses: [FundingInstructionsBankTransferFinancialAddress] + financial_addresses: [FundingInstructionsBankTransferFinancialAddress!] """ A link to a hosted page that guides your customer through completing the transfer. """ @@ -148053,7 +148053,7 @@ type FundingInstructionsBankTransferFinancialAddress { sort_code: FundingInstructionsBankTransferSortCodeRecord spei: FundingInstructionsBankTransferSpeiRecord """The payment networks supported by this FinancialAddress""" - supported_networks: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_next_action_display_bank_transfer_instructions_financial_addresses_items_supported_networks_items] + supported_networks: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_next_action_display_bank_transfer_instructions_financial_addresses_items_supported_networks_items!] swift: FundingInstructionsBankTransferSwiftRecord type: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_next_action_display_bank_transfer_instructions_financial_addresses_items_type! zengin: FundingInstructionsBankTransferZenginRecord @@ -148897,7 +148897,7 @@ type payment_method_options_card_mandate_options { """ start_date: Timestamp! """Specifies the type of mandates supported. Possible values are \`india\`.""" - supported_types: [india_const] + supported_types: [india_const!] } """ @@ -149058,7 +149058,7 @@ type payment_method_options_customer_balance_bank_transfer { Permitted values include: \`sort_code\`, \`zengin\`, \`iban\`, or \`spei\`. """ - requested_address_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_payment_method_options_customer_balance_anyOf_0_bank_transfer_requested_address_types_items] + requested_address_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_payment_method_options_customer_balance_anyOf_0_bank_transfer_requested_address_types_items!] type: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_payment_method_options_customer_balance_anyOf_0_bank_transfer_type } @@ -149868,7 +149868,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO Include \`inbound\` if you intend to use the payment method as the origin to pull funds from. Include \`outbound\` if you intend to use the payment method as the destination to send funds to. You can include both if you intend to use the payment method for both purposes. """ - flow_directions: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_flow_directions_items] + flow_directions: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_flow_directions_items!] """Unique identifier for the object.""" id: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_id! """ @@ -150496,7 +150496,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO Include \`inbound\` if you intend to use the payment method as the origin to pull funds from. Include \`outbound\` if you intend to use the payment method as the destination to send funds to. You can include both if you intend to use the payment method for both purposes. """ - flow_directions: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_flow_directions_items] + flow_directions: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_flow_directions_items!] """Unique identifier for the object.""" id: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_id! last_setup_error: APIErrors @@ -150523,7 +150523,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ The list of payment method types (e.g. card) that this SetupIntent is allowed to set up. """ - payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_payment_method_types_items]! + payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_payment_method_types_items!]! """ID of the single_use Mandate generated by the SetupIntent.""" single_use_mandate: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_single_use_mandate status: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_status! @@ -150552,7 +150552,7 @@ scalar query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_an type networks { """All available networks for the card.""" - available: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_networks_available_items]! + available: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_networks_available_items!]! """ The preferred network for co-branded cards. Can be \`cartes_bancaires\`, \`mastercard\`, \`visa\` or \`invalid_preference\` if requested network is not valid for the card. """ @@ -150711,7 +150711,7 @@ scalar query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_an type payment_method_card_present_networks { """All available networks for the card.""" - available: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_present_networks_available_items]! + available: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_present_networks_available_items!]! """The preferred network for the card.""" preferred: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_present_networks_preferred } @@ -150904,7 +150904,7 @@ type payment_method_interac_present { """ EMV tag 5F2D. Preferred languages specified by the integrated circuit chip. """ - preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_interac_present_preferred_locales_items] + preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_interac_present_preferred_locales_items!] read_method: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_interac_present_read_method } @@ -151235,7 +151235,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO Include \`inbound\` if you intend to use the payment method as the origin to pull funds from. Include \`outbound\` if you intend to use the payment method as the destination to send funds to. You can include both if you intend to use the payment method for both purposes. """ - flow_directions: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_flow_directions_items] + flow_directions: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_flow_directions_items!] """Unique identifier for the object.""" id: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_id! """ @@ -151374,7 +151374,7 @@ type us_bank_account_networks { """The preferred network.""" preferred: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_us_bank_account_networks_preferred """All supported networks.""" - supported: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_us_bank_account_networks_supported_items]! + supported: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_us_bank_account_networks_supported_items!]! } """The preferred network.""" @@ -151490,7 +151490,7 @@ type SetupIntent { Include \`inbound\` if you intend to use the payment method as the origin to pull funds from. Include \`outbound\` if you intend to use the payment method as the destination to send funds to. You can include both if you intend to use the payment method for both purposes. """ - flow_directions: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_flow_directions_items] + flow_directions: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_flow_directions_items!] """Unique identifier for the object.""" id: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_id! last_setup_error: APIErrors @@ -151517,7 +151517,7 @@ type SetupIntent { """ The list of payment method types (e.g. card) that this SetupIntent is allowed to set up. """ - payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_payment_method_types_items]! + payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_payment_method_types_items!]! """ID of the single_use Mandate generated by the SetupIntent.""" single_use_mandate: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_single_use_mandate status: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_status! @@ -151560,7 +151560,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ A set of available payout methods for this card. Only values from this set should be passed as the \`method\` when creating a payout. """ - available_payout_methods: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_default_source_anyOf_2_available_payout_methods_items] + available_payout_methods: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_default_source_anyOf_2_available_payout_methods_items!] """ Card brand. Can be \`American Express\`, \`Diners Club\`, \`Discover\`, \`Eftpos Australia\`, \`JCB\`, \`MasterCard\`, \`UnionPay\`, \`Visa\`, or \`Unknown\`. """ @@ -151687,7 +151687,7 @@ scalar queryInput_GetAccount_expand_items @length(subgraph: "Stripe", min: null, union GetAccounts_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "AccountList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = AccountList | error type AccountList { - data: [Account]! + data: [Account!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -151821,7 +151821,7 @@ scalar queryInput_GetAccountsAccountBankAccountsId_expand_items @length(subgraph union GetAccountsAccountCapabilities_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "ListAccountCapability") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = ListAccountCapability | error type ListAccountCapability { - data: [AccountCapability]! + data: [AccountCapability!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -151905,7 +151905,7 @@ type AccountCapabilityFutureRequirements { """ Fields that are due and can be satisfied by providing the corresponding alternative fields instead. """ - alternatives: [AccountRequirementsAlternative] + alternatives: [AccountRequirementsAlternative!] """ Date on which \`future_requirements\` merges with the main \`requirements\` hash and \`future_requirements\` becomes empty. After the transition, \`currently_due\` requirements may immediately become \`past_due\`, but the account may also be given a grace period depending on the capability's enablement state prior to transitioning. """ @@ -151913,7 +151913,7 @@ type AccountCapabilityFutureRequirements { """ Fields that need to be collected to keep the capability enabled. If not collected by \`future_requirements[current_deadline]\`, these fields will transition to the main \`requirements\` hash. """ - currently_due: [query_GetAccountsAccountCapabilities_oneOf_0_data_items_future_requirements_currently_due_items]! + currently_due: [query_GetAccountsAccountCapabilities_oneOf_0_data_items_future_requirements_currently_due_items!]! """ This is typed as a string for consistency with \`requirements.disabled_reason\`, but it safe to assume \`future_requirements.disabled_reason\` is empty because fields in \`future_requirements\` will never disable the account. """ @@ -151921,19 +151921,19 @@ type AccountCapabilityFutureRequirements { """ Fields that are \`currently_due\` and need to be collected again because validation or verification failed. """ - errors: [AccountRequirementsError]! + errors: [AccountRequirementsError!]! """ Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in \`currently_due\` as well. """ - eventually_due: [query_GetAccountsAccountCapabilities_oneOf_0_data_items_future_requirements_eventually_due_items]! + eventually_due: [query_GetAccountsAccountCapabilities_oneOf_0_data_items_future_requirements_eventually_due_items!]! """ Fields that weren't collected by \`requirements.current_deadline\`. These fields need to be collected to enable the capability on the account. New fields will never appear here; \`future_requirements.past_due\` will always be a subset of \`requirements.past_due\`. """ - past_due: [query_GetAccountsAccountCapabilities_oneOf_0_data_items_future_requirements_past_due_items]! + past_due: [query_GetAccountsAccountCapabilities_oneOf_0_data_items_future_requirements_past_due_items!]! """ Fields that may become required depending on the results of verification or review. Will be an empty array unless an asynchronous verification is pending. If verification fails, these fields move to \`eventually_due\` or \`currently_due\`. """ - pending_verification: [query_GetAccountsAccountCapabilities_oneOf_0_data_items_future_requirements_pending_verification_items]! + pending_verification: [query_GetAccountsAccountCapabilities_oneOf_0_data_items_future_requirements_pending_verification_items!]! } scalar query_GetAccountsAccountCapabilities_oneOf_0_data_items_future_requirements_currently_due_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -151960,7 +151960,7 @@ type AccountCapabilityRequirements { """ Fields that are due and can be satisfied by providing the corresponding alternative fields instead. """ - alternatives: [AccountRequirementsAlternative] + alternatives: [AccountRequirementsAlternative!] """ Date by which the fields in \`currently_due\` must be collected to keep the capability enabled for the account. These fields may disable the capability sooner if the next threshold is reached before they are collected. """ @@ -151968,7 +151968,7 @@ type AccountCapabilityRequirements { """ Fields that need to be collected to keep the capability enabled. If not collected by \`current_deadline\`, these fields appear in \`past_due\` as well, and the capability is disabled. """ - currently_due: [query_GetAccountsAccountCapabilities_oneOf_0_data_items_requirements_currently_due_items]! + currently_due: [query_GetAccountsAccountCapabilities_oneOf_0_data_items_requirements_currently_due_items!]! """ If the capability is disabled, this string describes why. Can be \`requirements.past_due\`, \`requirements.pending_verification\`, \`listed\`, \`platform_paused\`, \`rejected.fraud\`, \`rejected.listed\`, \`rejected.terms_of_service\`, \`rejected.other\`, \`under_review\`, or \`other\`. @@ -151982,19 +151982,19 @@ type AccountCapabilityRequirements { """ Fields that are \`currently_due\` and need to be collected again because validation or verification failed. """ - errors: [AccountRequirementsError]! + errors: [AccountRequirementsError!]! """ Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in \`currently_due\` as well, and \`current_deadline\` becomes set. """ - eventually_due: [query_GetAccountsAccountCapabilities_oneOf_0_data_items_requirements_eventually_due_items]! + eventually_due: [query_GetAccountsAccountCapabilities_oneOf_0_data_items_requirements_eventually_due_items!]! """ Fields that weren't collected by \`current_deadline\`. These fields need to be collected to enable the capability on the account. """ - past_due: [query_GetAccountsAccountCapabilities_oneOf_0_data_items_requirements_past_due_items]! + past_due: [query_GetAccountsAccountCapabilities_oneOf_0_data_items_requirements_past_due_items!]! """ Fields that may become required depending on the results of verification or review. Will be an empty array unless an asynchronous verification is pending. If verification fails, these fields move to \`eventually_due\`, \`currently_due\`, or \`past_due\`. """ - pending_verification: [query_GetAccountsAccountCapabilities_oneOf_0_data_items_requirements_pending_verification_items]! + pending_verification: [query_GetAccountsAccountCapabilities_oneOf_0_data_items_requirements_pending_verification_items!]! } scalar query_GetAccountsAccountCapabilities_oneOf_0_data_items_requirements_currently_due_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -152046,7 +152046,7 @@ type query_GetAccountsAccountExternalAccounts_oneOf_0 { """ The list contains all external accounts that have been attached to the Stripe account. These may be bank accounts or cards. """ - data: [Polymorphic]! + data: [Polymorphic!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -152078,7 +152078,7 @@ scalar queryInput_GetAccountsAccountExternalAccountsId_expand_items @length(subg union GetAccountsAccountPeople_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "PersonList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = PersonList | error type PersonList { - data: [Person]! + data: [Person!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -152127,7 +152127,7 @@ scalar queryInput_GetAccountsAccountPeoplePerson_expand_items @length(subgraph: union GetAccountsAccountPersons_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "query_GetAccountsAccountPersons_oneOf_0") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = query_GetAccountsAccountPersons_oneOf_0 | error type query_GetAccountsAccountPersons_oneOf_0 { - data: [Person]! + data: [Person!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -152165,7 +152165,7 @@ scalar queryInput_GetAccountsAccountPersonsPerson_expand_items @length(subgraph: union GetApplePayDomains_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "ApplePayDomainList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = ApplePayDomainList | error type ApplePayDomainList { - data: [ApplePayDomain]! + data: [ApplePayDomain!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -152223,7 +152223,7 @@ scalar queryInput_GetApplePayDomainsDomain_expand_items @length(subgraph: "Strip union GetApplicationFees_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "PlatformEarningList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = PlatformEarningList | error type PlatformEarningList { - data: [PlatformFee]! + data: [PlatformFee!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -152312,7 +152312,7 @@ union GetApplicationFeesIdRefunds_response @statusCodeTypeName(subgraph: "Stripe type query_GetApplicationFeesIdRefunds_oneOf_0 { """Details about each object.""" - data: [FeeRefund]! + data: [FeeRefund!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -152342,7 +152342,7 @@ scalar queryInput_GetApplicationFeesIdRefunds_starting_after @length(subgraph: " union GetAppsSecrets_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "SecretServiceResourceSecretList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = SecretServiceResourceSecretList | error type SecretServiceResourceSecretList { - data: [SecretServiceResourceSecret]! + data: [SecretServiceResourceSecret!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -152489,13 +152489,13 @@ type Balance { """ Available funds that you can transfer or pay out automatically by Stripe or explicitly through the [Transfers API](https://stripe.com/docs/api#transfers) or [Payouts API](https://stripe.com/docs/api#payouts). You can find the available balance for each currency and payment type in the \`source_types\` property. """ - available: [BalanceAmount]! + available: [BalanceAmount!]! """ Funds held due to negative balances on connected Custom accounts. You can find the connect reserve balance for each currency and payment type in the \`source_types\` property. """ - connect_reserved: [BalanceAmount] + connect_reserved: [BalanceAmount!] """Funds that you can pay out using Instant Payouts.""" - instant_available: [BalanceAmountNet] + instant_available: [BalanceAmountNet!] issuing: BalanceDetail """ Has the value \`true\` if the object exists in live mode or the value \`false\` if the object exists in test mode. @@ -152505,7 +152505,7 @@ type Balance { """ Funds that aren't available in the balance yet. You can find the pending balance for each currency and each payment type in the \`source_types\` property. """ - pending: [BalanceAmount]! + pending: [BalanceAmount!]! } type BalanceAmount { @@ -152539,7 +152539,7 @@ type BalanceAmountNet { type BalanceDetail { """Funds that are available for use.""" - available: [BalanceAmount]! + available: [BalanceAmount!]! } enum balance_const @typescript(subgraph: "Stripe", type: "\\"balance\\"") @example(subgraph: "Stripe", value: "\\"balance\\"") { @@ -152551,7 +152551,7 @@ scalar queryInput_GetBalance_expand_items @length(subgraph: "Stripe", min: null, union GetBalanceHistory_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "BalanceTransactionsList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = BalanceTransactionsList | error type BalanceTransactionsList { - data: [BalanceTransaction]! + data: [BalanceTransaction!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -152596,7 +152596,7 @@ scalar queryInput_GetBalanceHistoryId_expand_items @length(subgraph: "Stripe", m union GetBalanceTransactions_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "query_GetBalanceTransactions_oneOf_0") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = query_GetBalanceTransactions_oneOf_0 | error type query_GetBalanceTransactions_oneOf_0 { - data: [BalanceTransaction]! + data: [BalanceTransaction!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -152641,7 +152641,7 @@ scalar queryInput_GetBalanceTransactionsId_expand_items @length(subgraph: "Strip union GetBillingPortalConfigurations_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "PortalPublicResourceConfigurationList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = PortalPublicResourceConfigurationList | error type PortalPublicResourceConfigurationList { - data: [PortalConfiguration]! + data: [PortalConfiguration!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -152742,7 +152742,7 @@ type PortalCustomerUpdate { """ The types of customer updates that are supported. When empty, customers are not updateable. """ - allowed_updates: [query_GetBillingPortalConfigurations_oneOf_0_data_items_features_customer_update_allowed_updates_items]! + allowed_updates: [query_GetBillingPortalConfigurations_oneOf_0_data_items_features_customer_update_allowed_updates_items!]! """Whether the feature is enabled.""" enabled: Boolean! } @@ -152778,7 +152778,7 @@ type PortalSubscriptionCancellationReason { """Whether the feature is enabled.""" enabled: Boolean! """Which cancellation reasons will be given as options to the customer.""" - options: [query_GetBillingPortalConfigurations_oneOf_0_data_items_features_subscription_cancel_cancellation_reason_options_items]! + options: [query_GetBillingPortalConfigurations_oneOf_0_data_items_features_subscription_cancel_cancellation_reason_options_items!]! } enum query_GetBillingPortalConfigurations_oneOf_0_data_items_features_subscription_cancel_cancellation_reason_options_items { @@ -152818,11 +152818,11 @@ type PortalSubscriptionUpdate { """ The types of subscription updates that are supported for items listed in the \`products\` attribute. When empty, subscriptions are not updateable. """ - default_allowed_updates: [query_GetBillingPortalConfigurations_oneOf_0_data_items_features_subscription_update_default_allowed_updates_items]! + default_allowed_updates: [query_GetBillingPortalConfigurations_oneOf_0_data_items_features_subscription_update_default_allowed_updates_items!]! """Whether the feature is enabled.""" enabled: Boolean! """The list of up to 10 products that support subscription updates.""" - products: [PortalSubscriptionUpdateProduct] + products: [PortalSubscriptionUpdateProduct!] proration_behavior: query_GetBillingPortalConfigurations_oneOf_0_data_items_features_subscription_update_proration_behavior! } @@ -152836,7 +152836,7 @@ type PortalSubscriptionUpdateProduct { """ The list of price IDs which, when subscribed to, a subscription can be updated. """ - prices: [query_GetBillingPortalConfigurations_oneOf_0_data_items_features_subscription_update_products_items_prices_items]! + prices: [query_GetBillingPortalConfigurations_oneOf_0_data_items_features_subscription_update_products_items_prices_items!]! """The product ID.""" product: query_GetBillingPortalConfigurations_oneOf_0_data_items_features_subscription_update_products_items_product! } @@ -152903,7 +152903,7 @@ scalar queryInput_GetBillingPortalConfigurationsConfiguration_expand_items @leng union GetCharges_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "ChargeList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = ChargeList | error type ChargeList { - data: [Charge]! + data: [Charge!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -153073,7 +153073,7 @@ scalar queryInput_GetCharges_transfer_group @length(subgraph: "Stripe", min: nul union GetChargesSearch_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "SearchResult") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = SearchResult | error type SearchResult { - data: [Charge]! + data: [Charge!]! has_more: Boolean! next_page: query_GetChargesSearch_oneOf_0_next_page object: search_result_const! @@ -153127,7 +153127,7 @@ type Dispute { """ List of zero, one, or two balance transactions that show funds withdrawn and reinstated to your Stripe account as a result of this dispute. """ - balance_transactions: [BalanceTransaction]! + balance_transactions: [BalanceTransaction!]! """ID of the charge that's disputed.""" charge: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_5_charge! """ @@ -153651,7 +153651,7 @@ union GetChargesChargeRefunds_response @statusCodeTypeName(subgraph: "Stripe", s type query_GetChargesChargeRefunds_oneOf_0 { """Details about each object.""" - data: [Refund]! + data: [Refund!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -153673,7 +153673,7 @@ scalar queryInput_GetChargesChargeRefundsRefund_expand_items @length(subgraph: " union GetCheckoutSessions_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "PaymentPagesCheckoutSessionList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = PaymentPagesCheckoutSessionList | error type PaymentPagesCheckoutSessionList { - data: [Session]! + data: [Session!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -153737,7 +153737,7 @@ type Session { """ Collect additional information from your customer using custom fields. Up to 3 fields are supported. """ - custom_fields: [PaymentPagesCheckoutSessionCustomFields]! + custom_fields: [PaymentPagesCheckoutSessionCustomFields!]! custom_text: PaymentPagesCheckoutSessionCustomText! """ The ID of the customer for this Session. @@ -153787,7 +153787,7 @@ type Session { A list of the types of payment methods (e.g. card) this Checkout Session is allowed to accept. """ - payment_method_types: [query_GetCheckoutSessions_oneOf_0_data_items_payment_method_types_items]! + payment_method_types: [query_GetCheckoutSessions_oneOf_0_data_items_payment_method_types_items!]! payment_status: query_GetCheckoutSessions_oneOf_0_data_items_payment_status! phone_number_collection: PaymentPagesCheckoutSessionPhoneNumberCollection """ @@ -153805,7 +153805,7 @@ type Session { shipping_cost: PaymentPagesCheckoutSessionShippingCost shipping_details: Shipping """The shipping rate options applied to this Session.""" - shipping_options: [PaymentPagesCheckoutSessionShippingOption]! + shipping_options: [PaymentPagesCheckoutSessionShippingOption!]! status: query_GetCheckoutSessions_oneOf_0_data_items_status submit_type: query_GetCheckoutSessions_oneOf_0_data_items_submit_type """ @@ -153992,7 +153992,7 @@ type PaymentPagesCheckoutSessionCustomFieldsDropdown { """ The options available for the customer to select. Up to 200 options allowed. """ - options: [PaymentPagesCheckoutSessionCustomFieldsOption]! + options: [PaymentPagesCheckoutSessionCustomFieldsOption!]! """ The option selected by the customer. This will be the \`value\` for the option. """ @@ -154162,7 +154162,7 @@ type query_GetCheckoutSessions_oneOf_0_data_items_customer { """The customer's phone number.""" phone: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_phone """The customer's preferred locales (languages), ordered by preference.""" - preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_preferred_locales_items] + preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_preferred_locales_items!] shipping: Shipping sources: ApmsSourcesSourceList subscriptions: SubscriptionList @@ -154257,7 +154257,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ A set of available payout methods for this card. Only values from this set should be passed as the \`method\` when creating a payout. """ - available_payout_methods: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_default_source_anyOf_2_available_payout_methods_items] + available_payout_methods: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_default_source_anyOf_2_available_payout_methods_items!] """ Card brand. Can be \`American Express\`, \`Diners Club\`, \`Discover\`, \`Eftpos Australia\`, \`JCB\`, \`MasterCard\`, \`UnionPay\`, \`Visa\`, or \`Unknown\`. """ @@ -154384,7 +154384,7 @@ scalar query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_an type InvoiceSettingCustomerSetting { """Default custom fields to be displayed on invoices for this customer.""" - custom_fields: [InvoiceSettingCustomField] + custom_fields: [InvoiceSettingCustomField!] """ ID of a payment method that's attached to the customer, to be used as the customer's default payment method for subscriptions and invoices. """ @@ -154486,7 +154486,7 @@ scalar query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_an """The customer's payment sources, if any.""" type ApmsSourcesSourceList { """Details about each object.""" - data: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_sources_data_items]! + data: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_sources_data_items!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -154524,7 +154524,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ A set of available payout methods for this card. Only values from this set should be passed as the \`method\` when creating a payout. """ - available_payout_methods: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_default_source_anyOf_2_available_payout_methods_items] + available_payout_methods: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_default_source_anyOf_2_available_payout_methods_items!] """ Card brand. Can be \`American Express\`, \`Diners Club\`, \`Discover\`, \`Eftpos Australia\`, \`JCB\`, \`MasterCard\`, \`UnionPay\`, \`Visa\`, or \`Unknown\`. """ @@ -154642,7 +154642,7 @@ scalar query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_an """The customer's current subscriptions, if any.""" type SubscriptionList { """Details about each object.""" - data: [Subscription_]! + data: [Subscription_!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -154718,7 +154718,7 @@ type Subscription_ { """ The tax rates that will apply to any subscription item that does not have \`tax_rates\` set. Invoices created will have their \`default_tax_rates\` populated from the subscription. """ - default_tax_rates: [TaxRate] + default_tax_rates: [TaxRate!] """ The subscription's description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs. """ @@ -154838,7 +154838,7 @@ enum query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """The customer's tax IDs.""" type TaxIDsList { """Details about each object.""" - data: [tax_id]! + data: [tax_id!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -154928,7 +154928,7 @@ type PaymentPagesCheckoutSessionCustomerDetails { phone: query_GetCheckoutSessions_oneOf_0_data_items_customer_details_phone tax_exempt: query_GetCheckoutSessions_oneOf_0_data_items_customer_details_tax_exempt """The customer’s tax IDs after a completed Checkout Session.""" - tax_ids: [PaymentPagesCheckoutSessionTaxID] + tax_ids: [PaymentPagesCheckoutSessionTaxID!] } """ @@ -155060,7 +155060,7 @@ type query_GetCheckoutSessions_oneOf_0_data_items_invoice { """ The account tax IDs associated with the invoice. Only editable when the invoice is a draft. """ - account_tax_ids: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_account_tax_ids_items] + account_tax_ids: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_account_tax_ids_items!] """ Final amount due at this time for this invoice. If the invoice's total is smaller than the minimum charge amount, for example, or if there is account credit that can be applied to the invoice, the \`amount_due\` may be 0. If there is a positive \`starting_balance\` for the invoice (the customer owes money), the \`amount_due\` will also take that into account. The charge that gets generated for the invoice will be for the amount specified in \`amount_due\`. """ @@ -155105,7 +155105,7 @@ type query_GetCheckoutSessions_oneOf_0_data_items_invoice { """ currency: String! """Custom fields displayed on the invoice.""" - custom_fields: [InvoiceSettingCustomField] + custom_fields: [InvoiceSettingCustomField!] """The ID of the customer who will be billed.""" customer: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_customer customer_address: Address @@ -155126,7 +155126,7 @@ type query_GetCheckoutSessions_oneOf_0_data_items_invoice { """ The customer's tax IDs. Until the invoice is finalized, this field will contain the same tax IDs as \`customer.tax_ids\`. Once the invoice is finalized, this field will no longer be updated. """ - customer_tax_ids: [InvoicesResourceInvoiceResourceInvoiceTaxID] + customer_tax_ids: [InvoicesResourceInvoiceResourceInvoiceTaxID!] """ ID of the default payment method for the invoice. It must belong to the customer associated with the invoice. If not set, defaults to the subscription's default payment method, if any, or to the default payment method in the customer's invoice settings. """ @@ -155136,7 +155136,7 @@ type query_GetCheckoutSessions_oneOf_0_data_items_invoice { """ default_source: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_default_source """The tax rates applied to this invoice, if any.""" - default_tax_rates: [TaxRate]! + default_tax_rates: [TaxRate!]! """ An arbitrary string attached to the object. Often useful for displaying to users. Referenced as 'memo' in the Dashboard. """ @@ -155145,7 +155145,7 @@ type query_GetCheckoutSessions_oneOf_0_data_items_invoice { """ The discounts applied to the invoice. Line item discounts are applied before invoice discounts. Use \`expand[]=discounts\` to expand each discount. """ - discounts: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_discounts_items] + discounts: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_discounts_items!] """ The date on which payment for this invoice is due. This value will be \`null\` for invoices where \`collection_method=charge_automatically\`. """ @@ -155268,13 +155268,13 @@ type query_GetCheckoutSessions_oneOf_0_data_items_invoice { """Total after discounts and taxes.""" total: Int! """The aggregate amounts calculated per discount across all line items.""" - total_discount_amounts: [DiscountsResourceDiscountAmount] + total_discount_amounts: [DiscountsResourceDiscountAmount!] """ The integer amount in cents (or local equivalent) representing the total amount of the invoice including all discounts but excluding all tax. """ total_excluding_tax: Int """The aggregate amounts calculated per tax rate for all line items.""" - total_tax_amounts: [InvoiceTaxAmount]! + total_tax_amounts: [InvoiceTaxAmount!]! transfer_data: InvoiceTransferData """ Invoices are automatically paid or sent 1 hour after webhooks are delivered, or until all webhook delivery attempts have [been exhausted](https://stripe.com/docs/billing/webhooks#understand). This field tracks the time when webhooks for this invoice were successfully delivered. If the invoice had no webhooks to deliver, this will be set while the invoice is being created. @@ -155294,9 +155294,9 @@ type PaymentPagesCheckoutSessionInvoiceCreation { type PaymentPagesCheckoutSessionInvoiceSettings { """The account tax IDs associated with the invoice.""" - account_tax_ids: [query_GetCheckoutSessions_oneOf_0_data_items_invoice_creation_invoice_data_account_tax_ids_items] + account_tax_ids: [query_GetCheckoutSessions_oneOf_0_data_items_invoice_creation_invoice_data_account_tax_ids_items!] """Custom fields displayed on the invoice.""" - custom_fields: [InvoiceSettingCustomField] + custom_fields: [InvoiceSettingCustomField!] """ An arbitrary string attached to the object. Often useful for displaying to users. """ @@ -155350,7 +155350,7 @@ scalar query_GetCheckoutSessions_oneOf_0_data_items_invoice_creation_invoice_dat """The line items purchased by the customer.""" type PaymentPagesCheckoutSessionListLineItems { """Details about each object.""" - data: [LineItem]! + data: [LineItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -155503,7 +155503,7 @@ type query_GetCheckoutSessions_oneOf_0_data_items_payment_intent { """ The list of payment method types (e.g. card) that this PaymentIntent is allowed to use. """ - payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_payment_method_types_items]! + payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_payment_method_types_items!]! processing: PaymentIntentProcessing """ Email address that the receipt for the resulting payment will be sent to. If \`receipt_email\` is specified for a payment in live mode, a receipt will be sent regardless of your [email settings](https://dashboard.stripe.com/account/emails). @@ -155561,7 +155561,7 @@ type query_GetCheckoutSessions_oneOf_0_data_items_payment_link { """ Collect additional information from your customer using custom fields. Up to 3 fields are supported. """ - custom_fields: [PaymentLinksResourceCustomFields]! + custom_fields: [PaymentLinksResourceCustomFields!]! custom_text: PaymentLinksResourceCustomText! customer_creation: query_GetCheckoutSessions_oneOf_0_data_items_payment_link_anyOf_1_customer_creation! """Unique identifier for the object.""" @@ -155590,12 +155590,12 @@ type query_GetCheckoutSessions_oneOf_0_data_items_payment_link { """ The list of payment method types that customers can use. When \`null\`, Stripe will dynamically show relevant payment methods you've enabled in your [payment method settings](https://dashboard.stripe.com/settings/payment_methods). """ - payment_method_types: [query_GetCheckoutSessions_oneOf_0_data_items_payment_link_anyOf_1_payment_method_types_items] + payment_method_types: [query_GetCheckoutSessions_oneOf_0_data_items_payment_link_anyOf_1_payment_method_types_items!] phone_number_collection: PaymentLinksResourcePhoneNumberCollection! restrictions: PaymentLinksResourceRestrictions shipping_address_collection: PaymentLinksResourceShippingAddressCollection """The shipping rate options applied to the session.""" - shipping_options: [PaymentLinksResourceShippingOption]! + shipping_options: [PaymentLinksResourceShippingOption!]! submit_type: query_GetCheckoutSessions_oneOf_0_data_items_payment_link_anyOf_1_submit_type! subscription_data: PaymentLinksResourceSubscriptionData tax_id_collection: PaymentLinksResourceTaxIdCollection! @@ -155726,7 +155726,7 @@ type PaymentLinksResourceCustomFieldsDropdown { """ The options available for the customer to select. Up to 200 options allowed. """ - options: [PaymentLinksResourceCustomFieldsDropdownOption]! + options: [PaymentLinksResourceCustomFieldsDropdownOption!]! } type PaymentLinksResourceCustomFieldsDropdownOption { @@ -155826,9 +155826,9 @@ type PaymentLinksResourceInvoiceCreation { type PaymentLinksResourceInvoiceSettings { """The account tax IDs associated with the invoice.""" - account_tax_ids: [query_GetCheckoutSessions_oneOf_0_data_items_payment_link_anyOf_1_invoice_creation_invoice_data_account_tax_ids_items] + account_tax_ids: [query_GetCheckoutSessions_oneOf_0_data_items_payment_link_anyOf_1_invoice_creation_invoice_data_account_tax_ids_items!] """A list of up to 4 custom fields to be displayed on the invoice.""" - custom_fields: [InvoiceSettingCustomField] + custom_fields: [InvoiceSettingCustomField!] """ An arbitrary string attached to the object. Often useful for displaying to users. """ @@ -155882,7 +155882,7 @@ scalar query_GetCheckoutSessions_oneOf_0_data_items_payment_link_anyOf_1_invoice """The line items representing what is being sold.""" type PaymentLinksResourceListLineItems { """Details about each object.""" - data: [LineItem]! + data: [LineItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -156071,7 +156071,7 @@ type PaymentLinksResourceShippingAddressCollection { """ An array of two-letter ISO country codes representing which countries Checkout should provide as options for shipping locations. Unsupported country codes: \`AS, CX, CC, CU, HM, IR, KP, MH, FM, NF, MP, PW, SD, SY, UM, VI\`. """ - allowed_countries: [query_GetCheckoutSessions_oneOf_0_data_items_payment_link_anyOf_1_shipping_address_collection_allowed_countries_items]! + allowed_countries: [query_GetCheckoutSessions_oneOf_0_data_items_payment_link_anyOf_1_shipping_address_collection_allowed_countries_items!]! } enum query_GetCheckoutSessions_oneOf_0_data_items_payment_link_anyOf_1_shipping_address_collection_allowed_countries_items { @@ -156519,7 +156519,7 @@ type CheckoutAcssDebitMandateOptions { """ List of Stripe products where this mandate can be selected automatically. Returned when the Session is in \`setup\` mode. """ - default_for: [query_GetCheckoutSessions_oneOf_0_data_items_payment_method_options_acss_debit_mandate_options_default_for_items] + default_for: [query_GetCheckoutSessions_oneOf_0_data_items_payment_method_options_acss_debit_mandate_options_default_for_items!] """ Description of the interval. Only required if the 'payment_schedule' parameter is 'interval' or 'combined'. """ @@ -156694,7 +156694,7 @@ type CheckoutCustomerBalanceBankTransferPaymentMethodOptions { Permitted values include: \`sort_code\`, \`zengin\`, \`iban\`, or \`spei\`. """ - requested_address_types: [query_GetCheckoutSessions_oneOf_0_data_items_payment_method_options_customer_balance_bank_transfer_requested_address_types_items] + requested_address_types: [query_GetCheckoutSessions_oneOf_0_data_items_payment_method_options_customer_balance_bank_transfer_requested_address_types_items!] type: query_GetCheckoutSessions_oneOf_0_data_items_payment_method_options_customer_balance_bank_transfer_type } @@ -156972,7 +156972,7 @@ type query_GetCheckoutSessions_oneOf_0_data_items_setup_intent { Include \`inbound\` if you intend to use the payment method as the origin to pull funds from. Include \`outbound\` if you intend to use the payment method as the destination to send funds to. You can include both if you intend to use the payment method for both purposes. """ - flow_directions: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_flow_directions_items] + flow_directions: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_flow_directions_items!] """Unique identifier for the object.""" id: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_id! last_setup_error: APIErrors @@ -156999,7 +156999,7 @@ type query_GetCheckoutSessions_oneOf_0_data_items_setup_intent { """ The list of payment method types (e.g. card) that this SetupIntent is allowed to set up. """ - payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_payment_method_types_items]! + payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_payment_method_types_items!]! """ID of the single_use Mandate generated by the SetupIntent.""" single_use_mandate: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_single_use_mandate status: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_status! @@ -157018,7 +157018,7 @@ type PaymentPagesCheckoutSessionShippingAddressCollection { An array of two-letter ISO country codes representing which countries Checkout should provide as options for shipping locations. Unsupported country codes: \`AS, CX, CC, CU, HM, IR, KP, MH, FM, NF, MP, PW, SD, SY, UM, VI\`. """ - allowed_countries: [query_GetCheckoutSessions_oneOf_0_data_items_shipping_address_collection_allowed_countries_items]! + allowed_countries: [query_GetCheckoutSessions_oneOf_0_data_items_shipping_address_collection_allowed_countries_items!]! } enum query_GetCheckoutSessions_oneOf_0_data_items_shipping_address_collection_allowed_countries_items { @@ -157273,7 +157273,7 @@ type PaymentPagesCheckoutSessionShippingCost { """The ID of the ShippingRate for this order.""" shipping_rate: query_GetCheckoutSessions_oneOf_0_data_items_shipping_cost_shipping_rate """The taxes applied to the shipping rate.""" - taxes: [LineItemsTaxAmount] + taxes: [LineItemsTaxAmount!] } """The ID of the ShippingRate for this order.""" @@ -157445,7 +157445,7 @@ type query_GetCheckoutSessions_oneOf_0_data_items_subscription { """ The tax rates that will apply to any subscription item that does not have \`tax_rates\` set. Invoices created will have their \`default_tax_rates\` populated from the subscription. """ - default_tax_rates: [TaxRate] + default_tax_rates: [TaxRate!] """ The subscription's description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs. """ @@ -157525,9 +157525,9 @@ type PaymentPagesCheckoutSessionTotalDetails { type PaymentPagesCheckoutSessionTotalDetailsResourceBreakdown { """The aggregated discounts.""" - discounts: [LineItemsDiscountAmount]! + discounts: [LineItemsDiscountAmount!]! """The aggregated tax amounts by rate.""" - taxes: [LineItemsTaxAmount]! + taxes: [LineItemsTaxAmount!]! } """The UI mode of the Session. Can be \`hosted\` (default) or \`embedded\`.""" @@ -157591,7 +157591,7 @@ union GetCheckoutSessionsSessionLineItems_response @statusCodeTypeName(subgraph: type query_GetCheckoutSessionsSessionLineItems_oneOf_0 { """Details about each object.""" - data: [LineItem]! + data: [LineItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -157621,7 +157621,7 @@ scalar queryInput_GetCheckoutSessionsSessionLineItems_starting_after @length(sub union GetClimateOrders_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "ClimateRemovalsOrdersList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = ClimateRemovalsOrdersList | error type ClimateRemovalsOrdersList { - data: [ClimateRemovalsOrders]! + data: [ClimateRemovalsOrders!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -157674,7 +157674,7 @@ type ClimateRemovalsOrders { """ delivered_at: Timestamp """Details about the delivery of carbon removal for this order.""" - delivery_details: [ClimateRemovalsOrderDeliveries]! + delivery_details: [ClimateRemovalsOrderDeliveries!]! """The year this order is expected to be delivered.""" expected_delivery_year: Int! """Unique identifier for the object.""" @@ -157783,7 +157783,7 @@ type ClimateRemovalsSuppliers { """ livemode: Boolean! """The locations in which this supplier operates.""" - locations: [ClimateRemovalsLocation]! + locations: [ClimateRemovalsLocation!]! """Name of this carbon removal supplier.""" name: query_GetClimateOrders_oneOf_0_data_items_delivery_details_items_supplier_name! object: climate_supplier_const! @@ -157845,7 +157845,7 @@ type query_GetClimateOrders_oneOf_0_data_items_product { """ The carbon removal suppliers that fulfill orders for this Climate product. """ - suppliers: [ClimateRemovalsSuppliers]! + suppliers: [ClimateRemovalsSuppliers!]! } scalar query_GetClimateOrders_oneOf_0_data_items_product_anyOf_0 @length(subgraph: "Stripe", min: null, max: 5000) @@ -157924,7 +157924,7 @@ scalar queryInput_GetClimateOrdersOrder_expand_items @length(subgraph: "Stripe", union GetClimateProducts_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "ClimateRemovalsProductsList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = ClimateRemovalsProductsList | error type ClimateRemovalsProductsList { - data: [ClimateRemovalsProducts]! + data: [ClimateRemovalsProducts!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -157963,7 +157963,7 @@ type ClimateRemovalsProducts { """ The carbon removal suppliers that fulfill orders for this Climate product. """ - suppliers: [ClimateRemovalsSuppliers]! + suppliers: [ClimateRemovalsSuppliers!]! } scalar query_GetClimateProducts_oneOf_0_url @regexp(subgraph: "Stripe", pattern: "^/v1/climate/products") @typescript(subgraph: "Stripe", type: "string") @@ -157989,7 +157989,7 @@ scalar queryInput_GetClimateProductsProduct_expand_items @length(subgraph: "Stri union GetClimateSuppliers_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "ClimateRemovalsSuppliersList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = ClimateRemovalsSuppliersList | error type ClimateRemovalsSuppliersList { - data: [ClimateRemovalsSuppliers]! + data: [ClimateRemovalsSuppliers!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -158021,7 +158021,7 @@ scalar queryInput_GetClimateSuppliersSupplier_expand_items @length(subgraph: "St union GetCountrySpecs_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "CountrySpecList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = CountrySpecList | error type CountrySpecList { - data: [CountrySpec]! + data: [CountrySpec!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -158055,13 +158055,13 @@ type CountrySpec { """ Currencies that can be accepted in the specified country (for payments). """ - supported_payment_currencies: [query_GetCountrySpecs_oneOf_0_data_items_supported_payment_currencies_items]! + supported_payment_currencies: [query_GetCountrySpecs_oneOf_0_data_items_supported_payment_currencies_items!]! """ Payment methods available in the specified country. You may need to enable some payment methods (e.g., [ACH](https://stripe.com/docs/ach)) on your account before they appear in this list. The \`stripe\` payment method refers to [charging through your platform](https://stripe.com/docs/connect/destination-charges). """ - supported_payment_methods: [query_GetCountrySpecs_oneOf_0_data_items_supported_payment_methods_items]! + supported_payment_methods: [query_GetCountrySpecs_oneOf_0_data_items_supported_payment_methods_items!]! """Countries that can accept transfers from the specified country.""" - supported_transfer_countries: [query_GetCountrySpecs_oneOf_0_data_items_supported_transfer_countries_items]! + supported_transfer_countries: [query_GetCountrySpecs_oneOf_0_data_items_supported_transfer_countries_items!]! verification_fields: CountrySpecVerificationFields! } @@ -158092,9 +158092,9 @@ type CountrySpecVerificationFields { type CountrySpecVerificationFieldDetails { """Additional fields which are only required for some users.""" - additional: [query_GetCountrySpecs_oneOf_0_data_items_verification_fields_company_additional_items]! + additional: [query_GetCountrySpecs_oneOf_0_data_items_verification_fields_company_additional_items!]! """Fields which every account must eventually provide.""" - minimum: [query_GetCountrySpecs_oneOf_0_data_items_verification_fields_company_minimum_items]! + minimum: [query_GetCountrySpecs_oneOf_0_data_items_verification_fields_company_minimum_items!]! } scalar query_GetCountrySpecs_oneOf_0_data_items_verification_fields_company_additional_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -158124,7 +158124,7 @@ scalar queryInput_GetCountrySpecsCountry_expand_items @length(subgraph: "Stripe" union GetCoupons_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "CouponsResourceCouponList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = CouponsResourceCouponList | error type CouponsResourceCouponList { - data: [Coupon]! + data: [Coupon!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -158156,7 +158156,7 @@ scalar queryInput_GetCouponsCoupon_expand_items @length(subgraph: "Stripe", min: union GetCreditNotes_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "CreditNotesList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = CreditNotesList | error type CreditNotesList { - data: [CreditNote]! + data: [CreditNote!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -158195,7 +158195,7 @@ type CreditNote { """ discount_amount: Int! """The aggregate amounts calculated per discount for all line items.""" - discount_amounts: [DiscountsResourceDiscountAmount]! + discount_amounts: [DiscountsResourceDiscountAmount!]! """ The date when this credit note is in effect. Same as \`created\` unless overwritten. When defined, this value replaces the system-generated 'Date of issue' printed on the credit note PDF. """ @@ -158238,7 +158238,7 @@ type CreditNote { """ subtotal_excluding_tax: Int """The aggregate amounts calculated per tax rate for all line items.""" - tax_amounts: [CreditNoteTaxAmount]! + tax_amounts: [CreditNoteTaxAmount!]! """ The integer amount in cents (or local equivalent) representing the total amount of the credit note, including tax and all discount. """ @@ -158315,7 +158315,7 @@ type query_GetCreditNotes_oneOf_0_data_items_customer { """The customer's phone number.""" phone: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_phone """The customer's preferred locales (languages), ordered by preference.""" - preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_preferred_locales_items] + preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_preferred_locales_items!] shipping: Shipping sources: ApmsSourcesSourceList subscriptions: SubscriptionList @@ -158445,7 +158445,7 @@ type query_GetCreditNotes_oneOf_0_data_items_customer_balance_transaction_anyOf_ """The customer's phone number.""" phone: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_phone """The customer's preferred locales (languages), ordered by preference.""" - preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_preferred_locales_items] + preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_preferred_locales_items!] shipping: Shipping sources: ApmsSourcesSourceList subscriptions: SubscriptionList @@ -158483,7 +158483,7 @@ type query_GetCreditNotes_oneOf_0_data_items_customer_balance_transaction_anyOf_ """ The account tax IDs associated with the invoice. Only editable when the invoice is a draft. """ - account_tax_ids: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_account_tax_ids_items] + account_tax_ids: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_account_tax_ids_items!] """ Final amount due at this time for this invoice. If the invoice's total is smaller than the minimum charge amount, for example, or if there is account credit that can be applied to the invoice, the \`amount_due\` may be 0. If there is a positive \`starting_balance\` for the invoice (the customer owes money), the \`amount_due\` will also take that into account. The charge that gets generated for the invoice will be for the amount specified in \`amount_due\`. """ @@ -158528,7 +158528,7 @@ type query_GetCreditNotes_oneOf_0_data_items_customer_balance_transaction_anyOf_ """ currency: String! """Custom fields displayed on the invoice.""" - custom_fields: [InvoiceSettingCustomField] + custom_fields: [InvoiceSettingCustomField!] """The ID of the customer who will be billed.""" customer: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_customer customer_address: Address @@ -158549,7 +158549,7 @@ type query_GetCreditNotes_oneOf_0_data_items_customer_balance_transaction_anyOf_ """ The customer's tax IDs. Until the invoice is finalized, this field will contain the same tax IDs as \`customer.tax_ids\`. Once the invoice is finalized, this field will no longer be updated. """ - customer_tax_ids: [InvoicesResourceInvoiceResourceInvoiceTaxID] + customer_tax_ids: [InvoicesResourceInvoiceResourceInvoiceTaxID!] """ ID of the default payment method for the invoice. It must belong to the customer associated with the invoice. If not set, defaults to the subscription's default payment method, if any, or to the default payment method in the customer's invoice settings. """ @@ -158559,7 +158559,7 @@ type query_GetCreditNotes_oneOf_0_data_items_customer_balance_transaction_anyOf_ """ default_source: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_default_source """The tax rates applied to this invoice, if any.""" - default_tax_rates: [TaxRate]! + default_tax_rates: [TaxRate!]! """ An arbitrary string attached to the object. Often useful for displaying to users. Referenced as 'memo' in the Dashboard. """ @@ -158568,7 +158568,7 @@ type query_GetCreditNotes_oneOf_0_data_items_customer_balance_transaction_anyOf_ """ The discounts applied to the invoice. Line item discounts are applied before invoice discounts. Use \`expand[]=discounts\` to expand each discount. """ - discounts: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_discounts_items] + discounts: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_discounts_items!] """ The date on which payment for this invoice is due. This value will be \`null\` for invoices where \`collection_method=charge_automatically\`. """ @@ -158691,13 +158691,13 @@ type query_GetCreditNotes_oneOf_0_data_items_customer_balance_transaction_anyOf_ """Total after discounts and taxes.""" total: Int! """The aggregate amounts calculated per discount across all line items.""" - total_discount_amounts: [DiscountsResourceDiscountAmount] + total_discount_amounts: [DiscountsResourceDiscountAmount!] """ The integer amount in cents (or local equivalent) representing the total amount of the invoice including all discounts but excluding all tax. """ total_excluding_tax: Int """The aggregate amounts calculated per tax rate for all line items.""" - total_tax_amounts: [InvoiceTaxAmount]! + total_tax_amounts: [InvoiceTaxAmount!]! transfer_data: InvoiceTransferData """ Invoices are automatically paid or sent 1 hour after webhooks are delivered, or until all webhook delivery attempts have [been exhausted](https://stripe.com/docs/billing/webhooks#understand). This field tracks the time when webhooks for this invoice were successfully delivered. If the invoice had no webhooks to deliver, this will be set while the invoice is being created. @@ -158744,7 +158744,7 @@ type query_GetCreditNotes_oneOf_0_data_items_invoice { """ The account tax IDs associated with the invoice. Only editable when the invoice is a draft. """ - account_tax_ids: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_account_tax_ids_items] + account_tax_ids: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_account_tax_ids_items!] """ Final amount due at this time for this invoice. If the invoice's total is smaller than the minimum charge amount, for example, or if there is account credit that can be applied to the invoice, the \`amount_due\` may be 0. If there is a positive \`starting_balance\` for the invoice (the customer owes money), the \`amount_due\` will also take that into account. The charge that gets generated for the invoice will be for the amount specified in \`amount_due\`. """ @@ -158789,7 +158789,7 @@ type query_GetCreditNotes_oneOf_0_data_items_invoice { """ currency: String! """Custom fields displayed on the invoice.""" - custom_fields: [InvoiceSettingCustomField] + custom_fields: [InvoiceSettingCustomField!] """The ID of the customer who will be billed.""" customer: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_customer customer_address: Address @@ -158810,7 +158810,7 @@ type query_GetCreditNotes_oneOf_0_data_items_invoice { """ The customer's tax IDs. Until the invoice is finalized, this field will contain the same tax IDs as \`customer.tax_ids\`. Once the invoice is finalized, this field will no longer be updated. """ - customer_tax_ids: [InvoicesResourceInvoiceResourceInvoiceTaxID] + customer_tax_ids: [InvoicesResourceInvoiceResourceInvoiceTaxID!] """ ID of the default payment method for the invoice. It must belong to the customer associated with the invoice. If not set, defaults to the subscription's default payment method, if any, or to the default payment method in the customer's invoice settings. """ @@ -158820,7 +158820,7 @@ type query_GetCreditNotes_oneOf_0_data_items_invoice { """ default_source: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_default_source """The tax rates applied to this invoice, if any.""" - default_tax_rates: [TaxRate]! + default_tax_rates: [TaxRate!]! """ An arbitrary string attached to the object. Often useful for displaying to users. Referenced as 'memo' in the Dashboard. """ @@ -158829,7 +158829,7 @@ type query_GetCreditNotes_oneOf_0_data_items_invoice { """ The discounts applied to the invoice. Line item discounts are applied before invoice discounts. Use \`expand[]=discounts\` to expand each discount. """ - discounts: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_discounts_items] + discounts: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_discounts_items!] """ The date on which payment for this invoice is due. This value will be \`null\` for invoices where \`collection_method=charge_automatically\`. """ @@ -158952,13 +158952,13 @@ type query_GetCreditNotes_oneOf_0_data_items_invoice { """Total after discounts and taxes.""" total: Int! """The aggregate amounts calculated per discount across all line items.""" - total_discount_amounts: [DiscountsResourceDiscountAmount] + total_discount_amounts: [DiscountsResourceDiscountAmount!] """ The integer amount in cents (or local equivalent) representing the total amount of the invoice including all discounts but excluding all tax. """ total_excluding_tax: Int """The aggregate amounts calculated per tax rate for all line items.""" - total_tax_amounts: [InvoiceTaxAmount]! + total_tax_amounts: [InvoiceTaxAmount!]! transfer_data: InvoiceTransferData """ Invoices are automatically paid or sent 1 hour after webhooks are delivered, or until all webhook delivery attempts have [been exhausted](https://stripe.com/docs/billing/webhooks#understand). This field tracks the time when webhooks for this invoice were successfully delivered. If the invoice had no webhooks to deliver, this will be set while the invoice is being created. @@ -158971,7 +158971,7 @@ scalar query_GetCreditNotes_oneOf_0_data_items_invoice_anyOf_0 @length(subgraph: """Line items that make up the credit note""" type CreditNoteLinesList { """Details about each object.""" - data: [CreditNoteLineItem]! + data: [CreditNoteLineItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -158998,7 +158998,7 @@ type CreditNoteLineItem { """ discount_amount: Int! """The amount of discount calculated per discount for this line item""" - discount_amounts: [DiscountsResourceDiscountAmount]! + discount_amounts: [DiscountsResourceDiscountAmount!]! """Unique identifier for the object.""" id: query_GetCreditNotes_oneOf_0_data_items_lines_data_items_id! """ID of the invoice line item being credited""" @@ -159011,9 +159011,9 @@ type CreditNoteLineItem { """The number of units of product being credited.""" quantity: Int """The amount of tax calculated per tax rate for this line item""" - tax_amounts: [CreditNoteTaxAmount]! + tax_amounts: [CreditNoteTaxAmount!]! """The tax rates which apply to the line item.""" - tax_rates: [TaxRate]! + tax_rates: [TaxRate!]! type: query_GetCreditNotes_oneOf_0_data_items_lines_data_items_type! """The cost of each unit of product being credited.""" unit_amount: Int @@ -159327,7 +159327,7 @@ union GetCreditNotesPreviewLines_response @statusCodeTypeName(subgraph: "Stripe" type query_GetCreditNotesPreviewLines_oneOf_0 { """Details about each object.""" - data: [CreditNoteLineItem]! + data: [CreditNoteLineItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -159402,7 +159402,7 @@ union GetCreditNotesCreditNoteLines_response @statusCodeTypeName(subgraph: "Stri type query_GetCreditNotesCreditNoteLines_oneOf_0 { """Details about each object.""" - data: [CreditNoteLineItem]! + data: [CreditNoteLineItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -159438,7 +159438,7 @@ scalar queryInput_GetCreditNotesId_expand_items @length(subgraph: "Stripe", min: union GetCustomers_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "CustomerResourceCustomerList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = CustomerResourceCustomerList | error type CustomerResourceCustomerList { - data: [Customer]! + data: [Customer!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -159513,7 +159513,7 @@ type Customer { """The customer's phone number.""" phone: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_phone """The customer's preferred locales (languages), ordered by preference.""" - preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_preferred_locales_items] + preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_preferred_locales_items!] shipping: Shipping sources: ApmsSourcesSourceList subscriptions: SubscriptionList @@ -159551,7 +159551,7 @@ scalar queryInput_GetCustomers_test_clock @length(subgraph: "Stripe", min: null, union GetCustomersSearch_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "query_GetCustomersSearch_oneOf_0") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = query_GetCustomersSearch_oneOf_0 | error type query_GetCustomersSearch_oneOf_0 { - data: [Customer]! + data: [Customer!]! has_more: Boolean! next_page: query_GetCustomersSearch_oneOf_0_next_page object: search_result_const! @@ -159641,7 +159641,7 @@ type GetCustomersCustomer_200_response { """The customer's phone number.""" phone: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_phone """The customer's preferred locales (languages), ordered by preference.""" - preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_preferred_locales_items] + preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_preferred_locales_items!] shipping: Shipping sources: ApmsSourcesSourceList subscriptions: SubscriptionList @@ -159662,7 +159662,7 @@ union GetCustomersCustomerBalanceTransactions_response @statusCodeTypeName(subgr type CustomerBalanceTransactionList { """Details about each object.""" - data: [CustomerBalanceTransaction]! + data: [CustomerBalanceTransaction!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -159748,7 +159748,7 @@ union GetCustomersCustomerBankAccounts_response @statusCodeTypeName(subgraph: "S type BankAccountList { """Details about each object.""" - data: [BankAccount]! + data: [BankAccount!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -159783,7 +159783,7 @@ type BankAccount { """ A set of available payout methods for this bank account. Only values from this set should be passed as the \`method\` when creating a payout. """ - available_payout_methods: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_available_payout_methods_items] + available_payout_methods: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_available_payout_methods_items!] """ Name of the bank associated with the routing number (e.g., \`WELLS FARGO\`). """ @@ -159907,7 +159907,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer { """The customer's phone number.""" phone: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_phone """The customer's preferred locales (languages), ordered by preference.""" - preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_preferred_locales_items] + preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_preferred_locales_items!] shipping: Shipping sources: ApmsSourcesSourceList subscriptions: SubscriptionList @@ -159962,7 +159962,7 @@ scalar queryInput_GetCustomersCustomerBankAccountsId_expand_items @length(subgra union GetCustomersCustomerCards_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "CardList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = CardList | error type CardList { - data: [Card]! + data: [Card!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -160007,7 +160007,7 @@ type Card { """ A set of available payout methods for this card. Only values from this set should be passed as the \`method\` when creating a payout. """ - available_payout_methods: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_default_source_anyOf_2_available_payout_methods_items] + available_payout_methods: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_default_source_anyOf_2_available_payout_methods_items!] """ Card brand. Can be \`American Express\`, \`Diners Club\`, \`Discover\`, \`Eftpos Australia\`, \`JCB\`, \`MasterCard\`, \`UnionPay\`, \`Visa\`, or \`Unknown\`. """ @@ -160120,7 +160120,7 @@ to payments, and refunds to the customer. """ type CustomerCashBalanceTransactionList { """Details about each object.""" - data: [CustomerCashBalanceTransaction]! + data: [CustomerCashBalanceTransaction!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -160232,7 +160232,7 @@ scalar queryInput_GetCustomersCustomerDiscount_expand_items @length(subgraph: "S union GetCustomersCustomerPaymentMethods_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "CustomerPaymentMethodResourceList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = CustomerPaymentMethodResourceList | error type CustomerPaymentMethodResourceList { - data: [PaymentMethod]! + data: [PaymentMethod!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -160300,7 +160300,7 @@ union GetCustomersCustomerSources_response @statusCodeTypeName(subgraph: "Stripe type query_GetCustomersCustomerSources_oneOf_0 { """Details about each object.""" - data: [query_GetCustomersCustomerSources_oneOf_0_data_items]! + data: [query_GetCustomersCustomerSources_oneOf_0_data_items!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -160673,7 +160673,7 @@ union GetCustomersCustomerSubscriptions_response @statusCodeTypeName(subgraph: " type query_GetCustomersCustomerSubscriptions_oneOf_0 { """Details about each object.""" - data: [Subscription_]! + data: [Subscription_!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -160720,7 +160720,7 @@ union GetCustomersCustomerTaxIds_response @statusCodeTypeName(subgraph: "Stripe" type query_GetCustomersCustomerTaxIds_oneOf_0 { """Details about each object.""" - data: [tax_id]! + data: [tax_id!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -160756,7 +160756,7 @@ scalar queryInput_GetCustomersCustomerTaxIdsId_expand_items @length(subgraph: "S union GetDisputes_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "DisputeList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = DisputeList | error type DisputeList { - data: [Dispute]! + data: [Dispute!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -160798,7 +160798,7 @@ scalar queryInput_GetDisputesDispute_expand_items @length(subgraph: "Stripe", mi union GetEvents_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "NotificationEventList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = NotificationEventList | error type NotificationEventList { - data: [NotificationEvent]! + data: [NotificationEvent!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -160945,7 +160945,7 @@ scalar queryInput_GetEventsId_expand_items @length(subgraph: "Stripe", min: null union GetExchangeRates_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "ExchangeRateList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = ExchangeRateList | error type ExchangeRateList { - data: [ExchangeRate]! + data: [ExchangeRate!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -161027,7 +161027,7 @@ union GetFileLinks_response @statusCodeTypeName(subgraph: "Stripe", statusCode: type query_GetFileLinks_oneOf_0 { """Details about each object.""" - data: [FileLink]! + data: [FileLink!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -161050,7 +161050,7 @@ scalar queryInput_GetFileLinksLink_expand_items @length(subgraph: "Stripe", min: union GetFiles_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "FileResourceFileList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = FileResourceFileList | error type FileResourceFileList { - data: [File_]! + data: [File_!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -161137,7 +161137,7 @@ union GetFinancialConnectionsAccounts_response @statusCodeTypeName(subgraph: "St type BankConnectionsResourceLinkedAccountList { """Details about each object.""" - data: [BankConnectionsResourceLinkedAccount]! + data: [BankConnectionsResourceLinkedAccount!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -161179,15 +161179,15 @@ type BankConnectionsResourceLinkedAccount { ownership: query_GetFinancialConnectionsAccounts_oneOf_0_data_items_ownership ownership_refresh: BankConnectionsResourceOwnershipRefresh """The list of permissions granted by this account.""" - permissions: [query_GetFinancialConnectionsAccounts_oneOf_0_data_items_permissions_items] + permissions: [query_GetFinancialConnectionsAccounts_oneOf_0_data_items_permissions_items!] status: query_GetFinancialConnectionsAccounts_oneOf_0_data_items_status! subcategory: query_GetFinancialConnectionsAccounts_oneOf_0_data_items_subcategory! """The list of data refresh subscriptions requested on this account.""" - subscriptions: [transactions_const] + subscriptions: [transactions_const!] """ The [PaymentMethod type](https://stripe.com/docs/api/payment_methods/object#payment_method_object-type)(s) that can be created from this account. """ - supported_payment_method_types: [query_GetFinancialConnectionsAccounts_oneOf_0_data_items_supported_payment_method_types_items]! + supported_payment_method_types: [query_GetFinancialConnectionsAccounts_oneOf_0_data_items_supported_payment_method_types_items!]! transaction_refresh: BankConnectionsResourceTransactionRefresh } @@ -161318,7 +161318,7 @@ type query_GetFinancialConnectionsAccounts_oneOf_0_data_items_account_holder_cus """The customer's phone number.""" phone: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_phone """The customer's preferred locales (languages), ordered by preference.""" - preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_preferred_locales_items] + preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_preferred_locales_items!] shipping: Shipping sources: ApmsSourcesSourceList subscriptions: SubscriptionList @@ -161459,7 +161459,7 @@ enum financial_connections_account_ownership_const @typescript(subgraph: "Stripe """A paginated list of owners for this account.""" type BankConnectionsResourceOwnerList { """Details about each object.""" - data: [BankConnectionsResourceOwner]! + data: [BankConnectionsResourceOwner!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -161641,7 +161641,7 @@ union GetFinancialConnectionsAccountsAccountOwners_response @statusCodeTypeName( type query_GetFinancialConnectionsAccountsAccountOwners_oneOf_0 { """Details about each object.""" - data: [BankConnectionsResourceOwner]! + data: [BankConnectionsResourceOwner!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -161692,9 +161692,9 @@ type BankConnectionsResourceLinkAccountSession { livemode: Boolean! object: financial_connections_session_const! """Permissions requested for accounts collected during this session.""" - permissions: [query_GetFinancialConnectionsSessionsSession_oneOf_0_permissions_items]! + permissions: [query_GetFinancialConnectionsSessionsSession_oneOf_0_permissions_items!]! """Data features requested to be retrieved upon account creation.""" - prefetch: [query_GetFinancialConnectionsSessionsSession_oneOf_0_prefetch_items] + prefetch: [query_GetFinancialConnectionsSessionsSession_oneOf_0_prefetch_items!] """ For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app. """ @@ -161704,7 +161704,7 @@ type BankConnectionsResourceLinkAccountSession { """The accounts that were collected as part of this Session.""" type query_GetFinancialConnectionsSessionsSession_oneOf_0_accounts { """Details about each object.""" - data: [BankConnectionsResourceLinkedAccount]! + data: [BankConnectionsResourceLinkedAccount!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -161722,7 +161722,7 @@ scalar query_GetFinancialConnectionsSessionsSession_oneOf_0_client_secret @lengt type BankConnectionsResourceLinkAccountSessionFilters { """List of countries from which to filter accounts.""" - countries: [query_GetFinancialConnectionsSessionsSession_oneOf_0_filters_countries_items] + countries: [query_GetFinancialConnectionsSessionsSession_oneOf_0_filters_countries_items!] } scalar query_GetFinancialConnectionsSessionsSession_oneOf_0_filters_countries_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -161760,7 +161760,7 @@ union GetFinancialConnectionsTransactions_response @statusCodeTypeName(subgraph: type BankConnectionsResourceTransactionList { """Details about each object.""" - data: [BankConnectionsResourceTransaction]! + data: [BankConnectionsResourceTransaction!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -161886,7 +161886,7 @@ scalar queryInput_GetFinancialConnectionsTransactionsTransaction_expand_items @l union GetIdentityVerificationReports_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "GelatoVerificationReportList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = GelatoVerificationReportList | error type GelatoVerificationReportList { - data: [GelatoVerificationReport]! + data: [GelatoVerificationReport!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -161938,7 +161938,7 @@ type GelatoDocumentReport { """ Array of [File](https://stripe.com/docs/api/files) ids containing images for this document. """ - files: [query_GetIdentityVerificationReports_oneOf_0_data_items_document_files_items] + files: [query_GetIdentityVerificationReports_oneOf_0_data_items_document_files_items!] """First name as it appears in the document.""" first_name: query_GetIdentityVerificationReports_oneOf_0_data_items_document_first_name issued_date: GelatoDataDocumentReportIssuedDate @@ -162119,7 +162119,7 @@ type GelatoReportDocumentOptions { """ Array of strings of allowed identity document types. If the provided identity document isn’t one of the allowed types, the verification check will fail with a document_type_not_allowed error code. """ - allowed_types: [query_GetIdentityVerificationReports_oneOf_0_data_items_options_document_allowed_types_items] + allowed_types: [query_GetIdentityVerificationReports_oneOf_0_data_items_options_document_allowed_types_items!] """ Collect an ID number and perform an [ID number check](https://stripe.com/docs/identity/verification-checks?type=id-number) with the document’s extracted name and date of birth. """ @@ -162236,7 +162236,7 @@ scalar queryInput_GetIdentityVerificationReportsReport_expand_items @length(subg union GetIdentityVerificationSessions_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "GelatoVerificationSessionList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = GelatoVerificationSessionList | error type GelatoVerificationSessionList { - data: [GelatoVerificationSession]! + data: [GelatoVerificationSession!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -162377,7 +162377,7 @@ type GelatoSessionDocumentOptions { """ Array of strings of allowed identity document types. If the provided identity document isn’t one of the allowed types, the verification check will fail with a document_type_not_allowed error code. """ - allowed_types: [query_GetIdentityVerificationSessions_oneOf_0_data_items_options_document_allowed_types_items] + allowed_types: [query_GetIdentityVerificationSessions_oneOf_0_data_items_options_document_allowed_types_items!] """ Collect an ID number and perform an [ID number check](https://stripe.com/docs/identity/verification-checks?type=id-number) with the document’s extracted name and date of birth. """ @@ -162504,7 +162504,7 @@ scalar queryInput_GetIdentityVerificationSessionsSession_expand_items @length(su union GetInvoiceitems_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "InvoicesItemsList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = InvoicesItemsList | error type InvoicesItemsList { - data: [InvoiceItem]! + data: [InvoiceItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -162554,7 +162554,7 @@ type InvoiceItem { """ The discounts which apply to the invoice item. Item discounts are applied before invoice discounts. Use \`expand[]=discounts\` to expand each discount. """ - discounts: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_discounts_items] + discounts: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_discounts_items!] """Unique identifier for the object.""" id: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_id! """The ID of the invoice this invoice item belongs to.""" @@ -162587,7 +162587,7 @@ type InvoiceItem { """ The tax rates which apply to the invoice item. When set, the \`default_tax_rates\` on the invoice do not apply to this invoice item. """ - tax_rates: [TaxRate] + tax_rates: [TaxRate!] """ID of the test clock this invoice item belongs to.""" test_clock: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_test_clock """Unit amount (in the \`currency\` specified) of the invoice item.""" @@ -162631,7 +162631,7 @@ scalar queryInput_GetInvoiceitemsInvoiceitem_expand_items @length(subgraph: "Str union GetInvoices_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "InvoicesResourceList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = InvoicesResourceList | error type InvoicesResourceList { - data: [Invoice]! + data: [Invoice!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -162686,7 +162686,7 @@ type Invoice { """ The account tax IDs associated with the invoice. Only editable when the invoice is a draft. """ - account_tax_ids: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_account_tax_ids_items] + account_tax_ids: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_account_tax_ids_items!] """ Final amount due at this time for this invoice. If the invoice's total is smaller than the minimum charge amount, for example, or if there is account credit that can be applied to the invoice, the \`amount_due\` may be 0. If there is a positive \`starting_balance\` for the invoice (the customer owes money), the \`amount_due\` will also take that into account. The charge that gets generated for the invoice will be for the amount specified in \`amount_due\`. """ @@ -162731,7 +162731,7 @@ type Invoice { """ currency: String! """Custom fields displayed on the invoice.""" - custom_fields: [InvoiceSettingCustomField] + custom_fields: [InvoiceSettingCustomField!] """The ID of the customer who will be billed.""" customer: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_customer customer_address: Address @@ -162752,7 +162752,7 @@ type Invoice { """ The customer's tax IDs. Until the invoice is finalized, this field will contain the same tax IDs as \`customer.tax_ids\`. Once the invoice is finalized, this field will no longer be updated. """ - customer_tax_ids: [InvoicesResourceInvoiceResourceInvoiceTaxID] + customer_tax_ids: [InvoicesResourceInvoiceResourceInvoiceTaxID!] """ ID of the default payment method for the invoice. It must belong to the customer associated with the invoice. If not set, defaults to the subscription's default payment method, if any, or to the default payment method in the customer's invoice settings. """ @@ -162762,7 +162762,7 @@ type Invoice { """ default_source: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_default_source """The tax rates applied to this invoice, if any.""" - default_tax_rates: [TaxRate]! + default_tax_rates: [TaxRate!]! """ An arbitrary string attached to the object. Often useful for displaying to users. Referenced as 'memo' in the Dashboard. """ @@ -162771,7 +162771,7 @@ type Invoice { """ The discounts applied to the invoice. Line item discounts are applied before invoice discounts. Use \`expand[]=discounts\` to expand each discount. """ - discounts: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_discounts_items] + discounts: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_discounts_items!] """ The date on which payment for this invoice is due. This value will be \`null\` for invoices where \`collection_method=charge_automatically\`. """ @@ -162894,13 +162894,13 @@ type Invoice { """Total after discounts and taxes.""" total: Int! """The aggregate amounts calculated per discount across all line items.""" - total_discount_amounts: [DiscountsResourceDiscountAmount] + total_discount_amounts: [DiscountsResourceDiscountAmount!] """ The integer amount in cents (or local equivalent) representing the total amount of the invoice including all discounts but excluding all tax. """ total_excluding_tax: Int """The aggregate amounts calculated per tax rate for all line items.""" - total_tax_amounts: [InvoiceTaxAmount]! + total_tax_amounts: [InvoiceTaxAmount!]! transfer_data: InvoiceTransferData """ Invoices are automatically paid or sent 1 hour after webhooks are delivered, or until all webhook delivery attempts have [been exhausted](https://stripe.com/docs/billing/webhooks#understand). This field tracks the time when webhooks for this invoice were successfully delivered. If the invoice had no webhooks to deliver, this will be set while the invoice is being created. @@ -162952,7 +162952,7 @@ scalar queryInput_GetInvoices_subscription @length(subgraph: "Stripe", min: null union GetInvoicesSearch_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "query_GetInvoicesSearch_oneOf_0") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = query_GetInvoicesSearch_oneOf_0 | error type query_GetInvoicesSearch_oneOf_0 { - data: [Invoice]! + data: [Invoice!]! has_more: Boolean! next_page: query_GetInvoicesSearch_oneOf_0_next_page object: search_result_const! @@ -163015,7 +163015,7 @@ input customer_details_param_Input { shipping: JSON tax: tax_param_Input tax_exempt: queryInput_GetInvoicesUpcoming_customer_details_tax_exempt - tax_ids: [data_params_Input] + tax_ids: [data_params_Input!] } input tax_param_Input { @@ -163242,7 +163242,7 @@ union GetInvoicesUpcomingLines_response @statusCodeTypeName(subgraph: "Stripe", type query_GetInvoicesUpcomingLines_oneOf_0 { """Details about each object.""" - data: [InvoiceLineItem]! + data: [InvoiceLineItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -163273,7 +163273,7 @@ input queryInput_GetInvoicesUpcomingLines_customer_details_Input { shipping: JSON tax: queryInput_GetInvoicesUpcomingLines_customer_details_tax_Input tax_exempt: queryInput_GetInvoicesUpcomingLines_customer_details_tax_exempt - tax_ids: [queryInput_GetInvoicesUpcomingLines_customer_details_tax_ids_items_Input] + tax_ids: [queryInput_GetInvoicesUpcomingLines_customer_details_tax_ids_items_Input!] } input queryInput_GetInvoicesUpcomingLines_customer_details_tax_Input { @@ -163507,7 +163507,7 @@ union GetInvoicesInvoiceLines_response @statusCodeTypeName(subgraph: "Stripe", s type query_GetInvoicesInvoiceLines_oneOf_0 { """Details about each object.""" - data: [InvoiceLineItem]! + data: [InvoiceLineItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -163537,7 +163537,7 @@ scalar queryInput_GetInvoicesInvoiceLines_starting_after @length(subgraph: "Stri union GetIssuingAuthorizations_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "IssuingAuthorizationList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = IssuingAuthorizationList | error type IssuingAuthorizationList { - data: [IssuingAuthorization]! + data: [IssuingAuthorization!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -163563,7 +163563,7 @@ type IssuingAuthorization { approved: Boolean! authorization_method: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_authorization_method! """List of balance transactions associated with this authorization.""" - balance_transactions: [BalanceTransaction]! + balance_transactions: [BalanceTransaction!]! card: IssuingCard! """The cardholder to whom this authorization belongs.""" cardholder: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_cardholder @@ -163600,7 +163600,7 @@ type IssuingAuthorization { """ History of every time a \`pending_request\` authorization was approved/declined, either by you directly or by Stripe (e.g. based on your spending_controls). If the merchant changes the authorization by performing an incremental authorization, you can look at this field to see the previous requests for the authorization. This field can be helpful in determining why a given authorization was approved/declined. """ - request_history: [IssuingAuthorizationRequest]! + request_history: [IssuingAuthorizationRequest!]! status: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_status! """ [Token](https://stripe.com/docs/api/issuing/tokens/object) object used for this authorization. If a network token was not used for this authorization, this field will be null. @@ -163609,7 +163609,7 @@ type IssuingAuthorization { """ List of [transactions](https://stripe.com/docs/api/issuing/transactions) associated with this authorization. """ - transactions: [IssuingTransaction]! + transactions: [IssuingTransaction!]! treasury: IssuingAuthorizationTreasury verification_data: IssuingAuthorizationVerificationData! """ @@ -163706,7 +163706,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO The cardholder’s preferred locales (languages), ordered by preference. Locales can be \`de\`, \`en\`, \`es\`, \`fr\`, or \`it\`. This changes the language of the [3D Secure flow](https://stripe.com/docs/issuing/3d-secure) and one-time password messages sent to the cardholder. """ - preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_cardholder_preferred_locales_items] + preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_cardholder_preferred_locales_items!] requirements: IssuingCardholderRequirements! spending_controls: IssuingCardholderAuthorizationControls status: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_card_cardholder_status! @@ -163799,11 +163799,11 @@ type IssuingAuthorizationTreasury { """ The array of [ReceivedCredits](https://stripe.com/docs/api/treasury/received_credits) associated with this authorization """ - received_credits: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_treasury_received_credits_items]! + received_credits: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_treasury_received_credits_items!]! """ The array of [ReceivedDebits](https://stripe.com/docs/api/treasury/received_debits) associated with this authorization """ - received_debits: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_treasury_received_debits_items]! + received_debits: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_charge_anyOf_1_application_fee_anyOf_1_balance_transaction_anyOf_1_source_anyOf_7_treasury_received_debits_items!]! """ The Treasury [Transaction](https://stripe.com/docs/api/treasury/transactions) associated with this authorization """ @@ -163862,7 +163862,7 @@ scalar queryInput_GetIssuingAuthorizationsAuthorization_expand_items @length(sub union GetIssuingCardholders_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "IssuingCardholderList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = IssuingCardholderList | error type IssuingCardholderList { - data: [IssuingCardholder]! + data: [IssuingCardholder!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -163911,7 +163911,7 @@ scalar queryInput_GetIssuingCardholdersCardholder_expand_items @length(subgraph: union GetIssuingCards_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "IssuingCardList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = IssuingCardList | error type IssuingCardList { - data: [IssuingCard]! + data: [IssuingCard!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -163966,7 +163966,7 @@ scalar queryInput_GetIssuingCardsCard_expand_items @length(subgraph: "Stripe", m union GetIssuingDisputes_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "IssuingDisputeList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = IssuingDisputeList | error type IssuingDisputeList { - data: [IssuingDispute]! + data: [IssuingDispute!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -163986,7 +163986,7 @@ type IssuingDispute { """ amount: Int! """List of balance transactions associated with the dispute.""" - balance_transactions: [BalanceTransaction] + balance_transactions: [BalanceTransaction!] """ Time at which the object was created. Measured in seconds since the Unix epoch. """ @@ -164046,7 +164046,7 @@ scalar queryInput_GetIssuingDisputesDispute_expand_items @length(subgraph: "Stri union GetIssuingSettlements_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "IssuingSettlementList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = IssuingSettlementList | error type IssuingSettlementList { - data: [IssuingSettlement]! + data: [IssuingSettlement!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -164144,7 +164144,7 @@ scalar queryInput_GetIssuingSettlementsSettlement_expand_items @length(subgraph: union GetIssuingTokens_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "IssuingNetworkTokenList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = IssuingNetworkTokenList | error type IssuingNetworkTokenList { - data: [IssuingNetworkToken]! + data: [IssuingNetworkToken!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -164222,7 +164222,7 @@ scalar queryInput_GetIssuingTokensToken_expand_items @length(subgraph: "Stripe", union GetIssuingTransactions_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "IssuingTransactionList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = IssuingTransactionList | error type IssuingTransactionList { - data: [IssuingTransaction]! + data: [IssuingTransaction!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -164275,7 +164275,7 @@ union GetLinkedAccounts_response @statusCodeTypeName(subgraph: "Stripe", statusC type query_GetLinkedAccounts_oneOf_0 { """Details about each object.""" - data: [BankConnectionsResourceLinkedAccount]! + data: [BankConnectionsResourceLinkedAccount!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -164325,7 +164325,7 @@ union GetLinkedAccountsAccountOwners_response @statusCodeTypeName(subgraph: "Str type query_GetLinkedAccountsAccountOwners_oneOf_0 { """Details about each object.""" - data: [BankConnectionsResourceOwner]! + data: [BankConnectionsResourceOwner!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -164385,7 +164385,7 @@ scalar queryInput_GetMandatesMandate_expand_items @length(subgraph: "Stripe", mi union GetPaymentIntents_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "PaymentFlowsPaymentIntentList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = PaymentFlowsPaymentIntentList | error type PaymentFlowsPaymentIntentList { - data: [PaymentIntent]! + data: [PaymentIntent!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -164416,7 +164416,7 @@ scalar queryInput_GetPaymentIntents_starting_after @length(subgraph: "Stripe", m union GetPaymentIntentsSearch_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "query_GetPaymentIntentsSearch_oneOf_0") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = query_GetPaymentIntentsSearch_oneOf_0 | error type query_GetPaymentIntentsSearch_oneOf_0 { - data: [PaymentIntent]! + data: [PaymentIntent!]! has_more: Boolean! next_page: query_GetPaymentIntentsSearch_oneOf_0_next_page object: search_result_const! @@ -164457,7 +164457,7 @@ scalar queryInput_GetPaymentIntentsIntent_expand_items @length(subgraph: "Stripe union GetPaymentLinks_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "PaymentLinksResourcePaymentLinkList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = PaymentLinksResourcePaymentLinkList | error type PaymentLinksResourcePaymentLinkList { - data: [PaymentLink]! + data: [PaymentLink!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -164501,7 +164501,7 @@ type PaymentLink { """ Collect additional information from your customer using custom fields. Up to 3 fields are supported. """ - custom_fields: [PaymentLinksResourceCustomFields]! + custom_fields: [PaymentLinksResourceCustomFields!]! custom_text: PaymentLinksResourceCustomText! customer_creation: query_GetCheckoutSessions_oneOf_0_data_items_payment_link_anyOf_1_customer_creation! """Unique identifier for the object.""" @@ -164530,12 +164530,12 @@ type PaymentLink { """ The list of payment method types that customers can use. When \`null\`, Stripe will dynamically show relevant payment methods you've enabled in your [payment method settings](https://dashboard.stripe.com/settings/payment_methods). """ - payment_method_types: [query_GetCheckoutSessions_oneOf_0_data_items_payment_link_anyOf_1_payment_method_types_items] + payment_method_types: [query_GetCheckoutSessions_oneOf_0_data_items_payment_link_anyOf_1_payment_method_types_items!] phone_number_collection: PaymentLinksResourcePhoneNumberCollection! restrictions: PaymentLinksResourceRestrictions shipping_address_collection: PaymentLinksResourceShippingAddressCollection """The shipping rate options applied to the session.""" - shipping_options: [PaymentLinksResourceShippingOption]! + shipping_options: [PaymentLinksResourceShippingOption!]! submit_type: query_GetCheckoutSessions_oneOf_0_data_items_payment_link_anyOf_1_submit_type! subscription_data: PaymentLinksResourceSubscriptionData tax_id_collection: PaymentLinksResourceTaxIdCollection! @@ -164568,7 +164568,7 @@ union GetPaymentLinksPaymentLinkLineItems_response @statusCodeTypeName(subgraph: type query_GetPaymentLinksPaymentLinkLineItems_oneOf_0 { """Details about each object.""" - data: [LineItem]! + data: [LineItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -164598,7 +164598,7 @@ scalar queryInput_GetPaymentLinksPaymentLinkLineItems_starting_after @length(sub union GetPaymentMethodConfigurations_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "PaymentMethodConfigResourcePaymentMethodConfigurationsList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = PaymentMethodConfigResourcePaymentMethodConfigurationsList | error type PaymentMethodConfigResourcePaymentMethodConfigurationsList { - data: [PaymentMethodConfigResourcePaymentMethodConfiguration]! + data: [PaymentMethodConfigResourcePaymentMethodConfiguration!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -164744,7 +164744,7 @@ scalar queryInput_GetPaymentMethodConfigurationsConfiguration_expand_items @leng union GetPaymentMethodDomains_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "PaymentMethodDomainResourcePaymentMethodDomainList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = PaymentMethodDomainResourcePaymentMethodDomainList | error type PaymentMethodDomainResourcePaymentMethodDomainList { - data: [PaymentMethodDomainResourcePaymentMethodDomain]! + data: [PaymentMethodDomainResourcePaymentMethodDomain!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -164848,7 +164848,7 @@ scalar queryInput_GetPaymentMethodDomainsPaymentMethodDomain_expand_items @lengt union GetPaymentMethods_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "PaymentFlowsPaymentMethodList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = PaymentFlowsPaymentMethodList | error type PaymentFlowsPaymentMethodList { - data: [PaymentMethod]! + data: [PaymentMethod!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -164912,7 +164912,7 @@ scalar queryInput_GetPaymentMethodsPaymentMethod_expand_items @length(subgraph: union GetPayouts_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "PayoutList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = PayoutList | error type PayoutList { - data: [Payout]! + data: [Payout!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -165053,7 +165053,7 @@ type query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyO """ A set of available payout methods for this card. Only values from this set should be passed as the \`method\` when creating a payout. """ - available_payout_methods: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_default_source_anyOf_2_available_payout_methods_items] + available_payout_methods: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_default_source_anyOf_2_available_payout_methods_items!] """ Card brand. Can be \`American Express\`, \`Diners Club\`, \`Discover\`, \`Eftpos Australia\`, \`JCB\`, \`MasterCard\`, \`UnionPay\`, \`Visa\`, or \`Unknown\`. """ @@ -165191,7 +165191,7 @@ union GetPlans_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, type PlanList { """Details about each object.""" - data: [Plan]! + data: [Plan!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -165254,7 +165254,7 @@ type Plan { """ Each element represents a pricing tier. This parameter requires \`billing_scheme\` to be set to \`tiered\`. See also the documentation for \`billing_scheme\`. """ - tiers: [PlanTier] + tiers: [PlanTier!] tiers_mode: query_GetPlans_oneOf_0_data_items_tiers_mode transform_usage: TransformUsage """ @@ -165322,13 +165322,13 @@ type query_GetPlans_oneOf_0_data_items_product { """ A list of up to 15 features for this product. These are displayed in [pricing tables](https://stripe.com/docs/payments/checkout/pricing-table). """ - features: [ProductFeature]! + features: [ProductFeature!]! """Unique identifier for the object.""" id: JSON """ A list of up to 8 URLs of images for this product, meant to be displayable to the customer. """ - images: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_price_product_anyOf_1_images_items]! + images: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_price_product_anyOf_1_images_items!]! """ Has the value \`true\` if the object exists in live mode or the value \`false\` if the object exists in test mode. """ @@ -165437,7 +165437,7 @@ union GetPrices_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200 type PriceList { """Details about each object.""" - data: [Price]! + data: [Price!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -165492,7 +165492,7 @@ enum queryInput_GetPrices_type { union GetPricesSearch_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "query_GetPricesSearch_oneOf_0") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = query_GetPricesSearch_oneOf_0 | error type query_GetPricesSearch_oneOf_0 { - data: [Price]! + data: [Price!]! has_more: Boolean! next_page: query_GetPricesSearch_oneOf_0_next_page object: search_result_const! @@ -165529,7 +165529,7 @@ union GetProducts_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 2 type ProductList { """Details about each object.""" - data: [Product]! + data: [Product!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -165566,13 +165566,13 @@ type Product { """ A list of up to 15 features for this product. These are displayed in [pricing tables](https://stripe.com/docs/payments/checkout/pricing-table). """ - features: [ProductFeature]! + features: [ProductFeature!]! """Unique identifier for the object.""" id: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_price_product_anyOf_1_id! """ A list of up to 8 URLs of images for this product, meant to be displayable to the customer. """ - images: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_price_product_anyOf_1_images_items]! + images: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_lines_data_items_invoice_item_anyOf_1_price_product_anyOf_1_images_items!]! """ Has the value \`true\` if the object exists in live mode or the value \`false\` if the object exists in test mode. """ @@ -165630,7 +165630,7 @@ scalar queryInput_GetProducts_url @length(subgraph: "Stripe", min: null, max: 50 union GetProductsSearch_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "query_GetProductsSearch_oneOf_0") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = query_GetProductsSearch_oneOf_0 | error type query_GetProductsSearch_oneOf_0 { - data: [Product]! + data: [Product!]! has_more: Boolean! next_page: query_GetProductsSearch_oneOf_0_next_page object: search_result_const! @@ -165666,7 +165666,7 @@ scalar queryInput_GetProductsId_expand_items @length(subgraph: "Stripe", min: nu union GetPromotionCodes_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "PromotionCodesResourcePromotionCodeList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = PromotionCodesResourcePromotionCodeList | error type PromotionCodesResourcePromotionCodeList { - data: [PromotionCode]! + data: [PromotionCode!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -165747,7 +165747,7 @@ scalar queryInput_GetPromotionCodesPromotionCode_expand_items @length(subgraph: union GetQuotes_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "QuotesResourceQuoteList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = QuotesResourceQuoteList | error type QuotesResourceQuoteList { - data: [Quote]! + data: [Quote!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -165791,11 +165791,11 @@ type Quote { """ customer: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_quote_anyOf_1_customer """The tax rates applied to this quote.""" - default_tax_rates: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_quote_anyOf_1_default_tax_rates_items] + default_tax_rates: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_quote_anyOf_1_default_tax_rates_items!] """A description that will be displayed on the quote PDF.""" description: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_quote_anyOf_1_description """The discounts applied to this quote.""" - discounts: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_quote_anyOf_1_discounts_items]! + discounts: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_quote_anyOf_1_discounts_items!]! """ The date on which the quote will be canceled if in \`open\` or \`draft\` status. Measured in seconds since the Unix epoch. """ @@ -165881,7 +165881,7 @@ union GetQuotesQuoteComputedUpfrontLineItems_response @statusCodeTypeName(subgra type query_GetQuotesQuoteComputedUpfrontLineItems_oneOf_0 { """Details about each object.""" - data: [LineItem]! + data: [LineItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -165912,7 +165912,7 @@ union GetQuotesQuoteLineItems_response @statusCodeTypeName(subgraph: "Stripe", s type query_GetQuotesQuoteLineItems_oneOf_0 { """Details about each object.""" - data: [LineItem]! + data: [LineItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -165955,7 +165955,7 @@ scalar queryInput_GetQuotesQuotePdf_expand_items @length(subgraph: "Stripe", min union GetRadarEarlyFraudWarnings_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "RadarEarlyFraudWarningList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = RadarEarlyFraudWarningList | error type RadarEarlyFraudWarningList { - data: [RadarEarlyFraudWarning]! + data: [RadarEarlyFraudWarning!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -166235,7 +166235,7 @@ type query_GetRadarEarlyFraudWarnings_oneOf_0_data_items_payment_intent { """ The list of payment method types (e.g. card) that this PaymentIntent is allowed to use. """ - payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_payment_method_types_items]! + payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_payment_method_types_items!]! processing: PaymentIntentProcessing """ Email address that the receipt for the resulting payment will be sent to. If \`receipt_email\` is specified for a payment in live mode, a receipt will be sent regardless of your [email settings](https://dashboard.stripe.com/account/emails). @@ -166291,7 +166291,7 @@ scalar queryInput_GetRadarEarlyFraudWarningsEarlyFraudWarning_expand_items @leng union GetRadarValueListItems_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "RadarListListItemList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = RadarListListItemList | error type RadarListListItemList { - data: [RadarListListItem]! + data: [RadarListListItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -166376,7 +166376,7 @@ scalar queryInput_GetRadarValueListItemsItem_expand_items @length(subgraph: "Str union GetRadarValueLists_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "RadarListListList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = RadarListListList | error type RadarListListList { - data: [RadarListList]! + data: [RadarListList!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -166444,7 +166444,7 @@ enum query_GetRadarValueLists_oneOf_0_data_items_item_type { """List of items contained within this value list.""" type query_GetRadarValueLists_oneOf_0_data_items_list_items { """Details about each object.""" - data: [RadarListListItem]! + data: [RadarListListItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -166495,7 +166495,7 @@ scalar queryInput_GetRadarValueListsValueList_expand_items @length(subgraph: "St union GetRefunds_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "APIMethodRefundList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = APIMethodRefundList | error type APIMethodRefundList { - data: [Refund]! + data: [Refund!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -166518,7 +166518,7 @@ scalar queryInput_GetRefundsRefund_expand_items @length(subgraph: "Stripe", min: union GetReportingReportRuns_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "FinancialReportingFinanceReportRunList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = FinancialReportingFinanceReportRunList | error type FinancialReportingFinanceReportRunList { - data: [reporting_report_run]! + data: [reporting_report_run!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -166588,7 +166588,7 @@ enum reporting_report_run_const @typescript(subgraph: "Stripe", type: "\\"report type FinancialReportingFinanceReportRunRunParameters { """The set of output columns requested for inclusion in the report run.""" - columns: [query_GetReportingReportRuns_oneOf_0_data_items_parameters_columns_items] + columns: [query_GetReportingReportRuns_oneOf_0_data_items_parameters_columns_items!] """Connected account ID by which to filter the report run.""" connected_account: query_GetReportingReportRuns_oneOf_0_data_items_parameters_connected_account """Currency of objects to be included in the report run.""" @@ -166662,7 +166662,7 @@ scalar queryInput_GetReportingReportRunsReportRun_expand_items @length(subgraph: union GetReportingReportTypes_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "FinancialReportingFinanceReportTypeList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = FinancialReportingFinanceReportTypeList | error type FinancialReportingFinanceReportTypeList { - data: [reporting_report_type]! + data: [reporting_report_type!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -166694,7 +166694,7 @@ type reporting_report_type { """ List of column names that are included by default when this Report Type gets run. (If the Report Type doesn't support the \`columns\` parameter, this will be null.) """ - default_columns: [query_GetReportingReportTypes_oneOf_0_data_items_default_columns_items] + default_columns: [query_GetReportingReportTypes_oneOf_0_data_items_default_columns_items!] """ The [ID of the Report Type](https://stripe.com/docs/reporting/statements/api#available-report-types), such as \`balance.summary.1\`. """ @@ -166742,7 +166742,7 @@ scalar queryInput_GetReportingReportTypesReportType_expand_items @length(subgrap union GetReviews_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "RadarReviewList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = RadarReviewList | error type RadarReviewList { - data: [RadarReview]! + data: [RadarReview!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -166814,7 +166814,7 @@ scalar queryInput_GetReviewsReview_expand_items @length(subgraph: "Stripe", min: union GetSetupAttempts_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "PaymentFlowsSetupIntentSetupAttemptList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = PaymentFlowsSetupIntentSetupAttemptList | error type PaymentFlowsSetupIntentSetupAttemptList { - data: [PaymentFlowsSetupIntentSetupAttempt]! + data: [PaymentFlowsSetupIntentSetupAttempt!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -166853,7 +166853,7 @@ type PaymentFlowsSetupIntentSetupAttempt { Include \`inbound\` if you intend to use the payment method as the origin to pull funds from. Include \`outbound\` if you intend to use the payment method as the destination to send funds to. You can include both if you intend to use the payment method for both purposes. """ - flow_directions: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_flow_directions_items] + flow_directions: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_flow_directions_items!] """Unique identifier for the object.""" id: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_id! """ @@ -166904,7 +166904,7 @@ scalar queryInput_GetSetupAttempts_starting_after @length(subgraph: "Stripe", mi union GetSetupIntents_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "PaymentFlowsSetupIntentList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = PaymentFlowsSetupIntentList | error type PaymentFlowsSetupIntentList { - data: [SetupIntent]! + data: [SetupIntent!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -166951,7 +166951,7 @@ scalar queryInput_GetSetupIntentsIntent_expand_items @length(subgraph: "Stripe", union GetShippingRates_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "ShippingResourcesShippingRateList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = ShippingResourcesShippingRateList | error type ShippingResourcesShippingRateList { - data: [ShippingRate]! + data: [ShippingRate!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -167021,7 +167021,7 @@ scalar queryInput_GetShippingRatesShippingRateToken_expand_items @length(subgrap union GetSigmaScheduledQueryRuns_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "SigmaScheduledQueryRunList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = SigmaScheduledQueryRunList | error type SigmaScheduledQueryRunList { - data: [ScheduledQueryRun]! + data: [ScheduledQueryRun!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -167231,7 +167231,7 @@ scalar queryInput_GetSourcesSourceMandateNotificationsMandateNotification_expand union GetSourcesSourceSourceTransactions_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "ApmsSourcesSourceTransactionList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = ApmsSourcesSourceTransactionList | error type ApmsSourcesSourceTransactionList { - data: [SourceTransaction]! + data: [SourceTransaction!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -167476,7 +167476,7 @@ scalar queryInput_GetSourcesSourceSourceTransactionsSourceTransaction_expand_ite union GetSubscriptionItems_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "SubscriptionsItemsSubscriptionItemList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = SubscriptionsItemsSubscriptionItemList | error type SubscriptionsItemsSubscriptionItemList { - data: [SubscriptionItem]! + data: [SubscriptionItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -167501,7 +167501,7 @@ scalar queryInput_GetSubscriptionItemsItem_expand_items @length(subgraph: "Strip union GetSubscriptionItemsSubscriptionItemUsageRecordSummaries_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "UsageEventsResourceUsageRecordSummaryList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = UsageEventsResourceUsageRecordSummaryList | error type UsageEventsResourceUsageRecordSummaryList { - data: [UsageRecordSummary]! + data: [UsageRecordSummary!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -167570,7 +167570,7 @@ scalar queryInput_GetSubscriptionItemsSubscriptionItemUsageRecordSummaries_start union GetSubscriptionSchedules_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "SubscriptionSchedulesResourceScheduleList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = SubscriptionSchedulesResourceScheduleList | error type SubscriptionSchedulesResourceScheduleList { - data: [SubscriptionSchedule]! + data: [SubscriptionSchedule!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -167616,7 +167616,7 @@ type SubscriptionSchedule { metadata: JSON object: subscription_schedule_const! """Configuration for the subscription schedule's phases.""" - phases: [SubscriptionSchedulePhaseConfiguration]! + phases: [SubscriptionSchedulePhaseConfiguration!]! """ Time at which the subscription schedule was released. Measured in seconds since the Unix epoch. """ @@ -167658,7 +167658,7 @@ scalar queryInput_GetSubscriptionSchedulesSchedule_expand_items @length(subgraph union GetSubscriptions_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "SubscriptionsSubscriptionList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = SubscriptionsSubscriptionList | error type SubscriptionsSubscriptionList { - data: [Subscription_]! + data: [Subscription_!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -167724,7 +167724,7 @@ scalar queryInput_GetSubscriptions_test_clock @length(subgraph: "Stripe", min: n union GetSubscriptionsSearch_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "query_GetSubscriptionsSearch_oneOf_0") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = query_GetSubscriptionsSearch_oneOf_0 | error type query_GetSubscriptionsSearch_oneOf_0 { - data: [Subscription_]! + data: [Subscription_!]! has_more: Boolean! next_page: query_GetSubscriptionsSearch_oneOf_0_next_page object: search_result_const! @@ -167761,7 +167761,7 @@ union GetTaxCalculationsCalculationLineItems_response @statusCodeTypeName(subgra type TaxProductResourceTaxCalculationLineItemList { """Details about each object.""" - data: [TaxProductResourceTaxCalculationLineItem]! + data: [TaxProductResourceTaxCalculationLineItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -167798,7 +167798,7 @@ type TaxProductResourceTaxCalculationLineItem { reference: query_GetTaxCalculationsCalculationLineItems_oneOf_0_data_items_reference tax_behavior: query_GetTaxCalculationsCalculationLineItems_oneOf_0_data_items_tax_behavior! """Detailed account of taxes relevant to this line item.""" - tax_breakdown: [TaxProductResourceLineItemTaxBreakdown] + tax_breakdown: [TaxProductResourceLineItemTaxBreakdown!] """ The [tax code](https://stripe.com/docs/tax/tax-categories) ID used for this resource. """ @@ -167970,7 +167970,7 @@ scalar queryInput_GetTaxCalculationsCalculationLineItems_starting_after @length( union GetTaxRegistrations_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "TaxProductRegistrationsResourceTaxRegistrationList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = TaxProductRegistrationsResourceTaxRegistrationList | error type TaxProductRegistrationsResourceTaxRegistrationList { - data: [TaxProductRegistrationsResourceTaxRegistration]! + data: [TaxProductRegistrationsResourceTaxRegistration!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -168291,7 +168291,7 @@ type TaxProductResourceTaxSettingsStatusDetailsResourcePending { """ The list of missing fields that are required to perform calculations. It includes the entry \`head_office\` when the status is \`pending\`. It is recommended to set the optional values even if they aren't listed as required for calculating taxes. Calculations can fail if missing fields aren't explicitly provided on every call. """ - missing_fields: [query_GetTaxSettings_oneOf_0_status_details_pending_missing_fields_items] + missing_fields: [query_GetTaxSettings_oneOf_0_status_details_pending_missing_fields_items!] } scalar query_GetTaxSettings_oneOf_0_status_details_pending_missing_fields_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -168358,7 +168358,7 @@ type TaxProductResourceCustomerDetails { """The customer's IP address (IPv4 or IPv6).""" ip_address: query_GetTaxTransactionsTransaction_oneOf_0_customer_details_ip_address """The customer's tax IDs (for example, EU VAT numbers).""" - tax_ids: [TaxProductResourceCustomerDetailsResourceTaxId]! + tax_ids: [TaxProductResourceCustomerDetailsResourceTaxId!]! taxability_override: query_GetTaxTransactionsTransaction_oneOf_0_customer_details_taxability_override! } @@ -168507,7 +168507,7 @@ scalar query_GetTaxTransactionsTransaction_oneOf_0_id @length(subgraph: "Stripe" """The tax collected or refunded, by line item.""" type TaxProductResourceTaxTransactionLineItemList { """Details about each object.""" - data: [TaxProductResourceTaxTransactionLineItem]! + data: [TaxProductResourceTaxTransactionLineItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -168666,7 +168666,7 @@ union GetTaxTransactionsTransactionLineItems_response @statusCodeTypeName(subgra type query_GetTaxTransactionsTransactionLineItems_oneOf_0 { """Details about each object.""" - data: [TaxProductResourceTaxTransactionLineItem]! + data: [TaxProductResourceTaxTransactionLineItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -168694,7 +168694,7 @@ scalar queryInput_GetTaxTransactionsTransactionLineItems_starting_after @length( union GetTaxCodes_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "TaxProductResourceTaxCodeList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = TaxProductResourceTaxCodeList | error type TaxProductResourceTaxCodeList { - data: [TaxProductResourceTaxCode]! + data: [TaxProductResourceTaxCode!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -168734,7 +168734,7 @@ union GetTaxIds_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200 type query_GetTaxIds_oneOf_0 { """Details about each object.""" - data: [tax_id]! + data: [tax_id!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -168786,7 +168786,7 @@ scalar queryInput_GetTaxIdsId_expand_items @length(subgraph: "Stripe", min: null union GetTaxRates_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "TaxRatesList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = TaxRatesList | error type TaxRatesList { - data: [TaxRate]! + data: [TaxRate!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -168818,7 +168818,7 @@ scalar queryInput_GetTaxRatesTaxRate_expand_items @length(subgraph: "Stripe", mi union GetTerminalConfigurations_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "TerminalConfigurationConfigurationList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = TerminalConfigurationConfigurationList | error type TerminalConfigurationConfigurationList { - data: [TerminalConfigurationConfiguration]! + data: [TerminalConfigurationConfiguration!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -168916,9 +168916,9 @@ type TerminalConfigurationConfigurationResourceTipping { type TerminalConfigurationConfigurationResourceCurrencySpecificConfig { """Fixed amounts displayed when collecting a tip""" - fixed_amounts: [Int] + fixed_amounts: [Int!] """Percentages displayed when collecting a tip""" - percentages: [Int] + percentages: [Int!] """ Below this amount, fixed amounts will be displayed; above it, percentages will be displayed """ @@ -168966,7 +168966,7 @@ scalar queryInput_GetTerminalConfigurationsConfiguration_expand_items @length(su union GetTerminalLocations_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "TerminalLocationLocationList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = TerminalLocationLocationList | error type TerminalLocationLocationList { - data: [TerminalLocationLocation]! + data: [TerminalLocationLocation!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -169063,7 +169063,7 @@ union GetTerminalReaders_response @statusCodeTypeName(subgraph: "Stripe", status type TerminalReaderRetrieveReader { """A list of readers""" - data: [TerminalReaderReader]! + data: [TerminalReaderReader!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -169214,7 +169214,7 @@ type query_GetTerminalReaders_oneOf_0_data_items_action_process_payment_intent_p """ The list of payment method types (e.g. card) that this PaymentIntent is allowed to use. """ - payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_payment_method_types_items]! + payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_payment_method_types_items!]! processing: PaymentIntentProcessing """ Email address that the receipt for the resulting payment will be sent to. If \`receipt_email\` is specified for a payment in live mode, a receipt will be sent regardless of your [email settings](https://dashboard.stripe.com/account/emails). @@ -169312,7 +169312,7 @@ type query_GetTerminalReaders_oneOf_0_data_items_action_process_setup_intent_set Include \`inbound\` if you intend to use the payment method as the origin to pull funds from. Include \`outbound\` if you intend to use the payment method as the destination to send funds to. You can include both if you intend to use the payment method for both purposes. """ - flow_directions: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_flow_directions_items] + flow_directions: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_flow_directions_items!] """Unique identifier for the object.""" id: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_id! last_setup_error: APIErrors @@ -169339,7 +169339,7 @@ type query_GetTerminalReaders_oneOf_0_data_items_action_process_setup_intent_set """ The list of payment method types (e.g. card) that this SetupIntent is allowed to set up. """ - payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_payment_method_types_items]! + payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_payment_method_types_items!]! """ID of the single_use Mandate generated by the SetupIntent.""" single_use_mandate: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_single_use_mandate status: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_invoice_anyOf_1_last_finalization_error_setup_intent_status! @@ -169601,7 +169601,7 @@ type query_GetTerminalReaders_oneOf_0_data_items_action_refund_payment_payment_i """ The list of payment method types (e.g. card) that this PaymentIntent is allowed to use. """ - payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_payment_method_types_items]! + payment_method_types: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_invoice_settings_default_payment_method_anyOf_1_card_generated_from_setup_attempt_anyOf_1_setup_error_payment_intent_payment_method_types_items!]! processing: PaymentIntentProcessing """ Email address that the receipt for the resulting payment will be sent to. If \`receipt_email\` is specified for a payment in live mode, a receipt will be sent regardless of your [email settings](https://dashboard.stripe.com/account/emails). @@ -169714,7 +169714,7 @@ type TerminalReaderReaderResourceCart { """ currency: String! """List of line items in the cart.""" - line_items: [TerminalReaderReaderResourceLineItem]! + line_items: [TerminalReaderReaderResourceLineItem!]! """ Tax amount for the entire cart. A positive integer in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). """ @@ -169898,7 +169898,7 @@ scalar queryInput_GetTerminalReadersReader_expand_items @length(subgraph: "Strip union GetTestHelpersTestClocks_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "BillingClocksResourceBillingClockList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = BillingClocksResourceBillingClockList | error type BillingClocksResourceBillingClockList { - data: [TestClock]! + data: [TestClock!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -170021,7 +170021,7 @@ scalar queryInput_GetTokensToken_expand_items @length(subgraph: "Stripe", min: n union GetTopups_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "TopupList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = TopupList | error type TopupList { - data: [Topup]! + data: [Topup!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -170178,7 +170178,7 @@ union GetTransfers_response @statusCodeTypeName(subgraph: "Stripe", statusCode: type TransferList { """Details about each object.""" - data: [Transfer]! + data: [Transfer!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -170282,7 +170282,7 @@ union GetTransfersIdReversals_response @statusCodeTypeName(subgraph: "Stripe", s type query_GetTransfersIdReversals_oneOf_0 { """Details about each object.""" - data: [TransferReversal]! + data: [TransferReversal!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -170327,7 +170327,7 @@ union GetTreasuryCreditReversals_response @statusCodeTypeName(subgraph: "Stripe" type TreasuryReceivedCreditsResourceCreditReversalList { """Details about each object.""" - data: [TreasuryReceivedCreditsResourceCreditReversal]! + data: [TreasuryReceivedCreditsResourceCreditReversal!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -170477,7 +170477,7 @@ A list of TransactionEntries that are part of this Transaction. This cannot be e """ type TreasuryTransactionsResourceTransactionEntryList { """Details about each object.""" - data: [TreasuryTransactionsResourceTransactionEntry]! + data: [TreasuryTransactionsResourceTransactionEntry!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -171833,7 +171833,7 @@ union GetTreasuryDebitReversals_response @statusCodeTypeName(subgraph: "Stripe", type TreasuryReceivedDebitsResourceDebitReversalList { """Details about each object.""" - data: [TreasuryReceivedDebitsResourceDebitReversal]! + data: [TreasuryReceivedDebitsResourceDebitReversal!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -171883,7 +171883,7 @@ scalar queryInput_GetTreasuryDebitReversalsDebitReversal_expand_items @length(su union GetTreasuryFinancialAccounts_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "TreasuryFinancialAccountsResourceFinancialAccountList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = TreasuryFinancialAccountsResourceFinancialAccountList | error type TreasuryFinancialAccountsResourceFinancialAccountList { - data: [TreasuryFinancialAccountsResourceFinancialAccount]! + data: [TreasuryFinancialAccountsResourceFinancialAccount!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -171898,7 +171898,7 @@ FinancialAccounts serve as the source and destination of Treasury’s money move """ type TreasuryFinancialAccountsResourceFinancialAccount { """The array of paths to active Features in the Features hash.""" - active_features: [query_GetTreasuryFinancialAccounts_oneOf_0_data_items_active_features_items] + active_features: [query_GetTreasuryFinancialAccounts_oneOf_0_data_items_active_features_items!] balance: TreasuryFinancialAccountsResourceBalance! """ Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)). @@ -171910,7 +171910,7 @@ type TreasuryFinancialAccountsResourceFinancialAccount { created: Timestamp! features: TreasuryFinancialAccountsResourceFinancialAccountFeatures """The set of credentials that resolve to a FinancialAccount.""" - financial_addresses: [TreasuryFinancialAccountsResourceFinancialAddress]! + financial_addresses: [TreasuryFinancialAccountsResourceFinancialAddress!]! """Unique identifier for the object.""" id: query_GetTreasuryFinancialAccounts_oneOf_0_data_items_id! """ @@ -171923,16 +171923,16 @@ type TreasuryFinancialAccountsResourceFinancialAccount { metadata: JSON object: treasury_financial_account_const! """The array of paths to pending Features in the Features hash.""" - pending_features: [query_GetTreasuryFinancialAccounts_oneOf_0_data_items_pending_features_items] + pending_features: [query_GetTreasuryFinancialAccounts_oneOf_0_data_items_pending_features_items!] platform_restrictions: TreasuryFinancialAccountsResourcePlatformRestrictions """The array of paths to restricted Features in the Features hash.""" - restricted_features: [query_GetTreasuryFinancialAccounts_oneOf_0_data_items_restricted_features_items] + restricted_features: [query_GetTreasuryFinancialAccounts_oneOf_0_data_items_restricted_features_items!] status: query_GetTreasuryFinancialAccounts_oneOf_0_data_items_status! status_details: TreasuryFinancialAccountsResourceStatusDetails! """ The currencies the FinancialAccount can hold a balance in. Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. """ - supported_currencies: [String]! + supported_currencies: [String!]! } enum query_GetTreasuryFinancialAccounts_oneOf_0_data_items_active_features_items { @@ -171988,7 +171988,7 @@ type TreasuryFinancialAccountsResourceToggleSettings { """ Additional details; includes at least one entry when the status is not \`active\`. """ - status_details: [TreasuryFinancialAccountsResourceTogglesSettingStatusDetails]! + status_details: [TreasuryFinancialAccountsResourceTogglesSettingStatusDetails!]! } """Whether the Feature is operational.""" @@ -172048,7 +172048,7 @@ type TreasuryFinancialAccountsResourceAbaToggleSettings { """ Additional details; includes at least one entry when the status is not \`active\`. """ - status_details: [TreasuryFinancialAccountsResourceTogglesSettingStatusDetails]! + status_details: [TreasuryFinancialAccountsResourceTogglesSettingStatusDetails!]! } """Whether the Feature is operational.""" @@ -172073,7 +172073,7 @@ type TreasuryFinancialAccountsResourceAchToggleSettings { """ Additional details; includes at least one entry when the status is not \`active\`. """ - status_details: [TreasuryFinancialAccountsResourceTogglesSettingStatusDetails]! + status_details: [TreasuryFinancialAccountsResourceTogglesSettingStatusDetails!]! } """Whether the Feature is operational.""" @@ -172107,7 +172107,7 @@ FinancialAddresses contain identifying information that resolves to a FinancialA type TreasuryFinancialAccountsResourceFinancialAddress { aba: TreasuryFinancialAccountsResourceABARecord """The list of networks that the address supports""" - supported_networks: [query_GetTreasuryFinancialAccounts_oneOf_0_data_items_financial_addresses_items_supported_networks_items] + supported_networks: [query_GetTreasuryFinancialAccounts_oneOf_0_data_items_financial_addresses_items_supported_networks_items!] type: aba_const! } @@ -172214,7 +172214,7 @@ type TreasuryFinancialAccountsResourceStatusDetails { type TreasuryFinancialAccountsResourceClosedStatusDetails { """The array that contains reasons for a FinancialAccount closure.""" - reasons: [query_GetTreasuryFinancialAccounts_oneOf_0_data_items_status_details_closed_reasons_items]! + reasons: [query_GetTreasuryFinancialAccounts_oneOf_0_data_items_status_details_closed_reasons_items!]! } enum query_GetTreasuryFinancialAccounts_oneOf_0_data_items_status_details_closed_reasons_items { @@ -172249,7 +172249,7 @@ union GetTreasuryInboundTransfers_response @statusCodeTypeName(subgraph: "Stripe type TreasuryInboundTransfersResourceInboundTransferList { """Details about each object.""" - data: [TreasuryInboundTransfersResourceInboundTransfer]! + data: [TreasuryInboundTransfersResourceInboundTransfer!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -172294,7 +172294,7 @@ union GetTreasuryOutboundPayments_response @statusCodeTypeName(subgraph: "Stripe type TreasuryOutboundPaymentsResourceOutboundPaymentList { """Details about each object.""" - data: [TreasuryOutboundPaymentsResourceOutboundPayment]! + data: [TreasuryOutboundPaymentsResourceOutboundPayment!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -172341,7 +172341,7 @@ union GetTreasuryOutboundTransfers_response @statusCodeTypeName(subgraph: "Strip type TreasuryOutboundTransfersResourceOutboundTransferList { """Details about each object.""" - data: [TreasuryOutboundTransfersResourceOutboundTransfer]! + data: [TreasuryOutboundTransfersResourceOutboundTransfer!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -172387,7 +172387,7 @@ union GetTreasuryReceivedCredits_response @statusCodeTypeName(subgraph: "Stripe" type TreasuryReceivedCreditsResourceReceivedCreditList { """Details about each object.""" - data: [TreasuryReceivedCreditsResourceReceivedCredit]! + data: [TreasuryReceivedCreditsResourceReceivedCredit!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -172442,7 +172442,7 @@ union GetTreasuryReceivedDebits_response @statusCodeTypeName(subgraph: "Stripe", type TreasuryReceivedDebitsResourceReceivedDebitList { """Details about each object.""" - data: [TreasuryReceivedDebitsResourceReceivedDebit]! + data: [TreasuryReceivedDebitsResourceReceivedDebit!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -172485,7 +172485,7 @@ union GetTreasuryTransactionEntries_response @statusCodeTypeName(subgraph: "Stri type query_GetTreasuryTransactionEntries_oneOf_0 { """Details about each object.""" - data: [TreasuryTransactionsResourceTransactionEntry]! + data: [TreasuryTransactionsResourceTransactionEntry!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -172529,7 +172529,7 @@ union GetTreasuryTransactions_response @statusCodeTypeName(subgraph: "Stripe", s type TreasuryTransactionsResourceTransactionList { """Details about each object.""" - data: [TreasuryTransactionsResourceTransaction]! + data: [TreasuryTransactionsResourceTransaction!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -172624,7 +172624,7 @@ scalar queryInput_GetTreasuryTransactionsId_expand_items @length(subgraph: "Stri union GetWebhookEndpoints_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200, typeName: "NotificationWebhookEndpointList") @statusCodeTypeName(subgraph: "Stripe", statusCode: "default", typeName: "error") = NotificationWebhookEndpointList | error type NotificationWebhookEndpointList { - data: [NotificationWebhookEndpoint]! + data: [NotificationWebhookEndpoint!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -172656,7 +172656,7 @@ type NotificationWebhookEndpoint { """ The list of events to enable for this endpoint. \`['*']\` indicates that all events are enabled, except those that require explicit selection. """ - enabled_events: [query_GetWebhookEndpoints_oneOf_0_data_items_enabled_events_items]! + enabled_events: [query_GetWebhookEndpoints_oneOf_0_data_items_enabled_events_items!]! """Unique identifier for the object.""" id: query_GetWebhookEndpoints_oneOf_0_data_items_id! """ @@ -173981,7 +173981,7 @@ input PostAccountLinks_request_Input { collect: mutationInput_PostAccountLinks_input_collect collection_options: collection_options_params_Input """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostAccountLinks_input_expand_items] + expand: [mutationInput_PostAccountLinks_input_expand_items!] """ The URL the user will be redirected to if the account link is expired, has been previously-visited, or is otherwise invalid. The URL you specify should attempt to generate a new account link with the same parameters used to create the original account link, then redirect the user to the new account link's URL so they can continue with Connect Onboarding. If a new account link cannot be generated or the redirect fails you should display a useful error to the user. """ @@ -174136,7 +174136,7 @@ input PostAccountSessions_request_Input { account: String! components: account_session_create_components_param_Input! """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostAccountSessions_input_expand_items] + expand: [mutationInput_PostAccountSessions_input_expand_items!] } """ @@ -174207,7 +174207,7 @@ input PostAccounts_request_Input { """ email: String """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostAccounts_input_expand_items] + expand: [mutationInput_PostAccounts_input_expand_items!] """ A card or bank account to attach to the account for receiving [payouts](https://stripe.com/docs/connect/bank-debit-card-payouts) (you won’t be able to use it for top-ups). You can provide either a token, like the ones returned by [Stripe.js](https://stripe.com/docs/js), or a dictionary, as documented in the \`external_account\` parameter for [bank account](https://stripe.com/docs/api#account_create_bank_account) creation.

By default, providing an external account sets it as the new default external account for its currency, and deletes the old default if one exists. To add additional external accounts without replacing the existing default for the currency, use the [bank account](https://stripe.com/docs/api#account_create_bank_account) or [card creation](https://stripe.com/docs/api#account_create_card) APIs. After you create an [Account Link](https://stripe.com/docs/api/account_links) or [Account Session](https://stripe.com/docs/api/account_sessions), this property can only be updated for Custom accounts. """ @@ -174523,7 +174523,7 @@ input documents_specs_Input { } input documents_param_Input { - files: [mutationInput_PostAccounts_input_bank_account_anyOf_0_documents_bank_account_ownership_verification_files_items] + files: [mutationInput_PostAccounts_input_bank_account_anyOf_0_documents_bank_account_ownership_verification_files_items!] } scalar mutationInput_PostAccounts_input_bank_account_anyOf_0_documents_bank_account_ownership_verification_files_items @length(subgraph: "Stripe", min: null, max: 500) @@ -174881,7 +174881,7 @@ input PostAccountsAccount_request_Input { """ email: String """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostAccountsAccount_input_expand_items] + expand: [mutationInput_PostAccountsAccount_input_expand_items!] """ A card or bank account to attach to the account for receiving [payouts](https://stripe.com/docs/connect/bank-debit-card-payouts) (you won’t be able to use it for top-ups). You can provide either a token, like the ones returned by [Stripe.js](https://stripe.com/docs/js), or a dictionary, as documented in the \`external_account\` parameter for [bank account](https://stripe.com/docs/api#account_create_bank_account) creation.

By default, providing an external account sets it as the new default external account for its currency, and deletes the old default if one exists. To add additional external accounts without replacing the existing default for the currency, use the [bank account](https://stripe.com/docs/api#account_create_bank_account) or [card creation](https://stripe.com/docs/api#account_create_card) APIs. After you create an [Account Link](https://stripe.com/docs/api/account_links) or [Account Session](https://stripe.com/docs/api/account_sessions), this property can only be updated for Custom accounts. """ @@ -175417,7 +175417,7 @@ input PostAccountsAccountBankAccounts_request_Input { """ default_for_currency: Boolean """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostAccountsAccountBankAccounts_input_expand_items] + expand: [mutationInput_PostAccountsAccountBankAccounts_input_expand_items!] """ Please refer to full [documentation](https://stripe.com/docs/api) instead. """ @@ -175482,7 +175482,7 @@ input PostAccountsAccountBankAccountsId_request_Input { """Four digit number representing the card’s expiration year.""" exp_year: mutationInput_PostAccountsAccountBankAccountsId_input_exp_year """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostAccountsAccountBankAccountsId_input_expand_items] + expand: [mutationInput_PostAccountsAccountBankAccountsId_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -175555,7 +175555,7 @@ scalar mutationInput_PostAccountsAccountCapabilitiesCapability_account @length(s input PostAccountsAccountCapabilitiesCapability_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostAccountsAccountCapabilitiesCapability_input_expand_items] + expand: [mutationInput_PostAccountsAccountCapabilitiesCapability_input_expand_items!] """ To request a new capability for an account, pass true. There can be a delay before the requested capability becomes active. If the capability has any activation requirements, the response includes them in the \`requirements\` arrays. @@ -175580,7 +175580,7 @@ input PostAccountsAccountExternalAccounts_request_Input { """ default_for_currency: Boolean """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostAccountsAccountExternalAccounts_input_expand_items] + expand: [mutationInput_PostAccountsAccountExternalAccounts_input_expand_items!] """ Please refer to full [documentation](https://stripe.com/docs/api) instead. """ @@ -175633,7 +175633,7 @@ input PostAccountsAccountExternalAccountsId_request_Input { """Four digit number representing the card’s expiration year.""" exp_year: mutationInput_PostAccountsAccountExternalAccountsId_input_exp_year """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostAccountsAccountExternalAccountsId_input_expand_items] + expand: [mutationInput_PostAccountsAccountExternalAccountsId_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -175726,7 +175726,7 @@ scalar mutationInput_PostAccountsAccountLoginLinks_account @length(subgraph: "St input PostAccountsAccountLoginLinks_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostAccountsAccountLoginLinks_input_expand_items] + expand: [mutationInput_PostAccountsAccountLoginLinks_input_expand_items!] } scalar mutationInput_PostAccountsAccountLoginLinks_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -175746,7 +175746,7 @@ input PostAccountsAccountPeople_request_Input { """The person's email address.""" email: String """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostAccountsAccountPeople_input_expand_items] + expand: [mutationInput_PostAccountsAccountPeople_input_expand_items!] """The person's first name.""" first_name: mutationInput_PostAccountsAccountPeople_input_first_name """The Kana variation of the person's first name (Japan only).""" @@ -176037,7 +176037,7 @@ input PostAccountsAccountPeoplePerson_request_Input { """The person's email address.""" email: String """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostAccountsAccountPeoplePerson_input_expand_items] + expand: [mutationInput_PostAccountsAccountPeoplePerson_input_expand_items!] """The person's first name.""" first_name: mutationInput_PostAccountsAccountPeoplePerson_input_first_name """The Kana variation of the person's first name (Japan only).""" @@ -176300,7 +176300,7 @@ input PostAccountsAccountPersons_request_Input { """The person's email address.""" email: String """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostAccountsAccountPersons_input_expand_items] + expand: [mutationInput_PostAccountsAccountPersons_input_expand_items!] """The person's first name.""" first_name: mutationInput_PostAccountsAccountPersons_input_first_name """The Kana variation of the person's first name (Japan only).""" @@ -176571,7 +176571,7 @@ input PostAccountsAccountPersonsPerson_request_Input { """The person's email address.""" email: String """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostAccountsAccountPersonsPerson_input_expand_items] + expand: [mutationInput_PostAccountsAccountPersonsPerson_input_expand_items!] """The person's first name.""" first_name: mutationInput_PostAccountsAccountPersonsPerson_input_first_name """The Kana variation of the person's first name (Japan only).""" @@ -176825,7 +176825,7 @@ scalar mutationInput_PostAccountsAccountReject_account @length(subgraph: "Stripe input PostAccountsAccountReject_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostAccountsAccountReject_input_expand_items] + expand: [mutationInput_PostAccountsAccountReject_input_expand_items!] """ The reason for rejecting the account. Can be \`fraud\`, \`terms_of_service\`, or \`other\`. """ @@ -176844,7 +176844,7 @@ union PostApplePayDomains_response @statusCodeTypeName(subgraph: "Stripe", statu input PostApplePayDomains_request_Input { domain_name: String! """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostApplePayDomains_input_expand_items] + expand: [mutationInput_PostApplePayDomains_input_expand_items!] } scalar mutationInput_PostApplePayDomains_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -176872,7 +176872,7 @@ scalar mutationInput_PostApplicationFeesFeeRefundsId_id @length(subgraph: "Strip input PostApplicationFeesFeeRefundsId_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostApplicationFeesFeeRefundsId_input_expand_items] + expand: [mutationInput_PostApplicationFeesFeeRefundsId_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -176889,7 +176889,7 @@ input PostApplicationFeesIdRefund_request_Input { amount: Int directive: mutationInput_PostApplicationFeesIdRefund_input_directive """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostApplicationFeesIdRefund_input_expand_items] + expand: [mutationInput_PostApplicationFeesIdRefund_input_expand_items!] } scalar mutationInput_PostApplicationFeesIdRefund_input_directive @length(subgraph: "Stripe", min: null, max: 5000) @@ -176906,7 +176906,7 @@ input PostApplicationFeesIdRefunds_request_Input { """ amount: Int """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostApplicationFeesIdRefunds_input_expand_items] + expand: [mutationInput_PostApplicationFeesIdRefunds_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -176919,7 +176919,7 @@ union PostAppsSecrets_response @statusCodeTypeName(subgraph: "Stripe", statusCod input PostAppsSecrets_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostAppsSecrets_input_expand_items] + expand: [mutationInput_PostAppsSecrets_input_expand_items!] """ The Unix timestamp for the expiry time of the secret, after which the secret deletes. """ @@ -176958,7 +176958,7 @@ union PostAppsSecretsDelete_response @statusCodeTypeName(subgraph: "Stripe", sta input PostAppsSecretsDelete_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostAppsSecretsDelete_input_expand_items] + expand: [mutationInput_PostAppsSecretsDelete_input_expand_items!] """A name for the secret that's unique within the scope.""" name: mutationInput_PostAppsSecretsDelete_input_name! scope: mutationInput_PostAppsSecretsDelete_input_scope_Input! @@ -176993,7 +176993,7 @@ input PostBillingPortalConfigurations_request_Input { """ default_return_url: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostBillingPortalConfigurations_input_expand_items] + expand: [mutationInput_PostBillingPortalConfigurations_input_expand_items!] features: features_creation_param_Input! login_page: login_page_create_param_Input """ @@ -177096,7 +177096,7 @@ input PostBillingPortalConfigurationsConfiguration_request_Input { """ default_return_url: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostBillingPortalConfigurationsConfiguration_input_expand_items] + expand: [mutationInput_PostBillingPortalConfigurationsConfiguration_input_expand_items!] features: features_updating_param_Input login_page: login_page_update_param_Input """ @@ -177355,11 +177355,11 @@ type PortalFlowsFlowSubscriptionUpdateConfirm { """ The coupon or promotion code to apply to this subscription update. Currently, only up to one may be specified. """ - discounts: [PortalFlowsSubscriptionUpdateConfirmDiscount] + discounts: [PortalFlowsSubscriptionUpdateConfirmDiscount!] """ The [subscription item](https://stripe.com/docs/api/subscription_items) to be updated through this flow. Currently, only up to one may be specified and subscriptions with multiple items are not updatable. """ - items: [PortalFlowsSubscriptionUpdateConfirmItem]! + items: [PortalFlowsSubscriptionUpdateConfirmItem!]! """The ID of the subscription to be updated.""" subscription: mutation_PostBillingPortalSessions_oneOf_0_flow_subscription_update_confirm_subscription! } @@ -177496,7 +177496,7 @@ input PostBillingPortalSessions_request_Input { """The ID of an existing customer.""" customer: mutationInput_PostBillingPortalSessions_input_customer! """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostBillingPortalSessions_input_expand_items] + expand: [mutationInput_PostBillingPortalSessions_input_expand_items!] flow_data: flow_data_param_Input locale: mutationInput_PostBillingPortalSessions_input_locale """ @@ -177577,8 +177577,8 @@ input flow_data_subscription_update_param_Input { scalar mutationInput_PostBillingPortalSessions_input_flow_data_subscription_update_subscription @length(subgraph: "Stripe", min: null, max: 5000) input flow_data_subscription_update_confirm_param_Input { - discounts: [subscription_update_confirm_discount_params_Input] - items: [subscription_update_confirm_item_params_Input]! + discounts: [subscription_update_confirm_discount_params_Input!] + items: [subscription_update_confirm_item_params_Input!]! subscription: mutationInput_PostBillingPortalSessions_input_flow_data_subscription_update_confirm_subscription! } @@ -177695,7 +177695,7 @@ input PostCharges_request_Input { description: mutationInput_PostCharges_input_description destination: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCharges_input_expand_items] + expand: [mutationInput_PostCharges_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -177832,7 +177832,7 @@ input PostChargesCharge_request_Input { """ description: mutationInput_PostChargesCharge_input_description """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostChargesCharge_input_expand_items] + expand: [mutationInput_PostChargesCharge_input_expand_items!] fraud_details: fraud_details_Input """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. @@ -177935,7 +177935,7 @@ input PostChargesChargeCapture_request_Input { """ application_fee_amount: Int """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostChargesChargeCapture_input_expand_items] + expand: [mutationInput_PostChargesChargeCapture_input_expand_items!] """ The email address to send this charge's receipt to. This will override the previously-specified email address for this charge, if one was set. Receipts will not be sent in test mode. """ @@ -177981,7 +177981,7 @@ scalar mutationInput_PostChargesChargeDispute_charge @length(subgraph: "Stripe", input PostChargesChargeDispute_request_Input { evidence: dispute_evidence_params_Input """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostChargesChargeDispute_input_expand_items] + expand: [mutationInput_PostChargesChargeDispute_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -178069,7 +178069,7 @@ scalar mutationInput_PostChargesChargeDisputeClose_charge @length(subgraph: "Str input PostChargesChargeDisputeClose_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostChargesChargeDisputeClose_input_expand_items] + expand: [mutationInput_PostChargesChargeDisputeClose_input_expand_items!] } scalar mutationInput_PostChargesChargeDisputeClose_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -178085,7 +178085,7 @@ input PostChargesChargeRefund_request_Input { """ amount: Int """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostChargesChargeRefund_input_expand_items] + expand: [mutationInput_PostChargesChargeRefund_input_expand_items!] """ For payment methods without native refund support (e.g., Konbini, PromptPay), use this email from the customer to receive refund instructions. """ @@ -178135,7 +178135,7 @@ input PostChargesChargeRefunds_request_Input { """Customer whose customer balance to refund from.""" customer: mutationInput_PostChargesChargeRefunds_input_customer """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostChargesChargeRefunds_input_expand_items] + expand: [mutationInput_PostChargesChargeRefunds_input_expand_items!] """ For payment methods without native refund support (e.g., Konbini, PromptPay), use this email from the customer to receive refund instructions. """ @@ -178183,7 +178183,7 @@ union PostChargesChargeRefundsRefund_response @statusCodeTypeName(subgraph: "Str input PostChargesChargeRefundsRefund_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostChargesChargeRefundsRefund_input_expand_items] + expand: [mutationInput_PostChargesChargeRefundsRefund_input_expand_items!] metadata: JSON } @@ -178215,7 +178215,7 @@ input PostCheckoutSessions_request_Input { """ Collect additional information from your customer using custom fields. Up to 3 fields are supported. """ - custom_fields: [custom_field_param_Input] + custom_fields: [custom_field_param_Input!] custom_text: custom_text_param_Input """ ID of an existing Customer, if one exists. In \`payment\` mode, the customer’s most recently saved card @@ -178244,9 +178244,9 @@ input PostCheckoutSessions_request_Input { """ The coupon or promotion code to apply to this Session. Currently, only up to one may be specified. """ - discounts: [discount_params_Input] + discounts: [discount_params_Input!] """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCheckoutSessions_input_expand_items] + expand: [mutationInput_PostCheckoutSessions_input_expand_items!] """ The Epoch time in seconds at which the Checkout Session will expire. It can be anywhere from 30 minutes to 24 hours after Checkout Session creation. By default, this value is 24 hours from creation. """ @@ -178259,7 +178259,7 @@ input PostCheckoutSessions_request_Input { For \`subscription\` mode, there is a maximum of 20 line items with recurring Prices and 20 line items with one-time Prices. Line items with one-time Prices will be on the initial invoice only. """ - line_items: [line_item_params_Input] + line_items: [line_item_params_Input!] locale: mutationInput_PostCheckoutSessions_input_locale """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. @@ -178286,7 +178286,7 @@ input PostCheckoutSessions_request_Input { prioritize the most relevant payment methods based on the customer's location and other characteristics. """ - payment_method_types: [mutationInput_PostCheckoutSessions_input_payment_method_types_items] + payment_method_types: [mutationInput_PostCheckoutSessions_input_payment_method_types_items!] phone_number_collection: phone_number_collection_params_Input redirect_on_completion: mutationInput_PostCheckoutSessions_input_redirect_on_completion """ @@ -178300,7 +178300,7 @@ input PostCheckoutSessions_request_Input { """ The shipping rate options to apply to this Session. Up to a maximum of 5. """ - shipping_options: [shipping_option_params_Input] + shipping_options: [shipping_option_params_Input!] submit_type: mutationInput_PostCheckoutSessions_input_submit_type subscription_data: subscription_data_params_Input """ @@ -178402,7 +178402,7 @@ input custom_field_param_Input { } input custom_field_dropdown_param_Input { - options: [custom_field_option_param_Input]! + options: [custom_field_option_param_Input!]! } input custom_field_option_param_Input { @@ -178545,11 +178545,11 @@ enum mutationInput_PostCheckoutSessions_input_invoice_creation_invoice_data_issu input line_item_params_Input { adjustable_quantity: adjustable_quantity_params_Input - dynamic_tax_rates: [mutationInput_PostCheckoutSessions_input_line_items_items_dynamic_tax_rates_items] + dynamic_tax_rates: [mutationInput_PostCheckoutSessions_input_line_items_items_dynamic_tax_rates_items!] price: mutationInput_PostCheckoutSessions_input_line_items_items_price price_data: price_data_with_product_data_Input quantity: Int - tax_rates: [mutationInput_PostCheckoutSessions_input_line_items_items_tax_rates_items] + tax_rates: [mutationInput_PostCheckoutSessions_input_line_items_items_tax_rates_items!] } input adjustable_quantity_params_Input { @@ -178576,7 +178576,7 @@ scalar mutationInput_PostCheckoutSessions_input_line_items_items_price_data_prod input product_data_Input { description: mutationInput_PostCheckoutSessions_input_line_items_items_price_data_product_data_description - images: [String] + images: [String!] metadata: JSON name: mutationInput_PostCheckoutSessions_input_line_items_items_price_data_product_data_name! tax_code: mutationInput_PostCheckoutSessions_input_line_items_items_price_data_product_data_tax_code @@ -178807,7 +178807,7 @@ enum mutationInput_PostCheckoutSessions_input_payment_method_options_acss_debit_ input mandate_options_param_Input { custom_mandate_url: JSON - default_for: [mutationInput_PostCheckoutSessions_input_payment_method_options_acss_debit_mandate_options_default_for_items] + default_for: [mutationInput_PostCheckoutSessions_input_payment_method_options_acss_debit_mandate_options_default_for_items!] interval_description: mutationInput_PostCheckoutSessions_input_payment_method_options_acss_debit_mandate_options_interval_description payment_schedule: mutationInput_PostCheckoutSessions_input_payment_method_options_acss_debit_mandate_options_payment_schedule transaction_type: mutationInput_PostCheckoutSessions_input_payment_method_options_acss_debit_mandate_options_transaction_type @@ -178922,7 +178922,7 @@ input mutationInput_PostCheckoutSessions_input_payment_method_options_customer_b input bank_transfer_param_Input { eu_bank_transfer: eu_bank_transfer_params_Input - requested_address_types: [mutationInput_PostCheckoutSessions_input_payment_method_options_customer_balance_bank_transfer_requested_address_types_items] + requested_address_types: [mutationInput_PostCheckoutSessions_input_payment_method_options_customer_balance_bank_transfer_requested_address_types_items!] type: mutationInput_PostCheckoutSessions_input_payment_method_options_customer_balance_bank_transfer_type! } @@ -179087,8 +179087,8 @@ input mutationInput_PostCheckoutSessions_input_payment_method_options_us_bank_ac } input linked_account_options_param_Input { - permissions: [mutationInput_PostCheckoutSessions_input_payment_method_options_us_bank_account_financial_connections_permissions_items] - prefetch: [mutationInput_PostCheckoutSessions_input_payment_method_options_us_bank_account_financial_connections_prefetch_items] + permissions: [mutationInput_PostCheckoutSessions_input_payment_method_options_us_bank_account_financial_connections_permissions_items!] + prefetch: [mutationInput_PostCheckoutSessions_input_payment_method_options_us_bank_account_financial_connections_prefetch_items!] } enum mutationInput_PostCheckoutSessions_input_payment_method_options_us_bank_account_financial_connections_permissions_items { @@ -179205,7 +179205,7 @@ scalar mutationInput_PostCheckoutSessions_input_setup_intent_data_description @l When set, provides configuration for Checkout to collect a shipping address from a customer. """ input shipping_address_collection_params_Input { - allowed_countries: [mutationInput_PostCheckoutSessions_input_shipping_address_collection_allowed_countries_items]! + allowed_countries: [mutationInput_PostCheckoutSessions_input_shipping_address_collection_allowed_countries_items!]! } enum mutationInput_PostCheckoutSessions_input_shipping_address_collection_allowed_countries_items { @@ -179528,7 +179528,7 @@ A subset of parameters to be passed to subscription creation for Checkout Sessio input subscription_data_params_Input { application_fee_percent: Float billing_cycle_anchor: Timestamp - default_tax_rates: [mutationInput_PostCheckoutSessions_input_subscription_data_default_tax_rates_items] + default_tax_rates: [mutationInput_PostCheckoutSessions_input_subscription_data_default_tax_rates_items!] description: mutationInput_PostCheckoutSessions_input_subscription_data_description invoice_settings: invoice_settings_params_Input metadata: JSON @@ -179608,7 +179608,7 @@ scalar mutationInput_PostCheckoutSessionsSessionExpire_session @length(subgraph: input PostCheckoutSessionsSessionExpire_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCheckoutSessionsSessionExpire_input_expand_items] + expand: [mutationInput_PostCheckoutSessionsSessionExpire_input_expand_items!] } scalar mutationInput_PostCheckoutSessionsSessionExpire_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -179626,7 +179626,7 @@ input PostClimateOrders_request_Input { """ currency: mutationInput_PostClimateOrders_input_currency """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostClimateOrders_input_expand_items] + expand: [mutationInput_PostClimateOrders_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -179669,7 +179669,7 @@ input PostClimateOrdersOrder_request_Input { """ beneficiary: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostClimateOrdersOrder_input_expand_items] + expand: [mutationInput_PostClimateOrdersOrder_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -179685,7 +179685,7 @@ scalar mutationInput_PostClimateOrdersOrderCancel_order @length(subgraph: "Strip input PostClimateOrdersOrderCancel_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostClimateOrdersOrderCancel_input_expand_items] + expand: [mutationInput_PostClimateOrdersOrderCancel_input_expand_items!] } scalar mutationInput_PostClimateOrdersOrderCancel_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -179709,7 +179709,7 @@ input PostCoupons_request_Input { """ duration_in_months: Int """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCoupons_input_expand_items] + expand: [mutationInput_PostCoupons_input_expand_items!] """ Unique string of your choice that will be used to identify this coupon when applying it to a customer. If you don't want to specify a particular code, you can leave the ID blank and we'll generate a random code for you. """ @@ -179740,7 +179740,7 @@ input PostCoupons_request_Input { A hash containing directions for what this Coupon will apply discounts to. """ input applies_to_params_Input { - products: [mutationInput_PostCoupons_input_applies_to_products_items] + products: [mutationInput_PostCoupons_input_applies_to_products_items!] } scalar mutationInput_PostCoupons_input_applies_to_products_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -179788,7 +179788,7 @@ scalar mutationInput_PostCouponsCoupon_coupon @length(subgraph: "Stripe", min: n input PostCouponsCoupon_request_Input { currency_options: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCouponsCoupon_input_expand_items] + expand: [mutationInput_PostCouponsCoupon_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -179822,11 +179822,11 @@ input PostCreditNotes_request_Input { """ effective_at: Timestamp """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCreditNotes_input_expand_items] + expand: [mutationInput_PostCreditNotes_input_expand_items!] """ID of the invoice.""" invoice: mutationInput_PostCreditNotes_input_invoice! """Line items that make up the credit note.""" - lines: [mutationInput_PostCreditNotes_input_lines_items_Input] + lines: [mutationInput_PostCreditNotes_input_lines_items_Input!] """The credit note's memo appears on the credit note PDF.""" memo: mutationInput_PostCreditNotes_input_memo """ @@ -179901,7 +179901,7 @@ scalar mutationInput_PostCreditNotesId_id @length(subgraph: "Stripe", min: null, input PostCreditNotesId_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCreditNotesId_input_expand_items] + expand: [mutationInput_PostCreditNotesId_input_expand_items!] """Credit note memo.""" memo: mutationInput_PostCreditNotesId_input_memo """ @@ -179921,7 +179921,7 @@ scalar mutationInput_PostCreditNotesIdVoid_id @length(subgraph: "Stripe", min: n input PostCreditNotesIdVoid_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCreditNotesIdVoid_input_expand_items] + expand: [mutationInput_PostCreditNotesIdVoid_input_expand_items!] } scalar mutationInput_PostCreditNotesIdVoid_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -180043,7 +180043,7 @@ type mutation_PostCustomerSessions_oneOf_0_customer { """The customer's phone number.""" phone: query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_phone """The customer's preferred locales (languages), ordered by preference.""" - preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_preferred_locales_items] + preferred_locales: [query_GetAccount_oneOf_0_external_accounts_data_items_anyOf_0_customer_anyOf_1_preferred_locales_items!] shipping: Shipping sources: ApmsSourcesSourceList subscriptions: SubscriptionList @@ -180067,7 +180067,7 @@ input PostCustomerSessions_request_Input { """ customer: mutationInput_PostCustomerSessions_input_customer! """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCustomerSessions_input_expand_items] + expand: [mutationInput_PostCustomerSessions_input_expand_items!] } """Configuration for each component. Exactly 1 component must be enabled.""" @@ -180111,7 +180111,7 @@ input PostCustomers_request_Input { """ email: mutationInput_PostCustomers_input_email """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCustomers_input_expand_items] + expand: [mutationInput_PostCustomers_input_expand_items!] """ The prefix for the customer used to generate unique invoice numbers. Must be 3–12 uppercase letters or numbers. """ @@ -180129,7 +180129,7 @@ input PostCustomers_request_Input { """The customer's phone number.""" phone: mutationInput_PostCustomers_input_phone """Customer's preferred languages, ordered by preference.""" - preferred_locales: [mutationInput_PostCustomers_input_preferred_locales_items] + preferred_locales: [mutationInput_PostCustomers_input_preferred_locales_items!] """ The API ID of a promotion code to apply to the customer. The customer will have a discount applied on all recurring payments. Charges you create through the API will not have the discount. """ @@ -180142,7 +180142,7 @@ input PostCustomers_request_Input { tax: mutationInput_PostCustomers_input_tax_Input tax_exempt: mutationInput_PostCustomers_input_tax_exempt """The customer's tax IDs.""" - tax_id_data: [mutationInput_PostCustomers_input_tax_id_data_items_Input] + tax_id_data: [mutationInput_PostCustomers_input_tax_id_data_items_Input!] """ID of the test clock to attach to the customer.""" test_clock: mutationInput_PostCustomers_input_test_clock } @@ -180366,7 +180366,7 @@ input PostCustomersCustomer_request_Input { """ email: mutationInput_PostCustomersCustomer_input_email """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCustomersCustomer_input_expand_items] + expand: [mutationInput_PostCustomersCustomer_input_expand_items!] """ The prefix for the customer used to generate unique invoice numbers. Must be 3–12 uppercase letters or numbers. """ @@ -180383,7 +180383,7 @@ input PostCustomersCustomer_request_Input { """The customer's phone number.""" phone: mutationInput_PostCustomersCustomer_input_phone """Customer's preferred languages, ordered by preference.""" - preferred_locales: [mutationInput_PostCustomersCustomer_input_preferred_locales_items] + preferred_locales: [mutationInput_PostCustomersCustomer_input_preferred_locales_items!] """ The API ID of a promotion code to apply to the customer. The customer will have a discount applied on all recurring payments. Charges you create through the API will not have the discount. """ @@ -180502,7 +180502,7 @@ input PostCustomersCustomerBalanceTransactions_request_Input { """ description: mutationInput_PostCustomersCustomerBalanceTransactions_input_description """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCustomersCustomerBalanceTransactions_input_expand_items] + expand: [mutationInput_PostCustomersCustomerBalanceTransactions_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -180528,7 +180528,7 @@ input PostCustomersCustomerBalanceTransactionsTransaction_request_Input { """ description: mutationInput_PostCustomersCustomerBalanceTransactionsTransaction_input_description """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCustomersCustomerBalanceTransactionsTransaction_input_expand_items] + expand: [mutationInput_PostCustomersCustomerBalanceTransactionsTransaction_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -180560,7 +180560,7 @@ input PostCustomersCustomerBankAccounts_request_Input { """ card: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCustomersCustomerBankAccounts_input_expand_items] + expand: [mutationInput_PostCustomersCustomerBankAccounts_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -180774,7 +180774,7 @@ scalar mutationInput_DeleteCustomersCustomerBankAccountsId_customer @length(subg input DeleteCustomersCustomerBankAccountsId_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_DeleteCustomersCustomerBankAccountsId_input_expand_items] + expand: [mutationInput_DeleteCustomersCustomerBankAccountsId_input_expand_items!] } scalar mutationInput_DeleteCustomersCustomerBankAccountsId_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -180962,7 +180962,7 @@ input PostCustomersCustomerBankAccountsId_request_Input { """Four digit number representing the card’s expiration year.""" exp_year: mutationInput_PostCustomersCustomerBankAccountsId_input_exp_year """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCustomersCustomerBankAccountsId_input_expand_items] + expand: [mutationInput_PostCustomersCustomerBankAccountsId_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -181054,9 +181054,9 @@ input PostCustomersCustomerBankAccountsIdVerify_request_Input { """ Two positive integers, in *cents*, equal to the values of the microdeposits sent to the bank account. """ - amounts: [Int] + amounts: [Int!] """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCustomersCustomerBankAccountsIdVerify_input_expand_items] + expand: [mutationInput_PostCustomersCustomerBankAccountsIdVerify_input_expand_items!] } scalar mutationInput_PostCustomersCustomerBankAccountsIdVerify_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -181079,7 +181079,7 @@ input PostCustomersCustomerCards_request_Input { """ card: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCustomersCustomerCards_input_expand_items] + expand: [mutationInput_PostCustomersCustomerCards_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -181293,7 +181293,7 @@ scalar mutationInput_DeleteCustomersCustomerCardsId_customer @length(subgraph: " input DeleteCustomersCustomerCardsId_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_DeleteCustomersCustomerCardsId_input_expand_items] + expand: [mutationInput_DeleteCustomersCustomerCardsId_input_expand_items!] } scalar mutationInput_DeleteCustomersCustomerCardsId_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -181481,7 +181481,7 @@ input PostCustomersCustomerCardsId_request_Input { """Four digit number representing the card’s expiration year.""" exp_year: mutationInput_PostCustomersCustomerCardsId_input_exp_year """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCustomersCustomerCardsId_input_expand_items] + expand: [mutationInput_PostCustomersCustomerCardsId_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -181569,7 +181569,7 @@ scalar mutationInput_PostCustomersCustomerCashBalance_customer @length(subgraph: input PostCustomersCustomerCashBalance_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCustomersCustomerCashBalance_input_expand_items] + expand: [mutationInput_PostCustomersCustomerCashBalance_input_expand_items!] settings: mutationInput_PostCustomersCustomerCashBalance_input_settings_Input } @@ -181729,7 +181729,7 @@ type FundingInstructionsBankTransfer { """ A list of financial addresses that can be used to fund a particular balance """ - financial_addresses: [FundingInstructionsBankTransferFinancialAddress]! + financial_addresses: [FundingInstructionsBankTransferFinancialAddress!]! type: mutation_PostCustomersCustomerFundingInstructions_oneOf_0_bank_transfer_type! } @@ -181760,14 +181760,14 @@ input PostCustomersCustomerFundingInstructions_request_Input { """ currency: String! """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCustomersCustomerFundingInstructions_input_expand_items] + expand: [mutationInput_PostCustomersCustomerFundingInstructions_input_expand_items!] funding_type: bank_transfer_const } """Additional parameters for \`bank_transfer\` funding types""" input bank_transfer_params_Input { eu_bank_transfer: eu_bank_account_params_Input - requested_address_types: [mutationInput_PostCustomersCustomerFundingInstructions_input_bank_transfer_requested_address_types_items] + requested_address_types: [mutationInput_PostCustomersCustomerFundingInstructions_input_bank_transfer_requested_address_types_items!] type: mutationInput_PostCustomersCustomerFundingInstructions_input_bank_transfer_type! } @@ -181812,7 +181812,7 @@ input PostCustomersCustomerSources_request_Input { """ card: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCustomersCustomerSources_input_expand_items] + expand: [mutationInput_PostCustomersCustomerSources_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -182026,7 +182026,7 @@ scalar mutationInput_DeleteCustomersCustomerSourcesId_customer @length(subgraph: input DeleteCustomersCustomerSourcesId_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_DeleteCustomersCustomerSourcesId_input_expand_items] + expand: [mutationInput_DeleteCustomersCustomerSourcesId_input_expand_items!] } scalar mutationInput_DeleteCustomersCustomerSourcesId_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -182214,7 +182214,7 @@ input PostCustomersCustomerSourcesId_request_Input { """Four digit number representing the card’s expiration year.""" exp_year: mutationInput_PostCustomersCustomerSourcesId_input_exp_year """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCustomersCustomerSourcesId_input_expand_items] + expand: [mutationInput_PostCustomersCustomerSourcesId_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -182306,9 +182306,9 @@ input PostCustomersCustomerSourcesIdVerify_request_Input { """ Two positive integers, in *cents*, equal to the values of the microdeposits sent to the bank account. """ - amounts: [Int] + amounts: [Int!] """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCustomersCustomerSourcesIdVerify_input_expand_items] + expand: [mutationInput_PostCustomersCustomerSourcesIdVerify_input_expand_items!] } scalar mutationInput_PostCustomersCustomerSourcesIdVerify_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -182321,7 +182321,7 @@ input PostCustomersCustomerSubscriptions_request_Input { """ A list of prices and quantities that will generate invoice items appended to the next invoice for this subscription. You may pass up to 20 items. """ - add_invoice_items: [add_invoice_item_entry_Input] + add_invoice_items: [add_invoice_item_entry_Input!] """ A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account. The request must be made by a platform account on a connected account in order to set an application fee percentage. For more information, see the application fees [documentation](https://stripe.com/docs/connect/subscriptions#collecting-fees-on-subscriptions). """ @@ -182373,10 +182373,10 @@ input PostCustomersCustomerSubscriptions_request_Input { """ default_tax_rates: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCustomersCustomerSubscriptions_input_expand_items] + expand: [mutationInput_PostCustomersCustomerSubscriptions_input_expand_items!] invoice_settings: invoice_settings_param_Input """A list of up to 20 subscription items, each with an attached price.""" - items: [subscription_item_create_params_Input] + items: [subscription_item_create_params_Input!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -182622,7 +182622,7 @@ scalar mutationInput_DeleteCustomersCustomerSubscriptionsSubscriptionExposedId_s input DeleteCustomersCustomerSubscriptionsSubscriptionExposedId_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_DeleteCustomersCustomerSubscriptionsSubscriptionExposedId_input_expand_items] + expand: [mutationInput_DeleteCustomersCustomerSubscriptionsSubscriptionExposedId_input_expand_items!] """ Can be set to \`true\` if \`at_period_end\` is not set to \`true\`. Will generate a final invoice that invoices for any un-invoiced metered usage and new/pending proration invoice items. """ @@ -182645,7 +182645,7 @@ input PostCustomersCustomerSubscriptionsSubscriptionExposedId_request_Input { """ A list of prices and quantities that will generate invoice items appended to the next invoice for this subscription. You may pass up to 20 items. """ - add_invoice_items: [mutationInput_PostCustomersCustomerSubscriptionsSubscriptionExposedId_input_add_invoice_items_items_Input] + add_invoice_items: [mutationInput_PostCustomersCustomerSubscriptionsSubscriptionExposedId_input_add_invoice_items_items_Input!] """ A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account. The request must be made by a platform account on a connected account in order to set an application fee percentage. For more information, see the application fees [documentation](https://stripe.com/docs/connect/subscriptions#collecting-fees-on-subscriptions). """ @@ -182687,10 +182687,10 @@ input PostCustomersCustomerSubscriptionsSubscriptionExposedId_request_Input { """ default_tax_rates: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCustomersCustomerSubscriptionsSubscriptionExposedId_input_expand_items] + expand: [mutationInput_PostCustomersCustomerSubscriptionsSubscriptionExposedId_input_expand_items!] invoice_settings: mutationInput_PostCustomersCustomerSubscriptionsSubscriptionExposedId_input_invoice_settings_Input """A list of up to 20 subscription items, each with an attached price.""" - items: [mutationInput_PostCustomersCustomerSubscriptionsSubscriptionExposedId_input_items_items_Input] + items: [mutationInput_PostCustomersCustomerSubscriptionsSubscriptionExposedId_input_items_items_Input!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -182959,7 +182959,7 @@ scalar mutationInput_PostCustomersCustomerTaxIds_customer @length(subgraph: "Str input PostCustomersCustomerTaxIds_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostCustomersCustomerTaxIds_input_expand_items] + expand: [mutationInput_PostCustomersCustomerTaxIds_input_expand_items!] type: mutationInput_PostCustomersCustomerTaxIds_input_type! """Value of the tax ID.""" value: String! @@ -183061,7 +183061,7 @@ scalar mutationInput_PostDisputesDispute_dispute @length(subgraph: "Stripe", min input PostDisputesDispute_request_Input { evidence: mutationInput_PostDisputesDispute_input_evidence_Input """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostDisputesDispute_input_expand_items] + expand: [mutationInput_PostDisputesDispute_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -183149,7 +183149,7 @@ scalar mutationInput_PostDisputesDisputeClose_dispute @length(subgraph: "Stripe" input PostDisputesDisputeClose_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostDisputesDisputeClose_input_expand_items] + expand: [mutationInput_PostDisputesDisputeClose_input_expand_items!] } scalar mutationInput_PostDisputesDisputeClose_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -183196,7 +183196,7 @@ input PostEphemeralKeys_request_Input { """ customer: mutationInput_PostEphemeralKeys_input_customer """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostEphemeralKeys_input_expand_items] + expand: [mutationInput_PostEphemeralKeys_input_expand_items!] """ The ID of the Issuing Card you'd like to access using the resulting ephemeral key. """ @@ -183239,7 +183239,7 @@ scalar mutationInput_DeleteEphemeralKeysKey_key @length(subgraph: "Stripe", min: input DeleteEphemeralKeysKey_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_DeleteEphemeralKeysKey_input_expand_items] + expand: [mutationInput_DeleteEphemeralKeysKey_input_expand_items!] } scalar mutationInput_DeleteEphemeralKeysKey_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -183248,7 +183248,7 @@ union PostFileLinks_response @statusCodeTypeName(subgraph: "Stripe", statusCode: input PostFileLinks_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostFileLinks_input_expand_items] + expand: [mutationInput_PostFileLinks_input_expand_items!] """The link isn't usable after this future timestamp.""" expires_at: Timestamp """ @@ -183272,7 +183272,7 @@ union PostFileLinksLink_response @statusCodeTypeName(subgraph: "Stripe", statusC input PostFileLinksLink_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostFileLinksLink_input_expand_items] + expand: [mutationInput_PostFileLinksLink_input_expand_items!] """ A future timestamp after which the link will no longer be usable, or \`now\` to expire the link immediately. """ @@ -183289,7 +183289,7 @@ union PostFiles_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 200 input PostFiles_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostFiles_input_expand_items] + expand: [mutationInput_PostFiles_input_expand_items!] """ A file to upload. Make sure that the specifications follow RFC 2388, which defines file transfers for the \`multipart/form-data\` protocol. """ @@ -183331,7 +183331,7 @@ scalar mutationInput_PostFinancialConnectionsAccountsAccountDisconnect_account @ input PostFinancialConnectionsAccountsAccountDisconnect_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostFinancialConnectionsAccountsAccountDisconnect_input_expand_items] + expand: [mutationInput_PostFinancialConnectionsAccountsAccountDisconnect_input_expand_items!] } scalar mutationInput_PostFinancialConnectionsAccountsAccountDisconnect_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -183342,9 +183342,9 @@ scalar mutationInput_PostFinancialConnectionsAccountsAccountRefresh_account @len input PostFinancialConnectionsAccountsAccountRefresh_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostFinancialConnectionsAccountsAccountRefresh_input_expand_items] + expand: [mutationInput_PostFinancialConnectionsAccountsAccountRefresh_input_expand_items!] """The list of account features that you would like to refresh.""" - features: [mutationInput_PostFinancialConnectionsAccountsAccountRefresh_input_features_items]! + features: [mutationInput_PostFinancialConnectionsAccountsAccountRefresh_input_features_items!]! } scalar mutationInput_PostFinancialConnectionsAccountsAccountRefresh_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -183361,9 +183361,9 @@ scalar mutationInput_PostFinancialConnectionsAccountsAccountSubscribe_account @l input PostFinancialConnectionsAccountsAccountSubscribe_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostFinancialConnectionsAccountsAccountSubscribe_input_expand_items] + expand: [mutationInput_PostFinancialConnectionsAccountsAccountSubscribe_input_expand_items!] """The list of account features to which you would like to subscribe.""" - features: [transactions_const]! + features: [transactions_const!]! } scalar mutationInput_PostFinancialConnectionsAccountsAccountSubscribe_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -183374,9 +183374,9 @@ scalar mutationInput_PostFinancialConnectionsAccountsAccountUnsubscribe_account input PostFinancialConnectionsAccountsAccountUnsubscribe_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostFinancialConnectionsAccountsAccountUnsubscribe_input_expand_items] + expand: [mutationInput_PostFinancialConnectionsAccountsAccountUnsubscribe_input_expand_items!] """The list of account features from which you would like to unsubscribe.""" - features: [transactions_const]! + features: [transactions_const!]! } scalar mutationInput_PostFinancialConnectionsAccountsAccountUnsubscribe_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -183386,18 +183386,18 @@ union PostFinancialConnectionsSessions_response @statusCodeTypeName(subgraph: "S input PostFinancialConnectionsSessions_request_Input { account_holder: mutationInput_PostFinancialConnectionsSessions_input_account_holder_Input! """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostFinancialConnectionsSessions_input_expand_items] + expand: [mutationInput_PostFinancialConnectionsSessions_input_expand_items!] filters: filters_params_Input """ List of data features that you would like to request access to. Possible values are \`balances\`, \`transactions\`, \`ownership\`, and \`payment_method\`. """ - permissions: [mutationInput_PostFinancialConnectionsSessions_input_permissions_items]! + permissions: [mutationInput_PostFinancialConnectionsSessions_input_permissions_items!]! """ List of data features that you would like to retrieve upon account creation. """ - prefetch: [mutationInput_PostFinancialConnectionsSessions_input_prefetch_items] + prefetch: [mutationInput_PostFinancialConnectionsSessions_input_prefetch_items!] """ For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app. """ @@ -183424,7 +183424,7 @@ scalar mutationInput_PostFinancialConnectionsSessions_input_expand_items @length """Filters to restrict the kinds of accounts to collect.""" input filters_params_Input { - countries: [mutationInput_PostFinancialConnectionsSessions_input_filters_countries_items]! + countries: [mutationInput_PostFinancialConnectionsSessions_input_filters_countries_items!]! } scalar mutationInput_PostFinancialConnectionsSessions_input_filters_countries_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -183451,7 +183451,7 @@ union PostIdentityVerificationSessions_response @statusCodeTypeName(subgraph: "S input PostIdentityVerificationSessions_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostIdentityVerificationSessions_input_expand_items] + expand: [mutationInput_PostIdentityVerificationSessions_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -183485,7 +183485,7 @@ scalar mutationInput_PostIdentityVerificationSessionsSession_session @length(sub input PostIdentityVerificationSessionsSession_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostIdentityVerificationSessionsSession_input_expand_items] + expand: [mutationInput_PostIdentityVerificationSessionsSession_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -183515,7 +183515,7 @@ scalar mutationInput_PostIdentityVerificationSessionsSessionCancel_session @leng input PostIdentityVerificationSessionsSessionCancel_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostIdentityVerificationSessionsSessionCancel_input_expand_items] + expand: [mutationInput_PostIdentityVerificationSessionsSessionCancel_input_expand_items!] } scalar mutationInput_PostIdentityVerificationSessionsSessionCancel_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -183526,7 +183526,7 @@ scalar mutationInput_PostIdentityVerificationSessionsSessionRedact_session @leng input PostIdentityVerificationSessionsSessionRedact_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostIdentityVerificationSessionsSessionRedact_input_expand_items] + expand: [mutationInput_PostIdentityVerificationSessionsSessionRedact_input_expand_items!] } scalar mutationInput_PostIdentityVerificationSessionsSessionRedact_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -183559,7 +183559,7 @@ input PostInvoiceitems_request_Input { """ discounts: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostInvoiceitems_input_expand_items] + expand: [mutationInput_PostInvoiceitems_input_expand_items!] """ The ID of an existing invoice to add this invoice item to. When left blank, the invoice item will be added to the next upcoming scheduled invoice. This is useful when adding invoice items in response to an invoice.created webhook. You can only add invoice items to draft invoices and there is a maximum of 250 items per invoice. """ @@ -183584,7 +183584,7 @@ input PostInvoiceitems_request_Input { """ The tax rates which apply to the invoice item. When set, the \`default_tax_rates\` on the invoice do not apply to this invoice item. """ - tax_rates: [mutationInput_PostInvoiceitems_input_tax_rates_items] + tax_rates: [mutationInput_PostInvoiceitems_input_tax_rates_items!] """ The integer unit amount in cents (or local equivalent) of the charge to be applied to the upcoming invoice. This \`unit_amount\` will be multiplied by the quantity to get the full amount. Passing in a negative \`unit_amount\` will reduce the \`amount_due\` on the invoice. """ @@ -183695,7 +183695,7 @@ input PostInvoiceitemsInvoiceitem_request_Input { """ discounts: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostInvoiceitemsInvoiceitem_input_expand_items] + expand: [mutationInput_PostInvoiceitemsInvoiceitem_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -183809,7 +183809,7 @@ input PostInvoices_request_Input { """ The tax rates that will apply to any line item that does not have \`tax_rates\` set. """ - default_tax_rates: [mutationInput_PostInvoices_input_default_tax_rates_items] + default_tax_rates: [mutationInput_PostInvoices_input_default_tax_rates_items!] """ An arbitrary string attached to the object. Often useful for displaying to users. Referenced as 'memo' in the Dashboard. """ @@ -183827,7 +183827,7 @@ input PostInvoices_request_Input { """ effective_at: Timestamp """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostInvoices_input_expand_items] + expand: [mutationInput_PostInvoices_input_expand_items!] """Footer to be displayed on the invoice.""" footer: mutationInput_PostInvoices_input_footer from_invoice: from_invoice_Input @@ -184164,7 +184164,7 @@ input PostInvoicesInvoice_request_Input { """ effective_at: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostInvoicesInvoice_input_expand_items] + expand: [mutationInput_PostInvoicesInvoice_input_expand_items!] """Footer to be displayed on the invoice.""" footer: mutationInput_PostInvoicesInvoice_input_footer issuer: mutationInput_PostInvoicesInvoice_input_issuer_Input @@ -184303,7 +184303,7 @@ input PostInvoicesInvoiceFinalize_request_Input { """ auto_advance: Boolean """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostInvoicesInvoiceFinalize_input_expand_items] + expand: [mutationInput_PostInvoicesInvoiceFinalize_input_expand_items!] } scalar mutationInput_PostInvoicesInvoiceFinalize_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -184334,7 +184334,7 @@ input PostInvoicesInvoiceLinesLineItemId_request_Input { """ discounts: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostInvoicesInvoiceLinesLineItemId_input_expand_items] + expand: [mutationInput_PostInvoicesInvoiceLinesLineItemId_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -184389,7 +184389,7 @@ scalar mutationInput_PostInvoicesInvoiceLinesLineItemId_input_price_data_product input mutationInput_PostInvoicesInvoiceLinesLineItemId_input_price_data_product_data_Input { description: mutationInput_PostInvoicesInvoiceLinesLineItemId_input_price_data_product_data_description - images: [String] + images: [String!] metadata: JSON name: mutationInput_PostInvoicesInvoiceLinesLineItemId_input_price_data_product_data_name! tax_code: mutationInput_PostInvoicesInvoiceLinesLineItemId_input_price_data_product_data_tax_code @@ -184413,7 +184413,7 @@ scalar mutationInput_PostInvoicesInvoiceMarkUncollectible_invoice @length(subgra input PostInvoicesInvoiceMarkUncollectible_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostInvoicesInvoiceMarkUncollectible_input_expand_items] + expand: [mutationInput_PostInvoicesInvoiceMarkUncollectible_input_expand_items!] } scalar mutationInput_PostInvoicesInvoiceMarkUncollectible_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -184424,7 +184424,7 @@ scalar mutationInput_PostInvoicesInvoicePay_invoice @length(subgraph: "Stripe", input PostInvoicesInvoicePay_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostInvoicesInvoicePay_input_expand_items] + expand: [mutationInput_PostInvoicesInvoicePay_input_expand_items!] """ In cases where the source used to pay the invoice has insufficient funds, passing \`forgive=true\` controls whether a charge should be attempted for the full amount available on the source, up to the amount to fully pay the invoice. This effectively forgives the difference between the amount available on the source and the amount due. @@ -184471,7 +184471,7 @@ scalar mutationInput_PostInvoicesInvoiceSend_invoice @length(subgraph: "Stripe", input PostInvoicesInvoiceSend_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostInvoicesInvoiceSend_input_expand_items] + expand: [mutationInput_PostInvoicesInvoiceSend_input_expand_items!] } scalar mutationInput_PostInvoicesInvoiceSend_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -184482,7 +184482,7 @@ scalar mutationInput_PostInvoicesInvoiceVoid_invoice @length(subgraph: "Stripe", input PostInvoicesInvoiceVoid_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostInvoicesInvoiceVoid_input_expand_items] + expand: [mutationInput_PostInvoicesInvoiceVoid_input_expand_items!] } scalar mutationInput_PostInvoicesInvoiceVoid_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -184493,7 +184493,7 @@ scalar mutationInput_PostIssuingAuthorizationsAuthorization_authorization @lengt input PostIssuingAuthorizationsAuthorization_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostIssuingAuthorizationsAuthorization_input_expand_items] + expand: [mutationInput_PostIssuingAuthorizationsAuthorization_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -184512,7 +184512,7 @@ input PostIssuingAuthorizationsAuthorizationApprove_request_Input { """ amount: Int """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostIssuingAuthorizationsAuthorizationApprove_input_expand_items] + expand: [mutationInput_PostIssuingAuthorizationsAuthorizationApprove_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -184527,7 +184527,7 @@ scalar mutationInput_PostIssuingAuthorizationsAuthorizationDecline_authorization input PostIssuingAuthorizationsAuthorizationDecline_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostIssuingAuthorizationsAuthorizationDecline_input_expand_items] + expand: [mutationInput_PostIssuingAuthorizationsAuthorizationDecline_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -184544,7 +184544,7 @@ input PostIssuingCardholders_request_Input { """The cardholder's email address.""" email: String """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostIssuingCardholders_input_expand_items] + expand: [mutationInput_PostIssuingCardholders_input_expand_items!] individual: individual_param_Input """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. @@ -184562,7 +184562,7 @@ input PostIssuingCardholders_request_Input { The cardholder’s preferred locales (languages), ordered by preference. Locales can be \`de\`, \`en\`, \`es\`, \`fr\`, or \`it\`. This changes the language of the [3D Secure flow](https://stripe.com/docs/issuing/3d-secure) and one-time password messages sent to the cardholder. """ - preferred_locales: [mutationInput_PostIssuingCardholders_input_preferred_locales_items] + preferred_locales: [mutationInput_PostIssuingCardholders_input_preferred_locales_items!] spending_controls: authorization_controls_param_v2_Input status: mutationInput_PostIssuingCardholders_input_status type: mutationInput_PostIssuingCardholders_input_type @@ -184653,9 +184653,9 @@ enum mutationInput_PostIssuingCardholders_input_preferred_locales_items { Rules that control spending across this cardholder's cards. Refer to our [documentation](https://stripe.com/docs/issuing/controls/spending-controls) for more details. """ input authorization_controls_param_v2_Input { - allowed_categories: [mutationInput_PostIssuingCardholders_input_spending_controls_allowed_categories_items] - blocked_categories: [mutationInput_PostIssuingCardholders_input_spending_controls_blocked_categories_items] - spending_limits: [spending_limits_param_Input] + allowed_categories: [mutationInput_PostIssuingCardholders_input_spending_controls_allowed_categories_items!] + blocked_categories: [mutationInput_PostIssuingCardholders_input_spending_controls_blocked_categories_items!] + spending_limits: [spending_limits_param_Input!] spending_limits_currency: String } @@ -185257,7 +185257,7 @@ enum mutationInput_PostIssuingCardholders_input_spending_controls_blocked_catego input spending_limits_param_Input { amount: Int! - categories: [mutationInput_PostIssuingCardholders_input_spending_controls_spending_limits_items_categories_items] + categories: [mutationInput_PostIssuingCardholders_input_spending_controls_spending_limits_items_categories_items!] interval: mutationInput_PostIssuingCardholders_input_spending_controls_spending_limits_items_interval! } @@ -185594,7 +185594,7 @@ input PostIssuingCardholdersCardholder_request_Input { """The cardholder's email address.""" email: String """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostIssuingCardholdersCardholder_input_expand_items] + expand: [mutationInput_PostIssuingCardholdersCardholder_input_expand_items!] individual: individual_param_Input """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. @@ -185608,7 +185608,7 @@ input PostIssuingCardholdersCardholder_request_Input { The cardholder’s preferred locales (languages), ordered by preference. Locales can be \`de\`, \`en\`, \`es\`, \`fr\`, or \`it\`. This changes the language of the [3D Secure flow](https://stripe.com/docs/issuing/3d-secure) and one-time password messages sent to the cardholder. """ - preferred_locales: [mutationInput_PostIssuingCardholdersCardholder_input_preferred_locales_items] + preferred_locales: [mutationInput_PostIssuingCardholdersCardholder_input_preferred_locales_items!] spending_controls: authorization_controls_param_v2_Input status: mutationInput_PostIssuingCardholdersCardholder_input_status } @@ -185646,7 +185646,7 @@ input PostIssuingCards_request_Input { """The currency for the card.""" currency: String! """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostIssuingCards_input_expand_items] + expand: [mutationInput_PostIssuingCards_input_expand_items!] financial_account: String """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. @@ -185744,9 +185744,9 @@ enum mutationInput_PostIssuingCards_input_shipping_type { Rules that control spending for this card. Refer to our [documentation](https://stripe.com/docs/issuing/controls/spending-controls) for more details. """ input authorization_controls_param_Input { - allowed_categories: [mutationInput_PostIssuingCards_input_spending_controls_allowed_categories_items] - blocked_categories: [mutationInput_PostIssuingCards_input_spending_controls_blocked_categories_items] - spending_limits: [mutationInput_PostIssuingCards_input_spending_controls_spending_limits_items_Input] + allowed_categories: [mutationInput_PostIssuingCards_input_spending_controls_allowed_categories_items!] + blocked_categories: [mutationInput_PostIssuingCards_input_spending_controls_blocked_categories_items!] + spending_limits: [mutationInput_PostIssuingCards_input_spending_controls_spending_limits_items_Input!] } enum mutationInput_PostIssuingCards_input_spending_controls_allowed_categories_items { @@ -186347,7 +186347,7 @@ enum mutationInput_PostIssuingCards_input_spending_controls_blocked_categories_i input mutationInput_PostIssuingCards_input_spending_controls_spending_limits_items_Input { amount: Int! - categories: [mutationInput_PostIssuingCards_input_spending_controls_spending_limits_items_categories_items] + categories: [mutationInput_PostIssuingCards_input_spending_controls_spending_limits_items_categories_items!] interval: mutationInput_PostIssuingCards_input_spending_controls_spending_limits_items_interval! } @@ -186681,7 +186681,7 @@ scalar mutationInput_PostIssuingCardsCard_card @length(subgraph: "Stripe", min: input PostIssuingCardsCard_request_Input { cancellation_reason: mutationInput_PostIssuingCardsCard_input_cancellation_reason """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostIssuingCardsCard_input_expand_items] + expand: [mutationInput_PostIssuingCardsCard_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -186724,7 +186724,7 @@ input PostIssuingDisputes_request_Input { amount: Int evidence: evidence_param_Input """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostIssuingDisputes_input_expand_items] + expand: [mutationInput_PostIssuingDisputes_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -186783,7 +186783,7 @@ input PostIssuingDisputesDispute_request_Input { amount: Int evidence: mutationInput_PostIssuingDisputesDispute_input_evidence_Input """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostIssuingDisputesDispute_input_expand_items] + expand: [mutationInput_PostIssuingDisputesDispute_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -186820,7 +186820,7 @@ scalar mutationInput_PostIssuingDisputesDisputeSubmit_dispute @length(subgraph: input PostIssuingDisputesDisputeSubmit_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostIssuingDisputesDisputeSubmit_input_expand_items] + expand: [mutationInput_PostIssuingDisputesDisputeSubmit_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -186835,7 +186835,7 @@ scalar mutationInput_PostIssuingSettlementsSettlement_settlement @length(subgrap input PostIssuingSettlementsSettlement_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostIssuingSettlementsSettlement_input_expand_items] + expand: [mutationInput_PostIssuingSettlementsSettlement_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -186850,7 +186850,7 @@ scalar mutationInput_PostIssuingTokensToken_token @length(subgraph: "Stripe", mi input PostIssuingTokensToken_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostIssuingTokensToken_input_expand_items] + expand: [mutationInput_PostIssuingTokensToken_input_expand_items!] status: mutationInput_PostIssuingTokensToken_input_status! } @@ -186869,7 +186869,7 @@ scalar mutationInput_PostIssuingTransactionsTransaction_transaction @length(subg input PostIssuingTransactionsTransaction_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostIssuingTransactionsTransaction_input_expand_items] + expand: [mutationInput_PostIssuingTransactionsTransaction_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -186883,18 +186883,18 @@ union PostLinkAccountSessions_response @statusCodeTypeName(subgraph: "Stripe", s input PostLinkAccountSessions_request_Input { account_holder: mutationInput_PostLinkAccountSessions_input_account_holder_Input! """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostLinkAccountSessions_input_expand_items] + expand: [mutationInput_PostLinkAccountSessions_input_expand_items!] filters: filters_params_Input """ List of data features that you would like to request access to. Possible values are \`balances\`, \`transactions\`, \`ownership\`, and \`payment_method\`. """ - permissions: [mutationInput_PostLinkAccountSessions_input_permissions_items]! + permissions: [mutationInput_PostLinkAccountSessions_input_permissions_items!]! """ List of data features that you would like to retrieve upon account creation. """ - prefetch: [mutationInput_PostLinkAccountSessions_input_prefetch_items] + prefetch: [mutationInput_PostLinkAccountSessions_input_prefetch_items!] """ For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app. """ @@ -186943,7 +186943,7 @@ scalar mutationInput_PostLinkedAccountsAccountDisconnect_account @length(subgrap input PostLinkedAccountsAccountDisconnect_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostLinkedAccountsAccountDisconnect_input_expand_items] + expand: [mutationInput_PostLinkedAccountsAccountDisconnect_input_expand_items!] } scalar mutationInput_PostLinkedAccountsAccountDisconnect_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -186954,9 +186954,9 @@ scalar mutationInput_PostLinkedAccountsAccountRefresh_account @length(subgraph: input PostLinkedAccountsAccountRefresh_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostLinkedAccountsAccountRefresh_input_expand_items] + expand: [mutationInput_PostLinkedAccountsAccountRefresh_input_expand_items!] """The list of account features that you would like to refresh.""" - features: [mutationInput_PostLinkedAccountsAccountRefresh_input_features_items]! + features: [mutationInput_PostLinkedAccountsAccountRefresh_input_features_items!]! } scalar mutationInput_PostLinkedAccountsAccountRefresh_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -187006,7 +187006,7 @@ input PostPaymentIntents_request_Input { """ error_on_requires_action: Boolean """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPaymentIntents_input_expand_items] + expand: [mutationInput_PostPaymentIntents_input_expand_items!] """ ID of the mandate that's used for this payment. This parameter can only be used with [\`confirm=true\`](https://stripe.com/docs/api/payment_intents/create#create_payment_intent-confirm). """ @@ -187042,7 +187042,7 @@ input PostPaymentIntents_request_Input { """ The list of payment method types (for example, a card) that this PaymentIntent can use. If you don't provide this, it defaults to ["card"]. Use \`automatic_payment_methods\` to manage payment methods from the [Stripe Dashboard](https://dashboard.stripe.com/settings/payment_methods). """ - payment_method_types: [mutationInput_PostPaymentIntents_input_payment_method_types_items] + payment_method_types: [mutationInput_PostPaymentIntents_input_payment_method_types_items!] radar_options: mutationInput_PostPaymentIntents_input_radar_options_Input """ Email address to send the receipt to. If you specify \`receipt_email\` for a payment in live mode, you send a receipt regardless of your [email settings](https://dashboard.stripe.com/account/emails). @@ -187586,7 +187586,7 @@ input PostPaymentIntentsIntent_request_Input { """ description: mutationInput_PostPaymentIntentsIntent_input_description """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPaymentIntentsIntent_input_expand_items] + expand: [mutationInput_PostPaymentIntentsIntent_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -187604,7 +187604,7 @@ input PostPaymentIntentsIntent_request_Input { """ The list of payment method types (for example, card) that this PaymentIntent can use. Use \`automatic_payment_methods\` to manage payment methods from the [Stripe Dashboard](https://dashboard.stripe.com/settings/payment_methods). """ - payment_method_types: [mutationInput_PostPaymentIntentsIntent_input_payment_method_types_items] + payment_method_types: [mutationInput_PostPaymentIntentsIntent_input_payment_method_types_items!] """ Email address that the receipt for the resulting payment will be sent to. If \`receipt_email\` is specified for a payment in live mode, a receipt will be sent regardless of your [email settings](https://dashboard.stripe.com/account/emails). """ @@ -188049,7 +188049,7 @@ input PostPaymentIntentsIntentApplyCustomerBalance_request_Input { """ currency: String """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPaymentIntentsIntentApplyCustomerBalance_input_expand_items] + expand: [mutationInput_PostPaymentIntentsIntentApplyCustomerBalance_input_expand_items!] } scalar mutationInput_PostPaymentIntentsIntentApplyCustomerBalance_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -188061,7 +188061,7 @@ scalar mutationInput_PostPaymentIntentsIntentCancel_intent @length(subgraph: "St input PostPaymentIntentsIntentCancel_request_Input { cancellation_reason: mutationInput_PostPaymentIntentsIntentCancel_input_cancellation_reason """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPaymentIntentsIntentCancel_input_expand_items] + expand: [mutationInput_PostPaymentIntentsIntentCancel_input_expand_items!] } """ @@ -188090,7 +188090,7 @@ input PostPaymentIntentsIntentCapture_request_Input { """ application_fee_amount: Int """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPaymentIntentsIntentCapture_input_expand_items] + expand: [mutationInput_PostPaymentIntentsIntentCapture_input_expand_items!] """ Defaults to \`true\`. When capturing a PaymentIntent, setting \`final_capture\` to \`false\` notifies Stripe to not release the remaining uncaptured funds to make sure that they're captured in future requests. You can only use this setting when [multicapture](https://stripe.com/docs/payments/multicapture) is available for PaymentIntents. """ @@ -188143,7 +188143,7 @@ input PostPaymentIntentsIntentConfirm_request_Input { """ error_on_requires_action: Boolean """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPaymentIntentsIntentConfirm_input_expand_items] + expand: [mutationInput_PostPaymentIntentsIntentConfirm_input_expand_items!] """ID of the mandate that's used for this payment.""" mandate: mutationInput_PostPaymentIntentsIntentConfirm_input_mandate mandate_data: JSON @@ -188160,7 +188160,7 @@ input PostPaymentIntentsIntentConfirm_request_Input { """ The list of payment method types (for example, a card) that this PaymentIntent can use. Use \`automatic_payment_methods\` to manage payment methods from the [Stripe Dashboard](https://dashboard.stripe.com/settings/payment_methods). """ - payment_method_types: [mutationInput_PostPaymentIntentsIntentConfirm_input_payment_method_types_items] + payment_method_types: [mutationInput_PostPaymentIntentsIntentConfirm_input_payment_method_types_items!] radar_options: mutationInput_PostPaymentIntentsIntentConfirm_input_radar_options_Input """ Email address that the receipt for the resulting payment will be sent to. If \`receipt_email\` is specified for a payment in live mode, a receipt will be sent regardless of your [email settings](https://dashboard.stripe.com/account/emails). @@ -188580,7 +188580,7 @@ input PostPaymentIntentsIntentIncrementAuthorization_request_Input { """ description: mutationInput_PostPaymentIntentsIntentIncrementAuthorization_input_description """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPaymentIntentsIntentIncrementAuthorization_input_expand_items] + expand: [mutationInput_PostPaymentIntentsIntentIncrementAuthorization_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -188620,7 +188620,7 @@ input PostPaymentIntentsIntentVerifyMicrodeposits_request_Input { """ Two positive integers, in *cents*, equal to the values of the microdeposits sent to the bank account. """ - amounts: [Int] + amounts: [Int!] """The client secret of the PaymentIntent.""" client_secret: mutationInput_PostPaymentIntentsIntentVerifyMicrodeposits_input_client_secret """ @@ -188628,7 +188628,7 @@ input PostPaymentIntentsIntentVerifyMicrodeposits_request_Input { """ descriptor_code: mutationInput_PostPaymentIntentsIntentVerifyMicrodeposits_input_descriptor_code """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPaymentIntentsIntentVerifyMicrodeposits_input_expand_items] + expand: [mutationInput_PostPaymentIntentsIntentVerifyMicrodeposits_input_expand_items!] } """The client secret of the PaymentIntent.""" @@ -188665,11 +188665,11 @@ input PostPaymentLinks_request_Input { """ Collect additional information from your customer using custom fields. Up to 3 fields are supported. """ - custom_fields: [mutationInput_PostPaymentLinks_input_custom_fields_items_Input] + custom_fields: [mutationInput_PostPaymentLinks_input_custom_fields_items_Input!] custom_text: mutationInput_PostPaymentLinks_input_custom_text_Input customer_creation: mutationInput_PostPaymentLinks_input_customer_creation """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPaymentLinks_input_expand_items] + expand: [mutationInput_PostPaymentLinks_input_expand_items!] """ The custom message to be displayed to a customer when a payment link is no longer active. """ @@ -188678,7 +188678,7 @@ input PostPaymentLinks_request_Input { """ The line items representing what is being sold. Each line item represents an item being sold. Up to 20 line items are supported. """ - line_items: [line_items_create_params_Input]! + line_items: [line_items_create_params_Input!]! """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. Metadata associated with this Payment Link will automatically be copied to [checkout sessions](https://stripe.com/docs/api/checkout/sessions) created by this payment link. """ @@ -188690,14 +188690,14 @@ input PostPaymentLinks_request_Input { """ The list of payment method types that customers can use. If no value is passed, Stripe will dynamically show relevant payment methods from your [payment method settings](https://dashboard.stripe.com/settings/payment_methods) (20+ payment methods [supported](https://stripe.com/docs/payments/payment-methods/integration-options#payment-method-product-support)). """ - payment_method_types: [mutationInput_PostPaymentLinks_input_payment_method_types_items] + payment_method_types: [mutationInput_PostPaymentLinks_input_payment_method_types_items!] phone_number_collection: mutationInput_PostPaymentLinks_input_phone_number_collection_Input restrictions: restrictions_params_Input shipping_address_collection: mutationInput_PostPaymentLinks_input_shipping_address_collection_Input """ The shipping rate options to apply to [checkout sessions](https://stripe.com/docs/api/checkout/sessions) created by this payment link. """ - shipping_options: [mutationInput_PostPaymentLinks_input_shipping_options_items_Input] + shipping_options: [mutationInput_PostPaymentLinks_input_shipping_options_items_Input!] submit_type: mutationInput_PostPaymentLinks_input_submit_type subscription_data: mutationInput_PostPaymentLinks_input_subscription_data_Input tax_id_collection: mutationInput_PostPaymentLinks_input_tax_id_collection_Input @@ -188958,7 +188958,7 @@ input completed_sessions_params_Input { """Configuration for collecting the customer's shipping address.""" input mutationInput_PostPaymentLinks_input_shipping_address_collection_Input { - allowed_countries: [mutationInput_PostPaymentLinks_input_shipping_address_collection_allowed_countries_items]! + allowed_countries: [mutationInput_PostPaymentLinks_input_shipping_address_collection_allowed_countries_items!]! } enum mutationInput_PostPaymentLinks_input_shipping_address_collection_allowed_countries_items { @@ -189278,7 +189278,7 @@ input PostPaymentLinksPaymentLink_request_Input { custom_text: mutationInput_PostPaymentLinksPaymentLink_input_custom_text_Input customer_creation: mutationInput_PostPaymentLinksPaymentLink_input_customer_creation """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPaymentLinksPaymentLink_input_expand_items] + expand: [mutationInput_PostPaymentLinksPaymentLink_input_expand_items!] """ The custom message to be displayed to a customer when a payment link is no longer active. """ @@ -189287,7 +189287,7 @@ input PostPaymentLinksPaymentLink_request_Input { """ The line items representing what is being sold. Each line item represents an item being sold. Up to 20 line items are supported. """ - line_items: [line_items_update_params_Input] + line_items: [line_items_update_params_Input!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. Metadata associated with this Payment Link will automatically be copied to [checkout sessions](https://stripe.com/docs/api/checkout/sessions) created by this payment link. """ @@ -189473,7 +189473,7 @@ input PostPaymentMethodConfigurations_request_Input { customer_balance: mutationInput_PostPaymentMethodConfigurations_input_customer_balance_Input eps: mutationInput_PostPaymentMethodConfigurations_input_eps_Input """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPaymentMethodConfigurations_input_expand_items] + expand: [mutationInput_PostPaymentMethodConfigurations_input_expand_items!] fpx: mutationInput_PostPaymentMethodConfigurations_input_fpx_Input giropay: mutationInput_PostPaymentMethodConfigurations_input_giropay_Input google_pay: mutationInput_PostPaymentMethodConfigurations_input_google_pay_Input @@ -190130,7 +190130,7 @@ input PostPaymentMethodConfigurationsConfiguration_request_Input { customer_balance: mutationInput_PostPaymentMethodConfigurationsConfiguration_input_customer_balance_Input eps: mutationInput_PostPaymentMethodConfigurationsConfiguration_input_eps_Input """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPaymentMethodConfigurationsConfiguration_input_expand_items] + expand: [mutationInput_PostPaymentMethodConfigurationsConfiguration_input_expand_items!] fpx: mutationInput_PostPaymentMethodConfigurationsConfiguration_input_fpx_Input giropay: mutationInput_PostPaymentMethodConfigurationsConfiguration_input_giropay_Input google_pay: mutationInput_PostPaymentMethodConfigurationsConfiguration_input_google_pay_Input @@ -190764,7 +190764,7 @@ input PostPaymentMethodDomains_request_Input { """ enabled: Boolean """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPaymentMethodDomains_input_expand_items] + expand: [mutationInput_PostPaymentMethodDomains_input_expand_items!] } """The domain name that this payment method domain object represents.""" @@ -190782,7 +190782,7 @@ input PostPaymentMethodDomainsPaymentMethodDomain_request_Input { """ enabled: Boolean """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPaymentMethodDomainsPaymentMethodDomain_input_expand_items] + expand: [mutationInput_PostPaymentMethodDomainsPaymentMethodDomain_input_expand_items!] } scalar mutationInput_PostPaymentMethodDomainsPaymentMethodDomain_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -190793,7 +190793,7 @@ scalar mutationInput_PostPaymentMethodDomainsPaymentMethodDomainValidate_payment input PostPaymentMethodDomainsPaymentMethodDomainValidate_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPaymentMethodDomainsPaymentMethodDomainValidate_input_expand_items] + expand: [mutationInput_PostPaymentMethodDomainsPaymentMethodDomainValidate_input_expand_items!] } scalar mutationInput_PostPaymentMethodDomainsPaymentMethodDomainValidate_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -190842,7 +190842,7 @@ input PostPaymentMethods_request_Input { customer_balance: JSON eps: mutationInput_PostPaymentMethods_input_eps_Input """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPaymentMethods_input_expand_items] + expand: [mutationInput_PostPaymentMethods_input_expand_items!] fpx: mutationInput_PostPaymentMethods_input_fpx_Input """ If this is a \`giropay\` PaymentMethod, this hash contains details about the Giropay payment method. @@ -191246,7 +191246,7 @@ input PostPaymentMethodsPaymentMethod_request_Input { billing_details: mutationInput_PostPaymentMethodsPaymentMethod_input_billing_details_Input card: update_api_param_Input """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPaymentMethodsPaymentMethod_input_expand_items] + expand: [mutationInput_PostPaymentMethodsPaymentMethod_input_expand_items!] """ If this is an \`Link\` PaymentMethod, this hash contains details about the Link payment method. """ @@ -191304,7 +191304,7 @@ input PostPaymentMethodsPaymentMethodAttach_request_Input { """The ID of the customer to which to attach the PaymentMethod.""" customer: mutationInput_PostPaymentMethodsPaymentMethodAttach_input_customer! """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPaymentMethodsPaymentMethodAttach_input_expand_items] + expand: [mutationInput_PostPaymentMethodsPaymentMethodAttach_input_expand_items!] } """The ID of the customer to which to attach the PaymentMethod.""" @@ -191318,7 +191318,7 @@ scalar mutationInput_PostPaymentMethodsPaymentMethodDetach_payment_method @lengt input PostPaymentMethodsPaymentMethodDetach_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPaymentMethodsPaymentMethodDetach_input_expand_items] + expand: [mutationInput_PostPaymentMethodsPaymentMethodDetach_input_expand_items!] } scalar mutationInput_PostPaymentMethodsPaymentMethodDetach_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -191341,7 +191341,7 @@ input PostPayouts_request_Input { """ destination: String """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPayouts_input_expand_items] + expand: [mutationInput_PostPayouts_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -191389,7 +191389,7 @@ scalar mutationInput_PostPayoutsPayout_payout @length(subgraph: "Stripe", min: n input PostPayoutsPayout_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPayoutsPayout_input_expand_items] + expand: [mutationInput_PostPayoutsPayout_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -191404,7 +191404,7 @@ scalar mutationInput_PostPayoutsPayoutCancel_payout @length(subgraph: "Stripe", input PostPayoutsPayoutCancel_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPayoutsPayoutCancel_input_expand_items] + expand: [mutationInput_PostPayoutsPayoutCancel_input_expand_items!] } scalar mutationInput_PostPayoutsPayoutCancel_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -191415,7 +191415,7 @@ scalar mutationInput_PostPayoutsPayoutReverse_payout @length(subgraph: "Stripe", input PostPayoutsPayoutReverse_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPayoutsPayoutReverse_input_expand_items] + expand: [mutationInput_PostPayoutsPayoutReverse_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -191446,7 +191446,7 @@ input PostPlans_request_Input { """ currency: String! """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPlans_input_expand_items] + expand: [mutationInput_PostPlans_input_expand_items!] """ An identifier randomly generated by Stripe. Used to identify this plan when subscribing a customer. You can optionally override this ID, but the ID must be unique across all plans in your Stripe account. You can, however, use the same plan ID in both live and test modes. """ @@ -191466,7 +191466,7 @@ input PostPlans_request_Input { """ Each element represents a pricing tier. This parameter requires \`billing_scheme\` to be set to \`tiered\`. See also the documentation for \`billing_scheme\`. """ - tiers: [tier_Input] + tiers: [tier_Input!] tiers_mode: mutationInput_PostPlans_input_tiers_mode transform_usage: transform_usage_param_Input """ @@ -191572,7 +191572,7 @@ input PostPlansPlan_request_Input { """Whether the plan is currently available for new subscriptions.""" active: Boolean """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPlansPlan_input_expand_items] + expand: [mutationInput_PostPlansPlan_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -191612,7 +191612,7 @@ input PostPrices_request_Input { currency_options: JSON custom_unit_amount: mutationInput_PostPrices_input_custom_unit_amount_Input """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPrices_input_expand_items] + expand: [mutationInput_PostPrices_input_expand_items!] """ A lookup key used to retrieve prices dynamically from a static string. This may be up to 200 characters. """ @@ -191631,7 +191631,7 @@ input PostPrices_request_Input { """ Each element represents a pricing tier. This parameter requires \`billing_scheme\` to be set to \`tiered\`. See also the documentation for \`billing_scheme\`. """ - tiers: [mutationInput_PostPrices_input_tiers_items_Input] + tiers: [mutationInput_PostPrices_input_tiers_items_Input!] tiers_mode: mutationInput_PostPrices_input_tiers_mode """ If set to true, will atomically remove the lookup key from the existing price, and assign it to this price. @@ -191781,7 +191781,7 @@ input PostPricesPrice_request_Input { """ currency_options: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPricesPrice_input_expand_items] + expand: [mutationInput_PostPricesPrice_input_expand_items!] """ A lookup key used to retrieve prices dynamically from a static string. This may be up to 200 characters. """ @@ -191831,11 +191831,11 @@ input PostProducts_request_Input { """ description: mutationInput_PostProducts_input_description """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostProducts_input_expand_items] + expand: [mutationInput_PostProducts_input_expand_items!] """ A list of up to 15 features for this product. These are displayed in [pricing tables](https://stripe.com/docs/payments/checkout/pricing-table). """ - features: [features_Input] + features: [features_Input!] """ An identifier will be randomly generated by Stripe. You can optionally override this ID, but the ID must be unique across all products in your Stripe account. """ @@ -191843,7 +191843,7 @@ input PostProducts_request_Input { """ A list of up to 8 URLs of images for this product, meant to be displayable to the customer. """ - images: [String] + images: [String!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -191976,7 +191976,7 @@ input PostProductsId_request_Input { """ description: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostProductsId_input_expand_items] + expand: [mutationInput_PostProductsId_input_expand_items!] """ A list of up to 15 features for this product. These are displayed in [pricing tables](https://stripe.com/docs/payments/checkout/pricing-table). """ @@ -192046,7 +192046,7 @@ input PostPromotionCodes_request_Input { """ customer: mutationInput_PostPromotionCodes_input_customer """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPromotionCodes_input_expand_items] + expand: [mutationInput_PostPromotionCodes_input_expand_items!] """ The timestamp at which this promotion code will expire. If the coupon has specified a \`redeems_by\`, then this value cannot be after the coupon's \`redeems_by\`. """ @@ -192095,7 +192095,7 @@ input PostPromotionCodesPromotionCode_request_Input { """ active: Boolean """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostPromotionCodesPromotionCode_input_expand_items] + expand: [mutationInput_PostPromotionCodesPromotionCode_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -192140,7 +192140,7 @@ input PostQuotes_request_Input { """ discounts: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostQuotes_input_expand_items] + expand: [mutationInput_PostQuotes_input_expand_items!] """ A future timestamp on which the quote will be canceled if in \`open\` or \`draft\` status. Measured in seconds since the Unix epoch. If no value is passed, the default expiration date configured in your [quote template settings](https://dashboard.stripe.com/settings/billing/quote) will be used. """ @@ -192158,7 +192158,7 @@ input PostQuotes_request_Input { """ A list of line items the customer is being quoted for. Each line item includes information about the product, the quantity, and the resulting cost. """ - line_items: [line_item_create_params_Input] + line_items: [line_item_create_params_Input!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -192316,7 +192316,7 @@ input PostQuotesQuote_request_Input { """ discounts: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostQuotesQuote_input_expand_items] + expand: [mutationInput_PostQuotesQuote_input_expand_items!] """ A future timestamp on which the quote will be canceled if in \`open\` or \`draft\` status. Measured in seconds since the Unix epoch. """ @@ -192329,7 +192329,7 @@ input PostQuotesQuote_request_Input { """ A list of line items the customer is being quoted for. Each line item includes information about the product, the quantity, and the resulting cost. """ - line_items: [line_item_update_params_Input] + line_items: [line_item_update_params_Input!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -192449,7 +192449,7 @@ scalar mutationInput_PostQuotesQuoteAccept_quote @length(subgraph: "Stripe", min input PostQuotesQuoteAccept_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostQuotesQuoteAccept_input_expand_items] + expand: [mutationInput_PostQuotesQuoteAccept_input_expand_items!] } scalar mutationInput_PostQuotesQuoteAccept_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -192460,7 +192460,7 @@ scalar mutationInput_PostQuotesQuoteCancel_quote @length(subgraph: "Stripe", min input PostQuotesQuoteCancel_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostQuotesQuoteCancel_input_expand_items] + expand: [mutationInput_PostQuotesQuoteCancel_input_expand_items!] } scalar mutationInput_PostQuotesQuoteCancel_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -192471,7 +192471,7 @@ scalar mutationInput_PostQuotesQuoteFinalize_quote @length(subgraph: "Stripe", m input PostQuotesQuoteFinalize_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostQuotesQuoteFinalize_input_expand_items] + expand: [mutationInput_PostQuotesQuoteFinalize_input_expand_items!] """ A future timestamp on which the quote will be canceled if in \`open\` or \`draft\` status. Measured in seconds since the Unix epoch. """ @@ -192484,7 +192484,7 @@ union PostRadarValueListItems_response @statusCodeTypeName(subgraph: "Stripe", s input PostRadarValueListItems_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostRadarValueListItems_input_expand_items] + expand: [mutationInput_PostRadarValueListItems_input_expand_items!] """ The value of the item (whose type must match the type of the parent value list). """ @@ -192528,7 +192528,7 @@ input PostRadarValueLists_request_Input { """The name of the value list for use in rules.""" alias: mutationInput_PostRadarValueLists_input_alias! """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostRadarValueLists_input_expand_items] + expand: [mutationInput_PostRadarValueLists_input_expand_items!] item_type: mutationInput_PostRadarValueLists_input_item_type """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. @@ -192585,7 +192585,7 @@ input PostRadarValueListsValueList_request_Input { """The name of the value list for use in rules.""" alias: mutationInput_PostRadarValueListsValueList_input_alias """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostRadarValueListsValueList_input_expand_items] + expand: [mutationInput_PostRadarValueListsValueList_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -192615,7 +192615,7 @@ input PostRefunds_request_Input { """Customer whose customer balance to refund from.""" customer: mutationInput_PostRefunds_input_customer """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostRefunds_input_expand_items] + expand: [mutationInput_PostRefunds_input_expand_items!] """ For payment methods without native refund support (e.g., Konbini, PromptPay), use this email from the customer to receive refund instructions. """ @@ -192662,7 +192662,7 @@ union PostRefundsRefund_response @statusCodeTypeName(subgraph: "Stripe", statusC input PostRefundsRefund_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostRefundsRefund_input_expand_items] + expand: [mutationInput_PostRefundsRefund_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -192675,7 +192675,7 @@ union PostRefundsRefundCancel_response @statusCodeTypeName(subgraph: "Stripe", s input PostRefundsRefundCancel_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostRefundsRefundCancel_input_expand_items] + expand: [mutationInput_PostRefundsRefundCancel_input_expand_items!] } scalar mutationInput_PostRefundsRefundCancel_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -192684,7 +192684,7 @@ union PostReportingReportRuns_response @statusCodeTypeName(subgraph: "Stripe", s input PostReportingReportRuns_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostReportingReportRuns_input_expand_items] + expand: [mutationInput_PostReportingReportRuns_input_expand_items!] parameters: run_parameter_specs_Input """ The ID of the [report type](https://stripe.com/docs/reporting/statements/api#report-types) to run, such as \`"balance.summary.1"\`. @@ -192698,7 +192698,7 @@ scalar mutationInput_PostReportingReportRuns_input_expand_items @length(subgraph Parameters specifying how the report should be run. Different Report Types have different required and optional parameters, listed in the [API Access to Reports](https://stripe.com/docs/reporting/statements/api) documentation. """ input run_parameter_specs_Input { - columns: [mutationInput_PostReportingReportRuns_input_parameters_columns_items] + columns: [mutationInput_PostReportingReportRuns_input_parameters_columns_items!] connected_account: String currency: String interval_end: Timestamp @@ -193357,7 +193357,7 @@ scalar mutationInput_PostReviewsReviewApprove_review @length(subgraph: "Stripe", input PostReviewsReviewApprove_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostReviewsReviewApprove_input_expand_items] + expand: [mutationInput_PostReviewsReviewApprove_input_expand_items!] } scalar mutationInput_PostReviewsReviewApprove_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -193387,13 +193387,13 @@ input PostSetupIntents_request_Input { """ description: mutationInput_PostSetupIntents_input_description """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostSetupIntents_input_expand_items] + expand: [mutationInput_PostSetupIntents_input_expand_items!] """ Indicates the directions of money movement for which this payment method is intended to be used. Include \`inbound\` if you intend to use the payment method as the origin to pull funds from. Include \`outbound\` if you intend to use the payment method as the destination to send funds to. You can include both if you intend to use the payment method for both purposes. """ - flow_directions: [mutationInput_PostSetupIntents_input_flow_directions_items] + flow_directions: [mutationInput_PostSetupIntents_input_flow_directions_items!] """ This hash contains details about the mandate to create. This parameter can only be used with [\`confirm=true\`](https://stripe.com/docs/api/setup_intents/create#create_setup_intent-confirm). """ @@ -193417,7 +193417,7 @@ input PostSetupIntents_request_Input { """ The list of payment method types (for example, card) that this SetupIntent can use. If you don't provide this, it defaults to ["card"]. """ - payment_method_types: [mutationInput_PostSetupIntents_input_payment_method_types_items] + payment_method_types: [mutationInput_PostSetupIntents_input_payment_method_types_items!] """ The URL to redirect your customer back to after they authenticate or cancel their payment on the payment method's app or site. To redirect to a mobile application, you can alternatively supply an application URI scheme. This parameter can only be used with [\`confirm=true\`](https://stripe.com/docs/api/setup_intents/create#create_setup_intent-confirm). """ @@ -193790,7 +193790,7 @@ enum mutationInput_PostSetupIntents_input_payment_method_options_acss_debit_curr input setup_intent_payment_method_options_mandate_options_param_Input { custom_mandate_url: JSON - default_for: [mutationInput_PostSetupIntents_input_payment_method_options_acss_debit_mandate_options_default_for_items] + default_for: [mutationInput_PostSetupIntents_input_payment_method_options_acss_debit_mandate_options_default_for_items!] interval_description: mutationInput_PostSetupIntents_input_payment_method_options_acss_debit_mandate_options_interval_description payment_schedule: mutationInput_PostSetupIntents_input_payment_method_options_acss_debit_mandate_options_payment_schedule transaction_type: mutationInput_PostSetupIntents_input_payment_method_options_acss_debit_mandate_options_transaction_type @@ -193837,7 +193837,7 @@ input setup_intent_mandate_options_param_Input { interval_count: Int reference: mutationInput_PostSetupIntents_input_payment_method_options_card_mandate_options_reference! start_date: Timestamp! - supported_types: [india_const] + supported_types: [india_const!] } enum mutationInput_PostSetupIntents_input_payment_method_options_card_mandate_options_amount_type { @@ -193956,8 +193956,8 @@ input mutationInput_PostSetupIntents_input_payment_method_options_us_bank_accoun } input mutationInput_PostSetupIntents_input_payment_method_options_us_bank_account_financial_connections_Input { - permissions: [mutationInput_PostSetupIntents_input_payment_method_options_us_bank_account_financial_connections_permissions_items] - prefetch: [mutationInput_PostSetupIntents_input_payment_method_options_us_bank_account_financial_connections_prefetch_items] + permissions: [mutationInput_PostSetupIntents_input_payment_method_options_us_bank_account_financial_connections_permissions_items!] + prefetch: [mutationInput_PostSetupIntents_input_payment_method_options_us_bank_account_financial_connections_prefetch_items!] return_url: mutationInput_PostSetupIntents_input_payment_method_options_us_bank_account_financial_connections_return_url } @@ -193985,7 +193985,7 @@ enum mutationInput_PostSetupIntents_input_payment_method_options_us_bank_account } input networks_options_param_Input { - requested: [mutationInput_PostPaymentIntents_input_payment_method_options_us_bank_account_anyOf_0_networks_requested_items] + requested: [mutationInput_PostPaymentIntents_input_payment_method_options_us_bank_account_anyOf_0_networks_requested_items!] } enum mutationInput_PostPaymentIntents_input_payment_method_options_us_bank_account_anyOf_0_networks_requested_items { @@ -194039,13 +194039,13 @@ input PostSetupIntentsIntent_request_Input { """ description: mutationInput_PostSetupIntentsIntent_input_description """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostSetupIntentsIntent_input_expand_items] + expand: [mutationInput_PostSetupIntentsIntent_input_expand_items!] """ Indicates the directions of money movement for which this payment method is intended to be used. Include \`inbound\` if you intend to use the payment method as the origin to pull funds from. Include \`outbound\` if you intend to use the payment method as the destination to send funds to. You can include both if you intend to use the payment method for both purposes. """ - flow_directions: [mutationInput_PostSetupIntentsIntent_input_flow_directions_items] + flow_directions: [mutationInput_PostSetupIntentsIntent_input_flow_directions_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -194063,7 +194063,7 @@ input PostSetupIntentsIntent_request_Input { """ The list of payment method types (for example, card) that this SetupIntent can set up. If you don't provide this array, it defaults to ["card"]. """ - payment_method_types: [mutationInput_PostSetupIntentsIntent_input_payment_method_types_items] + payment_method_types: [mutationInput_PostSetupIntentsIntent_input_payment_method_types_items!] } """ @@ -194413,7 +194413,7 @@ enum mutationInput_PostSetupIntentsIntent_input_payment_method_options_acss_debi input mutationInput_PostSetupIntentsIntent_input_payment_method_options_acss_debit_mandate_options_Input { custom_mandate_url: JSON - default_for: [mutationInput_PostSetupIntentsIntent_input_payment_method_options_acss_debit_mandate_options_default_for_items] + default_for: [mutationInput_PostSetupIntentsIntent_input_payment_method_options_acss_debit_mandate_options_default_for_items!] interval_description: mutationInput_PostSetupIntentsIntent_input_payment_method_options_acss_debit_mandate_options_interval_description payment_schedule: mutationInput_PostSetupIntentsIntent_input_payment_method_options_acss_debit_mandate_options_payment_schedule transaction_type: mutationInput_PostSetupIntentsIntent_input_payment_method_options_acss_debit_mandate_options_transaction_type @@ -194460,7 +194460,7 @@ input mutationInput_PostSetupIntentsIntent_input_payment_method_options_card_man interval_count: Int reference: mutationInput_PostSetupIntentsIntent_input_payment_method_options_card_mandate_options_reference! start_date: Timestamp! - supported_types: [india_const] + supported_types: [india_const!] } enum mutationInput_PostSetupIntentsIntent_input_payment_method_options_card_mandate_options_amount_type { @@ -194558,8 +194558,8 @@ input mutationInput_PostSetupIntentsIntent_input_payment_method_options_us_bank_ } input mutationInput_PostSetupIntentsIntent_input_payment_method_options_us_bank_account_financial_connections_Input { - permissions: [mutationInput_PostSetupIntentsIntent_input_payment_method_options_us_bank_account_financial_connections_permissions_items] - prefetch: [mutationInput_PostSetupIntentsIntent_input_payment_method_options_us_bank_account_financial_connections_prefetch_items] + permissions: [mutationInput_PostSetupIntentsIntent_input_payment_method_options_us_bank_account_financial_connections_permissions_items!] + prefetch: [mutationInput_PostSetupIntentsIntent_input_payment_method_options_us_bank_account_financial_connections_prefetch_items!] return_url: mutationInput_PostSetupIntentsIntent_input_payment_method_options_us_bank_account_financial_connections_return_url } @@ -194601,7 +194601,7 @@ scalar mutationInput_PostSetupIntentsIntentCancel_intent @length(subgraph: "Stri input PostSetupIntentsIntentCancel_request_Input { cancellation_reason: mutationInput_PostSetupIntentsIntentCancel_input_cancellation_reason """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostSetupIntentsIntentCancel_input_expand_items] + expand: [mutationInput_PostSetupIntentsIntentCancel_input_expand_items!] } """ @@ -194623,7 +194623,7 @@ input PostSetupIntentsIntentConfirm_request_Input { """The client secret of the SetupIntent.""" client_secret: mutationInput_PostSetupIntentsIntentConfirm_input_client_secret """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostSetupIntentsIntentConfirm_input_expand_items] + expand: [mutationInput_PostSetupIntentsIntentConfirm_input_expand_items!] mandate_data: JSON """ ID of the payment method (a PaymentMethod, Card, or saved Source object) to attach to this SetupIntent. @@ -194971,7 +194971,7 @@ enum mutationInput_PostSetupIntentsIntentConfirm_input_payment_method_options_ac input mutationInput_PostSetupIntentsIntentConfirm_input_payment_method_options_acss_debit_mandate_options_Input { custom_mandate_url: JSON - default_for: [mutationInput_PostSetupIntentsIntentConfirm_input_payment_method_options_acss_debit_mandate_options_default_for_items] + default_for: [mutationInput_PostSetupIntentsIntentConfirm_input_payment_method_options_acss_debit_mandate_options_default_for_items!] interval_description: mutationInput_PostSetupIntentsIntentConfirm_input_payment_method_options_acss_debit_mandate_options_interval_description payment_schedule: mutationInput_PostSetupIntentsIntentConfirm_input_payment_method_options_acss_debit_mandate_options_payment_schedule transaction_type: mutationInput_PostSetupIntentsIntentConfirm_input_payment_method_options_acss_debit_mandate_options_transaction_type @@ -195018,7 +195018,7 @@ input mutationInput_PostSetupIntentsIntentConfirm_input_payment_method_options_c interval_count: Int reference: mutationInput_PostSetupIntentsIntentConfirm_input_payment_method_options_card_mandate_options_reference! start_date: Timestamp! - supported_types: [india_const] + supported_types: [india_const!] } enum mutationInput_PostSetupIntentsIntentConfirm_input_payment_method_options_card_mandate_options_amount_type { @@ -195116,8 +195116,8 @@ input mutationInput_PostSetupIntentsIntentConfirm_input_payment_method_options_u } input mutationInput_PostSetupIntentsIntentConfirm_input_payment_method_options_us_bank_account_financial_connections_Input { - permissions: [mutationInput_PostSetupIntentsIntentConfirm_input_payment_method_options_us_bank_account_financial_connections_permissions_items] - prefetch: [mutationInput_PostSetupIntentsIntentConfirm_input_payment_method_options_us_bank_account_financial_connections_prefetch_items] + permissions: [mutationInput_PostSetupIntentsIntentConfirm_input_payment_method_options_us_bank_account_financial_connections_permissions_items!] + prefetch: [mutationInput_PostSetupIntentsIntentConfirm_input_payment_method_options_us_bank_account_financial_connections_prefetch_items!] return_url: mutationInput_PostSetupIntentsIntentConfirm_input_payment_method_options_us_bank_account_financial_connections_return_url } @@ -195158,7 +195158,7 @@ input PostSetupIntentsIntentVerifyMicrodeposits_request_Input { """ Two positive integers, in *cents*, equal to the values of the microdeposits sent to the bank account. """ - amounts: [Int] + amounts: [Int!] """The client secret of the SetupIntent.""" client_secret: mutationInput_PostSetupIntentsIntentVerifyMicrodeposits_input_client_secret """ @@ -195166,7 +195166,7 @@ input PostSetupIntentsIntentVerifyMicrodeposits_request_Input { """ descriptor_code: mutationInput_PostSetupIntentsIntentVerifyMicrodeposits_input_descriptor_code """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostSetupIntentsIntentVerifyMicrodeposits_input_expand_items] + expand: [mutationInput_PostSetupIntentsIntentVerifyMicrodeposits_input_expand_items!] } """The client secret of the SetupIntent.""" @@ -195188,7 +195188,7 @@ input PostShippingRates_request_Input { """ display_name: mutationInput_PostShippingRates_input_display_name! """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostShippingRates_input_expand_items] + expand: [mutationInput_PostShippingRates_input_expand_items!] fixed_amount: mutationInput_PostShippingRates_input_fixed_amount_Input """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. @@ -195271,7 +195271,7 @@ input PostShippingRatesShippingRateToken_request_Input { """ active: Boolean """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostShippingRatesShippingRateToken_input_expand_items] + expand: [mutationInput_PostShippingRatesShippingRateToken_input_expand_items!] fixed_amount: fixed_amount_update_Input """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. @@ -195314,7 +195314,7 @@ input PostSources_request_Input { """ customer: mutationInput_PostSources_input_customer """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostSources_input_expand_items] + expand: [mutationInput_PostSources_input_expand_items!] flow: mutationInput_PostSources_input_flow mandate: mandate_params_Input metadata: JSON @@ -195479,7 +195479,7 @@ input redirect_params_Input { Information about the items and shipping associated with the source. Required for transactional credit (for example Klarna) sources before you can charge it. """ input shallow_order_specs_Input { - items: [order_item_specs_Input] + items: [order_item_specs_Input!] shipping: order_shipping_Input } @@ -195568,7 +195568,7 @@ input PostSourcesSource_request_Input { """Amount associated with the source.""" amount: Int """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostSourcesSource_input_expand_items] + expand: [mutationInput_PostSourcesSource_input_expand_items!] mandate: mutationInput_PostSourcesSource_input_mandate_Input """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. @@ -195676,7 +195676,7 @@ scalar mutationInput_PostSourcesSource_input_owner_phone @length(subgraph: "Stri Information about the items and shipping associated with the source. Required for transactional credit (for example Klarna) sources before you can charge it. """ input order_params_Input { - items: [mutationInput_PostSourcesSource_input_source_order_items_items_Input] + items: [mutationInput_PostSourcesSource_input_source_order_items_items_Input!] shipping: mutationInput_PostSourcesSource_input_source_order_shipping_Input } @@ -195743,9 +195743,9 @@ scalar mutationInput_PostSourcesSourceVerify_source @length(subgraph: "Stripe", input PostSourcesSourceVerify_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostSourcesSourceVerify_input_expand_items] + expand: [mutationInput_PostSourcesSourceVerify_input_expand_items!] """The values needed to verify the source.""" - values: [mutationInput_PostSourcesSourceVerify_input_values_items]! + values: [mutationInput_PostSourcesSourceVerify_input_values_items!]! } scalar mutationInput_PostSourcesSourceVerify_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -195760,7 +195760,7 @@ input PostSubscriptionItems_request_Input { """ billing_thresholds: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostSubscriptionItems_input_expand_items] + expand: [mutationInput_PostSubscriptionItems_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -195897,7 +195897,7 @@ input PostSubscriptionItemsItem_request_Input { """ billing_thresholds: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostSubscriptionItemsItem_input_expand_items] + expand: [mutationInput_PostSubscriptionItemsItem_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -196028,7 +196028,7 @@ scalar mutation_PostSubscriptionItemsSubscriptionItemUsageRecords_oneOf_0_subscr input PostSubscriptionItemsSubscriptionItemUsageRecords_request_Input { action: mutationInput_PostSubscriptionItemsSubscriptionItemUsageRecords_input_action """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostSubscriptionItemsSubscriptionItemUsageRecords_input_expand_items] + expand: [mutationInput_PostSubscriptionItemsSubscriptionItemUsageRecords_input_expand_items!] """The usage quantity for the specified timestamp.""" quantity: Int! """ @@ -196057,7 +196057,7 @@ input PostSubscriptionSchedules_request_Input { default_settings: default_settings_params_Input end_behavior: mutationInput_PostSubscriptionSchedules_input_end_behavior """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostSubscriptionSchedules_input_expand_items] + expand: [mutationInput_PostSubscriptionSchedules_input_expand_items!] """ Migrate an existing subscription to be managed by a subscription schedule. If this parameter is set, a subscription schedule will be created using the subscription's item(s), set to auto-renew using the subscription's interval. When using this parameter, other parameters (such as phase values) cannot be set. To create a subscription schedule with other modifications, we recommend making two separate API calls. """ @@ -196069,7 +196069,7 @@ input PostSubscriptionSchedules_request_Input { """ List representing phases of the subscription schedule. Each phase can be customized to have different durations, plans, and coupons. If there are multiple phases, the \`end_date\` of one phase will always equal the \`start_date\` of the next phase. """ - phases: [phase_configuration_params_Input] + phases: [phase_configuration_params_Input!] """ When the subscription schedule starts. We recommend using \`now\` so that it starts the subscription immediately. You can also use a Unix timestamp to backdate the subscription so that it starts on a past date, or set a future date for the subscription to start on. """ @@ -196156,7 +196156,7 @@ Migrate an existing subscription to be managed by a subscription schedule. If th scalar mutationInput_PostSubscriptionSchedules_input_from_subscription @length(subgraph: "Stripe", min: null, max: 5000) input phase_configuration_params_Input { - add_invoice_items: [mutationInput_PostSubscriptionSchedules_input_phases_items_add_invoice_items_items_Input] + add_invoice_items: [mutationInput_PostSubscriptionSchedules_input_phases_items_add_invoice_items_items_Input!] application_fee_percent: Float automatic_tax: mutationInput_PostSubscriptionSchedules_input_phases_items_automatic_tax_Input billing_cycle_anchor: mutationInput_PostSubscriptionSchedules_input_phases_items_billing_cycle_anchor @@ -196169,7 +196169,7 @@ input phase_configuration_params_Input { description: JSON end_date: Timestamp invoice_settings: invoice_settings_Input - items: [configuration_item_params_Input]! + items: [configuration_item_params_Input!]! iterations: Int metadata: JSON on_behalf_of: String @@ -196308,7 +196308,7 @@ input PostSubscriptionSchedulesSchedule_request_Input { default_settings: mutationInput_PostSubscriptionSchedulesSchedule_input_default_settings_Input end_behavior: mutationInput_PostSubscriptionSchedulesSchedule_input_end_behavior """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostSubscriptionSchedulesSchedule_input_expand_items] + expand: [mutationInput_PostSubscriptionSchedulesSchedule_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -196316,7 +196316,7 @@ input PostSubscriptionSchedulesSchedule_request_Input { """ List representing phases of the subscription schedule. Each phase can be customized to have different durations, plans, and coupons. If there are multiple phases, the \`end_date\` of one phase will always equal the \`start_date\` of the next phase. Note that past phases can be omitted. """ - phases: [mutationInput_PostSubscriptionSchedulesSchedule_input_phases_items_Input] + phases: [mutationInput_PostSubscriptionSchedulesSchedule_input_phases_items_Input!] proration_behavior: mutationInput_PostSubscriptionSchedulesSchedule_input_proration_behavior } @@ -196390,7 +196390,7 @@ enum mutationInput_PostSubscriptionSchedulesSchedule_input_end_behavior { scalar mutationInput_PostSubscriptionSchedulesSchedule_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) input mutationInput_PostSubscriptionSchedulesSchedule_input_phases_items_Input { - add_invoice_items: [mutationInput_PostSubscriptionSchedulesSchedule_input_phases_items_add_invoice_items_items_Input] + add_invoice_items: [mutationInput_PostSubscriptionSchedulesSchedule_input_phases_items_add_invoice_items_items_Input!] application_fee_percent: Float automatic_tax: mutationInput_PostSubscriptionSchedulesSchedule_input_phases_items_automatic_tax_Input billing_cycle_anchor: mutationInput_PostSubscriptionSchedulesSchedule_input_phases_items_billing_cycle_anchor @@ -196402,7 +196402,7 @@ input mutationInput_PostSubscriptionSchedulesSchedule_input_phases_items_Input { description: JSON end_date: JSON invoice_settings: mutationInput_PostSubscriptionSchedulesSchedule_input_phases_items_invoice_settings_Input - items: [mutationInput_PostSubscriptionSchedulesSchedule_input_phases_items_items_items_Input]! + items: [mutationInput_PostSubscriptionSchedulesSchedule_input_phases_items_items_items_Input!]! iterations: Int metadata: JSON on_behalf_of: String @@ -196549,7 +196549,7 @@ scalar mutationInput_PostSubscriptionSchedulesScheduleCancel_schedule @length(su input PostSubscriptionSchedulesScheduleCancel_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostSubscriptionSchedulesScheduleCancel_input_expand_items] + expand: [mutationInput_PostSubscriptionSchedulesScheduleCancel_input_expand_items!] """ If the subscription schedule is \`active\`, indicates if a final invoice will be generated that contains any un-invoiced metered usage and new/pending proration invoice items. Defaults to \`true\`. """ @@ -196568,7 +196568,7 @@ scalar mutationInput_PostSubscriptionSchedulesScheduleRelease_schedule @length(s input PostSubscriptionSchedulesScheduleRelease_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostSubscriptionSchedulesScheduleRelease_input_expand_items] + expand: [mutationInput_PostSubscriptionSchedulesScheduleRelease_input_expand_items!] """Keep any cancellation on the subscription that the schedule has set""" preserve_cancel_date: Boolean } @@ -196581,7 +196581,7 @@ input PostSubscriptions_request_Input { """ A list of prices and quantities that will generate invoice items appended to the next invoice for this subscription. You may pass up to 20 items. """ - add_invoice_items: [mutationInput_PostSubscriptions_input_add_invoice_items_items_Input] + add_invoice_items: [mutationInput_PostSubscriptions_input_add_invoice_items_items_Input!] """ A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account. The request must be made by a platform account on a connected account in order to set an application fee percentage. For more information, see the application fees [documentation](https://stripe.com/docs/connect/subscriptions#collecting-fees-on-subscriptions). """ @@ -196640,10 +196640,10 @@ input PostSubscriptions_request_Input { """ description: mutationInput_PostSubscriptions_input_description """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostSubscriptions_input_expand_items] + expand: [mutationInput_PostSubscriptions_input_expand_items!] invoice_settings: mutationInput_PostSubscriptions_input_invoice_settings_Input """A list of up to 20 subscription items, each with an attached price.""" - items: [mutationInput_PostSubscriptions_input_items_items_Input] + items: [mutationInput_PostSubscriptions_input_items_items_Input!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -196911,7 +196911,7 @@ scalar mutationInput_DeleteSubscriptionsSubscriptionExposedId_subscription_expos input DeleteSubscriptionsSubscriptionExposedId_request_Input { cancellation_details: mutationInput_DeleteSubscriptionsSubscriptionExposedId_input_cancellation_details_Input """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_DeleteSubscriptionsSubscriptionExposedId_input_expand_items] + expand: [mutationInput_DeleteSubscriptionsSubscriptionExposedId_input_expand_items!] """ Will generate a final invoice that invoices for any un-invoiced metered usage and new/pending proration invoice items. """ @@ -196950,7 +196950,7 @@ input PostSubscriptionsSubscriptionExposedId_request_Input { """ A list of prices and quantities that will generate invoice items appended to the next invoice for this subscription. You may pass up to 20 items. """ - add_invoice_items: [mutationInput_PostSubscriptionsSubscriptionExposedId_input_add_invoice_items_items_Input] + add_invoice_items: [mutationInput_PostSubscriptionsSubscriptionExposedId_input_add_invoice_items_items_Input!] """ A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account. The request must be made by a platform account on a connected account in order to set an application fee percentage. For more information, see the application fees [documentation](https://stripe.com/docs/connect/subscriptions#collecting-fees-on-subscriptions). """ @@ -196996,10 +196996,10 @@ input PostSubscriptionsSubscriptionExposedId_request_Input { """ description: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostSubscriptionsSubscriptionExposedId_input_expand_items] + expand: [mutationInput_PostSubscriptionsSubscriptionExposedId_input_expand_items!] invoice_settings: mutationInput_PostSubscriptionsSubscriptionExposedId_input_invoice_settings_Input """A list of up to 20 subscription items, each with an attached price.""" - items: [mutationInput_PostSubscriptionsSubscriptionExposedId_input_items_items_Input] + items: [mutationInput_PostSubscriptionsSubscriptionExposedId_input_items_items_Input!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -197271,7 +197271,7 @@ scalar mutationInput_PostSubscriptionsSubscriptionResume_subscription @length(su input PostSubscriptionsSubscriptionResume_request_Input { billing_cycle_anchor: mutationInput_PostSubscriptionsSubscriptionResume_input_billing_cycle_anchor """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostSubscriptionsSubscriptionResume_input_expand_items] + expand: [mutationInput_PostSubscriptionsSubscriptionResume_input_expand_items!] proration_behavior: mutationInput_PostSubscriptionsSubscriptionResume_input_proration_behavior """ If set, the proration will be calculated as though the subscription was resumed at the given time. This can be used to apply exactly the same proration that was previewed with [upcoming invoice](https://stripe.com/docs/api#retrieve_customer_invoice) endpoint. @@ -197333,7 +197333,7 @@ type TaxProductResourceTaxCalculation { """The amount of tax already included in the line item prices.""" tax_amount_inclusive: Int! """Breakdown of individual tax amounts that add up to the total.""" - tax_breakdown: [TaxProductResourceTaxBreakdown]! + tax_breakdown: [TaxProductResourceTaxBreakdown!]! """ Timestamp of date at which the tax rules and rates in effect applies for the calculation. """ @@ -197356,7 +197356,7 @@ scalar mutation_PostTaxCalculations_oneOf_0_id @length(subgraph: "Stripe", min: """The list of items the customer is purchasing.""" type mutation_PostTaxCalculations_oneOf_0_line_items { """Details about each object.""" - data: [TaxProductResourceTaxCalculationLineItem]! + data: [TaxProductResourceTaxCalculationLineItem!]! """ True if this list has another page of items after this one that can be fetched. """ @@ -197386,7 +197386,7 @@ type TaxProductResourceTaxCalculationShippingCost { shipping_rate: mutation_PostTaxCalculations_oneOf_0_shipping_cost_shipping_rate tax_behavior: mutation_PostTaxCalculations_oneOf_0_shipping_cost_tax_behavior! """Detailed account of taxes relevant to shipping cost.""" - tax_breakdown: [TaxProductResourceLineItemTaxBreakdown] + tax_breakdown: [TaxProductResourceLineItemTaxBreakdown!] """ The [tax code](https://stripe.com/docs/tax/tax-categories) ID used for shipping. """ @@ -197501,9 +197501,9 @@ input PostTaxCalculations_request_Input { customer: mutationInput_PostTaxCalculations_input_customer customer_details: customer_details_Input """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTaxCalculations_input_expand_items] + expand: [mutationInput_PostTaxCalculations_input_expand_items!] """A list of items the customer is purchasing.""" - line_items: [calculation_line_item_Input]! + line_items: [calculation_line_item_Input!]! shipping_cost: mutationInput_PostTaxCalculations_input_shipping_cost_Input """ Timestamp of date at which the tax rules and rates in effect applies for the calculation. Measured in seconds since the Unix epoch. Can be up to 48 hours in the past, and up to 48 hours in the future. @@ -197521,7 +197521,7 @@ input customer_details_Input { address: postal_address_Input address_source: mutationInput_PostTaxCalculations_input_customer_details_address_source ip_address: String - tax_ids: [mutationInput_PostTaxCalculations_input_customer_details_tax_ids_items_Input] + tax_ids: [mutationInput_PostTaxCalculations_input_customer_details_tax_ids_items_Input!] taxability_override: mutationInput_PostTaxCalculations_input_customer_details_taxability_override } @@ -197669,7 +197669,7 @@ input PostTaxRegistrations_request_Input { country: mutationInput_PostTaxRegistrations_input_country! country_options: country_options_Input! """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTaxRegistrations_input_expand_items] + expand: [mutationInput_PostTaxRegistrations_input_expand_items!] """ If set, the Tax Registration stops being active at this time. If not set, the Tax Registration will be active indefinitely. Timestamp measured in seconds since the Unix epoch. """ @@ -198438,7 +198438,7 @@ input PostTaxRegistrationsId_request_Input { """ active_from: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTaxRegistrationsId_input_expand_items] + expand: [mutationInput_PostTaxRegistrationsId_input_expand_items!] """ If set, the registration stops being active at this time. If not set, the registration will be active indefinitely. It can be either \`now\` to indicate the current time, or a timestamp measured in seconds since the Unix epoch. """ @@ -198452,7 +198452,7 @@ union PostTaxSettings_response @statusCodeTypeName(subgraph: "Stripe", statusCod input PostTaxSettings_request_Input { defaults: defaults_param_Input """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTaxSettings_input_expand_items] + expand: [mutationInput_PostTaxSettings_input_expand_items!] head_office: head_office_param_Input } @@ -198502,7 +198502,7 @@ input PostTaxTransactionsCreateFromCalculation_request_Input { """Tax Calculation ID to be used as input when creating the transaction.""" calculation: mutationInput_PostTaxTransactionsCreateFromCalculation_input_calculation! """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTaxTransactionsCreateFromCalculation_input_expand_items] + expand: [mutationInput_PostTaxTransactionsCreateFromCalculation_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -198527,13 +198527,13 @@ union PostTaxTransactionsCreateReversal_response @statusCodeTypeName(subgraph: " input PostTaxTransactionsCreateReversal_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTaxTransactionsCreateReversal_input_expand_items] + expand: [mutationInput_PostTaxTransactionsCreateReversal_input_expand_items!] """ A flat amount to reverse across the entire transaction, in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal) in negative. This value represents the total amount to refund from the transaction, including taxes. """ flat_amount: Int """The line item amounts to reverse.""" - line_items: [transaction_line_item_reversal_Input] + line_items: [transaction_line_item_reversal_Input!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -198589,7 +198589,7 @@ union PostTaxIds_response @statusCodeTypeName(subgraph: "Stripe", statusCode: 20 input PostTaxIds_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTaxIds_input_expand_items] + expand: [mutationInput_PostTaxIds_input_expand_items!] owner: mutationInput_PostTaxIds_input_owner_Input type: mutationInput_PostTaxIds_input_type! """Value of the tax ID.""" @@ -198710,7 +198710,7 @@ input PostTaxRates_request_Input { """The display name of the tax rate, which will be shown to users.""" display_name: mutationInput_PostTaxRates_input_display_name! """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTaxRates_input_expand_items] + expand: [mutationInput_PostTaxRates_input_expand_items!] """This specifies if the tax rate is inclusive or exclusive.""" inclusive: Boolean! """ @@ -198792,7 +198792,7 @@ input PostTaxRatesTaxRate_request_Input { """The display name of the tax rate, which will be shown to users.""" display_name: mutationInput_PostTaxRatesTaxRate_input_display_name """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTaxRatesTaxRate_input_expand_items] + expand: [mutationInput_PostTaxRatesTaxRate_input_expand_items!] """ The jurisdiction for the tax rate. You can use this label field for tax reporting purposes. It also appears on your customer’s invoice. """ @@ -198855,7 +198855,7 @@ union PostTerminalConfigurations_response @statusCodeTypeName(subgraph: "Stripe" input PostTerminalConfigurations_request_Input { bbpos_wisepos_e: bbpos_wise_pose_Input """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTerminalConfigurations_input_expand_items] + expand: [mutationInput_PostTerminalConfigurations_input_expand_items!] """Configurations for collecting transactions offline.""" offline: JSON """Tipping configurations for readers supporting on-reader tips""" @@ -198922,7 +198922,7 @@ input PostTerminalConfigurationsConfiguration_request_Input { """ bbpos_wisepos_e: JSON """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTerminalConfigurationsConfiguration_input_expand_items] + expand: [mutationInput_PostTerminalConfigurationsConfiguration_input_expand_items!] """Configurations for collecting transactions offline.""" offline: JSON """Tipping configurations for readers supporting on-reader tips""" @@ -198966,7 +198966,7 @@ scalar mutation_PostTerminalConnectionTokens_oneOf_0_secret @length(subgraph: "S input PostTerminalConnectionTokens_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTerminalConnectionTokens_input_expand_items] + expand: [mutationInput_PostTerminalConnectionTokens_input_expand_items!] """ The id of the location that this connection token is scoped to. If specified the connection token will only be usable with readers assigned to that location, otherwise the connection token will be usable with all readers. Note that location scoping only applies to internet-connected readers. For more details, see [the docs on scoping connection tokens](https://stripe.com/docs/terminal/fleet/locations#connection-tokens). """ @@ -198991,7 +198991,7 @@ input PostTerminalLocations_request_Input { """A name for the location.""" display_name: mutationInput_PostTerminalLocations_input_display_name! """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTerminalLocations_input_expand_items] + expand: [mutationInput_PostTerminalLocations_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -199081,7 +199081,7 @@ input PostTerminalLocationsLocation_request_Input { """A name for the location.""" display_name: mutationInput_PostTerminalLocationsLocation_input_display_name """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTerminalLocationsLocation_input_expand_items] + expand: [mutationInput_PostTerminalLocationsLocation_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -199119,7 +199119,7 @@ union PostTerminalReaders_response @statusCodeTypeName(subgraph: "Stripe", statu input PostTerminalReaders_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTerminalReaders_input_expand_items] + expand: [mutationInput_PostTerminalReaders_input_expand_items!] """ Custom label given to the reader for easier identification. If no label is specified, the registration code will be used. """ @@ -199197,7 +199197,7 @@ scalar mutationInput_PostTerminalReadersReader_reader @length(subgraph: "Stripe" input PostTerminalReadersReader_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTerminalReadersReader_input_expand_items] + expand: [mutationInput_PostTerminalReadersReader_input_expand_items!] """The new label of the reader.""" label: JSON """ @@ -199214,7 +199214,7 @@ scalar mutationInput_PostTerminalReadersReaderCancelAction_reader @length(subgra input PostTerminalReadersReaderCancelAction_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTerminalReadersReaderCancelAction_input_expand_items] + expand: [mutationInput_PostTerminalReadersReaderCancelAction_input_expand_items!] } scalar mutationInput_PostTerminalReadersReaderCancelAction_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -199225,7 +199225,7 @@ scalar mutationInput_PostTerminalReadersReaderProcessPaymentIntent_reader @lengt input PostTerminalReadersReaderProcessPaymentIntent_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTerminalReadersReaderProcessPaymentIntent_input_expand_items] + expand: [mutationInput_PostTerminalReadersReaderProcessPaymentIntent_input_expand_items!] """PaymentIntent ID""" payment_intent: mutationInput_PostTerminalReadersReaderProcessPaymentIntent_input_payment_intent! process_config: process_config_Input @@ -199254,7 +199254,7 @@ input PostTerminalReadersReaderProcessSetupIntent_request_Input { """Customer Consent Collected""" customer_consent_collected: Boolean! """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTerminalReadersReaderProcessSetupIntent_input_expand_items] + expand: [mutationInput_PostTerminalReadersReaderProcessSetupIntent_input_expand_items!] """Configuration overrides""" process_config: JSON """SetupIntent ID""" @@ -199278,7 +199278,7 @@ input PostTerminalReadersReaderRefundPayment_request_Input { """ID of the Charge to refund.""" charge: mutationInput_PostTerminalReadersReaderRefundPayment_input_charge """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTerminalReadersReaderRefundPayment_input_expand_items] + expand: [mutationInput_PostTerminalReadersReaderRefundPayment_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -199310,14 +199310,14 @@ scalar mutationInput_PostTerminalReadersReaderSetReaderDisplay_reader @length(su input PostTerminalReadersReaderSetReaderDisplay_request_Input { cart: cart_Input """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTerminalReadersReaderSetReaderDisplay_input_expand_items] + expand: [mutationInput_PostTerminalReadersReaderSetReaderDisplay_input_expand_items!] type: cart_const! } """Cart""" input cart_Input { currency: String! - line_items: [line_item_Input]! + line_items: [line_item_Input!]! tax: Int total: Int! } @@ -199346,7 +199346,7 @@ input PostTestHelpersCustomersCustomerFundCashBalance_request_Input { """ currency: String! """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersCustomersCustomerFundCashBalance_input_expand_items] + expand: [mutationInput_PostTestHelpersCustomersCustomerFundCashBalance_input_expand_items!] """ A description of the test funding. This simulates free-text references supplied by customers when making bank transfers to their cash balance. You can use this to test how Stripe's [reconciliation algorithm](https://stripe.com/docs/payments/customer-balance/reconciliation) applies to different user inputs. """ @@ -199376,7 +199376,7 @@ input PostTestHelpersIssuingAuthorizations_request_Input { """ currency: String """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersIssuingAuthorizations_input_expand_items] + expand: [mutationInput_PostTestHelpersIssuingAuthorizations_input_expand_items!] """ If set \`true\`, you may provide [amount](https://stripe.com/docs/api/issuing/authorizations/approve#approve_issuing_authorization-amount) to control how much to hold for the authorization. """ @@ -199832,7 +199832,7 @@ input PostTestHelpersIssuingAuthorizationsAuthorizationCapture_request_Input { """ close_authorization: Boolean """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersIssuingAuthorizationsAuthorizationCapture_input_expand_items] + expand: [mutationInput_PostTestHelpersIssuingAuthorizationsAuthorizationCapture_input_expand_items!] purchase_details: purchase_details_specs_Input } @@ -199845,7 +199845,7 @@ input purchase_details_specs_Input { flight: flight_specs_Input fuel: fuel_specs_Input lodging: lodging_specs_Input - receipt: [receipt_specs_Input] + receipt: [receipt_specs_Input!] reference: mutationInput_PostTestHelpersIssuingAuthorizationsAuthorizationCapture_input_purchase_details_reference } @@ -199853,7 +199853,7 @@ input flight_specs_Input { departure_at: Timestamp passenger_name: mutationInput_PostTestHelpersIssuingAuthorizationsAuthorizationCapture_input_purchase_details_flight_passenger_name refundable: Boolean - segments: [flight_segment_specs_Input] + segments: [flight_segment_specs_Input!] travel_agency: mutationInput_PostTestHelpersIssuingAuthorizationsAuthorizationCapture_input_purchase_details_flight_travel_agency } @@ -199922,7 +199922,7 @@ scalar mutationInput_PostTestHelpersIssuingAuthorizationsAuthorizationExpire_aut input PostTestHelpersIssuingAuthorizationsAuthorizationExpire_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersIssuingAuthorizationsAuthorizationExpire_input_expand_items] + expand: [mutationInput_PostTestHelpersIssuingAuthorizationsAuthorizationExpire_input_expand_items!] } scalar mutationInput_PostTestHelpersIssuingAuthorizationsAuthorizationExpire_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -199933,7 +199933,7 @@ scalar mutationInput_PostTestHelpersIssuingAuthorizationsAuthorizationIncrement_ input PostTestHelpersIssuingAuthorizationsAuthorizationIncrement_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersIssuingAuthorizationsAuthorizationIncrement_input_expand_items] + expand: [mutationInput_PostTestHelpersIssuingAuthorizationsAuthorizationIncrement_input_expand_items!] """ The amount to increment the authorization by. This amount is in the authorization currency and in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). """ @@ -199952,7 +199952,7 @@ scalar mutationInput_PostTestHelpersIssuingAuthorizationsAuthorizationReverse_au input PostTestHelpersIssuingAuthorizationsAuthorizationReverse_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersIssuingAuthorizationsAuthorizationReverse_input_expand_items] + expand: [mutationInput_PostTestHelpersIssuingAuthorizationsAuthorizationReverse_input_expand_items!] """ The amount to reverse from the authorization. If not provided, the full amount of the authorization will be reversed. This amount is in the authorization currency and in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). """ @@ -199967,7 +199967,7 @@ scalar mutationInput_PostTestHelpersIssuingCardsCardShippingDeliver_card @length input PostTestHelpersIssuingCardsCardShippingDeliver_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersIssuingCardsCardShippingDeliver_input_expand_items] + expand: [mutationInput_PostTestHelpersIssuingCardsCardShippingDeliver_input_expand_items!] } scalar mutationInput_PostTestHelpersIssuingCardsCardShippingDeliver_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -199978,7 +199978,7 @@ scalar mutationInput_PostTestHelpersIssuingCardsCardShippingFail_card @length(su input PostTestHelpersIssuingCardsCardShippingFail_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersIssuingCardsCardShippingFail_input_expand_items] + expand: [mutationInput_PostTestHelpersIssuingCardsCardShippingFail_input_expand_items!] } scalar mutationInput_PostTestHelpersIssuingCardsCardShippingFail_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -199989,7 +199989,7 @@ scalar mutationInput_PostTestHelpersIssuingCardsCardShippingReturn_card @length( input PostTestHelpersIssuingCardsCardShippingReturn_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersIssuingCardsCardShippingReturn_input_expand_items] + expand: [mutationInput_PostTestHelpersIssuingCardsCardShippingReturn_input_expand_items!] } scalar mutationInput_PostTestHelpersIssuingCardsCardShippingReturn_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -200000,7 +200000,7 @@ scalar mutationInput_PostTestHelpersIssuingCardsCardShippingShip_card @length(su input PostTestHelpersIssuingCardsCardShippingShip_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersIssuingCardsCardShippingShip_input_expand_items] + expand: [mutationInput_PostTestHelpersIssuingCardsCardShippingShip_input_expand_items!] } scalar mutationInput_PostTestHelpersIssuingCardsCardShippingShip_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -200019,7 +200019,7 @@ input PostTestHelpersIssuingTransactionsCreateForceCapture_request_Input { """ currency: String """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersIssuingTransactionsCreateForceCapture_input_expand_items] + expand: [mutationInput_PostTestHelpersIssuingTransactionsCreateForceCapture_input_expand_items!] merchant_data: mutationInput_PostTestHelpersIssuingTransactionsCreateForceCapture_input_merchant_data_Input purchase_details: mutationInput_PostTestHelpersIssuingTransactionsCreateForceCapture_input_purchase_details_Input } @@ -200364,7 +200364,7 @@ input mutationInput_PostTestHelpersIssuingTransactionsCreateForceCapture_input_p flight: mutationInput_PostTestHelpersIssuingTransactionsCreateForceCapture_input_purchase_details_flight_Input fuel: mutationInput_PostTestHelpersIssuingTransactionsCreateForceCapture_input_purchase_details_fuel_Input lodging: lodging_specs_Input - receipt: [mutationInput_PostTestHelpersIssuingTransactionsCreateForceCapture_input_purchase_details_receipt_items_Input] + receipt: [mutationInput_PostTestHelpersIssuingTransactionsCreateForceCapture_input_purchase_details_receipt_items_Input!] reference: mutationInput_PostTestHelpersIssuingTransactionsCreateForceCapture_input_purchase_details_reference } @@ -200372,7 +200372,7 @@ input mutationInput_PostTestHelpersIssuingTransactionsCreateForceCapture_input_p departure_at: Timestamp passenger_name: mutationInput_PostTestHelpersIssuingTransactionsCreateForceCapture_input_purchase_details_flight_passenger_name refundable: Boolean - segments: [mutationInput_PostTestHelpersIssuingTransactionsCreateForceCapture_input_purchase_details_flight_segments_items_Input] + segments: [mutationInput_PostTestHelpersIssuingTransactionsCreateForceCapture_input_purchase_details_flight_segments_items_Input!] travel_agency: mutationInput_PostTestHelpersIssuingTransactionsCreateForceCapture_input_purchase_details_flight_travel_agency } @@ -200444,7 +200444,7 @@ input PostTestHelpersIssuingTransactionsCreateUnlinkedRefund_request_Input { """ currency: String """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersIssuingTransactionsCreateUnlinkedRefund_input_expand_items] + expand: [mutationInput_PostTestHelpersIssuingTransactionsCreateUnlinkedRefund_input_expand_items!] merchant_data: mutationInput_PostTestHelpersIssuingTransactionsCreateUnlinkedRefund_input_merchant_data_Input purchase_details: mutationInput_PostTestHelpersIssuingTransactionsCreateUnlinkedRefund_input_purchase_details_Input } @@ -200789,7 +200789,7 @@ input mutationInput_PostTestHelpersIssuingTransactionsCreateUnlinkedRefund_input flight: mutationInput_PostTestHelpersIssuingTransactionsCreateUnlinkedRefund_input_purchase_details_flight_Input fuel: mutationInput_PostTestHelpersIssuingTransactionsCreateUnlinkedRefund_input_purchase_details_fuel_Input lodging: lodging_specs_Input - receipt: [mutationInput_PostTestHelpersIssuingTransactionsCreateUnlinkedRefund_input_purchase_details_receipt_items_Input] + receipt: [mutationInput_PostTestHelpersIssuingTransactionsCreateUnlinkedRefund_input_purchase_details_receipt_items_Input!] reference: mutationInput_PostTestHelpersIssuingTransactionsCreateUnlinkedRefund_input_purchase_details_reference } @@ -200797,7 +200797,7 @@ input mutationInput_PostTestHelpersIssuingTransactionsCreateUnlinkedRefund_input departure_at: Timestamp passenger_name: mutationInput_PostTestHelpersIssuingTransactionsCreateUnlinkedRefund_input_purchase_details_flight_passenger_name refundable: Boolean - segments: [mutationInput_PostTestHelpersIssuingTransactionsCreateUnlinkedRefund_input_purchase_details_flight_segments_items_Input] + segments: [mutationInput_PostTestHelpersIssuingTransactionsCreateUnlinkedRefund_input_purchase_details_flight_segments_items_Input!] travel_agency: mutationInput_PostTestHelpersIssuingTransactionsCreateUnlinkedRefund_input_purchase_details_flight_travel_agency } @@ -200861,7 +200861,7 @@ scalar mutationInput_PostTestHelpersIssuingTransactionsTransactionRefund_transac input PostTestHelpersIssuingTransactionsTransactionRefund_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersIssuingTransactionsTransactionRefund_input_expand_items] + expand: [mutationInput_PostTestHelpersIssuingTransactionsTransactionRefund_input_expand_items!] """ The total amount to attempt to refund. This amount is in the provided currency, or defaults to the cards currency, and in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). """ @@ -200874,7 +200874,7 @@ union PostTestHelpersRefundsRefundExpire_response @statusCodeTypeName(subgraph: input PostTestHelpersRefundsRefundExpire_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersRefundsRefundExpire_input_expand_items] + expand: [mutationInput_PostTestHelpersRefundsRefundExpire_input_expand_items!] } scalar mutationInput_PostTestHelpersRefundsRefundExpire_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -200888,7 +200888,7 @@ input PostTestHelpersTerminalReadersReaderPresentPaymentMethod_request_Input { amount_tip: Int card_present: card_present_Input """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersTerminalReadersReaderPresentPaymentMethod_input_expand_items] + expand: [mutationInput_PostTestHelpersTerminalReadersReaderPresentPaymentMethod_input_expand_items!] interac_present: interac_present_Input type: mutationInput_PostTestHelpersTerminalReadersReaderPresentPaymentMethod_input_type } @@ -200919,7 +200919,7 @@ union PostTestHelpersTestClocks_response @statusCodeTypeName(subgraph: "Stripe", input PostTestHelpersTestClocks_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersTestClocks_input_expand_items] + expand: [mutationInput_PostTestHelpersTestClocks_input_expand_items!] """The initial frozen time for this test clock.""" frozen_time: Timestamp! """The name for this test clock.""" @@ -200952,7 +200952,7 @@ scalar mutationInput_PostTestHelpersTestClocksTestClockAdvance_test_clock @lengt input PostTestHelpersTestClocksTestClockAdvance_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersTestClocksTestClockAdvance_input_expand_items] + expand: [mutationInput_PostTestHelpersTestClocksTestClockAdvance_input_expand_items!] """ The time to advance the test clock. Must be after the test clock's current frozen time. Cannot be more than two intervals in the future from the shortest subscription in this test clock. If there are no subscriptions in this test clock, it cannot be more than two years in the future. """ @@ -200967,7 +200967,7 @@ scalar mutationInput_PostTestHelpersTreasuryInboundTransfersIdFail_id @length(su input PostTestHelpersTreasuryInboundTransfersIdFail_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersTreasuryInboundTransfersIdFail_input_expand_items] + expand: [mutationInput_PostTestHelpersTreasuryInboundTransfersIdFail_input_expand_items!] failure_details: failure_details_params_Input } @@ -201000,7 +201000,7 @@ scalar mutationInput_PostTestHelpersTreasuryInboundTransfersIdReturn_id @length( input PostTestHelpersTreasuryInboundTransfersIdReturn_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersTreasuryInboundTransfersIdReturn_input_expand_items] + expand: [mutationInput_PostTestHelpersTreasuryInboundTransfersIdReturn_input_expand_items!] } scalar mutationInput_PostTestHelpersTreasuryInboundTransfersIdReturn_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -201011,7 +201011,7 @@ scalar mutationInput_PostTestHelpersTreasuryInboundTransfersIdSucceed_id @length input PostTestHelpersTreasuryInboundTransfersIdSucceed_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersTreasuryInboundTransfersIdSucceed_input_expand_items] + expand: [mutationInput_PostTestHelpersTreasuryInboundTransfersIdSucceed_input_expand_items!] } scalar mutationInput_PostTestHelpersTreasuryInboundTransfersIdSucceed_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -201022,7 +201022,7 @@ scalar mutationInput_PostTestHelpersTreasuryOutboundPaymentsIdFail_id @length(su input PostTestHelpersTreasuryOutboundPaymentsIdFail_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersTreasuryOutboundPaymentsIdFail_input_expand_items] + expand: [mutationInput_PostTestHelpersTreasuryOutboundPaymentsIdFail_input_expand_items!] } scalar mutationInput_PostTestHelpersTreasuryOutboundPaymentsIdFail_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -201033,7 +201033,7 @@ scalar mutationInput_PostTestHelpersTreasuryOutboundPaymentsIdPost_id @length(su input PostTestHelpersTreasuryOutboundPaymentsIdPost_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersTreasuryOutboundPaymentsIdPost_input_expand_items] + expand: [mutationInput_PostTestHelpersTreasuryOutboundPaymentsIdPost_input_expand_items!] } scalar mutationInput_PostTestHelpersTreasuryOutboundPaymentsIdPost_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -201044,7 +201044,7 @@ scalar mutationInput_PostTestHelpersTreasuryOutboundPaymentsIdReturn_id @length( input PostTestHelpersTreasuryOutboundPaymentsIdReturn_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersTreasuryOutboundPaymentsIdReturn_input_expand_items] + expand: [mutationInput_PostTestHelpersTreasuryOutboundPaymentsIdReturn_input_expand_items!] returned_details: returned_details_params_Input } @@ -201074,7 +201074,7 @@ scalar mutationInput_PostTestHelpersTreasuryOutboundTransfersOutboundTransferFai input PostTestHelpersTreasuryOutboundTransfersOutboundTransferFail_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersTreasuryOutboundTransfersOutboundTransferFail_input_expand_items] + expand: [mutationInput_PostTestHelpersTreasuryOutboundTransfersOutboundTransferFail_input_expand_items!] } scalar mutationInput_PostTestHelpersTreasuryOutboundTransfersOutboundTransferFail_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -201085,7 +201085,7 @@ scalar mutationInput_PostTestHelpersTreasuryOutboundTransfersOutboundTransferPos input PostTestHelpersTreasuryOutboundTransfersOutboundTransferPost_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersTreasuryOutboundTransfersOutboundTransferPost_input_expand_items] + expand: [mutationInput_PostTestHelpersTreasuryOutboundTransfersOutboundTransferPost_input_expand_items!] } scalar mutationInput_PostTestHelpersTreasuryOutboundTransfersOutboundTransferPost_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -201096,7 +201096,7 @@ scalar mutationInput_PostTestHelpersTreasuryOutboundTransfersOutboundTransferRet input PostTestHelpersTreasuryOutboundTransfersOutboundTransferReturn_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersTreasuryOutboundTransfersOutboundTransferReturn_input_expand_items] + expand: [mutationInput_PostTestHelpersTreasuryOutboundTransfersOutboundTransferReturn_input_expand_items!] returned_details: mutationInput_PostTestHelpersTreasuryOutboundTransfersOutboundTransferReturn_input_returned_details_Input } @@ -201134,7 +201134,7 @@ input PostTestHelpersTreasuryReceivedCredits_request_Input { """ description: mutationInput_PostTestHelpersTreasuryReceivedCredits_input_description """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersTreasuryReceivedCredits_input_expand_items] + expand: [mutationInput_PostTestHelpersTreasuryReceivedCredits_input_expand_items!] """The FinancialAccount to send funds to.""" financial_account: String! initiating_payment_method_details: source_params_Input @@ -201186,7 +201186,7 @@ input PostTestHelpersTreasuryReceivedDebits_request_Input { """ description: mutationInput_PostTestHelpersTreasuryReceivedDebits_input_description """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTestHelpersTreasuryReceivedDebits_input_expand_items] + expand: [mutationInput_PostTestHelpersTreasuryReceivedDebits_input_expand_items!] """The FinancialAccount to pull funds from.""" financial_account: String! initiating_payment_method_details: mutationInput_PostTestHelpersTreasuryReceivedDebits_input_initiating_payment_method_details_Input @@ -201233,7 +201233,7 @@ input PostTokens_request_Input { customer: mutationInput_PostTokens_input_customer cvc_update: cvc_params_Input """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTokens_input_expand_items] + expand: [mutationInput_PostTokens_input_expand_items!] person: person_token_specs_Input pii: pii_token_specs_Input } @@ -201833,7 +201833,7 @@ input PostTopups_request_Input { """ description: mutationInput_PostTopups_input_description """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTopups_input_expand_items] + expand: [mutationInput_PostTopups_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -201877,7 +201877,7 @@ input PostTopupsTopup_request_Input { """ description: mutationInput_PostTopupsTopup_input_description """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTopupsTopup_input_expand_items] + expand: [mutationInput_PostTopupsTopup_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -201897,7 +201897,7 @@ scalar mutationInput_PostTopupsTopupCancel_topup @length(subgraph: "Stripe", min input PostTopupsTopupCancel_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTopupsTopupCancel_input_expand_items] + expand: [mutationInput_PostTopupsTopupCancel_input_expand_items!] } scalar mutationInput_PostTopupsTopupCancel_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -201920,7 +201920,7 @@ input PostTransfers_request_Input { """ destination: String! """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTransfers_input_expand_items] + expand: [mutationInput_PostTransfers_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -201966,7 +201966,7 @@ input PostTransfersIdReversals_request_Input { """ description: mutationInput_PostTransfersIdReversals_input_description """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTransfersIdReversals_input_expand_items] + expand: [mutationInput_PostTransfersIdReversals_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -201994,7 +201994,7 @@ input PostTransfersTransfer_request_Input { """ description: mutationInput_PostTransfersTransfer_input_description """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTransfersTransfer_input_expand_items] + expand: [mutationInput_PostTransfersTransfer_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -202016,7 +202016,7 @@ scalar mutationInput_PostTransfersTransferReversalsId_id @length(subgraph: "Stri input PostTransfersTransferReversalsId_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTransfersTransferReversalsId_input_expand_items] + expand: [mutationInput_PostTransfersTransferReversalsId_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -202029,7 +202029,7 @@ union PostTreasuryCreditReversals_response @statusCodeTypeName(subgraph: "Stripe input PostTreasuryCreditReversals_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTreasuryCreditReversals_input_expand_items] + expand: [mutationInput_PostTreasuryCreditReversals_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -202047,7 +202047,7 @@ union PostTreasuryDebitReversals_response @statusCodeTypeName(subgraph: "Stripe" input PostTreasuryDebitReversals_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTreasuryDebitReversals_input_expand_items] + expand: [mutationInput_PostTreasuryDebitReversals_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -202065,7 +202065,7 @@ union PostTreasuryFinancialAccounts_response @statusCodeTypeName(subgraph: "Stri input PostTreasuryFinancialAccounts_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTreasuryFinancialAccounts_input_expand_items] + expand: [mutationInput_PostTreasuryFinancialAccounts_input_expand_items!] features: feature_access_Input """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. @@ -202073,7 +202073,7 @@ input PostTreasuryFinancialAccounts_request_Input { metadata: JSON platform_restrictions: platform_restrictions_Input """The currencies the FinancialAccount can hold a balance in.""" - supported_currencies: [mutationInput_PostTreasuryFinancialAccounts_input_supported_currencies_items]! + supported_currencies: [mutationInput_PostTreasuryFinancialAccounts_input_supported_currencies_items!]! } scalar mutationInput_PostTreasuryFinancialAccounts_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -202147,7 +202147,7 @@ scalar mutationInput_PostTreasuryFinancialAccountsFinancialAccount_financial_acc input PostTreasuryFinancialAccountsFinancialAccount_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTreasuryFinancialAccountsFinancialAccount_input_expand_items] + expand: [mutationInput_PostTreasuryFinancialAccountsFinancialAccount_input_expand_items!] features: mutationInput_PostTreasuryFinancialAccountsFinancialAccount_input_features_Input """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. @@ -202197,7 +202197,7 @@ input PostTreasuryFinancialAccountsFinancialAccountFeatures_request_Input { card_issuing: mutationInput_PostTreasuryFinancialAccountsFinancialAccountFeatures_input_card_issuing_Input deposit_insurance: mutationInput_PostTreasuryFinancialAccountsFinancialAccountFeatures_input_deposit_insurance_Input """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTreasuryFinancialAccountsFinancialAccountFeatures_input_expand_items] + expand: [mutationInput_PostTreasuryFinancialAccountsFinancialAccountFeatures_input_expand_items!] financial_addresses: mutationInput_PostTreasuryFinancialAccountsFinancialAccountFeatures_input_financial_addresses_Input inbound_transfers: mutationInput_PostTreasuryFinancialAccountsFinancialAccountFeatures_input_inbound_transfers_Input intra_stripe_flows: mutationInput_PostTreasuryFinancialAccountsFinancialAccountFeatures_input_intra_stripe_flows_Input @@ -202270,7 +202270,7 @@ input PostTreasuryInboundTransfers_request_Input { """ description: mutationInput_PostTreasuryInboundTransfers_input_description """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTreasuryInboundTransfers_input_expand_items] + expand: [mutationInput_PostTreasuryInboundTransfers_input_expand_items!] """The FinancialAccount to send funds to.""" financial_account: String! """ @@ -202306,7 +202306,7 @@ scalar mutationInput_PostTreasuryInboundTransfersInboundTransferCancel_inbound_t input PostTreasuryInboundTransfersInboundTransferCancel_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTreasuryInboundTransfersInboundTransferCancel_input_expand_items] + expand: [mutationInput_PostTreasuryInboundTransfersInboundTransferCancel_input_expand_items!] } scalar mutationInput_PostTreasuryInboundTransfersInboundTransferCancel_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -202336,7 +202336,7 @@ input PostTreasuryOutboundPayments_request_Input { destination_payment_method_options: mutationInput_PostTreasuryOutboundPayments_input_destination_payment_method_options_Input end_user_details: end_user_details_params_Input """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTreasuryOutboundPayments_input_expand_items] + expand: [mutationInput_PostTreasuryOutboundPayments_input_expand_items!] """The FinancialAccount to pull funds from.""" financial_account: String! """ @@ -202435,7 +202435,7 @@ scalar mutationInput_PostTreasuryOutboundPaymentsIdCancel_id @length(subgraph: " input PostTreasuryOutboundPaymentsIdCancel_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTreasuryOutboundPaymentsIdCancel_input_expand_items] + expand: [mutationInput_PostTreasuryOutboundPaymentsIdCancel_input_expand_items!] } scalar mutationInput_PostTreasuryOutboundPaymentsIdCancel_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -202459,7 +202459,7 @@ input PostTreasuryOutboundTransfers_request_Input { destination_payment_method: mutationInput_PostTreasuryOutboundTransfers_input_destination_payment_method destination_payment_method_options: mutationInput_PostTreasuryOutboundTransfers_input_destination_payment_method_options_Input """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTreasuryOutboundTransfers_input_expand_items] + expand: [mutationInput_PostTreasuryOutboundTransfers_input_expand_items!] """The FinancialAccount to pull funds from.""" financial_account: String! """ @@ -202500,7 +202500,7 @@ scalar mutationInput_PostTreasuryOutboundTransfersOutboundTransferCancel_outboun input PostTreasuryOutboundTransfersOutboundTransferCancel_request_Input { """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostTreasuryOutboundTransfersOutboundTransferCancel_input_expand_items] + expand: [mutationInput_PostTreasuryOutboundTransfersOutboundTransferCancel_input_expand_items!] } scalar mutationInput_PostTreasuryOutboundTransfersOutboundTransferCancel_input_expand_items @length(subgraph: "Stripe", min: null, max: 5000) @@ -202518,9 +202518,9 @@ input PostWebhookEndpoints_request_Input { """ The list of events to enable for this endpoint. You may specify \`['*']\` to enable all events, except those that require explicit selection. """ - enabled_events: [mutationInput_PostWebhookEndpoints_input_enabled_events_items]! + enabled_events: [mutationInput_PostWebhookEndpoints_input_enabled_events_items!]! """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostWebhookEndpoints_input_expand_items] + expand: [mutationInput_PostWebhookEndpoints_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -202894,9 +202894,9 @@ input PostWebhookEndpointsWebhookEndpoint_request_Input { """ The list of events to enable for this endpoint. You may specify \`['*']\` to enable all events, except those that require explicit selection. """ - enabled_events: [mutationInput_PostWebhookEndpointsWebhookEndpoint_input_enabled_events_items] + enabled_events: [mutationInput_PostWebhookEndpointsWebhookEndpoint_input_enabled_events_items!] """Specifies which fields in the response should be expanded.""" - expand: [mutationInput_PostWebhookEndpointsWebhookEndpoint_input_expand_items] + expand: [mutationInput_PostWebhookEndpointsWebhookEndpoint_input_expand_items!] """ Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to \`metadata\`. """ @@ -203250,7 +203250,7 @@ type Query { year: String! filter: CourseFilter_Input """This schema is used to sort a collection.""" - sort: [String] + sort: [String!] page: Pagination_Input include: queryInput_public_api_v1_courses_include ): CourseListResponse @httpOperation(subgraph: "TeachersTraining", path: "/recruitment_cycles/{args.year}/courses", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"filter\\":\\"filter\\",\\"sort\\":\\"sort\\",\\"page\\":\\"page\\",\\"include\\":\\"include\\"}", queryStringOptionsByParam: "{\\"filter\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true},\\"sort\\":{\\"arrayFormat\\":\\"comma\\"},\\"page\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") @@ -203280,7 +203280,7 @@ type Query { provider_code: String! filter: CourseFilter_Input """This schema is used to sort a collection.""" - sort: [String] + sort: [String!] page: Pagination_Input include: queryInput_public_api_v1_provider_courses_include ): CourseListResponse @httpOperation(subgraph: "TeachersTraining", path: "/recruitment_cycles/{args.year}/providers/{args.provider_code}/courses", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"filter\\":\\"filter\\",\\"sort\\":\\"sort\\",\\"page\\":\\"page\\",\\"include\\":\\"include\\"}", queryStringOptionsByParam: "{\\"filter\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true},\\"sort\\":{\\"arrayFormat\\":\\"comma\\"},\\"page\\":{\\"arrayFormat\\":\\"repeat\\",\\"destructObject\\":true}}") @@ -203310,7 +203310,7 @@ type Query { """The starting year of the recruitment cycle.""" year: String! """This schema is used to sort a collection.""" - sort: [String] + sort: [String!] filter: ProviderFilter_Input page: Pagination_Input include: recruitment_cycle_const @@ -203336,9 +203336,9 @@ type Query { """This schema is used to return a collection of courses.""" type CourseListResponse { - data: [CourseResource]! + data: [CourseResource!]! """This returns the requested associated data.""" - included: [query_public_api_v1_courses_included_items] + included: [query_public_api_v1_courses_included_items!] jsonapi: JSONAPI } @@ -203369,7 +203369,7 @@ type CourseAttributes { """Bursary amount in GBP for this course.""" bursary_amount: Int """Description of requirements to be eligible for a bursary.""" - bursary_requirements: [String] + bursary_requirements: [String!] """ Date-time timestamp of when this course or any of its related data changed. """ @@ -203396,7 +203396,7 @@ type CourseAttributes { findable: Boolean funding_type: query_public_api_v1_courses_data_items_attributes_funding_type """GSCEs, or equivalent, required for this level of course.""" - gcse_subjects_required: [String] + gcse_subjects_required: [String!] """Are any bursaries available for this course?""" has_bursary: Boolean """Are early career payments available for this course?""" @@ -203432,7 +203432,7 @@ type CourseAttributes { personal_qualities: String program_type: query_public_api_v1_courses_data_items_attributes_program_type """The qualifications as an outcome of the course.""" - qualifications: [String] + qualifications: [String!] """The minimum academic qualifications needed for this course.""" required_qualifications: String required_qualifications_english: query_public_api_v1_courses_data_items_attributes_required_qualifications_english @@ -203455,7 +203455,7 @@ type CourseAttributes { """ The course’s subject codes, corresponding to subjects available on the \`/subjects\` endpoint """ - subject_codes: [String] + subject_codes: [String!] degree_grade: query_public_api_v1_courses_data_items_attributes_degree_grade """Degree subject requirements""" degree_subject_requirements: String @@ -203793,7 +203793,7 @@ union public_api_v1_provider_suggestions_response @statusCodeTypeName(subgraph: """This schema is used to return a collection of provider suggestions.""" type ProviderSuggestionListResponse { - data: [ProviderSuggestion]! + data: [ProviderSuggestion!]! jsonapi: JSONAPI } @@ -203812,7 +203812,7 @@ type ProviderSuggestionAttributes { """This schema is used to return a 400 application error""" type _400ErrorResponse { - errors: [query_public_api_v1_provider_suggestions_oneOf_1_errors_items]! + errors: [query_public_api_v1_provider_suggestions_oneOf_1_errors_items!]! } type query_public_api_v1_provider_suggestions_oneOf_1_errors_items { @@ -203828,9 +203828,9 @@ type query_public_api_v1_provider_suggestions_oneOf_1_errors_items { This schema is used to return a collection of locations for a specified course. """ type CourseLocationListResponse { - data: [LocationResource]! + data: [LocationResource!]! """This returns the requested associated data.""" - included: [query_public_api_v1_provider_course_locations_included_items] + included: [query_public_api_v1_provider_course_locations_included_items!] jsonapi: JSONAPI } @@ -203920,7 +203920,7 @@ enum queryInput_public_api_v1_provider_courses_include { type CourseSingleResponse { data: CourseResource! """This returns the requested associated data.""" - included: [query_public_api_v1_provider_course_included_items] + included: [query_public_api_v1_provider_course_included_items!] jsonapi: JSONAPI! } @@ -203942,9 +203942,9 @@ enum queryInput_public_api_v1_provider_course_include { This schema is used to return a collection of locations for a specified provider. """ type ProviderLocationListResponse { - data: [LocationResource]! + data: [LocationResource!]! """This returns the requested associated data.""" - included: [query_public_api_v1_provider_locations_included_items] + included: [query_public_api_v1_provider_locations_included_items!] jsonapi: JSONAPI } @@ -203965,8 +203965,8 @@ enum queryInput_public_api_v1_provider_locations_include { """This schema is used to return a collection of providers.""" type ProviderListResponse { - data: [ProviderResource]! - included: [RecruitmentCycleResource] + data: [ProviderResource!]! + included: [RecruitmentCycleResource!] jsonapi: JSONAPI! } @@ -204123,13 +204123,13 @@ union public_api_v1_provider_show_response @statusCodeTypeName(subgraph: "Teache """This schema is used to return a single provider.""" type ProviderSingleResponse { data: ProviderResource! - included: [RecruitmentCycleResource] + included: [RecruitmentCycleResource!] jsonapi: JSONAPI! } """This schema is used to return a 404 application error""" type _404ErrorResponse { - errors: [query_public_api_v1_provider_show_oneOf_1_errors_items]! + errors: [query_public_api_v1_provider_show_oneOf_1_errors_items!]! } type query_public_api_v1_provider_show_oneOf_1_errors_items { @@ -204143,8 +204143,8 @@ type query_public_api_v1_provider_show_oneOf_1_errors_items { """This schema is used to return a collection of subject areas.""" type SubjectAreaListResponse { - data: [SubjectAreaResource]! - included: [SubjectResource] + data: [SubjectAreaResource!]! + included: [SubjectResource!] jsonapi: JSONAPI! } @@ -204172,7 +204172,7 @@ type SubjectAreaRelationshipList { } type SubjectRelationship { - data: [query_public_api_v1_subject_areas_data_items_relationships_subjects_data_items] + data: [query_public_api_v1_subject_areas_data_items_relationships_subjects_data_items!] } type query_public_api_v1_subject_areas_data_items_relationships_subjects_data_items { @@ -204217,7 +204217,7 @@ enum subjects_const @typescript(subgraph: "TeachersTraining", type: "\\"subjects """This schema is used to return a collection of subjects.""" type SubjectListResponse { - data: [SubjectResource]! + data: [SubjectResource!]! jsonapi: JSONAPI! } @@ -204276,14 +204276,14 @@ type Query { """Maximum size of a resource""" maxSize: Int """Status of the resource""" - status: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_status_items] + status: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_status_items!] directoryOnly: Boolean """List of order""" - order: [queryInput_list_resources_at_any_folder_v1_order_items] + order: [queryInput_list_resources_at_any_folder_v1_order_items!] """ Target of the resource (the resource need to have all of the target audience passed in the list) """ - targetAudience: [String] + targetAudience: [String!] """Publication start date""" publicationStartDate: Date """Publication end date""" @@ -204291,7 +204291,7 @@ type Query { """The page number""" startKey: String size: Int - ): [query_list_resources_at_any_folder_v1_items] @httpOperation(subgraph: "Toto", path: "/api/v1/companies/{args.companyId}/knowledgecenter/folders/{args.folderId}/resources", operationSpecificHeaders: "{\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"X-Correlation-Id\\":\\"{args.X_Correlation_Id}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"querySearch\\":\\"querySearch\\",\\"minSize\\":\\"minSize\\",\\"maxSize\\":\\"maxSize\\",\\"status\\":\\"status\\",\\"directoryOnly\\":\\"directoryOnly\\",\\"order\\":\\"order\\",\\"targetAudience\\":\\"targetAudience\\",\\"publicationStartDate\\":\\"publicationStartDate\\",\\"publicationEndDate\\":\\"publicationEndDate\\",\\"startKey\\":\\"startKey\\",\\"size\\":\\"size\\"}") + ): [query_list_resources_at_any_folder_v1_items!] @httpOperation(subgraph: "Toto", path: "/api/v1/companies/{args.companyId}/knowledgecenter/folders/{args.folderId}/resources", operationSpecificHeaders: "{\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"X-Correlation-Id\\":\\"{args.X_Correlation_Id}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"querySearch\\":\\"querySearch\\",\\"minSize\\":\\"minSize\\",\\"maxSize\\":\\"maxSize\\",\\"status\\":\\"status\\",\\"directoryOnly\\":\\"directoryOnly\\",\\"order\\":\\"order\\",\\"targetAudience\\":\\"targetAudience\\",\\"publicationStartDate\\":\\"publicationStartDate\\",\\"publicationEndDate\\":\\"publicationEndDate\\",\\"startKey\\":\\"startKey\\",\\"size\\":\\"size\\"}") """List All Resources At The Root Folder""" list_resources_at_the_root_folder_v1( """As defined in RFC 3282 https://tools.ietf.org/html/rfc3282""" @@ -204306,14 +204306,14 @@ type Query { """Maximum size of a resource""" maxSize: Int """Status of the resource""" - status: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_status_items] + status: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_status_items!] directoryOnly: Boolean """List of order""" - order: [queryInput_list_resources_at_any_folder_v1_order_items] + order: [queryInput_list_resources_at_any_folder_v1_order_items!] """ Target of the resource (the resource need to have all of the target audience passed in the list) """ - targetAudience: [String] + targetAudience: [String!] """Publication start date""" publicationStartDate: Date """Publication end date""" @@ -204321,7 +204321,7 @@ type Query { """The page number""" startKey: String size: Int - ): [query_list_resources_at_the_root_folder_v1_items] @httpOperation(subgraph: "Toto", path: "/api/v1/companies/{args.companyId}/knowledgecenter/resources", operationSpecificHeaders: "{\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"X-Correlation-Id\\":\\"{args.X_Correlation_Id}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"querySearch\\":\\"querySearch\\",\\"minSize\\":\\"minSize\\",\\"maxSize\\":\\"maxSize\\",\\"status\\":\\"status\\",\\"directoryOnly\\":\\"directoryOnly\\",\\"order\\":\\"order\\",\\"targetAudience\\":\\"targetAudience\\",\\"publicationStartDate\\":\\"publicationStartDate\\",\\"publicationEndDate\\":\\"publicationEndDate\\",\\"startKey\\":\\"startKey\\",\\"size\\":\\"size\\"}") + ): [query_list_resources_at_the_root_folder_v1_items!] @httpOperation(subgraph: "Toto", path: "/api/v1/companies/{args.companyId}/knowledgecenter/resources", operationSpecificHeaders: "{\\"Accept-Language\\":\\"{args.Accept_Language}\\",\\"X-Correlation-Id\\":\\"{args.X_Correlation_Id}\\",\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"querySearch\\":\\"querySearch\\",\\"minSize\\":\\"minSize\\",\\"maxSize\\":\\"maxSize\\",\\"status\\":\\"status\\",\\"directoryOnly\\":\\"directoryOnly\\",\\"order\\":\\"order\\",\\"targetAudience\\":\\"targetAudience\\",\\"publicationStartDate\\":\\"publicationStartDate\\",\\"publicationEndDate\\":\\"publicationEndDate\\",\\"startKey\\":\\"startKey\\",\\"size\\":\\"size\\"}") """Get Resource by ID""" get_resource_by_id_v1( """As defined in RFC 3282 https://tools.ietf.org/html/rfc3282""" @@ -204334,19 +204334,19 @@ type Query { } type query_list_resources_at_any_folder_v1_items { - parentHierarchy: [ParentFolderGetWithLocalizedNameDTO] + parentHierarchy: [ParentFolderGetWithLocalizedNameDTO!] parentFolderId: String """Status of the resource""" - status: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_status_items] + status: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_status_items!] publicationStartTimestamp: DateTime publicationEndTimestamp: DateTime previewUrl: String - allowedTargetAudiences: [String] + allowedTargetAudiences: [String!] shiftFenced: Boolean punchedFenced: Boolean geoFenced: Boolean pinned: Boolean - type: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_type_items] + type: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_type_items!] id: String lastUpdateTimestamp: DateTime lastUpdateUserId: String @@ -204359,14 +204359,14 @@ type query_list_resources_at_any_folder_v1_items { } type ParentFolderGetWithLocalizedNameDTO { - type: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_type_items]! + type: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_type_items!]! id: String! """Status of the resource""" - status: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_status_items]! + status: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_status_items!]! publicationStartTimestamp: DateTime publicationEndTimestamp: DateTime previewUrl: String - allowedTargetAudiences: [String] + allowedTargetAudiences: [String!] isShiftFenced: Boolean isPunchedFenced: Boolean isGeoFenced: Boolean @@ -204402,19 +204402,19 @@ scalar queryInput_list_resources_at_any_folder_v1_order_items @regexp(subgraph: scalar Date type query_list_resources_at_the_root_folder_v1_items { - parentHierarchy: [ParentFolderGetWithLocalizedNameDTO] + parentHierarchy: [ParentFolderGetWithLocalizedNameDTO!] parentFolderId: String """Status of the resource""" - status: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_status_items] + status: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_status_items!] publicationStartTimestamp: DateTime publicationEndTimestamp: DateTime previewUrl: String - allowedTargetAudiences: [String] + allowedTargetAudiences: [String!] shiftFenced: Boolean punchedFenced: Boolean geoFenced: Boolean pinned: Boolean - type: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_type_items] + type: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_type_items!] id: String lastUpdateTimestamp: DateTime lastUpdateUserId: String @@ -204429,19 +204429,19 @@ type query_list_resources_at_the_root_folder_v1_items { union get_resource_by_id_v1_200_response = FileGetWithI18nDTO | FolderGetWithI18nDTO type FileGetWithI18nDTO { - parentHierarchy: [ParentFolderGetWithLocalizedNameDTO] + parentHierarchy: [ParentFolderGetWithLocalizedNameDTO!] parentFolderId: String """Status of the resource""" - status: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_status_items] + status: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_status_items!] publicationStartTimestamp: DateTime publicationEndTimestamp: DateTime previewUrl: String - allowedTargetAudiences: [String] + allowedTargetAudiences: [String!] shiftFenced: Boolean punchedFenced: Boolean geoFenced: Boolean pinned: Boolean - type: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_type_items] + type: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_type_items!] id: String lastUpdateTimestamp: DateTime lastUpdateUserId: String @@ -204457,19 +204457,19 @@ The \`JSON\` scalar type represents JSON values as specified by [ECMA-404](http: scalar JSON @specifiedBy(url: "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf") type FolderGetWithI18nDTO { - parentHierarchy: [ParentFolderGetWithLocalizedNameDTO] + parentHierarchy: [ParentFolderGetWithLocalizedNameDTO!] parentFolderId: String """Status of the resource""" - status: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_status_items] + status: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_status_items!] publicationStartTimestamp: DateTime publicationEndTimestamp: DateTime previewUrl: String - allowedTargetAudiences: [String] + allowedTargetAudiences: [String!] shiftFenced: Boolean punchedFenced: Boolean geoFenced: Boolean pinned: Boolean - type: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_type_items] + type: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_type_items!] id: String lastUpdateTimestamp: DateTime lastUpdateUserId: String @@ -204543,13 +204543,13 @@ input FileCreateDTO_Input { publicationStartTimestamp: DateTime publicationEndTimestamp: DateTime previewUrl: String - allowedTargetAudiences: [String] + allowedTargetAudiences: [String!] shiftFenced: Boolean punchedFenced: Boolean geoFenced: Boolean pinned: Boolean i18n: JSON! - type: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_type_items]! + type: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_type_items!]! size: Int url: String contentType: String @@ -204561,13 +204561,13 @@ input FolderCreateDTO_Input { publicationStartTimestamp: DateTime publicationEndTimestamp: DateTime previewUrl: String - allowedTargetAudiences: [String] + allowedTargetAudiences: [String!] shiftFenced: Boolean punchedFenced: Boolean geoFenced: Boolean pinned: Boolean i18n: JSON! - type: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_type_items]! + type: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_type_items!]! size: JSON! url: JSON! contentType: JSON! @@ -204583,11 +204583,11 @@ input update_resource_at_any_folder_v1_request_Input @oneOf(subgraph: "Toto") { input FileUpdateDTO_Input { parentFolderId: String """Status of the resource""" - status: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_status_items] + status: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_status_items!] publicationStartTimestamp: DateTime publicationEndTimestamp: DateTime previewUrl: String - allowedTargetAudiences: [String] + allowedTargetAudiences: [String!] shiftFenced: Boolean punchedFenced: Boolean geoFenced: Boolean @@ -204601,11 +204601,11 @@ input FileUpdateDTO_Input { input FolderUpdateDTO_Input { parentFolderId: String """Status of the resource""" - status: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_status_items] + status: [query_list_resources_at_any_folder_v1_items_anyOf_0_allOf_0_allOf_0_parentHierarchy_items_status_items!] publicationStartTimestamp: DateTime publicationEndTimestamp: DateTime previewUrl: String - allowedTargetAudiences: [String] + allowedTargetAudiences: [String!] shiftFenced: Boolean punchedFenced: Boolean geoFenced: Boolean @@ -204645,7 +204645,7 @@ type Error { message: mutation_delete_resource_at_the_root_folder_v1_oneOf_1_message! """Message for debug purposes. Not intended to be shown the users.""" debugMessage: String - errors: [Error_Details] + errors: [Error_Details!] localizedMessage: JSON! } @@ -204867,7 +204867,7 @@ type query_weatherForecast_by_key_forecast_q_by_state_by_place_json_forecast { type query_weatherForecast_by_key_forecast_q_by_state_by_place_json_forecast_txt_forecast { date: String! - forecastday: [query_weatherForecast_by_key_forecast_q_by_state_by_place_json_forecast_txt_forecast_forecastday_items]! + forecastday: [query_weatherForecast_by_key_forecast_q_by_state_by_place_json_forecast_txt_forecast_forecastday_items!]! } type query_weatherForecast_by_key_forecast_q_by_state_by_place_json_forecast_txt_forecast_forecastday_items { @@ -204881,7 +204881,7 @@ type query_weatherForecast_by_key_forecast_q_by_state_by_place_json_forecast_txt } type query_weatherForecast_by_key_forecast_q_by_state_by_place_json_forecast_simpleforecast { - forecastday: [query_weatherForecast_by_key_forecast_q_by_state_by_place_json_forecast_simpleforecast_forecastday_items]! + forecastday: [query_weatherForecast_by_key_forecast_q_by_state_by_place_json_forecast_simpleforecast_forecastday_items!]! } type query_weatherForecast_by_key_forecast_q_by_state_by_place_json_forecast_simpleforecast_forecastday_items { @@ -205036,7 +205036,7 @@ type Project implements IssueFolder { description: String fromEmail: String iconUrl: String - issues: [Issue] + issues: [Issue!] leader: User name: String replyToEmail: String @@ -205065,8 +205065,8 @@ interface User @discriminator(subgraph: "YouTrack", field: "$type", mapping: "{\ guest: Boolean online: Boolean banned: Boolean - tags: [Tag] - savedQueries: [SavedQuery] + tags: [Tag!] + savedQueries: [SavedQuery!] avatarUrl: String profiles: UserProfiles _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") @@ -205081,7 +205081,7 @@ type Tag { updateableBy: UserGroup readSharingSettings: WatchFolderSharingSettings updateSharingSettings: WatchFolderSharingSettings - issues: [Issue] + issues: [Issue!] color: FieldStyle untagOnResolve: Boolean tagSharingSettings: TagSharingSettings @@ -205106,33 +205106,33 @@ scalar BigInt """Stores users and groups that have access to a tag or a saved search.""" type WatchFolderSharingSettings @discriminator(subgraph: "YouTrack", field: "$type") { id: String - permittedGroups: [UserGroup] - permittedUsers: [User] + permittedGroups: [UserGroup!] + permittedUsers: [User!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } type Issue @discriminator(subgraph: "YouTrack", field: "$type") { id: String - attachments: [IssueAttachment] - comments: [IssueComment] + attachments: [IssueAttachment!] + comments: [IssueComment!] commentsCount: Int created: BigInt - customFields: [IssueCustomField] + customFields: [IssueCustomField!] description: String draftOwner: User externalIssue: ExternalIssue idReadable: String isDraft: Boolean - links: [IssueLink] + links: [IssueLink!] numberInProject: BigInt parent: IssueLink - pinnedComments: [IssueComment] + pinnedComments: [IssueComment!] project: Project reporter: User resolved: BigInt subtasks: IssueLink summary: String - tags: [Tag] + tags: [Tag!] updated: BigInt updater: User visibility: Visibility @@ -205167,13 +205167,13 @@ type IssueAttachment @discriminator(subgraph: "YouTrack", field: "$type") { type IssueComment @discriminator(subgraph: "YouTrack", field: "$type") { id: String - attachments: [IssueAttachment] + attachments: [IssueAttachment!] author: User created: BigInt deleted: Boolean issue: Issue pinned: Boolean - reactions: [Reaction] + reactions: [Reaction!] text: String textPreview: String updated: BigInt @@ -205221,7 +205221,7 @@ type CustomField @discriminator(subgraph: "YouTrack", field: "$type") { fieldDefaults: CustomFieldDefaults hasRunningJob: Boolean isUpdateable: Boolean - instances: [ProjectCustomField] + instances: [ProjectCustomField!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -205266,8 +205266,8 @@ type IssueLink @discriminator(subgraph: "YouTrack", field: "$type") { id: String direction: query_activities_items_author_tags_items_allOf_0_allOf_0_discriminatorMapping_SavedQuery_allOf_1_issues_items_links_items_direction linkType: IssueLinkType - issues: [Issue] - trimmedIssues: [Issue] + issues: [Issue!] + trimmedIssues: [Issue!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -205295,8 +205295,8 @@ type IssueLinkType @discriminator(subgraph: "YouTrack", field: "$type") { type IssueVoters @discriminator(subgraph: "YouTrack", field: "$type") { id: String hasVote: Boolean - original: [User] - duplicate: [DuplicateVote] + original: [User!] + duplicate: [DuplicateVote!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -205312,8 +205312,8 @@ type DuplicateVote @discriminator(subgraph: "YouTrack", field: "$type") { type IssueWatchers @discriminator(subgraph: "YouTrack", field: "$type") { id: String hasStar: Boolean - issueWatchers: [IssueWatcher] - duplicateWatchers: [IssueWatcher] + issueWatchers: [IssueWatcher!] + duplicateWatchers: [IssueWatcher!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -205337,15 +205337,15 @@ type FieldStyle @discriminator(subgraph: "YouTrack", field: "$type") { """Stores users and groups that have access to a tag.""" type TagSharingSettings @discriminator(subgraph: "YouTrack", field: "$type") { id: String - permittedGroups: [UserGroup] - permittedUsers: [User] + permittedGroups: [UserGroup!] + permittedUsers: [User!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } type SavedQuery { id: String query: String - issues: [Issue] + issues: [Issue!] visibleFor: UserGroup updateableBy: UserGroup readSharingSettings: WatchFolderSharingSettings @@ -205430,8 +205430,8 @@ type PeriodFieldFormat @discriminator(subgraph: "YouTrack", field: "$type") { """Represents visibility limited to several users and/or groups.""" type LimitedVisibility implements Visibility { id: String - permittedGroups: [UserGroup] - permittedUsers: [User] + permittedGroups: [UserGroup!] + permittedUsers: [User!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -205522,7 +205522,7 @@ type BuildBundleElement implements BundleElement { """Represents a set of field values in YouTrack.""" type BaseBundle implements Bundle { id: String - values: [BundleElement] + values: [BundleElement!] isUpdateable: Boolean _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -205531,16 +205531,16 @@ type UserBundle implements Bundle { id: String isUpdateable: Boolean _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") - groups: [UserGroup] - individuals: [User] - aggregatedUsers: [User] + groups: [UserGroup!] + individuals: [User!] + aggregatedUsers: [User!] } """Represents default settings for the user-type field.""" type UserCustomFieldDefaults implements CustomFieldDefaults { id: String bundle: UserBundle - defaultValues: [User] + defaultValues: [User!] canBeEmpty: Boolean emptyFieldText: String isPublic: Boolean @@ -205571,7 +205571,7 @@ type FieldBasedCondition implements CustomFieldCondition { Represents project settings for a custom field with a defined set of values. """ field: BundleProjectCustomField - values: [BundleElement] + values: [BundleElement!] showForNullValue: Boolean parent: ProjectCustomField _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") @@ -205580,7 +205580,7 @@ type FieldBasedCondition implements CustomFieldCondition { """Represents project settings for a group custom field.""" type GroupProjectCustomField implements ProjectCustomField { id: String - defaultValues: [UserGroup] + defaultValues: [UserGroup!] field: CustomField project: Project canBeEmpty: Boolean @@ -205694,8 +205694,8 @@ type VcsUnresolvedUser implements User { guest: Boolean online: Boolean banned: Boolean - tags: [Tag] - savedQueries: [SavedQuery] + tags: [Tag!] + savedQueries: [SavedQuery!] avatarUrl: String profiles: UserProfiles _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") @@ -205710,8 +205710,8 @@ type Me implements User { guest: Boolean online: Boolean banned: Boolean - tags: [Tag] - savedQueries: [SavedQuery] + tags: [Tag!] + savedQueries: [SavedQuery!] avatarUrl: String profiles: UserProfiles _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") @@ -205827,9 +205827,9 @@ type VcsHostingChangesProcessor implements ChangesProcessor { branchSpecification: String committers: UserGroup project: Project - relatedProjects: [Project] + relatedProjects: [Project!] enabled: Boolean - visibleForGroups: [UserGroup] + visibleForGroups: [UserGroup!] addComments: Boolean lookupIssuesInBranchName: Boolean _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") @@ -205842,9 +205842,9 @@ interface ChangesProcessor @discriminator(subgraph: "YouTrack", field: "$type", id: String server: VcsServer project: Project - relatedProjects: [Project] + relatedProjects: [Project!] enabled: Boolean - visibleForGroups: [UserGroup] + visibleForGroups: [UserGroup!] addComments: Boolean lookupIssuesInBranchName: Boolean _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") @@ -205855,9 +205855,9 @@ type TeamcityChangesProcessor implements ChangesProcessor { id: String server: VcsServer project: Project - relatedProjects: [Project] + relatedProjects: [Project!] enabled: Boolean - visibleForGroups: [UserGroup] + visibleForGroups: [UserGroup!] addComments: Boolean lookupIssuesInBranchName: Boolean _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") @@ -205868,9 +205868,9 @@ type JenkinsChangesProcessor implements ChangesProcessor { id: String server: VcsServer project: Project - relatedProjects: [Project] + relatedProjects: [Project!] enabled: Boolean - visibleForGroups: [UserGroup] + visibleForGroups: [UserGroup!] addComments: Boolean lookupIssuesInBranchName: Boolean _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") @@ -205881,9 +205881,9 @@ type UpsourceChangesProcessor implements ChangesProcessor { id: String server: VcsServer project: Project - relatedProjects: [Project] + relatedProjects: [Project!] enabled: Boolean - visibleForGroups: [UserGroup] + visibleForGroups: [UserGroup!] addComments: Boolean lookupIssuesInBranchName: Boolean _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") @@ -205902,7 +205902,7 @@ type IssueWorkItem implements BaseWorkItem { duration: DurationValue date: BigInt issue: Issue - attributes: [WorkItemAttribute] + attributes: [WorkItemAttribute!] } """Represents a basic ancestor for work items.""" @@ -205941,7 +205941,7 @@ type WorkItemProjectAttribute @discriminator(subgraph: "YouTrack", field: "$type id: String timeTrackingSettings: ProjectTimeTrackingSettings prototype: WorkItemAttributePrototype - values: [WorkItemAttributeValue] + values: [WorkItemAttributeValue!] name: String ordinal: Int _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") @@ -205952,9 +205952,9 @@ type ProjectTimeTrackingSettings @discriminator(subgraph: "YouTrack", field: "$t enabled: Boolean estimate: ProjectCustomField timeSpent: ProjectCustomField - workItemTypes: [WorkItemType] + workItemTypes: [WorkItemType!] project: Project - attributes: [WorkItemProjectAttribute] + attributes: [WorkItemProjectAttribute!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -205964,8 +205964,8 @@ Represents a work item attribute prototype that is common for all projects. The type WorkItemAttributePrototype @discriminator(subgraph: "YouTrack", field: "$type") { id: String name: String - instances: [WorkItemProjectAttribute] - values: [WorkItemAttributeValue] + instances: [WorkItemProjectAttribute!] + values: [WorkItemAttributeValue!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -206039,7 +206039,7 @@ type AgileColumnFieldValue implements DatabaseAttributeValue { type AttributeBasedSwimlaneSettings implements SwimlaneSettings { id: String field: FilterField - values: [SwimlaneEntityAttributeValue] + values: [SwimlaneEntityAttributeValue!] enabled: Boolean _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -206058,7 +206058,7 @@ type IssueBasedSwimlaneSettings implements SwimlaneSettings { id: String field: FilterField defaultCardType: SwimlaneValue - values: [SwimlaneValue] + values: [SwimlaneValue!] enabled: Boolean _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -206088,7 +206088,7 @@ interface ColorCoding @discriminator(subgraph: "YouTrack", field: "$type", mappi """Lets you set a color for a card based on its project.""" type ProjectBasedColorCoding implements ColorCoding { id: String - projectColors: [ProjectColor] + projectColors: [ProjectColor!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -206116,14 +206116,14 @@ type CustomFieldActivityItem implements ActivityItem { type Article implements BaseArticle { id: String - attachments: [ArticleAttachment] + attachments: [ArticleAttachment!] content: String reporter: User summary: String visibility: Visibility _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") - childArticles: [Article] - comments: [ArticleComment] + childArticles: [Article!] + comments: [ArticleComment!] created: BigInt externalArticle: ExternalArticle hasChildren: Boolean @@ -206131,9 +206131,9 @@ type Article implements BaseArticle { idReadable: String ordinal: BigInt parentArticle: Article - pinnedComments: [ArticleComment] + pinnedComments: [ArticleComment!] project: Project - tags: [Tag] + tags: [Tag!] updated: BigInt updatedBy: User } @@ -206141,7 +206141,7 @@ type Article implements BaseArticle { """Represents a base article entity.""" interface BaseArticle @discriminator(subgraph: "YouTrack", field: "$type", mapping: "{\\"BaseArticle\\":\\"BaseArticle\\",\\"Article\\":\\"Article\\"}") { id: String - attachments: [ArticleAttachment] + attachments: [ArticleAttachment!] content: String reporter: User summary: String @@ -206174,11 +206174,11 @@ type ArticleAttachment @discriminator(subgraph: "YouTrack", field: "$type") { type ArticleComment @discriminator(subgraph: "YouTrack", field: "$type") { id: String article: Article - attachments: [ArticleAttachment] + attachments: [ArticleAttachment!] author: User created: BigInt pinned: Boolean - reactions: [Reaction] + reactions: [Reaction!] text: String updated: BigInt visibility: Visibility @@ -206213,8 +206213,8 @@ interface CommandVisibility @discriminator(subgraph: "YouTrack", field: "$type", """Stores the restricted visibility settings for the command.""" type CommandLimitedVisibility implements CommandVisibility { id: String - permittedGroups: [UserGroup] - permittedUsers: [User] + permittedGroups: [UserGroup!] + permittedUsers: [User!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -206251,7 +206251,7 @@ type Query { fields: String = "$type,added,author($type,id,login,ringId),category($type,id),field($type,customField($type,fieldType($type,id),id,localizedName,name),id,name),id,removed,target,targetMember,timestamp" _DOLLAR_skip: Int _DOLLAR_top: Int - ): [ActivityItem] @httpOperation(subgraph: "YouTrack", path: "/activities", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"categories\\":\\"categories\\",\\"reverse\\":\\"reverse\\",\\"start\\":\\"start\\",\\"end\\":\\"end\\",\\"author\\":\\"author\\",\\"issueQuery\\":\\"issueQuery\\",\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + ): [ActivityItem!] @httpOperation(subgraph: "YouTrack", path: "/activities", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"categories\\":\\"categories\\",\\"reverse\\":\\"reverse\\",\\"start\\":\\"start\\",\\"end\\":\\"end\\",\\"author\\":\\"author\\",\\"issueQuery\\":\\"issueQuery\\",\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") activities_by_id(id: String!, fields: String = "$type,added,author($type,id,login,ringId),category($type,id),field($type,customField($type,fieldType($type,id),id,localizedName,name),id,name),id,removed,target,targetMember,timestamp"): ActivityItem @httpOperation(subgraph: "YouTrack", path: "/activities/{args.id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") activitiesPage( categories: String @@ -206289,39 +206289,39 @@ type Query { activityId: String fields: String = "$type,activities($type,added,author($type,id,login,ringId),category($type,id),field($type,customField($type,fieldType($type,id),id,localizedName,name),id,name),id,removed,target,targetMember,timestamp),afterCursor,beforeCursor,hasAfter,hasBefore,id" ): ActivityCursorPage @httpOperation(subgraph: "YouTrack", path: "/activitiesPage", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"categories\\":\\"categories\\",\\"reverse\\":\\"reverse\\",\\"start\\":\\"start\\",\\"end\\":\\"end\\",\\"author\\":\\"author\\",\\"issueQuery\\":\\"issueQuery\\",\\"cursor\\":\\"cursor\\",\\"activityId\\":\\"activityId\\",\\"fields\\":\\"fields\\"}") - admin_customFieldSettings_bundles_build(fields: String = "$type,id", _DOLLAR_skip: Int, _DOLLAR_top: Int): [BuildBundle] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/build", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_customFieldSettings_bundles_build(fields: String = "$type,id", _DOLLAR_skip: Int, _DOLLAR_top: Int): [BuildBundle!] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/build", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") admin_customFieldSettings_bundles_build_by_id(id: String!, fields: String = "$type,id"): BuildBundle @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/build/{args.id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - admin_customFieldSettings_bundles_build_by_id_values(id: String!, fields: String = "$type,assembleDate,color($type,background,foreground,id),id,name,ordinal", _DOLLAR_skip: Int, _DOLLAR_top: Int): [BuildBundleElement] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/build/{args.id}/values", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_customFieldSettings_bundles_build_by_id_values(id: String!, fields: String = "$type,assembleDate,color($type,background,foreground,id),id,name,ordinal", _DOLLAR_skip: Int, _DOLLAR_top: Int): [BuildBundleElement!] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/build/{args.id}/values", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") admin_customFieldSettings_bundles_build_by_id_values_by_buildBundleElementId(id: String!, buildBundleElementId: String!, fields: String = "$type,assembleDate,color($type,background,foreground,id),id,name,ordinal"): BuildBundleElement @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/build/{args.id}/values/{args.buildBundleElementId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - admin_customFieldSettings_bundles_enum(fields: String = "$type,id", _DOLLAR_skip: Int, _DOLLAR_top: Int): [EnumBundle] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/enum", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_customFieldSettings_bundles_enum(fields: String = "$type,id", _DOLLAR_skip: Int, _DOLLAR_top: Int): [EnumBundle!] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/enum", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") admin_customFieldSettings_bundles_enum_by_id(id: String!, fields: String = "$type,id"): EnumBundle @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/enum/{args.id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - admin_customFieldSettings_bundles_enum_by_id_values(id: String!, fields: String = "$type,color($type,background,foreground,id),id,localizedName,name,ordinal", _DOLLAR_skip: Int, _DOLLAR_top: Int): [EnumBundleElement] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/enum/{args.id}/values", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_customFieldSettings_bundles_enum_by_id_values(id: String!, fields: String = "$type,color($type,background,foreground,id),id,localizedName,name,ordinal", _DOLLAR_skip: Int, _DOLLAR_top: Int): [EnumBundleElement!] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/enum/{args.id}/values", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") admin_customFieldSettings_bundles_enum_by_id_values_by_enumBundleElementId(id: String!, enumBundleElementId: String!, fields: String = "$type,color($type,background,foreground,id),id,localizedName,name,ordinal"): EnumBundleElement @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/enum/{args.id}/values/{args.enumBundleElementId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - admin_customFieldSettings_bundles_ownedField(fields: String = "$type,id", _DOLLAR_skip: Int, _DOLLAR_top: Int): [OwnedBundle] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/ownedField", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_customFieldSettings_bundles_ownedField(fields: String = "$type,id", _DOLLAR_skip: Int, _DOLLAR_top: Int): [OwnedBundle!] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/ownedField", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") admin_customFieldSettings_bundles_ownedField_by_id(id: String!, fields: String = "$type,id"): OwnedBundle @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/ownedField/{args.id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - admin_customFieldSettings_bundles_ownedField_by_id_values(id: String!, fields: String = "$type,color($type,background,foreground,id),id,name,ordinal,owner($type,id,login,ringId)", _DOLLAR_skip: Int, _DOLLAR_top: Int): [OwnedBundleElement] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/ownedField/{args.id}/values", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_customFieldSettings_bundles_ownedField_by_id_values(id: String!, fields: String = "$type,color($type,background,foreground,id),id,name,ordinal,owner($type,id,login,ringId)", _DOLLAR_skip: Int, _DOLLAR_top: Int): [OwnedBundleElement!] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/ownedField/{args.id}/values", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") admin_customFieldSettings_bundles_ownedField_by_id_values_by_ownedBundleElementId(id: String!, ownedBundleElementId: String!, fields: String = "$type,color($type,background,foreground,id),id,name,ordinal,owner($type,id,login,ringId)"): OwnedBundleElement @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/ownedField/{args.id}/values/{args.ownedBundleElementId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - admin_customFieldSettings_bundles_state(fields: String = "$type,id", _DOLLAR_skip: Int, _DOLLAR_top: Int): [StateBundle] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/state", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_customFieldSettings_bundles_state(fields: String = "$type,id", _DOLLAR_skip: Int, _DOLLAR_top: Int): [StateBundle!] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/state", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") admin_customFieldSettings_bundles_state_by_id(id: String!, fields: String = "$type,id"): StateBundle @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/state/{args.id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - admin_customFieldSettings_bundles_state_by_id_values(id: String!, fields: String = "$type,color($type,background,foreground,id),id,isResolved,localizedName,name,ordinal", _DOLLAR_skip: Int, _DOLLAR_top: Int): [StateBundleElement] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/state/{args.id}/values", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_customFieldSettings_bundles_state_by_id_values(id: String!, fields: String = "$type,color($type,background,foreground,id),id,isResolved,localizedName,name,ordinal", _DOLLAR_skip: Int, _DOLLAR_top: Int): [StateBundleElement!] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/state/{args.id}/values", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") admin_customFieldSettings_bundles_state_by_id_values_by_stateBundleElementId(id: String!, stateBundleElementId: String!, fields: String = "$type,color($type,background,foreground,id),id,isResolved,localizedName,name,ordinal"): StateBundleElement @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/state/{args.id}/values/{args.stateBundleElementId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - admin_customFieldSettings_bundles_user(fields: String = "$type,id", _DOLLAR_skip: Int, _DOLLAR_top: Int): [UserBundle] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/user", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_customFieldSettings_bundles_user(fields: String = "$type,id", _DOLLAR_skip: Int, _DOLLAR_top: Int): [UserBundle!] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/user", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") admin_customFieldSettings_bundles_user_by_id(id: String!, fields: String = "$type,id"): UserBundle @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/user/{args.id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - admin_customFieldSettings_bundles_user_by_id_aggregatedUsers(id: String!, fields: String = "$type,banned,email,fullName,guest,id,login,ringId", _DOLLAR_skip: Int, _DOLLAR_top: Int): [User] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/user/{args.id}/aggregatedUsers", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") - admin_customFieldSettings_bundles_user_by_id_groups(id: String!, fields: String = "$type,allUsersGroup,id,name,ringId", _DOLLAR_skip: Int, _DOLLAR_top: Int): [UserGroup] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/user/{args.id}/groups", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_customFieldSettings_bundles_user_by_id_aggregatedUsers(id: String!, fields: String = "$type,banned,email,fullName,guest,id,login,ringId", _DOLLAR_skip: Int, _DOLLAR_top: Int): [User!] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/user/{args.id}/aggregatedUsers", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_customFieldSettings_bundles_user_by_id_groups(id: String!, fields: String = "$type,allUsersGroup,id,name,ringId", _DOLLAR_skip: Int, _DOLLAR_top: Int): [UserGroup!] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/user/{args.id}/groups", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") admin_customFieldSettings_bundles_user_by_id_groups_by_userGroupId(id: String!, userGroupId: String!, fields: String = "$type,allUsersGroup,id,name,ringId"): UserGroup @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/user/{args.id}/groups/{args.userGroupId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - admin_customFieldSettings_bundles_user_by_id_individuals(id: String!, fields: String = "$type,banned,email,fullName,guest,id,login,ringId", _DOLLAR_skip: Int, _DOLLAR_top: Int): [User] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/user/{args.id}/individuals", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_customFieldSettings_bundles_user_by_id_individuals(id: String!, fields: String = "$type,banned,email,fullName,guest,id,login,ringId", _DOLLAR_skip: Int, _DOLLAR_top: Int): [User!] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/user/{args.id}/individuals", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") admin_customFieldSettings_bundles_user_by_id_individuals_by_userId(id: String!, userId: String!, fields: String = "$type,banned,email,fullName,guest,id,login,ringId"): User @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/user/{args.id}/individuals/{args.userId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - admin_customFieldSettings_bundles_version(fields: String = "$type,id", _DOLLAR_skip: Int, _DOLLAR_top: Int): [VersionBundle] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/version", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_customFieldSettings_bundles_version(fields: String = "$type,id", _DOLLAR_skip: Int, _DOLLAR_top: Int): [VersionBundle!] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/version", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") admin_customFieldSettings_bundles_version_by_id(id: String!, fields: String = "$type,id"): VersionBundle @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/version/{args.id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - admin_customFieldSettings_bundles_version_by_id_values(id: String!, fields: String = "$type,archived,color($type,background,foreground,id),id,name,ordinal,releaseDate,released", _DOLLAR_skip: Int, _DOLLAR_top: Int): [VersionBundleElement] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/version/{args.id}/values", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_customFieldSettings_bundles_version_by_id_values(id: String!, fields: String = "$type,archived,color($type,background,foreground,id),id,name,ordinal,releaseDate,released", _DOLLAR_skip: Int, _DOLLAR_top: Int): [VersionBundleElement!] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/version/{args.id}/values", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") admin_customFieldSettings_bundles_version_by_id_values_by_versionBundleElementId(id: String!, versionBundleElementId: String!, fields: String = "$type,archived,color($type,background,foreground,id),id,name,ordinal,releaseDate,released"): VersionBundleElement @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/bundles/version/{args.id}/values/{args.versionBundleElementId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - admin_customFieldSettings_customFields(fields: String = "$type,fieldType($type,id),id,isAutoAttached,isUpdateable,localizedName,name,ordinal", _DOLLAR_skip: Int, _DOLLAR_top: Int): [CustomField] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/customFields", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_customFieldSettings_customFields(fields: String = "$type,fieldType($type,id),id,isAutoAttached,isUpdateable,localizedName,name,ordinal", _DOLLAR_skip: Int, _DOLLAR_top: Int): [CustomField!] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/customFields", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") admin_customFieldSettings_customFields_by_id(id: String!, fields: String = "$type,fieldType($type,id),id,isAutoAttached,isUpdateable,localizedName,name,ordinal"): CustomField @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/customFields/{args.id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") admin_customFieldSettings_customFields_by_id_fieldDefaults(id: String!, fields: String = "$type,bundle($type,id),canBeEmpty,defaultValues($type,id,name),emptyFieldText,id,isPublic"): CustomFieldDefaults @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/customFields/{args.id}/fieldDefaults", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - admin_customFieldSettings_customFields_by_id_instances(id: String!, fields: String = "$type,bundle($type,id),canBeEmpty,defaultValues($type,id,name),emptyFieldText,field($type,fieldType($type,id),id,localizedName,name),id,isPublic,ordinal", _DOLLAR_skip: Int, _DOLLAR_top: Int): [ProjectCustomField] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/customFields/{args.id}/instances", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") - admin_customFieldSettings_types(fields: String = "$type,id", _DOLLAR_skip: Int, _DOLLAR_top: Int): [FieldType] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/types", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") - admin_databaseBackup_backups(fields: String = "$type,creationDate,id,link,name,size", _DOLLAR_skip: Int, _DOLLAR_top: Int): [BackupFile] @httpOperation(subgraph: "YouTrack", path: "/admin/databaseBackup/backups", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_customFieldSettings_customFields_by_id_instances(id: String!, fields: String = "$type,bundle($type,id),canBeEmpty,defaultValues($type,id,name),emptyFieldText,field($type,fieldType($type,id),id,localizedName,name),id,isPublic,ordinal", _DOLLAR_skip: Int, _DOLLAR_top: Int): [ProjectCustomField!] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/customFields/{args.id}/instances", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_customFieldSettings_types(fields: String = "$type,id", _DOLLAR_skip: Int, _DOLLAR_top: Int): [FieldType!] @httpOperation(subgraph: "YouTrack", path: "/admin/customFieldSettings/types", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_databaseBackup_backups(fields: String = "$type,creationDate,id,link,name,size", _DOLLAR_skip: Int, _DOLLAR_top: Int): [BackupFile!] @httpOperation(subgraph: "YouTrack", path: "/admin/databaseBackup/backups", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") admin_databaseBackup_backups_by_id(id: String!, fields: String = "$type,creationDate,id,link,name,size"): BackupFile @httpOperation(subgraph: "YouTrack", path: "/admin/databaseBackup/backups/{args.id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") admin_databaseBackup_settings(fields: String = "$type,availableDiskSpace,backupStatus($type,backupCancelled,backupError($type,date,errorMessage,id),backupInProgress,id),id,isOn,location"): DatabaseBackupSettings @httpOperation(subgraph: "YouTrack", path: "/admin/databaseBackup/settings", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") admin_databaseBackup_settings_backupStatus(fields: String = "$type,backupCancelled,backupError($type,date,errorMessage,id),backupInProgress,id"): BackupStatus @httpOperation(subgraph: "YouTrack", path: "/admin/databaseBackup/settings/backupStatus", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") @@ -206332,10 +206332,10 @@ type Query { admin_globalSettings_notificationSettings(fields: String = "$type,emailSettings($type,id,isEnabled),id"): NotificationSettings @httpOperation(subgraph: "YouTrack", path: "/admin/globalSettings/notificationSettings", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") admin_globalSettings_restSettings(fields: String = "$type,allowAllOrigins,allowedOrigins,id"): RestCorsSettings @httpOperation(subgraph: "YouTrack", path: "/admin/globalSettings/restSettings", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") admin_globalSettings_systemSettings(fields: String = "$type,baseUrl,id,isApplicationReadOnly,maxExportItems,maxUploadFileSize"): SystemSettings @httpOperation(subgraph: "YouTrack", path: "/admin/globalSettings/systemSettings", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - admin_projects(fields: String = "$type,archived,customFields,id,leader($type,id,login,ringId),name,shortName", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Project] @httpOperation(subgraph: "YouTrack", path: "/admin/projects", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_projects(fields: String = "$type,archived,customFields,id,leader($type,id,login,ringId),name,shortName", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Project!] @httpOperation(subgraph: "YouTrack", path: "/admin/projects", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") admin_projects_by_id(id: String!, fields: String = "$type,archived,customFields,id,leader($type,id,login,ringId),name,shortName"): Project @httpOperation(subgraph: "YouTrack", path: "/admin/projects/{args.id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - admin_projects_by_id_articles(id: String!, fields: String = "$type,content,created,id,idReadable,parentArticle($type,id,idReadable),project($type,id,name,shortName),summary,updated,updatedBy($type,id,login,ringId)", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Article] @httpOperation(subgraph: "YouTrack", path: "/admin/projects/{args.id}/articles", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") - admin_projects_by_id_customFields(id: String!, fields: String = "$type,bundle($type,id),canBeEmpty,defaultValues($type,id,name),emptyFieldText,field($type,fieldType($type,id),id,localizedName,name),id,isPublic,ordinal", _DOLLAR_skip: Int, _DOLLAR_top: Int): [ProjectCustomField] @httpOperation(subgraph: "YouTrack", path: "/admin/projects/{args.id}/customFields", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_projects_by_id_articles(id: String!, fields: String = "$type,content,created,id,idReadable,parentArticle($type,id,idReadable),project($type,id,name,shortName),summary,updated,updatedBy($type,id,login,ringId)", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Article!] @httpOperation(subgraph: "YouTrack", path: "/admin/projects/{args.id}/articles", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_projects_by_id_customFields(id: String!, fields: String = "$type,bundle($type,id),canBeEmpty,defaultValues($type,id,name),emptyFieldText,field($type,fieldType($type,id),id,localizedName,name),id,isPublic,ordinal", _DOLLAR_skip: Int, _DOLLAR_top: Int): [ProjectCustomField!] @httpOperation(subgraph: "YouTrack", path: "/admin/projects/{args.id}/customFields", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") admin_projects_by_id_customFields_by_projectCustomFieldId(id: String!, projectCustomFieldId: String!, fields: String = "$type,bundle($type,id),canBeEmpty,defaultValues($type,id,name),emptyFieldText,field($type,fieldType($type,id),id,localizedName,name),id,isPublic,ordinal"): ProjectCustomField @httpOperation(subgraph: "YouTrack", path: "/admin/projects/{args.id}/customFields/{args.projectCustomFieldId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") admin_projects_by_id_issues( id: String! @@ -206346,36 +206346,36 @@ type Query { fields: String = "$type,created,customFields($type,id,name,value($type,id,name)),description,id,idReadable,links($type,direction,id,linkType($type,id,localizedName,name)),numberInProject,project($type,id,name,shortName),reporter($type,id,login,ringId),resolved,summary,updated,updater($type,id,login,ringId),visibility($type,id,permittedGroups($type,id,name,ringId),permittedUsers($type,id,login,ringId))" _DOLLAR_skip: Int _DOLLAR_top: Int - ): [Issue] @httpOperation(subgraph: "YouTrack", path: "/admin/projects/{args.id}/issues", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"customFields\\":\\"customFields\\",\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + ): [Issue!] @httpOperation(subgraph: "YouTrack", path: "/admin/projects/{args.id}/issues", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"customFields\\":\\"customFields\\",\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") admin_projects_by_id_issues_by_issueId(id: String!, issueId: String!, fields: String = "$type,created,customFields($type,id,name,value($type,id,name)),description,id,idReadable,links($type,direction,id,linkType($type,id,localizedName,name)),numberInProject,project($type,id,name,shortName),reporter($type,id,login,ringId),resolved,summary,updated,updater($type,id,login,ringId),visibility($type,id,permittedGroups($type,id,name,ringId),permittedUsers($type,id,login,ringId))"): Issue @httpOperation(subgraph: "YouTrack", path: "/admin/projects/{args.id}/issues/{args.issueId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") admin_projects_by_id_timeTrackingSettings(id: String!, fields: String = "$type,enabled,estimate($type,field($type,fieldType($type,id),id,localizedName,name),id),id,timeSpent($type,field($type,fieldType($type,id),id,localizedName,name),id)"): ProjectTimeTrackingSettings @httpOperation(subgraph: "YouTrack", path: "/admin/projects/{args.id}/timeTrackingSettings", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - admin_projects_by_id_timeTrackingSettings_workItemTypes(id: String!, fields: String = "$type,autoAttached,id,name", _DOLLAR_skip: Int, _DOLLAR_top: Int): [WorkItemType] @httpOperation(subgraph: "YouTrack", path: "/admin/projects/{args.id}/timeTrackingSettings/workItemTypes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_projects_by_id_timeTrackingSettings_workItemTypes(id: String!, fields: String = "$type,autoAttached,id,name", _DOLLAR_skip: Int, _DOLLAR_top: Int): [WorkItemType!] @httpOperation(subgraph: "YouTrack", path: "/admin/projects/{args.id}/timeTrackingSettings/workItemTypes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") admin_projects_by_id_timeTrackingSettings_workItemTypes_by_workItemTypeId(id: String!, workItemTypeId: String!, fields: String = "$type,autoAttached,id,name"): WorkItemType @httpOperation(subgraph: "YouTrack", path: "/admin/projects/{args.id}/timeTrackingSettings/workItemTypes/{args.workItemTypeId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") admin_telemetry(fields: String = "$type,allocatedMemory,availableMemory,availableProcessors,blobStringsCacheHitRate,cachedResultsCountInDBQueriesCache,databaseBackgroundThreads,databaseLocation,databaseQueriesCacheHitRate,databaseSize,fullDatabaseSize,id,installationFolder,logsLocation,notificationAnalyzerThreads,onlineUsers($type,id,users),pendingAsyncJobs,reportCalculatorThreads,requestsPerSecond,startedTime,textIndexSize,totalTransactions,transactionsPerSecond,uptime,usedMemory"): Telemetry @httpOperation(subgraph: "YouTrack", path: "/admin/telemetry", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") admin_timeTrackingSettings(fields: String = "$type,id,workItemTypes($type,id,name),workTimeSettings($type,daysAWeek,firstDayOfWeek,id,minutesADay,workDays)"): GlobalTimeTrackingSettings @httpOperation(subgraph: "YouTrack", path: "/admin/timeTrackingSettings", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - admin_timeTrackingSettings_workItemTypes(fields: String = "$type,autoAttached,id,name", _DOLLAR_skip: Int, _DOLLAR_top: Int): [WorkItemType] @httpOperation(subgraph: "YouTrack", path: "/admin/timeTrackingSettings/workItemTypes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + admin_timeTrackingSettings_workItemTypes(fields: String = "$type,autoAttached,id,name", _DOLLAR_skip: Int, _DOLLAR_top: Int): [WorkItemType!] @httpOperation(subgraph: "YouTrack", path: "/admin/timeTrackingSettings/workItemTypes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") admin_timeTrackingSettings_workItemTypes_by_workItemTypeId(workItemTypeId: String!, fields: String = "$type,autoAttached,id,name"): WorkItemType @httpOperation(subgraph: "YouTrack", path: "/admin/timeTrackingSettings/workItemTypes/{args.workItemTypeId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") admin_timeTrackingSettings_workTimeSettings(fields: String = "$type,daysAWeek,firstDayOfWeek,id,minutesADay,workDays"): WorkTimeSettings @httpOperation(subgraph: "YouTrack", path: "/admin/timeTrackingSettings/workTimeSettings", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - agiles(fields: String = "$type,columnSettings($type,columns($type,id),field($type,fieldType($type,id),id,localizedName,name),id),id,name,owner($type,id,login,ringId),projects($type,id,name,shortName),status($type,id,valid),swimlaneSettings($type,enabled,field($type,customField($type,fieldType($type,id),id,localizedName,name),id,name),id,values($type,id,name))", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Agile] @httpOperation(subgraph: "YouTrack", path: "/agiles", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + agiles(fields: String = "$type,columnSettings($type,columns($type,id),field($type,fieldType($type,id),id,localizedName,name),id),id,name,owner($type,id,login,ringId),projects($type,id,name,shortName),status($type,id,valid),swimlaneSettings($type,enabled,field($type,customField($type,fieldType($type,id),id,localizedName,name),id,name),id,values($type,id,name))", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Agile!] @httpOperation(subgraph: "YouTrack", path: "/agiles", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") agiles_by_id(id: String!, fields: String = "$type,columnSettings($type,columns($type,id),field($type,fieldType($type,id),id,localizedName,name),id),id,name,owner($type,id,login,ringId),projects($type,id,name,shortName),status($type,id,valid),swimlaneSettings($type,enabled,field($type,customField($type,fieldType($type,id),id,localizedName,name),id,name),id,values($type,id,name))"): Agile @httpOperation(subgraph: "YouTrack", path: "/agiles/{args.id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - agiles_by_id_sprints(id: String!, fields: String = "$type,archived,finish,id,isDefault,name,start", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Sprint] @httpOperation(subgraph: "YouTrack", path: "/agiles/{args.id}/sprints", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + agiles_by_id_sprints(id: String!, fields: String = "$type,archived,finish,id,isDefault,name,start", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Sprint!] @httpOperation(subgraph: "YouTrack", path: "/agiles/{args.id}/sprints", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") agiles_by_id_sprints_by_sprintId(id: String!, sprintId: String!, fields: String = "$type,archived,finish,id,isDefault,name,start"): Sprint @httpOperation(subgraph: "YouTrack", path: "/agiles/{args.id}/sprints/{args.sprintId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - articles(fields: String = "$type,content,created,id,idReadable,parentArticle($type,id,idReadable),project($type,id,name,shortName),summary,updated,updatedBy($type,id,login,ringId)", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Article] @httpOperation(subgraph: "YouTrack", path: "/articles", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + articles(fields: String = "$type,content,created,id,idReadable,parentArticle($type,id,idReadable),project($type,id,name,shortName),summary,updated,updatedBy($type,id,login,ringId)", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Article!] @httpOperation(subgraph: "YouTrack", path: "/articles", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") articles_by_id(id: String!, fields: String = "$type,content,created,id,idReadable,parentArticle($type,id,idReadable),project($type,id,name,shortName),summary,updated,updatedBy($type,id,login,ringId)"): Article @httpOperation(subgraph: "YouTrack", path: "/articles/{args.id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - articles_by_id_attachments(id: String!, fields: String = "$type,author($type,id,login,ringId),charset,created,extension,id,metaData,mimeType,name,size,updated,url", _DOLLAR_skip: Int, _DOLLAR_top: Int): [ArticleAttachment] @httpOperation(subgraph: "YouTrack", path: "/articles/{args.id}/attachments", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + articles_by_id_attachments(id: String!, fields: String = "$type,author($type,id,login,ringId),charset,created,extension,id,metaData,mimeType,name,size,updated,url", _DOLLAR_skip: Int, _DOLLAR_top: Int): [ArticleAttachment!] @httpOperation(subgraph: "YouTrack", path: "/articles/{args.id}/attachments", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") articles_by_id_attachments_by_articleAttachmentId(id: String!, articleAttachmentId: String!, fields: String = "$type,author($type,id,login,ringId),charset,created,extension,id,metaData,mimeType,name,size,updated,url"): ArticleAttachment @httpOperation(subgraph: "YouTrack", path: "/articles/{args.id}/attachments/{args.articleAttachmentId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - articles_by_id_childArticles(id: String!, fields: String = "$type,content,created,id,idReadable,parentArticle($type,id,idReadable),project($type,id,name,shortName),summary,updated,updatedBy($type,id,login,ringId)", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Article] @httpOperation(subgraph: "YouTrack", path: "/articles/{args.id}/childArticles", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + articles_by_id_childArticles(id: String!, fields: String = "$type,content,created,id,idReadable,parentArticle($type,id,idReadable),project($type,id,name,shortName),summary,updated,updatedBy($type,id,login,ringId)", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Article!] @httpOperation(subgraph: "YouTrack", path: "/articles/{args.id}/childArticles", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") articles_by_id_childArticles_by_articleId(id: String!, articleId: String!, fields: String = "$type,content,created,id,idReadable,parentArticle($type,id,idReadable),project($type,id,name,shortName),summary,updated,updatedBy($type,id,login,ringId)"): Article @httpOperation(subgraph: "YouTrack", path: "/articles/{args.id}/childArticles/{args.articleId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - articles_by_id_comments(id: String!, fields: String = "$type,attachments($type,id),author($type,id,login,ringId),created,id,text,updated,visibility($type,id,permittedGroups($type,id,name,ringId),permittedUsers($type,id,login,ringId))", _DOLLAR_skip: Int, _DOLLAR_top: Int): [ArticleComment] @httpOperation(subgraph: "YouTrack", path: "/articles/{args.id}/comments", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + articles_by_id_comments(id: String!, fields: String = "$type,attachments($type,id),author($type,id,login,ringId),created,id,text,updated,visibility($type,id,permittedGroups($type,id,name,ringId),permittedUsers($type,id,login,ringId))", _DOLLAR_skip: Int, _DOLLAR_top: Int): [ArticleComment!] @httpOperation(subgraph: "YouTrack", path: "/articles/{args.id}/comments", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") articles_by_id_comments_by_articleCommentId(id: String!, articleCommentId: String!, fields: String = "$type,attachments($type,id),author($type,id,login,ringId),created,id,text,updated,visibility($type,id,permittedGroups($type,id,name,ringId),permittedUsers($type,id,login,ringId))"): ArticleComment @httpOperation(subgraph: "YouTrack", path: "/articles/{args.id}/comments/{args.articleCommentId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - articles_by_id_comments_by_articleCommentId_reactions(id: String!, articleCommentId: String!, fields: String = "$type,id", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Reaction] @httpOperation(subgraph: "YouTrack", path: "/articles/{args.id}/comments/{args.articleCommentId}/reactions", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + articles_by_id_comments_by_articleCommentId_reactions(id: String!, articleCommentId: String!, fields: String = "$type,id", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Reaction!] @httpOperation(subgraph: "YouTrack", path: "/articles/{args.id}/comments/{args.articleCommentId}/reactions", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") articles_by_id_comments_by_articleCommentId_reactions_by_reactionId(id: String!, articleCommentId: String!, reactionId: String!, fields: String = "$type,id"): Reaction @httpOperation(subgraph: "YouTrack", path: "/articles/{args.id}/comments/{args.articleCommentId}/reactions/{args.reactionId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") articles_by_id_parentArticle(id: String!, fields: String = "$type,content,created,id,idReadable,parentArticle($type,id,idReadable),project($type,id,name,shortName),summary,updated,updatedBy($type,id,login,ringId)"): Article @httpOperation(subgraph: "YouTrack", path: "/articles/{args.id}/parentArticle", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - articles_by_id_tags(id: String!, fields: String = "$type,id,name,owner($type,id,login,ringId)", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Tag] @httpOperation(subgraph: "YouTrack", path: "/articles/{args.id}/tags", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + articles_by_id_tags(id: String!, fields: String = "$type,id,name,owner($type,id,login,ringId)", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Tag!] @httpOperation(subgraph: "YouTrack", path: "/articles/{args.id}/tags", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") articles_by_id_tags_by_tagId(id: String!, tagId: String!, fields: String = "$type,id,name,owner($type,id,login,ringId)"): Tag @httpOperation(subgraph: "YouTrack", path: "/articles/{args.id}/tags/{args.tagId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - groups(fields: String = "$type,allUsersGroup,id,name,ringId", _DOLLAR_skip: Int, _DOLLAR_top: Int): [UserGroup] @httpOperation(subgraph: "YouTrack", path: "/groups", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + groups(fields: String = "$type,allUsersGroup,id,name,ringId", _DOLLAR_skip: Int, _DOLLAR_top: Int): [UserGroup!] @httpOperation(subgraph: "YouTrack", path: "/groups", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") groups_by_id(id: String!, fields: String = "$type,allUsersGroup,id,name,ringId"): UserGroup @httpOperation(subgraph: "YouTrack", path: "/groups/{args.id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - issueLinkTypes(fields: String = "$type,aggregation,directed,id,localizedName,localizedSourceToTarget,localizedTargetToSource,name,readOnly,sourceToTarget,targetToSource", _DOLLAR_skip: Int, _DOLLAR_top: Int): [IssueLinkType] @httpOperation(subgraph: "YouTrack", path: "/issueLinkTypes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + issueLinkTypes(fields: String = "$type,aggregation,directed,id,localizedName,localizedSourceToTarget,localizedTargetToSource,name,readOnly,sourceToTarget,targetToSource", _DOLLAR_skip: Int, _DOLLAR_top: Int): [IssueLinkType!] @httpOperation(subgraph: "YouTrack", path: "/issueLinkTypes", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") issueLinkTypes_by_id(id: String!, fields: String = "$type,aggregation,directed,id,localizedName,localizedSourceToTarget,localizedTargetToSource,name,readOnly,sourceToTarget,targetToSource"): IssueLinkType @httpOperation(subgraph: "YouTrack", path: "/issueLinkTypes/{args.id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") issues( """ @@ -206389,7 +206389,7 @@ type Query { fields: String = "$type,created,customFields($type,id,name,value($type,id,name)),description,id,idReadable,links($type,direction,id,linkType($type,id,localizedName,name)),numberInProject,project($type,id,name,shortName),reporter($type,id,login,ringId),resolved,summary,updated,updater($type,id,login,ringId),visibility($type,id,permittedGroups($type,id,name,ringId),permittedUsers($type,id,login,ringId))" _DOLLAR_skip: Int _DOLLAR_top: Int - ): [Issue] @httpOperation(subgraph: "YouTrack", path: "/issues", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"query\\":\\"query\\",\\"customFields\\":\\"customFields\\",\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + ): [Issue!] @httpOperation(subgraph: "YouTrack", path: "/issues", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"query\\":\\"query\\",\\"customFields\\":\\"customFields\\",\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") issues_by_id(id: String!, fields: String = "$type,created,customFields($type,id,name,value($type,id,name)),description,id,idReadable,links($type,direction,id,linkType($type,id,localizedName,name)),numberInProject,project($type,id,name,shortName),reporter($type,id,login,ringId),resolved,summary,updated,updater($type,id,login,ringId),visibility($type,id,permittedGroups($type,id,name,ringId),permittedUsers($type,id,login,ringId))"): Issue @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") issues_by_id_activities( id: String! @@ -206420,7 +206420,7 @@ type Query { fields: String = "$type,added,author($type,id,login,ringId),category($type,id),field($type,customField($type,fieldType($type,id),id,localizedName,name),id,name),id,removed,target,targetMember,timestamp" _DOLLAR_skip: Int _DOLLAR_top: Int - ): [ActivityItem] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/activities", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"categories\\":\\"categories\\",\\"reverse\\":\\"reverse\\",\\"start\\":\\"start\\",\\"end\\":\\"end\\",\\"author\\":\\"author\\",\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + ): [ActivityItem!] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/activities", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"categories\\":\\"categories\\",\\"reverse\\":\\"reverse\\",\\"start\\":\\"start\\",\\"end\\":\\"end\\",\\"author\\":\\"author\\",\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") issues_by_id_activities_by_activityItemId(id: String!, activityItemId: String!, fields: String = "$type,added,author($type,id,login,ringId),category($type,id),field($type,customField($type,fieldType($type,id),id,localizedName,name),id,name),id,removed,target,targetMember,timestamp"): ActivityItem @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/activities/{args.activityItemId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") issues_by_id_activitiesPage( id: String! @@ -206455,27 +206455,27 @@ type Query { activityId: String fields: String = "$type,activities($type,added,author($type,id,login,ringId),category($type,id),field($type,customField($type,fieldType($type,id),id,localizedName,name),id,name),id,removed,target,targetMember,timestamp),afterCursor,beforeCursor,hasAfter,hasBefore,id" ): ActivityCursorPage @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/activitiesPage", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"categories\\":\\"categories\\",\\"reverse\\":\\"reverse\\",\\"start\\":\\"start\\",\\"end\\":\\"end\\",\\"author\\":\\"author\\",\\"cursor\\":\\"cursor\\",\\"activityId\\":\\"activityId\\",\\"fields\\":\\"fields\\"}") - issues_by_id_attachments(id: String!, fields: String = "$type,author($type,id,login,ringId),charset,created,extension,id,metaData,mimeType,name,size,updated,url", _DOLLAR_skip: Int, _DOLLAR_top: Int): [IssueAttachment] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/attachments", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + issues_by_id_attachments(id: String!, fields: String = "$type,author($type,id,login,ringId),charset,created,extension,id,metaData,mimeType,name,size,updated,url", _DOLLAR_skip: Int, _DOLLAR_top: Int): [IssueAttachment!] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/attachments", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") issues_by_id_attachments_by_issueAttachmentId(id: String!, issueAttachmentId: String!, fields: String = "$type,author($type,id,login,ringId),charset,created,extension,id,metaData,mimeType,name,size,updated,url"): IssueAttachment @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/attachments/{args.issueAttachmentId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - issues_by_id_comments(id: String!, fields: String = "$type,attachments($type,id),author($type,id,login,ringId),created,deleted,id,text,updated,visibility($type,id,permittedGroups($type,id,name,ringId),permittedUsers($type,id,login,ringId))", _DOLLAR_skip: Int, _DOLLAR_top: Int): [IssueComment] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/comments", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + issues_by_id_comments(id: String!, fields: String = "$type,attachments($type,id),author($type,id,login,ringId),created,deleted,id,text,updated,visibility($type,id,permittedGroups($type,id,name,ringId),permittedUsers($type,id,login,ringId))", _DOLLAR_skip: Int, _DOLLAR_top: Int): [IssueComment!] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/comments", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") issues_by_id_comments_by_issueCommentId(id: String!, issueCommentId: String!, fields: String = "$type,attachments($type,id),author($type,id,login,ringId),created,deleted,id,text,updated,visibility($type,id,permittedGroups($type,id,name,ringId),permittedUsers($type,id,login,ringId))"): IssueComment @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/comments/{args.issueCommentId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - issues_by_id_comments_by_issueCommentId_reactions(id: String!, issueCommentId: String!, fields: String = "$type,id", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Reaction] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/comments/{args.issueCommentId}/reactions", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + issues_by_id_comments_by_issueCommentId_reactions(id: String!, issueCommentId: String!, fields: String = "$type,id", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Reaction!] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/comments/{args.issueCommentId}/reactions", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") issues_by_id_comments_by_issueCommentId_reactions_by_reactionId(id: String!, issueCommentId: String!, reactionId: String!, fields: String = "$type,id"): Reaction @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/comments/{args.issueCommentId}/reactions/{args.reactionId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - issues_by_id_customFields(id: String!, fields: String = "$type,id,name,value($type,id,name)", _DOLLAR_skip: Int, _DOLLAR_top: Int): [IssueCustomField] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/customFields", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + issues_by_id_customFields(id: String!, fields: String = "$type,id,name,value($type,id,name)", _DOLLAR_skip: Int, _DOLLAR_top: Int): [IssueCustomField!] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/customFields", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") issues_by_id_customFields_by_issueCustomFieldId(id: String!, issueCustomFieldId: String!, fields: String = "$type,id,name,value($type,id,name)"): IssueCustomField @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/customFields/{args.issueCustomFieldId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - issues_by_id_links(id: String!, fields: String = "$type,direction,id,linkType($type,id,localizedName,name)", _DOLLAR_skip: Int, _DOLLAR_top: Int): [IssueLink] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/links", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + issues_by_id_links(id: String!, fields: String = "$type,direction,id,linkType($type,id,localizedName,name)", _DOLLAR_skip: Int, _DOLLAR_top: Int): [IssueLink!] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/links", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") issues_by_id_links_by_issueLinkId(id: String!, issueLinkId: String!, fields: String = "$type,direction,id,linkType($type,id,localizedName,name)"): IssueLink @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/links/{args.issueLinkId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - issues_by_id_links_by_issueLinkId_issues(id: String!, issueLinkId: String!, fields: String = "$type,created,customFields($type,id,name,value($type,id,name)),description,id,idReadable,links($type,direction,id,linkType($type,id,localizedName,name)),numberInProject,project($type,id,name,shortName),reporter($type,id,login,ringId),resolved,summary,updated,updater($type,id,login,ringId),visibility($type,id,permittedGroups($type,id,name,ringId),permittedUsers($type,id,login,ringId))", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Issue] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/links/{args.issueLinkId}/issues", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + issues_by_id_links_by_issueLinkId_issues(id: String!, issueLinkId: String!, fields: String = "$type,created,customFields($type,id,name,value($type,id,name)),description,id,idReadable,links($type,direction,id,linkType($type,id,localizedName,name)),numberInProject,project($type,id,name,shortName),reporter($type,id,login,ringId),resolved,summary,updated,updater($type,id,login,ringId),visibility($type,id,permittedGroups($type,id,name,ringId),permittedUsers($type,id,login,ringId))", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Issue!] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/links/{args.issueLinkId}/issues", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") issues_by_id_project(id: String!, fields: String = "$type,archived,customFields,id,leader($type,id,login,ringId),name,shortName"): Project @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/project", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - issues_by_id_sprints(id: String!, fields: String = "$type,archived,finish,id,isDefault,name,start", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Sprint] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/sprints", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") - issues_by_id_tags(id: String!, fields: String = "$type,id,name,owner($type,id,login,ringId)", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Tag] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/tags", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + issues_by_id_sprints(id: String!, fields: String = "$type,archived,finish,id,isDefault,name,start", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Sprint!] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/sprints", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + issues_by_id_tags(id: String!, fields: String = "$type,id,name,owner($type,id,login,ringId)", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Tag!] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/tags", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") issues_by_id_tags_by_tagId(id: String!, tagId: String!, fields: String = "$type,id,name,owner($type,id,login,ringId)"): Tag @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/tags/{args.tagId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") issues_by_id_timeTracking(id: String!, fields: String = "$type,enabled,id"): IssueTimeTracker @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/timeTracking", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - issues_by_id_timeTracking_workItems(id: String!, fields: String = "$type,author($type,id,login,ringId),created,creator($type,id,login,ringId),date,duration($type,id),id,text,updated", _DOLLAR_skip: Int, _DOLLAR_top: Int): [IssueWorkItem] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/timeTracking/workItems", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + issues_by_id_timeTracking_workItems(id: String!, fields: String = "$type,author($type,id,login,ringId),created,creator($type,id,login,ringId),date,duration($type,id),id,text,updated", _DOLLAR_skip: Int, _DOLLAR_top: Int): [IssueWorkItem!] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/timeTracking/workItems", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") issues_by_id_timeTracking_workItems_by_issueWorkItemId(id: String!, issueWorkItemId: String!, fields: String = "$type,author($type,id,login,ringId),created,creator($type,id,login,ringId),date,duration($type,id),id,text,updated"): IssueWorkItem @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/timeTracking/workItems/{args.issueWorkItemId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - issues_by_id_vcsChanges(id: String!, fields: String = "$type,id", _DOLLAR_skip: Int, _DOLLAR_top: Int): [VcsChange] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/vcsChanges", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + issues_by_id_vcsChanges(id: String!, fields: String = "$type,id", _DOLLAR_skip: Int, _DOLLAR_top: Int): [VcsChange!] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/vcsChanges", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") issues_by_id_vcsChanges_by_vcsChangeId(id: String!, vcsChangeId: String!, fields: String = "$type,id"): VcsChange @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/vcsChanges/{args.vcsChangeId}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - savedQueries(fields: String = "$type,id,name,owner($type,id,login,ringId),query", _DOLLAR_skip: Int, _DOLLAR_top: Int): [SavedQuery] @httpOperation(subgraph: "YouTrack", path: "/savedQueries", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + savedQueries(fields: String = "$type,id,name,owner($type,id,login,ringId),query", _DOLLAR_skip: Int, _DOLLAR_top: Int): [SavedQuery!] @httpOperation(subgraph: "YouTrack", path: "/savedQueries", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") savedQueries_by_id(id: String!, fields: String = "$type,id,name,owner($type,id,login,ringId),query"): SavedQuery @httpOperation(subgraph: "YouTrack", path: "/savedQueries/{args.id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") tags( """ @@ -206485,7 +206485,7 @@ type Query { fields: String = "$type,id,name,owner($type,id,login,ringId)" _DOLLAR_skip: Int _DOLLAR_top: Int - ): [Tag] @httpOperation(subgraph: "YouTrack", path: "/tags", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"query\\":\\"query\\",\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + ): [Tag!] @httpOperation(subgraph: "YouTrack", path: "/tags", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"query\\":\\"query\\",\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") tags_by_id(id: String!, fields: String = "$type,id,name,owner($type,id,login,ringId)"): Tag @httpOperation(subgraph: "YouTrack", path: "/tags/{args.id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") tags_by_id_issues( id: String! @@ -206496,14 +206496,14 @@ type Query { fields: String = "$type,created,customFields($type,id,name,value($type,id,name)),description,id,idReadable,links($type,direction,id,linkType($type,id,localizedName,name)),numberInProject,project($type,id,name,shortName),reporter($type,id,login,ringId),resolved,summary,updated,updater($type,id,login,ringId),visibility($type,id,permittedGroups($type,id,name,ringId),permittedUsers($type,id,login,ringId))" _DOLLAR_skip: Int _DOLLAR_top: Int - ): [Issue] @httpOperation(subgraph: "YouTrack", path: "/tags/{args.id}/issues", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"customFields\\":\\"customFields\\",\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") - users(fields: String = "$type,banned,email,fullName,guest,id,login,ringId", _DOLLAR_skip: Int, _DOLLAR_top: Int): [User] @httpOperation(subgraph: "YouTrack", path: "/users", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + ): [Issue!] @httpOperation(subgraph: "YouTrack", path: "/tags/{args.id}/issues", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"customFields\\":\\"customFields\\",\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + users(fields: String = "$type,banned,email,fullName,guest,id,login,ringId", _DOLLAR_skip: Int, _DOLLAR_top: Int): [User!] @httpOperation(subgraph: "YouTrack", path: "/users", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") users_by_id(id: String!, fields: String = "$type,banned,email,fullName,guest,id,login,ringId"): User @httpOperation(subgraph: "YouTrack", path: "/users/{args.id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") users_by_id_profiles_general(id: String!, fields: String = "$type,dateFieldFormat($type,datePattern,id,pattern,presentation),id,locale($type,community,id,language,locale,name),timezone($type,id,offset,presentation)"): GeneralUserProfile @httpOperation(subgraph: "YouTrack", path: "/users/{args.id}/profiles/general", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") users_by_id_profiles_notifications(id: String!, fields: String = "$type,id"): NotificationsUserProfile @httpOperation(subgraph: "YouTrack", path: "/users/{args.id}/profiles/notifications", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") users_by_id_profiles_timetracking(id: String!, fields: String = "$type,id,periodFormat($type,id)"): TimeTrackingUserProfile @httpOperation(subgraph: "YouTrack", path: "/users/{args.id}/profiles/timetracking", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") - users_by_id_savedQueries(id: String!, fields: String = "$type,id,name,owner($type,id,login,ringId),query", _DOLLAR_skip: Int, _DOLLAR_top: Int): [SavedQuery] @httpOperation(subgraph: "YouTrack", path: "/users/{args.id}/savedQueries", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") - users_by_id_tags(id: String!, fields: String = "$type,id,name,owner($type,id,login,ringId)", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Tag] @httpOperation(subgraph: "YouTrack", path: "/users/{args.id}/tags", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + users_by_id_savedQueries(id: String!, fields: String = "$type,id,name,owner($type,id,login,ringId),query", _DOLLAR_skip: Int, _DOLLAR_top: Int): [SavedQuery!] @httpOperation(subgraph: "YouTrack", path: "/users/{args.id}/savedQueries", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + users_by_id_tags(id: String!, fields: String = "$type,id,name,owner($type,id,login,ringId)", _DOLLAR_skip: Int, _DOLLAR_top: Int): [Tag!] @httpOperation(subgraph: "YouTrack", path: "/users/{args.id}/tags", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") users_me(fields: String = "$type,banned,email,fullName,guest,id,login,ringId"): Me @httpOperation(subgraph: "YouTrack", path: "/users/me", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") workItems( """ @@ -206547,13 +206547,13 @@ type Query { fields: String = "$type,author($type,id,login,ringId),created,creator($type,id,login,ringId),date,duration($type,id),id,text,updated" _DOLLAR_skip: Int _DOLLAR_top: Int - ): [IssueWorkItem] @httpOperation(subgraph: "YouTrack", path: "/workItems", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"query\\":\\"query\\",\\"startDate\\":\\"startDate\\",\\"endDate\\":\\"endDate\\",\\"start\\":\\"start\\",\\"end\\":\\"end\\",\\"createdStart\\":\\"createdStart\\",\\"createdEnd\\":\\"createdEnd\\",\\"updatedStart\\":\\"updatedStart\\",\\"updatedEnd\\":\\"updatedEnd\\",\\"author\\":\\"author\\",\\"creator\\":\\"creator\\",\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") + ): [IssueWorkItem!] @httpOperation(subgraph: "YouTrack", path: "/workItems", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"query\\":\\"query\\",\\"startDate\\":\\"startDate\\",\\"endDate\\":\\"endDate\\",\\"start\\":\\"start\\",\\"end\\":\\"end\\",\\"createdStart\\":\\"createdStart\\",\\"createdEnd\\":\\"createdEnd\\",\\"updatedStart\\":\\"updatedStart\\",\\"updatedEnd\\":\\"updatedEnd\\",\\"author\\":\\"author\\",\\"creator\\":\\"creator\\",\\"fields\\":\\"fields\\",\\"$skip\\":\\"_DOLLAR_skip\\",\\"$top\\":\\"_DOLLAR_top\\"}") workItems_by_id(id: String!, fields: String = "$type,author($type,id,login,ringId),created,creator($type,id,login,ringId),date,duration($type,id),id,text,updated"): IssueWorkItem @httpOperation(subgraph: "YouTrack", path: "/workItems/{args.id}", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") } type ActivityCursorPage @discriminator(subgraph: "YouTrack", field: "$type") { id: String - activities: [ActivityItem] + activities: [ActivityItem!] afterCursor: String beforeCursor: String hasAfter: Boolean @@ -206564,14 +206564,14 @@ type ActivityCursorPage @discriminator(subgraph: "YouTrack", field: "$type") { type BuildBundle { id: String - values: [BuildBundleElement] + values: [BuildBundleElement!] isUpdateable: Boolean _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } type EnumBundle { id: String - values: [EnumBundleElement] + values: [EnumBundleElement!] isUpdateable: Boolean _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -206591,14 +206591,14 @@ type EnumBundleElement { type OwnedBundle { id: String - values: [OwnedBundleElement] + values: [OwnedBundleElement!] isUpdateable: Boolean _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } type StateBundle { id: String - values: [StateBundleElement] + values: [StateBundleElement!] isUpdateable: Boolean _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -206619,7 +206619,7 @@ type StateBundleElement { type VersionBundle { id: String - values: [VersionBundleElement] + values: [VersionBundleElement!] isUpdateable: Boolean _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -206641,7 +206641,7 @@ type DatabaseBackupSettings @discriminator(subgraph: "YouTrack", field: "$type") archiveFormat: query_admin_databaseBackup_settings_archiveFormat isOn: Boolean availableDiskSpace: BigInt - notifiedUsers: [User] + notifiedUsers: [User!] backupStatus: BackupStatus _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -206725,7 +206725,7 @@ type StorageEntry @discriminator(subgraph: "YouTrack", field: "$type") { type RestCorsSettings @discriminator(subgraph: "YouTrack", field: "$type") { id: String - allowedOrigins: [String] + allowedOrigins: [String!] allowAllOrigins: Boolean _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -206797,16 +206797,16 @@ type OnlineUsers @discriminator(subgraph: "YouTrack", field: "$type") { type GlobalTimeTrackingSettings @discriminator(subgraph: "YouTrack", field: "$type") { id: String - workItemTypes: [WorkItemType] + workItemTypes: [WorkItemType!] workTimeSettings: WorkTimeSettings - attributePrototypes: [WorkItemAttributePrototype] + attributePrototypes: [WorkItemAttributePrototype!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } type WorkTimeSettings @discriminator(subgraph: "YouTrack", field: "$type") { id: String minutesADay: Int - workDays: [Int] + workDays: [Int!] firstDayOfWeek: Int daysAWeek: Int _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") @@ -206826,8 +206826,8 @@ type Agile @discriminator(subgraph: "YouTrack", field: "$type") { hideOrphansSwimlane: Boolean estimationField: CustomField originalEstimationField: CustomField - projects: [Project] - sprints: [Sprint] + projects: [Project!] + sprints: [Sprint!] currentSprint: Sprint columnSettings: ColumnSettings swimlaneSettings: SwimlaneSettings @@ -206840,8 +206840,8 @@ type Agile @discriminator(subgraph: "YouTrack", field: "$type") { """Stores users and groups that have access to an agile board.""" type AgileSharingSettings @discriminator(subgraph: "YouTrack", field: "$type") { id: String - permittedGroups: [UserGroup] - permittedUsers: [User] + permittedGroups: [UserGroup!] + permittedUsers: [User!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -206854,7 +206854,7 @@ type Sprint @discriminator(subgraph: "YouTrack", field: "$type") { finish: BigInt archived: Boolean isDefault: Boolean - issues: [Issue] + issues: [Issue!] unresolvedIssuesCount: Int previousSprint: Sprint _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") @@ -206864,7 +206864,7 @@ type Sprint @discriminator(subgraph: "YouTrack", field: "$type") { type ColumnSettings @discriminator(subgraph: "YouTrack", field: "$type") { id: String field: CustomField - columns: [AgileColumn] + columns: [AgileColumn!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -206877,7 +206877,7 @@ type AgileColumn @discriminator(subgraph: "YouTrack", field: "$type") { """Agile board columns settings.""" parent: ColumnSettings wipLimit: WIPLimit - fieldValues: [AgileColumnFieldValue] + fieldValues: [AgileColumnFieldValue!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -206911,14 +206911,14 @@ type AgileStatus @discriminator(subgraph: "YouTrack", field: "$type") { id: String valid: Boolean hasJobs: Boolean - errors: [String] - warnings: [String] + errors: [String!] + warnings: [String!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } type IssueTimeTracker @discriminator(subgraph: "YouTrack", field: "$type") { id: String - workItems: [IssueWorkItem] + workItems: [IssueWorkItem!] enabled: Boolean _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -206929,9 +206929,9 @@ type VcsChange @discriminator(subgraph: "YouTrack", field: "$type") { fetched: BigInt files: Int author: User - processors: [ChangesProcessor] + processors: [ChangesProcessor!] text: String - urls: [String] + urls: [String!] version: String issue: Issue state: Int @@ -207177,7 +207177,7 @@ type Mutation { muteUpdateNotifications: Boolean fields: String = "$type,author($type,id,login,ringId),charset,created,extension,id,metaData,mimeType,name,size,updated,url" input: post_issues_by_id_attachments_request_Input - ): [IssueAttachment] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/attachments", operationSpecificHeaders: "{\\"Content-Type\\":\\"multipart/form-data\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST, queryParamArgMap: "{\\"muteUpdateNotifications\\":\\"muteUpdateNotifications\\",\\"fields\\":\\"fields\\"}") + ): [IssueAttachment!] @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/attachments", operationSpecificHeaders: "{\\"Content-Type\\":\\"multipart/form-data\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST, queryParamArgMap: "{\\"muteUpdateNotifications\\":\\"muteUpdateNotifications\\",\\"fields\\":\\"fields\\"}") post_issues_by_id_attachments_by_issueAttachmentId(id: String!, issueAttachmentId: String!, fields: String = "$type,author($type,id,login,ringId),charset,created,extension,id,metaData,mimeType,name,size,updated,url", input: IssueAttachment_Input): IssueAttachment @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/attachments/{args.issueAttachmentId}", operationSpecificHeaders: "{\\"Content-Type\\":\\"application/json\\",\\"accept\\":\\"application/json\\"}", httpMethod: POST, queryParamArgMap: "{\\"fields\\":\\"fields\\"}") delete_issues_by_id_attachments_by_issueAttachmentId(id: String!, issueAttachmentId: String!): JSON @httpOperation(subgraph: "YouTrack", path: "/issues/{args.id}/attachments/{args.issueAttachmentId}", httpMethod: DELETE) post_issues_by_id_comments( @@ -207293,7 +207293,7 @@ type Mutation { input BuildBundle_Input { id: String - values: [BuildBundleElement_Input] + values: [BuildBundleElement_Input!] } input BuildBundleElement_Input { @@ -207303,7 +207303,7 @@ input BuildBundleElement_Input { input EnumBundle_Input { id: String - values: [EnumBundleElement_Input] + values: [EnumBundleElement_Input!] } input EnumBundleElement_Input { @@ -207313,7 +207313,7 @@ input EnumBundleElement_Input { input OwnedBundle_Input { id: String - values: [OwnedBundleElement_Input] + values: [OwnedBundleElement_Input!] } input OwnedBundleElement_Input { @@ -207330,8 +207330,8 @@ input User_Input { guest: Boolean online: Boolean banned: Boolean - tags: [Tag_Input] - savedQueries: [SavedQuery_Input] + tags: [Tag_Input!] + savedQueries: [SavedQuery_Input!] avatarUrl: String profiles: UserProfiles_Input _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") @@ -207346,7 +207346,7 @@ input Tag_Input { updateableBy: UserGroup_Input readSharingSettings: WatchFolderSharingSettings_Input updateSharingSettings: WatchFolderSharingSettings_Input - issues: [Issue_Input] + issues: [Issue_Input!] color: FieldStyle_Input untagOnResolve: Boolean tagSharingSettings: TagSharingSettings_Input @@ -207371,7 +207371,7 @@ input Project_Input { description: String fromEmail: String iconUrl: String - issues: [Issue_Input] + issues: [Issue_Input!] leader: User_Input name: String replyToEmail: String @@ -207383,26 +207383,26 @@ input Project_Input { input Issue_Input { id: String - attachments: [IssueAttachment_Input] - comments: [IssueComment_Input] + attachments: [IssueAttachment_Input!] + comments: [IssueComment_Input!] commentsCount: Int created: BigInt - customFields: [IssueCustomField_Input] + customFields: [IssueCustomField_Input!] description: String draftOwner: User_Input externalIssue: ExternalIssue_Input idReadable: String isDraft: Boolean - links: [IssueLink_Input] + links: [IssueLink_Input!] numberInProject: BigInt parent: IssueLink_Input - pinnedComments: [IssueComment_Input] + pinnedComments: [IssueComment_Input!] project: Project_Input reporter: User_Input resolved: BigInt subtasks: IssueLink_Input summary: String - tags: [Tag_Input] + tags: [Tag_Input!] updated: BigInt updater: User_Input visibility: Visibility_Input @@ -207445,13 +207445,13 @@ input Visibility_Input { input IssueComment_Input { id: String - attachments: [IssueAttachment_Input] + attachments: [IssueAttachment_Input!] author: User_Input created: BigInt deleted: Boolean issue: Issue_Input pinned: Boolean - reactions: [Reaction_Input] + reactions: [Reaction_Input!] text: String textPreview: String updated: BigInt @@ -207499,7 +207499,7 @@ input CustomField_Input { fieldDefaults: CustomFieldDefaults_Input hasRunningJob: Boolean isUpdateable: Boolean - instances: [ProjectCustomField_Input] + instances: [ProjectCustomField_Input!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -207539,8 +207539,8 @@ input IssueLink_Input { id: String direction: query_activities_items_author_tags_items_allOf_0_allOf_0_discriminatorMapping_SavedQuery_allOf_1_issues_items_links_items_direction linkType: IssueLinkType_Input - issues: [Issue_Input] - trimmedIssues: [Issue_Input] + issues: [Issue_Input!] + trimmedIssues: [Issue_Input!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -207562,8 +207562,8 @@ input IssueLinkType_Input { input IssueVoters_Input { id: String hasVote: Boolean - original: [User_Input] - duplicate: [DuplicateVote_Input] + original: [User_Input!] + duplicate: [DuplicateVote_Input!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -207579,8 +207579,8 @@ input DuplicateVote_Input { input IssueWatchers_Input { id: String hasStar: Boolean - issueWatchers: [IssueWatcher_Input] - duplicateWatchers: [IssueWatcher_Input] + issueWatchers: [IssueWatcher_Input!] + duplicateWatchers: [IssueWatcher_Input!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -207596,8 +207596,8 @@ input IssueWatcher_Input { """Stores users and groups that have access to a tag or a saved search.""" input WatchFolderSharingSettings_Input { id: String - permittedGroups: [UserGroup_Input] - permittedUsers: [User_Input] + permittedGroups: [UserGroup_Input!] + permittedUsers: [User_Input!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -207612,15 +207612,15 @@ input FieldStyle_Input { """Stores users and groups that have access to a tag.""" input TagSharingSettings_Input { id: String - permittedGroups: [UserGroup_Input] - permittedUsers: [User_Input] + permittedGroups: [UserGroup_Input!] + permittedUsers: [User_Input!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } input SavedQuery_Input { id: String query: String - issues: [Issue_Input] + issues: [Issue_Input!] visibleFor: UserGroup_Input updateableBy: UserGroup_Input readSharingSettings: WatchFolderSharingSettings_Input @@ -207702,7 +207702,7 @@ input PeriodFieldFormat_Input { input StateBundle_Input { id: String - values: [StateBundleElement_Input] + values: [StateBundleElement_Input!] } input StateBundleElement_Input { @@ -207715,14 +207715,14 @@ input UserBundle_Input { id: String isUpdateable: Boolean _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") - groups: [UserGroup_Input] - individuals: [User_Input] - aggregatedUsers: [User_Input] + groups: [UserGroup_Input!] + individuals: [User_Input!] + aggregatedUsers: [User_Input!] } input VersionBundle_Input { id: String - values: [VersionBundleElement_Input] + values: [VersionBundleElement_Input!] } input VersionBundleElement_Input { @@ -207741,7 +207741,7 @@ input DatabaseBackupSettings_Input { archiveFormat: query_admin_databaseBackup_settings_archiveFormat isOn: Boolean availableDiskSpace: BigInt - notifiedUsers: [User_Input] + notifiedUsers: [User_Input!] backupStatus: BackupStatus_Input _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -207814,7 +207814,7 @@ input StorageEntry_Input { input RestCorsSettings_Input { id: String - allowedOrigins: [String] + allowedOrigins: [String!] allowAllOrigins: Boolean _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -207854,9 +207854,9 @@ input ProjectTimeTrackingSettings_Input { enabled: Boolean estimate: ProjectCustomField_Input timeSpent: ProjectCustomField_Input - workItemTypes: [WorkItemType_Input] + workItemTypes: [WorkItemType_Input!] project: Project_Input - attributes: [WorkItemProjectAttribute_Input] + attributes: [WorkItemProjectAttribute_Input!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -207872,7 +207872,7 @@ input WorkItemProjectAttribute_Input { id: String timeTrackingSettings: ProjectTimeTrackingSettings_Input prototype: WorkItemAttributePrototype_Input - values: [WorkItemAttributeValue_Input] + values: [WorkItemAttributeValue_Input!] name: String ordinal: Int _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") @@ -207884,8 +207884,8 @@ Represents a work item attribute prototype that is common for all projects. The input WorkItemAttributePrototype_Input { id: String name: String - instances: [WorkItemProjectAttribute_Input] - values: [WorkItemAttributeValue_Input] + instances: [WorkItemProjectAttribute_Input!] + values: [WorkItemAttributeValue_Input!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -207905,7 +207905,7 @@ input WorkItemAttributeValue_Input { input WorkTimeSettings_Input { id: String minutesADay: Int - workDays: [Int] + workDays: [Int!] firstDayOfWeek: Int daysAWeek: Int _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") @@ -207925,8 +207925,8 @@ input Agile_Input { hideOrphansSwimlane: Boolean estimationField: CustomField_Input originalEstimationField: CustomField_Input - projects: [Project_Input] - sprints: [Sprint_Input] + projects: [Project_Input!] + sprints: [Sprint_Input!] currentSprint: Sprint_Input columnSettings: ColumnSettings_Input swimlaneSettings: SwimlaneSettings_Input @@ -207939,8 +207939,8 @@ input Agile_Input { """Stores users and groups that have access to an agile board.""" input AgileSharingSettings_Input { id: String - permittedGroups: [UserGroup_Input] - permittedUsers: [User_Input] + permittedGroups: [UserGroup_Input!] + permittedUsers: [User_Input!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -207953,7 +207953,7 @@ input Sprint_Input { finish: BigInt archived: Boolean isDefault: Boolean - issues: [Issue_Input] + issues: [Issue_Input!] unresolvedIssuesCount: Int previousSprint: Sprint_Input _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") @@ -207963,7 +207963,7 @@ input Sprint_Input { input ColumnSettings_Input { id: String field: CustomField_Input - columns: [AgileColumn_Input] + columns: [AgileColumn_Input!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -207976,7 +207976,7 @@ input AgileColumn_Input { """Agile board columns settings.""" parent: ColumnSettings_Input wipLimit: WIPLimit_Input - fieldValues: [AgileColumnFieldValue_Input] + fieldValues: [AgileColumnFieldValue_Input!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -208033,21 +208033,21 @@ input AgileStatus_Input { id: String valid: Boolean hasJobs: Boolean - errors: [String] - warnings: [String] + errors: [String!] + warnings: [String!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } input Article_Input { id: String - attachments: [ArticleAttachment_Input] + attachments: [ArticleAttachment_Input!] content: String reporter: User_Input summary: String visibility: Visibility_Input _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") - childArticles: [Article_Input] - comments: [ArticleComment_Input] + childArticles: [Article_Input!] + comments: [ArticleComment_Input!] created: BigInt externalArticle: ExternalArticle_Input hasChildren: Boolean @@ -208055,9 +208055,9 @@ input Article_Input { idReadable: String ordinal: BigInt parentArticle: Article_Input - pinnedComments: [ArticleComment_Input] + pinnedComments: [ArticleComment_Input!] project: Project_Input - tags: [Tag_Input] + tags: [Tag_Input!] updated: BigInt updatedBy: User_Input } @@ -208087,7 +208087,7 @@ input ArticleAttachment_Input { """Represents a base article entity.""" input BaseArticle_Input { id: String - attachments: [ArticleAttachment_Input] + attachments: [ArticleAttachment_Input!] content: String reporter: User_Input summary: String @@ -208098,11 +208098,11 @@ input BaseArticle_Input { input ArticleComment_Input { id: String article: Article_Input - attachments: [ArticleAttachment_Input] + attachments: [ArticleAttachment_Input!] author: User_Input created: BigInt pinned: Boolean - reactions: [Reaction_Input] + reactions: [Reaction_Input!] text: String updated: BigInt visibility: Visibility_Input @@ -208128,9 +208128,9 @@ type CommandList @discriminator(subgraph: "YouTrack", field: "$type") { caret: Int silent: Boolean runAs: String - commands: [ParsedCommand] - issues: [Issue] - suggestions: [Suggestion] + commands: [ParsedCommand!] + issues: [Issue!] + suggestions: [Suggestion!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -208170,9 +208170,9 @@ input CommandList_Input { caret: Int silent: Boolean runAs: String - commands: [ParsedCommand_Input] - issues: [Issue_Input] - suggestions: [Suggestion_Input] + commands: [ParsedCommand_Input!] + issues: [Issue_Input!] + suggestions: [Suggestion_Input!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -208232,7 +208232,7 @@ input IssueWorkItem_Input { duration: DurationValue_Input date: BigInt issue: Issue_Input - attributes: [WorkItemAttribute_Input] + attributes: [WorkItemAttribute_Input!] } """Represents the duration value and its visual presentation.""" @@ -208265,9 +208265,9 @@ input VcsChange_Input { fetched: BigInt files: Int author: User_Input - processors: [ChangesProcessor_Input] + processors: [ChangesProcessor_Input!] text: String - urls: [String] + urls: [String!] version: String issue: Issue_Input state: Int @@ -208281,9 +208281,9 @@ input ChangesProcessor_Input { id: String server: VcsServer_Input project: Project_Input - relatedProjects: [Project_Input] + relatedProjects: [Project_Input!] enabled: Boolean - visibleForGroups: [UserGroup_Input] + visibleForGroups: [UserGroup_Input!] addComments: Boolean lookupIssuesInBranchName: Boolean _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") @@ -208328,8 +208328,8 @@ type SearchSuggestions @discriminator(subgraph: "YouTrack", field: "$type") { caret: Int ignoreUnresolvedSetting: Boolean query: String - suggestions: [Suggestion] - folders: [IssueFolder] + suggestions: [Suggestion!] + folders: [IssueFolder!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } @@ -208338,8 +208338,8 @@ input SearchSuggestions_Input { caret: Int ignoreUnresolvedSetting: Boolean query: String - suggestions: [Suggestion_Input] - folders: [IssueFolder_Input] + suggestions: [Suggestion_Input!] + folders: [IssueFolder_Input!] _DOLLAR_type: String @resolveRootField(subgraph: "YouTrack", field: "$type") } diff --git a/packages/loaders/openapi/tests/__snapshots__/spotify.test.ts.snap b/packages/loaders/openapi/tests/__snapshots__/spotify.test.ts.snap index 74f70730e34f1..9acb63d086c90 100644 --- a/packages/loaders/openapi/tests/__snapshots__/spotify.test.ts.snap +++ b/packages/loaders/openapi/tests/__snapshots__/spotify.test.ts.snap @@ -372,7 +372,7 @@ type Query { A comma-separated list of the [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids). For example: \`ids=18yVqkdbdRvS24c0Ilj2ci,1HGw3J3NxZO1TP1BTtVhpZ\`. Maximum: 50 IDs. """ ids: String! - ): [Boolean] @httpOperation(subgraph: "test", path: "/me/audiobooks/contains", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"ids\\":\\"ids\\"}") + ): [Boolean!] @httpOperation(subgraph: "test", path: "/me/audiobooks/contains", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"ids\\":\\"ids\\"}") """ Get Spotify catalog information for a single chapter.
**Note: Chapters are only available for the US, UK, Ireland, New Zealand and Australia markets.** @@ -478,7 +478,7 @@ type Query { from all the specified item types. For example: \`q=abacab&type=album,track\` returns both albums and tracks matching "abacab". """ - type: [queryInput_search_type_items]! + type: [queryInput_search_type_items!]! """ An [ISO 3166-1 alpha-2 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). If a country code is specified, only content that is available in that market will be returned.
@@ -633,7 +633,7 @@ type Query { A comma-separated list of the [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids) for the albums. Maximum: 20 IDs. """ ids: String! - ): [Boolean] @httpOperation(subgraph: "test", path: "/me/albums/contains", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"ids\\":\\"ids\\"}") + ): [Boolean!] @httpOperation(subgraph: "test", path: "/me/albums/contains", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"ids\\":\\"ids\\"}") """ Get a list of the songs saved in the current Spotify user's 'Your Music' library. @@ -666,7 +666,7 @@ type Query { A comma-separated list of the [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids). For example: \`ids=4iV5W9uYEdYUVa79Axb7Rh,1301WleyT98MSxVHPZCA6M\`. Maximum: 50 IDs. """ ids: String! - ): [Boolean] @httpOperation(subgraph: "test", path: "/me/tracks/contains", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"ids\\":\\"ids\\"}") + ): [Boolean!] @httpOperation(subgraph: "test", path: "/me/tracks/contains", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"ids\\":\\"ids\\"}") """ Get a list of the episodes saved in the current Spotify user's library.
This API endpoint is in __beta__ and could change without warning. Please share any feedback that you have, or issues that you discover, in our [developer community forum](https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer). @@ -701,7 +701,7 @@ type Query { A comma-separated list of the [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids) for the episodes. Maximum: 50 IDs. """ ids: String! - ): [Boolean] @httpOperation(subgraph: "test", path: "/me/episodes/contains", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"ids\\":\\"ids\\"}") + ): [Boolean!] @httpOperation(subgraph: "test", path: "/me/episodes/contains", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"ids\\":\\"ids\\"}") """ Get a list of shows saved in the current Spotify user's library. Optional parameters can be used to limit the number of shows returned. @@ -725,7 +725,7 @@ type Query { A comma-separated list of the [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids) for the shows. Maximum: 50 IDs. """ ids: String! - ): [Boolean] @httpOperation(subgraph: "test", path: "/me/shows/contains", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"ids\\":\\"ids\\"}") + ): [Boolean!] @httpOperation(subgraph: "test", path: "/me/shows/contains", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"ids\\":\\"ids\\"}") """ Get the current user's top artists or tracks based on calculated affinity. @@ -874,7 +874,7 @@ type Query { The [Spotify ID](/documentation/web-api/concepts/spotify-uris-ids) of the playlist. """ playlist_id: String! - ): [ImageObject] @httpOperation(subgraph: "test", path: "/playlists/{args.playlist_id}/images", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) + ): [ImageObject!] @httpOperation(subgraph: "test", path: "/playlists/{args.playlist_id}/images", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET) """ Get a list of new album releases featured in Spotify (shown, for example, on a Spotify player’s “Browse” tab). @@ -916,7 +916,7 @@ type Query { A comma-separated list of the artist or the user [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids) to check. For example: \`ids=74ASZWbe4lXaubB36ztrGX,08td7MxkoHQkXnWAYD8d6Q\`. A maximum of 50 IDs can be sent in one request. """ ids: String! - ): [Boolean] @httpOperation(subgraph: "test", path: "/me/following/contains", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"type\\":\\"type\\",\\"ids\\":\\"ids\\"}") + ): [Boolean!] @httpOperation(subgraph: "test", path: "/me/following/contains", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"type\\":\\"type\\",\\"ids\\":\\"ids\\"}") """ Check to see if one or more Spotify users are following a specified playlist. @@ -930,7 +930,7 @@ type Query { A comma-separated list of [Spotify User IDs](/documentation/web-api/concepts/spotify-uris-ids) ; the ids of the users that you want to check to see if they follow the playlist. Maximum: 5 ids. """ ids: String! - ): [Boolean] @httpOperation(subgraph: "test", path: "/playlists/{args.playlist_id}/followers/contains", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"ids\\":\\"ids\\"}") + ): [Boolean!] @httpOperation(subgraph: "test", path: "/playlists/{args.playlist_id}/followers/contains", operationSpecificHeaders: "{\\"accept\\":\\"application/json\\"}", httpMethod: GET, queryParamArgMap: "{\\"ids\\":\\"ids\\"}") """ Get audio features for multiple tracks based on their Spotify IDs. @@ -1256,7 +1256,7 @@ type AlbumObject { """ The markets in which the album is available: [ISO 3166-1 alpha-2 country codes](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). _**NOTE**: an album is considered available in a market when at least 1 of its tracks is available in that market._ """ - available_markets: [String]! + available_markets: [String!]! external_urls: ExternalUrlObject! """A link to the Web API endpoint providing full details of the album.""" href: String! @@ -1265,7 +1265,7 @@ type AlbumObject { """ id: String! """The cover art for the album in various sizes, widest first.""" - images: [ImageObject]! + images: [ImageObject!]! """ The name of the album. In case of an album takedown, the value may be an empty string. """ @@ -1280,12 +1280,12 @@ type AlbumObject { """ uri: URL! """The copyright statements of the album.""" - copyrights: [CopyrightObject] + copyrights: [CopyrightObject!] external_ids: ExternalIdObject """ A list of the genres the album is associated with. If not yet classified, the array is empty. """ - genres: [String] + genres: [String!] """The label associated with the album.""" label: String """ @@ -1295,7 +1295,7 @@ type AlbumObject { """ The artists of the album. Each artist object includes a link in \`href\` to more detailed information about the artist. """ - artists: [ArtistObject] + artists: [ArtistObject!] tracks: PagingSimplifiedTrackObject } @@ -1383,7 +1383,7 @@ type ArtistObject { """ A list of the genres the artist is associated with. If not yet classified, the array is empty. """ - genres: [String] + genres: [String!] """A link to the Web API endpoint providing full details of the artist.""" href: String """ @@ -1391,7 +1391,7 @@ type ArtistObject { """ id: String """Images of the artist in various sizes, widest first.""" - images: [ImageObject] + images: [ImageObject!] """The name of the artist.""" name: String """ @@ -1436,18 +1436,18 @@ type PagingSimplifiedTrackObject { previous: URL """The total number of items available to return.""" total: Int! - items: [SimplifiedTrackObject] + items: [SimplifiedTrackObject!] } type SimplifiedTrackObject { """ The artists who performed the track. Each artist object includes a link in \`href\` to more detailed information about the artist. """ - artists: [SimplifiedArtistObject] + artists: [SimplifiedArtistObject!] """ A list of the countries in which the track can be played, identified by their [ISO 3166-1 alpha-2](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code. """ - available_markets: [String] + available_markets: [String!] """ The disc number (usually \`1\` unless the album consists of more than one disc). """ @@ -1537,7 +1537,7 @@ type TrackRestrictionObject { """A set of albums""" type ManyAlbums_response { - albums: [AlbumObject]! + albums: [AlbumObject!]! } """Integers that will have a value of 0 or more.""" @@ -1545,7 +1545,7 @@ scalar NonNegativeInt """A set of artists""" type ManyArtists_response { - artists: [ArtistObject]! + artists: [ArtistObject!]! } """Pages of albums""" @@ -1566,7 +1566,7 @@ type PagingSimplifiedAlbumObject { previous: URL """The total number of items available to return.""" total: Int! - items: [SimplifiedAlbumObject] + items: [SimplifiedAlbumObject!] } type SimplifiedAlbumObject { @@ -1576,7 +1576,7 @@ type SimplifiedAlbumObject { """ The markets in which the album is available: [ISO 3166-1 alpha-2 country codes](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). _**NOTE**: an album is considered available in a market when at least 1 of its tracks is available in that market._ """ - available_markets: [String]! + available_markets: [String!]! external_urls: ExternalUrlObject! """A link to the Web API endpoint providing full details of the album.""" href: String! @@ -1585,7 +1585,7 @@ type SimplifiedAlbumObject { """ id: String! """The cover art for the album in various sizes, widest first.""" - images: [ImageObject]! + images: [ImageObject!]! """ The name of the album. In case of an album takedown, the value may be an empty string. """ @@ -1600,12 +1600,12 @@ type SimplifiedAlbumObject { """ uri: URL! """The copyright statements of the album.""" - copyrights: [CopyrightObject] + copyrights: [CopyrightObject!] external_ids: ExternalIdObject """ A list of the genres the album is associated with. If not yet classified, the array is empty. """ - genres: [String] + genres: [String!] """The label associated with the album.""" label: String """ @@ -1616,7 +1616,7 @@ type SimplifiedAlbumObject { """ The artists of the album. Each artist object includes a link in \`href\` to more detailed information about the artist. """ - artists: [SimplifiedArtistObject]! + artists: [SimplifiedArtistObject!]! } """ @@ -1631,7 +1631,7 @@ enum query_get_an_artists_albums_allOf_1_items_items_allOf_1_album_group { """A set of tracks""" type ManyTracks_response { - tracks: [TrackObject]! + tracks: [TrackObject!]! } """A track""" @@ -1640,11 +1640,11 @@ type TrackObject { """ The artists who performed the track. Each artist object includes a link in \`href\` to more detailed information about the artist. """ - artists: [ArtistObject] + artists: [ArtistObject!] """ A list of the countries in which the track can be played, identified by their [ISO 3166-1 alpha-2](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code. """ - available_markets: [String] + available_markets: [String!] """ The disc number (usually \`1\` unless the album consists of more than one disc). """ @@ -1704,9 +1704,9 @@ type ShowObject { """ A list of the countries in which the show can be played, identified by their [ISO 3166-1 alpha-2](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code. """ - available_markets: [String]! + available_markets: [String!]! """The copyright statements of the show.""" - copyrights: [CopyrightObject]! + copyrights: [CopyrightObject!]! """ A description of the show. HTML tags are stripped away from this field, use \`html_description\` field in case HTML tags are needed. """ @@ -1725,7 +1725,7 @@ type ShowObject { """ id: String! """The cover art for the show in various sizes, widest first.""" - images: [ImageObject]! + images: [ImageObject!]! """ True if all of the shows episodes are hosted outside of Spotify's CDN. This field might be \`null\` in some cases. """ @@ -1733,7 +1733,7 @@ type ShowObject { """ A list of the languages used in the show, identified by their [ISO 639](https://en.wikipedia.org/wiki/ISO_639) code. """ - languages: [String]! + languages: [String!]! """The media type of the show.""" media_type: String! """The name of the episode.""" @@ -1772,7 +1772,7 @@ type PagingSimplifiedEpisodeObject { previous: URL """The total number of items available to return.""" total: Int! - items: [SimplifiedEpisodeObject] + items: [SimplifiedEpisodeObject!] } type SimplifiedEpisodeObject { @@ -1800,7 +1800,7 @@ type SimplifiedEpisodeObject { """ id: String! """The cover art for the episode in various sizes, widest first.""" - images: [ImageObject]! + images: [ImageObject!]! """True if the episode is hosted outside of Spotify's CDN.""" is_externally_hosted: Boolean! """True if the episode is playable in the given market. Otherwise false.""" @@ -1812,7 +1812,7 @@ type SimplifiedEpisodeObject { """ A list of the languages used in the episode, identified by their [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639) code. """ - languages: [String]! + languages: [String!]! """The name of the episode.""" name: String! """ @@ -1866,16 +1866,16 @@ type EpisodeRestrictionObject { """A set of shows""" type ManySimplifiedShows_response { - shows: [SimplifiedShowObject]! + shows: [SimplifiedShowObject!]! } type SimplifiedShowObject { """ A list of the countries in which the show can be played, identified by their [ISO 3166-1 alpha-2](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code. """ - available_markets: [String]! + available_markets: [String!]! """The copyright statements of the show.""" - copyrights: [CopyrightObject]! + copyrights: [CopyrightObject!]! """ A description of the show. HTML tags are stripped away from this field, use \`html_description\` field in case HTML tags are needed. """ @@ -1894,7 +1894,7 @@ type SimplifiedShowObject { """ id: String! """The cover art for the show in various sizes, widest first.""" - images: [ImageObject]! + images: [ImageObject!]! """ True if all of the shows episodes are hosted outside of Spotify's CDN. This field might be \`null\` in some cases. """ @@ -1902,7 +1902,7 @@ type SimplifiedShowObject { """ A list of the languages used in the show, identified by their [ISO 639](https://en.wikipedia.org/wiki/ISO_639) code. """ - languages: [String]! + languages: [String!]! """The media type of the show.""" media_type: String! """The name of the episode.""" @@ -1945,7 +1945,7 @@ type EpisodeObject { """ id: String! """The cover art for the episode in various sizes, widest first.""" - images: [ImageObject]! + images: [ImageObject!]! """True if the episode is hosted outside of Spotify's CDN.""" is_externally_hosted: Boolean! """True if the episode is playable in the given market. Otherwise false.""" @@ -1957,7 +1957,7 @@ type EpisodeObject { """ A list of the languages used in the episode, identified by their [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639) code. """ - languages: [String]! + languages: [String!]! """The name of the episode.""" name: String! """ @@ -1977,19 +1977,19 @@ type EpisodeObject { """A set of episodes""" type ManyEpisodes_response { - episodes: [EpisodeObject]! + episodes: [EpisodeObject!]! } """An Audiobook""" type AudiobookObject { """The author(s) for the audiobook.""" - authors: [AuthorObject]! + authors: [AuthorObject!]! """ A list of the countries in which the audiobook can be played, identified by their [ISO 3166-1 alpha-2](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code. """ - available_markets: [String]! + available_markets: [String!]! """The copyright statements of the audiobook.""" - copyrights: [CopyrightObject]! + copyrights: [CopyrightObject!]! """ A description of the audiobook. HTML tags are stripped away from this field, use \`html_description\` field in case HTML tags are needed. """ @@ -2012,17 +2012,17 @@ type AudiobookObject { """ id: String! """The cover art for the audiobook in various sizes, widest first.""" - images: [ImageObject]! + images: [ImageObject!]! """ A list of the languages used in the audiobook, identified by their [ISO 639](https://en.wikipedia.org/wiki/ISO_639) code. """ - languages: [String]! + languages: [String!]! """The media type of the audiobook.""" media_type: String! """The name of the audiobook.""" name: String! """The narrator(s) for the audiobook.""" - narrators: [NarratorObject]! + narrators: [NarratorObject!]! """The publisher of the audiobook.""" publisher: String! type: audiobook_const! @@ -2067,7 +2067,7 @@ type PagingSimplifiedChapterObject { previous: URL """The total number of items available to return.""" total: Int! - items: [SimplifiedChapterObject] + items: [SimplifiedChapterObject!] } type SimplifiedChapterObject { @@ -2078,7 +2078,7 @@ type SimplifiedChapterObject { """ A list of the countries in which the chapter can be played, identified by their [ISO 3166-1 alpha-2](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code. """ - available_markets: [String] + available_markets: [String!] """The number of the chapter""" chapter_number: Int! """ @@ -2101,13 +2101,13 @@ type SimplifiedChapterObject { """ id: String! """The cover art for the episode in various sizes, widest first.""" - images: [ImageObject]! + images: [ImageObject!]! """True if the episode is playable in the given market. Otherwise false.""" is_playable: Boolean! """ A list of the languages used in the episode, identified by their [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639) code. """ - languages: [String]! + languages: [String!]! """The name of the episode.""" name: String! """ @@ -2148,7 +2148,7 @@ type ChapterRestrictionObject { """A set of audiobooks""" type ManyAudiobooks_response { - audiobooks: [AudiobookObject]! + audiobooks: [AudiobookObject!]! } """Pages of audiobooks""" @@ -2169,18 +2169,18 @@ type PagingSimplifiedAudiobookObject { previous: URL """The total number of items available to return.""" total: Int! - items: [SimplifiedAudiobookObject] + items: [SimplifiedAudiobookObject!] } type SimplifiedAudiobookObject { """The author(s) for the audiobook.""" - authors: [AuthorObject]! + authors: [AuthorObject!]! """ A list of the countries in which the audiobook can be played, identified by their [ISO 3166-1 alpha-2](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code. """ - available_markets: [String]! + available_markets: [String!]! """The copyright statements of the audiobook.""" - copyrights: [CopyrightObject]! + copyrights: [CopyrightObject!]! """ A description of the audiobook. HTML tags are stripped away from this field, use \`html_description\` field in case HTML tags are needed. """ @@ -2203,17 +2203,17 @@ type SimplifiedAudiobookObject { """ id: String! """The cover art for the audiobook in various sizes, widest first.""" - images: [ImageObject]! + images: [ImageObject!]! """ A list of the languages used in the audiobook, identified by their [ISO 639](https://en.wikipedia.org/wiki/ISO_639) code. """ - languages: [String]! + languages: [String!]! """The media type of the audiobook.""" media_type: String! """The name of the audiobook.""" name: String! """The narrator(s) for the audiobook.""" - narrators: [NarratorObject]! + narrators: [NarratorObject!]! """The publisher of the audiobook.""" publisher: String! type: audiobook_const! @@ -2235,7 +2235,7 @@ type ChapterObject { """ A list of the countries in which the chapter can be played, identified by their [ISO 3166-1 alpha-2](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code. """ - available_markets: [String] + available_markets: [String!] """The number of the chapter""" chapter_number: Int! """ @@ -2258,13 +2258,13 @@ type ChapterObject { """ id: String! """The cover art for the episode in various sizes, widest first.""" - images: [ImageObject]! + images: [ImageObject!]! """True if the episode is playable in the given market. Otherwise false.""" is_playable: Boolean! """ A list of the languages used in the episode, identified by their [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639) code. """ - languages: [String]! + languages: [String!]! """The name of the episode.""" name: String! """ @@ -2284,7 +2284,7 @@ type ChapterObject { """A set of chapters""" type ManyChapters_response { - chapters: [ChapterObject]! + chapters: [ChapterObject!]! } """Search response""" @@ -2315,7 +2315,7 @@ type PagingTrackObject { previous: URL """The total number of items available to return.""" total: Int! - items: [TrackObject] + items: [TrackObject!] } type PagingArtistObject { @@ -2335,7 +2335,7 @@ type PagingArtistObject { previous: URL """The total number of items available to return.""" total: Int! - items: [ArtistObject] + items: [ArtistObject!] } """A paged set of playlists""" @@ -2356,7 +2356,7 @@ type PagingPlaylistObject { previous: URL """The total number of items available to return.""" total: Int! - items: [SimplifiedPlaylistObject] + items: [SimplifiedPlaylistObject!] } type SimplifiedPlaylistObject { @@ -2376,7 +2376,7 @@ type SimplifiedPlaylistObject { """ Images for the playlist. The array may be empty or contain up to three images. The images are returned by size in descending order. See [Working with Playlists](/documentation/web-api/concepts/playlists). _**Note**: If returned, the source URL for the image (\`url\`) is temporary and will expire in less than a day._ """ - images: [ImageObject] + images: [ImageObject!] """The name of the playlist.""" name: String owner: PlaylistOwnerObject @@ -2448,7 +2448,7 @@ type PagingSimplifiedShowObject { previous: URL """The total number of items available to return.""" total: Int! - items: [SimplifiedShowObject] + items: [SimplifiedShowObject!] } enum queryInput_search_type_items { @@ -2487,7 +2487,7 @@ type PrivateUserObject { """ id: String """The user's profile image.""" - images: [ImageObject] + images: [ImageObject!] """ The user's Spotify subscription level: "premium", "free", etc. (The subscription level "open" can be considered the same as "free".) _This field is only available when the current user has granted access to the [user-read-private](/documentation/web-api/concepts/scopes/#list-of-scopes) scope._ """ @@ -2530,7 +2530,7 @@ type PlaylistObject { """ Images for the playlist. The array may be empty or contain up to three images. The images are returned by size in descending order. See [Working with Playlists](/documentation/web-api/concepts/playlists). _**Note**: If returned, the source URL for the image (\`url\`) is temporary and will expire in less than a day._ """ - images: [ImageObject] + images: [ImageObject!] """The name of the playlist.""" name: String owner: PlaylistOwnerObject @@ -2571,7 +2571,7 @@ type PagingPlaylistTrackObject { previous: URL """The total number of items available to return.""" total: Int! - items: [PlaylistTrackObject] + items: [PlaylistTrackObject!] } type PlaylistTrackObject { @@ -2629,7 +2629,7 @@ type PagingSavedAlbumObject { previous: URL """The total number of items available to return.""" total: Int! - items: [SavedAlbumObject] + items: [SavedAlbumObject!] } type SavedAlbumObject { @@ -2661,7 +2661,7 @@ type PagingSavedTrackObject { previous: URL """The total number of items available to return.""" total: Int! - items: [SavedTrackObject] + items: [SavedTrackObject!] } type SavedTrackObject { @@ -2692,7 +2692,7 @@ type PagingSavedEpisodeObject { previous: URL """The total number of items available to return.""" total: Int! - items: [SavedEpisodeObject] + items: [SavedEpisodeObject!] } type SavedEpisodeObject { @@ -2722,7 +2722,7 @@ type PagingSavedShowObject { previous: URL """The total number of items available to return.""" total: Int! - items: [SavedShowObject] + items: [SavedShowObject!] } type SavedShowObject { @@ -2753,7 +2753,7 @@ type PagingArtistOrTrackObject_response { previous: URL """The total number of items available to return.""" total: Int! - items: [query_get_users_top_artists_and_tracks_allOf_1_items_items] + items: [query_get_users_top_artists_and_tracks_allOf_1_items_items!] } union query_get_users_top_artists_and_tracks_allOf_1_items_items @discriminator(subgraph: "test", field: "type") = ArtistObject | TrackObject @@ -2777,7 +2777,7 @@ type PublicUserObject { """ id: String """The user's profile image.""" - images: [ImageObject] + images: [ImageObject!] type: user_const """ The [Spotify URI](/documentation/web-api/concepts/spotify-uris-ids) for this user. @@ -2821,7 +2821,7 @@ type CategoryObject { """A link to the Web API endpoint returning full details of the category.""" href: String! """The category icon, in various sizes.""" - icons: [ImageObject]! + icons: [ImageObject!]! """ The [Spotify category ID](/documentation/web-api/concepts/spotify-uris-ids) of the category. """ @@ -2854,7 +2854,7 @@ type CursorPagingSimplifiedArtistObject { cursors: CursorObject """The total number of items available to return.""" total: Int - items: [ArtistObject] + items: [ArtistObject!] } type CursorObject { @@ -2876,7 +2876,7 @@ enum queryInput_check_current_user_follows_type { """A set of audio features""" type ManyAudioFeatures_response { - audio_features: [AudioFeaturesObject]! + audio_features: [AudioFeaturesObject!]! } """Audio features for one track""" @@ -2958,23 +2958,23 @@ type AudioAnalysisObject { """ The time intervals of the bars throughout the track. A bar (or measure) is a segment of time defined as a given number of beats. """ - bars: [TimeIntervalObject] + bars: [TimeIntervalObject!] """ The time intervals of beats throughout the track. A beat is the basic time unit of a piece of music; for example, each tick of a metronome. Beats are typically multiples of tatums. """ - beats: [TimeIntervalObject] + beats: [TimeIntervalObject!] """ Sections are defined by large variations in rhythm or timbre, e.g. chorus, verse, bridge, guitar solo, etc. Each section contains its own descriptions of tempo, key, mode, time_signature, and loudness. """ - sections: [SectionObject] + sections: [SectionObject!] """ Each segment contains a roughly conisistent sound throughout its duration. """ - segments: [SegmentObject] + segments: [SegmentObject!] """ A tatum represents the lowest regular pulse train that a listener intuitively infers from the timing of perceived musical events (segments). """ - tatums: [TimeIntervalObject] + tatums: [TimeIntervalObject!] } type query_get_audio_analysis_meta { @@ -3184,7 +3184,7 @@ type SegmentObject { As can be seen below, the 12 vector indices are a combination of low-power spectrum values at their respective pitch frequencies. ![pitch vector](https://developer.spotify.com/assets/audio/Pitch_vector.png) """ - pitches: [NonNegativeFloat] + pitches: [NonNegativeFloat!] """ Timbre is the quality of a musical note or sound that distinguishes different types of musical instruments, or voices. It is a complex notion also referred to as sound color, texture, or tone quality, and is derived from the shape of a segment’s spectro-temporal surface, independently of pitch and loudness. The timbre feature is a vector that includes 12 unbounded values roughly centered around 0. Those values are high level abstractions of the spectral surface, ordered by degree of importance. @@ -3193,17 +3193,17 @@ type SegmentObject { The actual timbre of the segment is best described as a linear combination of these 12 basis functions weighted by the coefficient values: timbre = c1 x b1 + c2 x b2 + ... + c12 x b12, where c1 to c12 represent the 12 coefficients and b1 to b12 the 12 basis functions as displayed below. Timbre vectors are best used in comparison with each other. """ - timbre: [Float] + timbre: [Float!] } """A set of recommendations""" type RecommendationsObject { """An array of recommendation seed objects.""" - seeds: [RecommendationSeedObject]! + seeds: [RecommendationSeedObject!]! """ An array of track object (simplified) ordered according to the parameters supplied. """ - tracks: [TrackObject]! + tracks: [TrackObject!]! } type RecommendationSeedObject { @@ -3231,7 +3231,7 @@ type RecommendationSeedObject { """A set of genres""" type ManyGenres_response { - genres: [String]! + genres: [String!]! } union get_information_about_the_users_current_playback_response @statusCodeTypeName(subgraph: "test", statusCode: 200, typeName: "CurrentlyPlayingContextObject") @statusCodeTypeName(subgraph: "test", statusCode: 204, typeName: "Void_container") = CurrentlyPlayingContextObject | Void_container @@ -3326,7 +3326,7 @@ scalar Void """A set of devices""" type ManyDevices_response { - devices: [DeviceObject]! + devices: [DeviceObject!]! } """A paged set of tracks""" @@ -3344,7 +3344,7 @@ type CursorPagingPlayHistoryObject { cursors: CursorObject """The total number of items available to return.""" total: Int - items: [PlayHistoryObject] + items: [PlayHistoryObject!] } type PlayHistoryObject { @@ -3358,7 +3358,7 @@ type PlayHistoryObject { type QueueObject { currently_playing: query_get_queue_currently_playing """The tracks or episodes in the queue. Can be empty.""" - queue: [query_get_queue_queue_items] + queue: [query_get_queue_queue_items!] } """The currently playing track or episode. Can be \`null\`.""" @@ -3367,7 +3367,7 @@ union query_get_queue_currently_playing @discriminator(subgraph: "test", field: union query_get_queue_queue_items @discriminator(subgraph: "test", field: "type") = TrackObject | EpisodeObject type get_available_markets_200_response { - markets: [String] + markets: [String!] } type Mutation { @@ -3773,7 +3773,7 @@ input add_tracks_to_playlist_request_Input { """ A JSON array of the [Spotify URIs](/documentation/web-api/concepts/spotify-uris-ids) to add. For example: \`{"uris": ["spotify:track:4iV5W9uYEdYUVa79Axb7Rh","spotify:track:1301WleyT98MSxVHPZCA6M", "spotify:episode:512ojhOuo1ktJprKbVcKyQ"]}\`
A maximum of 100 items can be added in one request. _**Note**: if the \`uris\` parameter is present in the query string, any URIs listed here in the body will be ignored._ """ - uris: [String] + uris: [String!] """ The position to insert the items, a zero-based index. For example, to insert the items in the first position: \`position=0\` ; to insert the items in the third position: \`position=2\`. If omitted, the items will be appended to the playlist. Items are added in the order they appear in the uris array. For example: \`{"uris": ["spotify:track:4iV5W9uYEdYUVa79Axb7Rh","spotify:track:1301WleyT98MSxVHPZCA6M"], "position": 3}\` """ @@ -3781,7 +3781,7 @@ input add_tracks_to_playlist_request_Input { } input reorder_or_replace_playlists_tracks_request_Input { - uris: [String] + uris: [String!] """The position of the first item to be reordered.""" range_start: Int """ @@ -3801,7 +3801,7 @@ input remove_tracks_playlist_request_Input { An array of objects containing [Spotify URIs](/documentation/web-api/concepts/spotify-uris-ids) of the tracks or episodes to remove. For example: \`{ "tracks": [{ "uri": "spotify:track:4iV5W9uYEdYUVa79Axb7Rh" },{ "uri": "spotify:track:1301WleyT98MSxVHPZCA6M" }] }\`. A maximum of 100 objects can be sent at once. """ - tracks: [mutationInput_remove_tracks_playlist_input_tracks_items_Input]! + tracks: [mutationInput_remove_tracks_playlist_input_tracks_items_Input!]! """ The playlist's snapshot ID against which you want to make the changes. The API will validate that the specified items exist and in the specified positions and make the changes, @@ -3819,21 +3819,21 @@ input save_albums_user_request_Input { """ A JSON array of the [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids). For example: \`["4iV5W9uYEdYUVa79Axb7Rh", "1301WleyT98MSxVHPZCA6M"]\`
A maximum of 50 items can be specified in one request. _**Note**: if the \`ids\` parameter is present in the query string, any IDs listed here in the body will be ignored._ """ - ids: [String] + ids: [String!] } input remove_albums_user_request_Input { """ A JSON array of the [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids). For example: \`["4iV5W9uYEdYUVa79Axb7Rh", "1301WleyT98MSxVHPZCA6M"]\`
A maximum of 50 items can be specified in one request. _**Note**: if the \`ids\` parameter is present in the query string, any IDs listed here in the body will be ignored._ """ - ids: [String] + ids: [String!] } input save_tracks_user_request_Input { """ A JSON array of the [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids). For example: \`["4iV5W9uYEdYUVa79Axb7Rh", "1301WleyT98MSxVHPZCA6M"]\`
A maximum of 50 items can be specified in one request. _**Note**: if the \`ids\` parameter is present in the query string, any IDs listed here in the body will be ignored._ """ - ids: [String] + ids: [String!] uris: JSON! } @@ -3841,14 +3841,14 @@ input remove_tracks_user_request_Input { """ A JSON array of the [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids). For example: \`["4iV5W9uYEdYUVa79Axb7Rh", "1301WleyT98MSxVHPZCA6M"]\`
A maximum of 50 items can be specified in one request. _**Note**: if the \`ids\` parameter is present in the query string, any IDs listed here in the body will be ignored._ """ - ids: [String] + ids: [String!] } input save_episodes_user_request_Input { """ A JSON array of the [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids).
A maximum of 50 items can be specified in one request. _**Note**: if the \`ids\` parameter is present in the query string, any IDs listed here in the body will be ignored._ """ - ids: [String] + ids: [String!] uris: JSON! } @@ -3856,7 +3856,7 @@ input remove_episodes_user_request_Input { """ A JSON array of the [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids).
A maximum of 50 items can be specified in one request. _**Note**: if the \`ids\` parameter is present in the query string, any IDs listed here in the body will be ignored._ """ - ids: [String] + ids: [String!] } input create_playlist_request_Input { @@ -3896,7 +3896,7 @@ input follow_artists_users_request_Input { A JSON array of the artist or user [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids). For example: \`{ids:["74ASZWbe4lXaubB36ztrGX", "08td7MxkoHQkXnWAYD8d6Q"]}\`. A maximum of 50 IDs can be sent in one request. _**Note**: if the \`ids\` parameter is present in the query string, any IDs listed here in the body will be ignored._ """ - ids: [String]! + ids: [String!]! } """The ID type: either \`artist\` or \`user\`.""" @@ -3909,14 +3909,14 @@ input unfollow_artists_users_request_Input { """ A JSON array of the artist or user [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids). For example: \`{ids:["74ASZWbe4lXaubB36ztrGX", "08td7MxkoHQkXnWAYD8d6Q"]}\`. A maximum of 50 IDs can be sent in one request. _**Note**: if the \`ids\` parameter is present in the query string, any IDs listed here in the body will be ignored._ """ - ids: [String] + ids: [String!] } input transfer_a_users_playback_request_Input { """ A JSON array containing the ID of the device on which playback should be started/transferred.
For example:\`{device_ids:["74ASZWbe4lXaubB36ztrGX"]}\`
_**Note**: Although an array is accepted, only a single device_id is currently supported. Supplying more than one will return \`400 Bad Request\`_ """ - device_ids: [String]! + device_ids: [String!]! """ **true**: ensure playback happens on new device.
**false** or not provided: keep the current playback state. """ @@ -3934,7 +3934,7 @@ input start_a_users_playback_request_Input { Optional. A JSON array of the Spotify track URIs to play. For example: \`{"uris": ["spotify:track:4iV5W9uYEdYUVa79Axb7Rh", "spotify:track:1301WleyT98MSxVHPZCA6M"]}\` """ - uris: [String] + uris: [String!] """ Optional. Indicates from where in the context playback should start. Only available when context_uri corresponds to an album or playlist object "position" is zero based and can’t be negative. Example: \`"offset": {"position": 5}\` diff --git a/packages/loaders/raml/tests/__snapshots__/query-params.test.ts.snap b/packages/loaders/raml/tests/__snapshots__/query-params.test.ts.snap index 1bb93ea636a30..4b4abc81383da 100644 --- a/packages/loaders/raml/tests/__snapshots__/query-params.test.ts.snap +++ b/packages/loaders/raml/tests/__snapshots__/query-params.test.ts.snap @@ -14,7 +14,7 @@ type Query { listOfProducts( """Get approved products""" isApproved: Boolean = true - ): [Product] @httpOperation(subgraph: "query-params", path: "/listOfProducts", httpMethod: GET, queryParamArgMap: "{\\"isApproved\\":\\"isApproved\\"}") + ): [Product!] @httpOperation(subgraph: "query-params", path: "/listOfProducts", httpMethod: GET, queryParamArgMap: "{\\"isApproved\\":\\"isApproved\\"}") } type Product { diff --git a/packages/plugins/operation-headers/package.json b/packages/plugins/operation-headers/package.json index 81b6e88991f21..8af41ccd44343 100644 --- a/packages/plugins/operation-headers/package.json +++ b/packages/plugins/operation-headers/package.json @@ -32,9 +32,9 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/serve-runtime": "^0.1.1", - "@graphql-mesh/types": "^0.96.6", - "@graphql-mesh/utils": "^0.96.6", + "@graphql-mesh/serve-runtime": "^0.2.0", + "@graphql-mesh/types": "^0.97.0", + "@graphql-mesh/utils": "^0.97.0", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/yarn.lock b/yarn.lock index 7dab25264b30d..e0237d3bea258 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4846,7 +4846,7 @@ __metadata: "@graphql-mesh/utils": "npm:^0.97.0" "@graphql-tools/graphql-file-loader": "npm:8.0.1" "@graphql-tools/load": "npm:^8.0.1" - "@graphql-tools/utils": "npm:^10.0.8" + "@graphql-tools/utils": "npm:^10.1.0" "@types/spinnies": "npm:^0.5.3" "@whatwg-node/fetch": "npm:^0.9.14" dotenv: "npm:^16.3.1" @@ -5353,9 +5353,9 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-operation-headers@workspace:packages/plugins/operation-headers" peerDependencies: - "@graphql-mesh/serve-runtime": ^0.1.1 - "@graphql-mesh/types": ^0.96.6 - "@graphql-mesh/utils": ^0.96.6 + "@graphql-mesh/serve-runtime": ^0.2.0 + "@graphql-mesh/types": ^0.97.0 + "@graphql-mesh/utils": ^0.97.0 graphql: "*" tslib: ^2.4.0 languageName: unknown From 2d32e757c5b57b02c4cc86c9d11b43714f531e04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 Mar 2024 10:32:08 +0000 Subject: [PATCH 2/2] chore(dependencies): updated changesets for modified dependencies --- .changeset/@graphql-mesh_compose-cli-6633-dependencies.md | 5 +++++ ...phql-mesh_plugin-operation-headers-6633-dependencies.md | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 .changeset/@graphql-mesh_compose-cli-6633-dependencies.md create mode 100644 .changeset/@graphql-mesh_plugin-operation-headers-6633-dependencies.md diff --git a/.changeset/@graphql-mesh_compose-cli-6633-dependencies.md b/.changeset/@graphql-mesh_compose-cli-6633-dependencies.md new file mode 100644 index 0000000000000..e2ae1893482f8 --- /dev/null +++ b/.changeset/@graphql-mesh_compose-cli-6633-dependencies.md @@ -0,0 +1,5 @@ +--- +"@graphql-mesh/compose-cli": patch +--- +dependencies updates: + - Updated dependency [`@graphql-tools/utils@^10.1.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.1.0) (from `^10.0.8`, in `dependencies`) diff --git a/.changeset/@graphql-mesh_plugin-operation-headers-6633-dependencies.md b/.changeset/@graphql-mesh_plugin-operation-headers-6633-dependencies.md new file mode 100644 index 0000000000000..01b7768e8051e --- /dev/null +++ b/.changeset/@graphql-mesh_plugin-operation-headers-6633-dependencies.md @@ -0,0 +1,7 @@ +--- +"@graphql-mesh/plugin-operation-headers": patch +--- +dependencies updates: + - Updated dependency [`@graphql-mesh/serve-runtime@^0.2.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/serve-runtime/v/0.2.0) (from `^0.1.1`, in `peerDependencies`) + - Updated dependency [`@graphql-mesh/types@^0.97.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.97.0) (from `^0.96.6`, in `peerDependencies`) + - Updated dependency [`@graphql-mesh/utils@^0.97.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.97.0) (from `^0.96.6`, in `peerDependencies`)