Skip to content

Commit 89a5d1e

Browse files
hedvig-ops-botgithub-actions[bot]
authored andcommitted
Update GQL Schema
1 parent 860d996 commit 89a5d1e

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

  • app/apollo/apollo-octopus-public/src/commonMain/graphql/com/hedvig/android/apollo/octopus

app/apollo/apollo-octopus-public/src/commonMain/graphql/com/hedvig/android/apollo/octopus/schema.graphqls

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5053,6 +5053,7 @@ input ShopSessionAttributionInput {
50535053
A/B testing experiments
50545054
"""
50555055
experiments: [ShopSessionExperimentInput!]
5056+
""""""
50565057
trackingData: JSON
50575058
"""
50585059
The Vertex recommendation instance that led the member here (cross-sell arm only).
@@ -5917,23 +5918,23 @@ enum __DirectiveLocation {
59175918
"""
59185919
INPUT_FIELD_DEFINITION
59195920
}
5920-
directive @defer (label: String, if: Boolean! = true) on FRAGMENT_SPREAD|INLINE_FRAGMENT
5921+
directive @defer(label: String, if: Boolean! = true) on FRAGMENT_SPREAD | INLINE_FRAGMENT
59215922
"""
59225923
Directs the executor to include this field or fragment only when the `if` argument is true.
59235924
"""
5924-
directive @include ("Included when true." if: Boolean!) on FIELD|FRAGMENT_SPREAD|INLINE_FRAGMENT
5925+
directive @include("Included when true." if: Boolean!) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT
59255926
"""
59265927
Directs the executor to skip this field or fragment when the `if` argument is true.
59275928
"""
5928-
directive @skip ("Skipped when true." if: Boolean!) on FIELD|FRAGMENT_SPREAD|INLINE_FRAGMENT
5929+
directive @skip("Skipped when true." if: Boolean!) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT
59295930
"""
59305931
Marks an element of a GraphQL schema as no longer supported.
59315932
"""
5932-
directive @deprecated ("Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/)." reason: String = "No longer supported") on FIELD_DEFINITION|ARGUMENT_DEFINITION|INPUT_FIELD_DEFINITION|ENUM_VALUE
5933+
directive @deprecated("Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/)." reason: String = "No longer supported") on FIELD_DEFINITION | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION | ENUM_VALUE
59335934
"""
59345935
Exposes a URL that specifies the behavior of this scalar.
59355936
"""
5936-
directive @specifiedBy ("The URL that specifies the behavior of this scalar." url: String!) on SCALAR
5937+
directive @specifiedBy("The URL that specifies the behavior of this scalar." url: String!) on SCALAR
59375938
schema {
59385939
query: Query
59395940
mutation: Mutation

0 commit comments

Comments
 (0)