graphql-client icon indicating copy to clipboard operation
graphql-client copied to clipboard

Can defeat schema validation using variables

Open luke-hill opened this issue 5 years ago • 0 comments

Pre-reqs: Have a schema with an enum i.e. (A|B|C)

Send your request with variables: { value: "D" }

This sends the request through.

If you use playground it wouldn't.

luke-hill avatar Mar 19 '20 09:03 luke-hill