Skip to content

Commit 93bfb59

Browse files
authored
Create README.md
1 parent e8a9071 commit 93bfb59

File tree

1 file changed

+8
-0
lines changed
  • GraphQL/Sample INC Details GraphQL Code Snippet

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Example of incident query for GraphQL API
2+
The code within this filder is just an example of working and basic implementation of sample incident details schema using GraphQL API in ServiceNow. It consist of:
3+
4+
1. schema (schema.gql)
5+
2. scripted resolvers (.js extension)
6+
3. json file representing the resolver mappings (key is Path, value is Resolver)
7+
This is just an example
8+
So read it, learn it and explore GraphQL 😊

0 commit comments

Comments
 (0)