Skip to content

Commit 503707c

Browse files
author
James Brundage
committed
feat: GetTypeFields.gql ( Fixes #23 )
1 parent 918f3d7 commit 503707c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Examples/GetTypeFields.gql

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
query getTypeField($typeName: String!){
2+
__type(name:$typeName) {
3+
fields {
4+
name
5+
description
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)