Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-tengler committed Feb 25, 2024
1 parent d20a50a commit 987eb55
Show file tree
Hide file tree
Showing 7 changed files with 391 additions and 202 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,9 @@ had errors:
Directive __fetchableOther with definition:
directive @__fetchableOther(field_name: String, field_name: Int) on OBJECT
had errors:
* Duplicate argument 'field_name' found on field/directive '__fetchableOther'.
* Name '__fetchableOther' must not begin with '__', which is reserved by GraphQL introspection.

Directive fetchable with definition:
directive @fetchable(__field_name: String) on OBJECT
had errors:
* Name '__field_name' must not begin with '__', which is reserved by GraphQL introspection.

Directive fetchableOther with definition:
directive @fetchableOther(field_name: String, field_name: Int) on OBJECT
had errors:
* Duplicate argument 'field_name' found on field/directive 'fetchableOther'.
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ Type Human with definition:
other_friends(location: Location, location: Location): [Human]
}
had errors:
* Duplicate argument 'location' found on field/directive 'other_friends'.
* Duplicate field 'location' found.
* Interface field 'Hominid.pet' expects type 'Canine' but 'Human.pet' is of type 'OtherPet'.
* Interface field argument 'Hominid.friends(location:)' expected but 'Human.friends' does not provide it.
* Object field 'Human.friends' includes required argument 'radius' that is missing from the Interface field 'Hominid.friends'.
* The type of 'Human.location' must be Output Type but got: 'Named(InputObject(0))'.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ Text Schema:Schema {
),
arguments: [
Argument {
name: ArgumentName(
"if",
),
name: WithLocation {
location: <generated>:263:265,
item: ArgumentName(
"if",
),
},
type_: NonNull(
Named(
Scalar(3),
Expand All @@ -55,9 +58,12 @@ Text Schema:Schema {
),
arguments: [
Argument {
name: ArgumentName(
"action",
),
name: WithLocation {
location: <generated>:71:77,
item: ArgumentName(
"action",
),
},
type_: NonNull(
Named(
Enum(0),
Expand Down Expand Up @@ -89,9 +95,12 @@ Text Schema:Schema {
),
arguments: [
Argument {
name: ArgumentName(
"if",
),
name: WithLocation {
location: <generated>:339:341,
item: ArgumentName(
"if",
),
},
type_: NonNull(
Named(
Scalar(3),
Expand Down Expand Up @@ -259,9 +268,12 @@ Text Schema:Schema {
is_extension: true,
arguments: [
Argument {
name: ArgumentName(
"name",
),
name: WithLocation {
location: <generated>:0:0,
item: ArgumentName(
"name",
),
},
type_: NonNull(
Named(
Scalar(2),
Expand Down Expand Up @@ -376,9 +388,12 @@ directives: [
),
arguments: [
Argument {
name: ArgumentName(
"if",
),
name: WithLocation {
location: <generated>:0:0,
item: ArgumentName(
"if",
),
},
type_: NonNull(
Named(
Scalar(0),
Expand All @@ -405,9 +420,12 @@ directives: [
),
arguments: [
Argument {
name: ArgumentName(
"action",
),
name: WithLocation {
location: <generated>:0:0,
item: ArgumentName(
"action",
),
},
type_: NonNull(
Named(
Enum(0),
Expand All @@ -432,9 +450,12 @@ directives: [
),
arguments: [
Argument {
name: ArgumentName(
"if",
),
name: WithLocation {
location: <generated>:0:0,
item: ArgumentName(
"if",
),
},
type_: NonNull(
Named(
Scalar(0),
Expand Down
Loading

0 comments on commit 987eb55

Please sign in to comment.