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 369c0e0 commit c3a693dCopy full SHA for c3a693d
src/introspection/introspection.rs
@@ -167,11 +167,11 @@ pub enum IntrospectionOutputTypeRef {
167
pub enum IntrospectionInputTypeRef {
168
LIST {
169
#[serde(rename = "ofType")]
170
- of_type: Option<Box<IntrospectionOutputTypeRef>>,
+ of_type: Option<Box<IntrospectionInputTypeRef>>,
171
},
172
NON_NULL {
173
174
175
176
SCALAR(IntrospectionNamedTypeRef),
177
ENUM(IntrospectionNamedTypeRef),
0 commit comments