Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.

Commit 858701b

Browse files
authored
Update Resolver - Get incident by number.script.js
1 parent 97d4d13 commit 858701b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/GraphQL Scripted Resolver/Resolver - Get incident by number.script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
var id = env.getArguments().number != null ? env.getArguments().number : env.getSource();
33
if (!id) return null;
44

5-
var GraphQLUtils = new x_116934_graphql.GraphQLExampleUtilities();
5+
var GraphQLUtils = new global.GraphQLExampleUtilities();
66
return GraphQLUtils.getRecord('incident', id);
7-
})(env);
7+
})(env);

0 commit comments

Comments
 (0)