Skip to content

Commit

Permalink
feat: GetSchemaTypes.gql Example ( Fixes #27 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Dec 17, 2024
1 parent 0c90a59 commit d831ea0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Examples/GetSchemaTypes.gql
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
query {
__schema {
types {
name
kind
description
fields {
name
type {
name
}
description
}
}
}
}

0 comments on commit d831ea0

Please sign in to comment.