From 34cb1a2229c91a5545adbf1e296d53bf332ce554 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Mon, 28 Aug 2023 22:25:11 -0400 Subject: [PATCH] Fix graphql tests --- tests/e2e/Services/GraphQL/Base.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/e2e/Services/GraphQL/Base.php b/tests/e2e/Services/GraphQL/Base.php index c2319ffa2a..3a4b88e2c2 100644 --- a/tests/e2e/Services/GraphQL/Base.php +++ b/tests/e2e/Services/GraphQL/Base.php @@ -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