Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit f5dcfd7

Browse files
committed
updated introspection query
1 parent d48d5cd commit f5dcfd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/introspection/introspection.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import (
1414
const Query = `
1515
query IntrospectionQuery {
1616
__schema {
17+
description
1718
queryType {
1819
name
1920
description
@@ -35,6 +36,7 @@ query IntrospectionQuery {
3536
directives {
3637
name
3738
description
39+
isRepeatable
3840
locations
3941
args {
4042
...InputValue
@@ -46,6 +48,7 @@ fragment FullType on __Type {
4648
kind
4749
name
4850
description
51+
specifiedBy
4952
fields(includeDeprecated: true) {
5053
name
5154
description

0 commit comments

Comments
 (0)