Skip to content

Commit

Permalink
allow list and custom scalar for input type
Browse files Browse the repository at this point in the history
  • Loading branch information
taras-dubyk committed Sep 2, 2024
1 parent 3a8af47 commit 6f166d3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions types/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,7 @@
},
"subtypes": {
"snippetChildrenOnly": {
"childValueType": [
"String",
"ID",
"Int",
"Float",
"Boolean",
"input",
"enum"
]
"childValueType": ["String", "ID", "Int", "Float", "Boolean", "List", "input", "enum", "scalar"]
}
},
"dependency": {
Expand Down

0 comments on commit 6f166d3

Please sign in to comment.