Skip to content

Commit

Permalink
feat: GetTypeFields.gql ( Fixes #23 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Dec 17, 2024
1 parent 918f3d7 commit 503707c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Examples/GetTypeFields.gql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
query getTypeField($typeName: String!){
__type(name:$typeName) {
fields {
name
description
}
}
}

0 comments on commit 503707c

Please sign in to comment.