1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

Fix graphql tests

This commit is contained in:
Jake Barnby 2023-08-28 22:25:11 -04:00
parent 1f82228914
commit 6a4ef40ce9
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -1477,6 +1477,7 @@ trait Base
return 'query getExecution($functionId: String!$executionId: String!) {
functionsGetExecution(functionId: $functionId, executionId: $executionId) {
_id
functionId
status
logs
errors
@ -1488,6 +1489,7 @@ trait Base
total
executions {
_id
functionId
status
logs
errors
@ -1498,6 +1500,7 @@ trait Base
return 'mutation createExecution($functionId: String!, $body: String, $async: Boolean) {
functionsCreateExecution(functionId: $functionId, body: $body, async: $async) {
_id
functionId
status
logs
errors