Skip to content

Commit fcf0532

Browse files
authored
Fix workflow schema (#374)
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent 3be14b9 commit fcf0532

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

schema/workflow.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,10 @@
361361
"type": "object",
362362
"description": "Function arguments/inputs"
363363
},
364-
"selectionSet": "Only used if function type is 'graphql'. A string containing a valid GraphQL selection set"
364+
"selectionSet": {
365+
"type": "string",
366+
"description": "Only used if function type is 'graphql'. A string containing a valid GraphQL selection set"
367+
}
365368
},
366369
"additionalProperties": false,
367370
"required": [

0 commit comments

Comments
 (0)