Skip to content

Commit

Permalink
Updated Test Snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Oct 31, 2023
1 parent 348e7e9 commit c7d2ff6
Show file tree
Hide file tree
Showing 860 changed files with 929 additions and 929 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"errors": [
{
"message": "The \u0060\u0060 authorization policy does not exist.",
"message": "The `` authorization policy does not exist.",
"locations": [
{
"line": 1,
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"errors":[{"message":"The type \u0060Xyz\u0060 does not exist.","extensions":{"typeName":"Xyz","code":"HC0060"}}]}
{"errors":[{"message":"The type `Xyz` does not exist.","extensions":{"typeName":"Xyz","code":"HC0060"}}]}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"kind": "OBJECT",
"name": "__Directive",
"description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL\u0027s execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.",
"description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.",
"fields": [
{
"name": "name",
Expand Down Expand Up @@ -129,7 +129,7 @@
}
},
"isDeprecated": true,
"deprecationReason": "Use \u0060locations\u0060."
"deprecationReason": "Use `locations`."
},
{
"name": "onFragment",
Expand All @@ -145,7 +145,7 @@
}
},
"isDeprecated": true,
"deprecationReason": "Use \u0060locations\u0060."
"deprecationReason": "Use `locations`."
},
{
"name": "onField",
Expand All @@ -161,7 +161,7 @@
}
},
"isDeprecated": true,
"deprecationReason": "Use \u0060locations\u0060."
"deprecationReason": "Use `locations`."
}
],
"inputFields": null,
Expand Down Expand Up @@ -687,7 +687,7 @@
{
"kind": "OBJECT",
"name": "__Type",
"description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the \u0060__TypeKind\u0060 enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.",
"description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.",
"fields": [
{
"name": "kind",
Expand Down Expand Up @@ -882,7 +882,7 @@
},
{
"name": "specifiedByURL",
"description": "\u0060specifiedByURL\u0060 may return a String (in the form of a URL) for custom scalars, otherwise it will return \u0060null\u0060.",
"description": "`specifiedByURL` may return a String (in the form of a URL) for custom scalars, otherwise it will return `null`.",
"args": [],
"type": {
"kind": "SCALAR",
Expand All @@ -901,7 +901,7 @@
{
"kind": "ENUM",
"name": "__TypeKind",
"description": "An enum describing what kind of type a given \u0060__Type\u0060 is.",
"description": "An enum describing what kind of type a given `__Type` is.",
"fields": null,
"inputFields": null,
"interfaces": null,
Expand All @@ -914,43 +914,43 @@
},
{
"name": "OBJECT",
"description": "Indicates this type is an object. \u0060fields\u0060 and \u0060interfaces\u0060 are valid fields.",
"description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "INTERFACE",
"description": "Indicates this type is an interface. \u0060fields\u0060 and \u0060possibleTypes\u0060 are valid fields.",
"description": "Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "UNION",
"description": "Indicates this type is a union. \u0060possibleTypes\u0060 is a valid field.",
"description": "Indicates this type is a union. `possibleTypes` is a valid field.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ENUM",
"description": "Indicates this type is an enum. \u0060enumValues\u0060 is a valid field.",
"description": "Indicates this type is an enum. `enumValues` is a valid field.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "INPUT_OBJECT",
"description": "Indicates this type is an input object. \u0060inputFields\u0060 is a valid field.",
"description": "Indicates this type is an input object. `inputFields` is a valid field.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "LIST",
"description": "Indicates this type is a list. \u0060ofType\u0060 is a valid field.",
"description": "Indicates this type is a list. `ofType` is a valid field.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "NON_NULL",
"description": "Indicates this type is a non-null. \u0060ofType\u0060 is a valid field.",
"description": "Indicates this type is a non-null. `ofType` is a valid field.",
"isDeprecated": false,
"deprecationReason": null
}
Expand All @@ -974,7 +974,7 @@
"name": "Baz",
"ofType": null
},
"defaultValue": "{ qux: \u0022fooBar\u0022 }",
"defaultValue": "{ qux: \"fooBar\" }",
"isDeprecated": false,
"deprecationReason": null
}
Expand All @@ -996,7 +996,7 @@
{
"kind": "SCALAR",
"name": "String",
"description": "The \u0060String\u0060 scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",
"description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",
"fields": null,
"inputFields": null,
"interfaces": null,
Expand All @@ -1006,7 +1006,7 @@
{
"kind": "SCALAR",
"name": "Boolean",
"description": "The \u0060Boolean\u0060 scalar type represents \u0060true\u0060 or \u0060false\u0060.",
"description": "The `Boolean` scalar type represents `true` or `false`.",
"fields": null,
"inputFields": null,
"interfaces": null,
Expand All @@ -1027,7 +1027,7 @@
"name": "String",
"ofType": null
},
"defaultValue": "\u0022123456\u0022",
"defaultValue": "\"123456\"",
"isDeprecated": false,
"deprecationReason": null
}
Expand All @@ -1040,7 +1040,7 @@
"directives": [
{
"name": "skip",
"description": "Directs the executor to skip this field or fragment when the \u0060if\u0060 argument is true.",
"description": "Directs the executor to skip this field or fragment when the `if` argument is true.",
"args": [
{
"name": "if",
Expand All @@ -1065,7 +1065,7 @@
},
{
"name": "include",
"description": "Directs the executor to include this field or fragment only when the \u0060if\u0060 argument is true.",
"description": "Directs the executor to include this field or fragment only when the `if` argument is true.",
"args": [
{
"name": "if",
Expand All @@ -1090,7 +1090,7 @@
},
{
"name": "deprecated",
"description": "The @deprecated directive is used within the type system definition language to indicate deprecated portions of a GraphQL service\u2019s schema,such as deprecated fields on a type or deprecated enum values.",
"description": "The @deprecated directive is used within the type system definition language to indicate deprecated portions of a GraphQL service’s schema,such as deprecated fields on a type or deprecated enum values.",
"args": [
{
"name": "reason",
Expand All @@ -1100,7 +1100,7 @@
"name": "String",
"ofType": null
},
"defaultValue": "\u0022No longer supported.\u0022",
"defaultValue": "\"No longer supported.\"",
"isDeprecated": false,
"deprecationReason": null
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"args": [
{
"name": "baz",
"value": "\u0022ABC\u0022"
"value": "\"ABC\""
}
]
},
Expand All @@ -209,7 +209,7 @@
"args": [
{
"name": "quox",
"value": "{ a: \u0022ABC\u0022 }"
"value": "{ a: \"ABC\" }"
}
]
},
Expand All @@ -218,7 +218,7 @@
"args": [
{
"name": "quox",
"value": "{ a: \u0022DEF\u0022 }"
"value": "{ a: \"DEF\" }"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"args": [
{
"name": "baz",
"value": "\u0022ABC\u0022"
"value": "\"ABC\""
}
]
},
Expand All @@ -205,7 +205,7 @@
"args": [
{
"name": "quox",
"value": "{ a: \u0022ABC\u0022 }"
"value": "{ a: \"ABC\" }"
}
]
},
Expand All @@ -214,7 +214,7 @@
"args": [
{
"name": "quox",
"value": "{ a: \u0022DEF\u0022 }"
"value": "{ a: \"DEF\" }"
}
]
},
Expand Down
Loading

0 comments on commit c7d2ff6

Please sign in to comment.