Skip to content

Commit c3d5b0d

Browse files
sogkochris-ramon
authored andcommitted
Deepen introspection query
graphql/graphql-js#364 Commit: 0b72e7038761bec9fb5319cc08ea93ff8b071a9c [0b72e70] Parents: cbded82952 Author: Mike Solomon <[email protected]> Date: 26 April 2016 at 2:37:25 AM SGT Committer: Lee Byron <[email protected]>
1 parent 019bce8 commit c3d5b0d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

testutil/introspection_query.go

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,22 @@ var IntrospectionQuery = `
7676
ofType {
7777
kind
7878
name
79+
ofType {
80+
kind
81+
name
82+
ofType {
83+
kind
84+
name
85+
ofType {
86+
kind
87+
name
88+
ofType {
89+
kind
90+
name
91+
}
92+
}
93+
}
94+
}
7995
}
8096
}
8197
}

0 commit comments

Comments
 (0)