Michael Williams
Michael Williams
Is this issue still open? I am getting a similar error: ``` Error: Introspection must provide input type for arguments. at invariant (https://cdnjs.cloudflare.com/ajax/libs/graphiql/0.11.11/graphiql.js:25010:11) at getInputType (https://cdnjs.cloudflare.com/ajax/libs/graphiql/0.11.11/graphiql.js:31071:29) at buildInputValue (https://cdnjs.cloudflare.com/ajax/libs/graphiql/0.11.11/graphiql.js:31210:16) at...
This breaks it for me when I have query variables of type String! as it converts all strings to ID! ``` var m struct { CreateClinicalCodeType struct { Type graphql.String...
@shurcooL Great! Validated it is working as stated. Thanks!