graphiql
graphiql copied to clipboard
Inline statement to disable schema validation
Compare to // eslint-disable-line no-use-before-define for eslint, there might be an inline statement to disable schema validation for a certain line/file.
Does this feature exist yet? I need to disable validation on a line in one of my tests
Is this currently possible? I see there was a merged PR but it says "partially fixes it" @acao, there's one line in my schema I want to disable because the schema is not up to date but I know it works