Skip to content

Commit 2196942

Browse files
committed
skip type for input arg for skip
as we haven't yet introduced the schema so nullable types might be confusing
1 parent ef4ef3c commit 2196942

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

spec/Section 4 -- Introspection.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ Similarly, a request containing the operation:
6464
name
6565
arguments {
6666
name
67-
type {
68-
name
69-
}
7067
}
7168
}
7269
}
@@ -80,8 +77,7 @@ would produce the result:
8077
"name": "skip",
8178
"arguments": [
8279
{
83-
"name": "if",
84-
"type": { "name": "Boolean" }
80+
"name": "if"
8581
}
8682
]
8783
}

0 commit comments

Comments
 (0)