We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45e618 commit c3552b2Copy full SHA for c3552b2
transforms/setters/api.graphql
@@ -1,4 +1,4 @@
1
-# We first transform the JSON result object from REST API the Graphql structure
+# We first transform the JSON result object from REST API the Graphql structure
2
# and then map the JSON response to the fields corresponding to the GraphQL type.
3
4
type Customer {
transforms/setters/stepzen.config.json
@@ -1,3 +1,3 @@
{
"endpoint": "api/miscellaneous"
-}
+}
transforms/setters/tests/Test.js
@@ -6,7 +6,6 @@ const {
6
testDescription = getTestDescription("snippets", __dirname);
7
8
describe(testDescription, function () {
9
- const tests = [
10
- ]
+ const tests = [];
11
return deployAndRun(__dirname, tests);
12
-});
+});
0 commit comments