@@ -595,8 +595,8 @@ local function run_queries(gql_wrapper)
595
595
name: INLINE_FRAGMENT
596
596
description: Location adjacent to an inline fragment.
597
597
name: __DirectiveLocation
598
- description: ' A Directive can be adjacent to many parts of the GraphQL language,
599
- a __DirectiveLocation describes one such possible adjacencies. '
598
+ description: A Directive can be adjacent to many parts of the GraphQL language,
599
+ a __DirectiveLocation describes one such possible adjacencies.
600
600
- interfaces: *0
601
601
fields:
602
602
- isDeprecated: false
@@ -709,11 +709,11 @@ local function run_queries(gql_wrapper)
709
709
name: args
710
710
kind: OBJECT
711
711
name: __Directive
712
- description: ' A Directive provides a way to describe alternate runtime execution
712
+ description: A Directive provides a way to describe alternate runtime execution
713
713
and type validation behavior in a GraphQL document. In some cases, you need
714
714
to provide options to alter GraphQL’s execution behavior in ways field arguments
715
715
will not suffice, such as conditionally including or skipping a field. Directives
716
- provide this by describing additional information to the executor. '
716
+ provide this by describing additional information to the executor.
717
717
- interfaces: *0
718
718
fields:
719
719
- isDeprecated: false
@@ -766,8 +766,8 @@ local function run_queries(gql_wrapper)
766
766
name: description
767
767
kind: OBJECT
768
768
name: __Field
769
- description: ' Object and Interface types are described by a list of Fields, each
770
- of which has a name, potentially a list of arguments, and a return type. '
769
+ description: Object and Interface types are described by a list of Fields, each
770
+ of which has a name, potentially a list of arguments, and a return type.
771
771
- interfaces: *0
772
772
fields:
773
773
- isDeprecated: false
@@ -880,9 +880,9 @@ local function run_queries(gql_wrapper)
880
880
input value.
881
881
kind: OBJECT
882
882
name: __InputValue
883
- description: ' Arguments provided to Fields or Directives and the input fields
883
+ description: Arguments provided to Fields or Directives and the input fields
884
884
of an InputObject are represented as Input Values which describe their type
885
- and optionally a default value. '
885
+ and optionally a default value.
886
886
- kind: INPUT_OBJECT
887
887
inputFields:
888
888
- type:
@@ -1135,9 +1135,9 @@ local function run_queries(gql_wrapper)
1135
1135
description: A list of all directives supported by this server.
1136
1136
kind: OBJECT
1137
1137
name: __Schema
1138
- description: ' A GraphQL Schema defines the capabilities of a GraphQL server. It
1138
+ description: A GraphQL Schema defines the capabilities of a GraphQL server. It
1139
1139
exposes all available types and directives on the server, as well as the entry
1140
- points for query and mutation operations. '
1140
+ points for query and mutation operations.
1141
1141
- kind: INPUT_OBJECT
1142
1142
inputFields:
1143
1143
- type:
@@ -1272,9 +1272,9 @@ local function run_queries(gql_wrapper)
1272
1272
name: description
1273
1273
kind: OBJECT
1274
1274
name: __EnumValue
1275
- description: ' One possible value for a given Enum. Enum values are unique values,
1275
+ description: One possible value for a given Enum. Enum values are unique values,
1276
1276
not a placeholder for a string or numeric value. However an Enum value is returned
1277
- in a JSON response as a string. '
1277
+ in a JSON response as a string.
1278
1278
- interfaces: *0
1279
1279
fields:
1280
1280
- isDeprecated: false
@@ -1365,13 +1365,13 @@ local function run_queries(gql_wrapper)
1365
1365
name: description
1366
1366
kind: OBJECT
1367
1367
name: __Type
1368
- description: ' The fundamental unit of any GraphQL Schema is the type. There are
1368
+ description: The fundamental unit of any GraphQL Schema is the type. There are
1369
1369
many kinds of types in GraphQL as represented by the `__TypeKind` enum. Depending
1370
1370
on the kind of a type, certain fields describe information about that type.
1371
1371
Scalar types provide no information beyond a name and description, while Enum
1372
1372
types provide their values. Object and Interface types provide the fields they
1373
1373
describe. Abstract types, Union and Interface, provide the Object types possible
1374
- at runtime. List and NonNull types compose other types. '
1374
+ at runtime. List and NonNull types compose other types.
1375
1375
- kind: INPUT_OBJECT
1376
1376
inputFields:
1377
1377
- type:
@@ -1402,8 +1402,8 @@ local function run_queries(gql_wrapper)
1402
1402
description: generated from avro-schema for order_metainfo_collection_insert
1403
1403
- kind: SCALAR
1404
1404
name: Int
1405
- description: ' The `Int` scalar type represents non-fractional signed whole numeric
1406
- values. Int can represent values between -(2^31) and 2^31 - 1. '
1405
+ description: The `Int` scalar type represents non-fractional signed whole numeric
1406
+ values. Int can represent values between -(2^31) and 2^31 - 1.
1407
1407
- kind: INPUT_OBJECT
1408
1408
inputFields:
1409
1409
- type:
@@ -2194,11 +2194,11 @@ local function run_queries(gql_wrapper)
2194
2194
name: args
2195
2195
kind: OBJECT
2196
2196
name: __Directive
2197
- description: ' A Directive provides a way to describe alternate runtime execution
2197
+ description: A Directive provides a way to describe alternate runtime execution
2198
2198
and type validation behavior in a GraphQL document. In some cases, you need
2199
2199
to provide options to alter GraphQL’s execution behavior in ways field arguments
2200
2200
will not suffice, such as conditionally including or skipping a field. Directives
2201
- provide this by describing additional information to the executor. '
2201
+ provide this by describing additional information to the executor.
2202
2202
- interfaces: *0
2203
2203
fields:
2204
2204
- isDeprecated: false
@@ -2570,9 +2570,9 @@ local function run_queries(gql_wrapper)
2570
2570
description: A list of all directives supported by this server.
2571
2571
kind: OBJECT
2572
2572
name: __Schema
2573
- description: ' A GraphQL Schema defines the capabilities of a GraphQL server. It
2573
+ description: A GraphQL Schema defines the capabilities of a GraphQL server. It
2574
2574
exposes all available types and directives on the server, as well as the entry
2575
- points for query and mutation operations. '
2575
+ points for query and mutation operations.
2576
2576
- interfaces: *0
2577
2577
fields:
2578
2578
- isDeprecated: false
@@ -2605,9 +2605,9 @@ local function run_queries(gql_wrapper)
2605
2605
name: description
2606
2606
kind: OBJECT
2607
2607
name: __EnumValue
2608
- description: ' One possible value for a given Enum. Enum values are unique values,
2608
+ description: One possible value for a given Enum. Enum values are unique values,
2609
2609
not a placeholder for a string or numeric value. However an Enum value is returned
2610
- in a JSON response as a string. '
2610
+ in a JSON response as a string.
2611
2611
- interfaces: *0
2612
2612
fields:
2613
2613
- isDeprecated: false
@@ -2698,13 +2698,13 @@ local function run_queries(gql_wrapper)
2698
2698
name: description
2699
2699
kind: OBJECT
2700
2700
name: __Type
2701
- description: ' The fundamental unit of any GraphQL Schema is the type. There are
2701
+ description: The fundamental unit of any GraphQL Schema is the type. There are
2702
2702
many kinds of types in GraphQL as represented by the `__TypeKind` enum. Depending
2703
2703
on the kind of a type, certain fields describe information about that type.
2704
2704
Scalar types provide no information beyond a name and description, while Enum
2705
2705
types provide their values. Object and Interface types provide the fields they
2706
2706
describe. Abstract types, Union and Interface, provide the Object types possible
2707
- at runtime. List and NonNull types compose other types. '
2707
+ at runtime. List and NonNull types compose other types.
2708
2708
- kind: INPUT_OBJECT
2709
2709
inputFields:
2710
2710
- type:
@@ -2759,9 +2759,9 @@ local function run_queries(gql_wrapper)
2759
2759
input value.
2760
2760
kind: OBJECT
2761
2761
name: __InputValue
2762
- description: ' Arguments provided to Fields or Directives and the input fields
2762
+ description: Arguments provided to Fields or Directives and the input fields
2763
2763
of an InputObject are represented as Input Values which describe their type
2764
- and optionally a default value. '
2764
+ and optionally a default value.
2765
2765
- interfaces: *0
2766
2766
fields:
2767
2767
- isDeprecated: false
@@ -2814,17 +2814,17 @@ local function run_queries(gql_wrapper)
2814
2814
name: description
2815
2815
kind: OBJECT
2816
2816
name: __Field
2817
- description: ' Object and Interface types are described by a list of Fields, each
2818
- of which has a name, potentially a list of arguments, and a return type. '
2817
+ description: Object and Interface types are described by a list of Fields, each
2818
+ of which has a name, potentially a list of arguments, and a return type.
2819
2819
- name: Double
2820
2820
kind: SCALAR
2821
2821
- kind: SCALAR
2822
2822
name: Boolean
2823
2823
description: The `Boolean` scalar type represents `true` or `false`.
2824
2824
- kind: SCALAR
2825
2825
name: Int
2826
- description: ' The `Int` scalar type represents non-fractional signed whole numeric
2827
- values. Int can represent values between -(2^31) and 2^31 - 1. '
2826
+ description: The `Int` scalar type represents non-fractional signed whole numeric
2827
+ values. Int can represent values between -(2^31) and 2^31 - 1.
2828
2828
- kind: SCALAR
2829
2829
name: String
2830
2830
description: The `String` scalar type represents textual data, represented as
@@ -3066,8 +3066,8 @@ local function run_queries(gql_wrapper)
3066
3066
name: INLINE_FRAGMENT
3067
3067
description: Location adjacent to an inline fragment.
3068
3068
name: __DirectiveLocation
3069
- description: ' A Directive can be adjacent to many parts of the GraphQL language,
3070
- a __DirectiveLocation describes one such possible adjacencies. '
3069
+ description: A Directive can be adjacent to many parts of the GraphQL language,
3070
+ a __DirectiveLocation describes one such possible adjacencies.
3071
3071
queryType:
3072
3072
name: Query
3073
3073
directives:
0 commit comments