graphql-client
graphql-client copied to clipboard
Can defeat schema validation using variables
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.