Skip to content

Commit

Permalink
skip type for input arg for skip
Browse files Browse the repository at this point in the history
as we haven't yet introduced the schema so nullable types might be confusing
  • Loading branch information
yaacovCR committed Sep 25, 2024
1 parent ef4ef3c commit 2196942
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions spec/Section 4 -- Introspection.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ Similarly, a request containing the operation:
name
arguments {
name
type {
name
}
}
}
}
Expand All @@ -80,8 +77,7 @@ would produce the result:
"name": "skip",
"arguments": [
{
"name": "if",
"type": { "name": "Boolean" }
"name": "if"
}
]
}
Expand Down

0 comments on commit 2196942

Please sign in to comment.