Skip to content

Handle Malformed GraphQL Requests

Compare
Choose a tag to compare
@abhif22 abhif22 released this 17 Oct 05:25
· 29 commits to master since this release
dae2e13

We will be adding handling for malformed requests coming to gqlserver by returning a boolean value from graphql.go which indicates whether the error rose during parsing phase(meaning malformed query) or during validation phase.