We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a41cd4 commit 9a3e888Copy full SHA for 9a3e888
src/type/__tests__/introspection.js
@@ -790,9 +790,14 @@ describe('Introspection', () => {
790
args: [],
791
type: {
792
__typename: '__Type',
793
- kind: 'SCALAR',
794
- name: 'String',
795
- ofType: null,
+ kind: 'NON_NULL',
+ name: null,
+ ofType: {
796
+ __typename: '__Type',
797
+ kind: 'SCALAR',
798
+ name: 'String',
799
+ ofType: null
800
+ }
801
},
802
isDeprecated: false,
803
deprecationReason: null
0 commit comments