graphiql icon indicating copy to clipboard operation
graphiql copied to clipboard

Inline statement to disable schema validation

Open marktani opened this issue 7 years ago • 2 comments

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.

marktani avatar Jul 06 '18 09:07 marktani

Does this feature exist yet? I need to disable validation on a line in one of my tests

GV94 avatar Mar 17 '22 12:03 GV94

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

image

muchisx avatar Jul 16 '24 21:07 muchisx