Login
Remember
Register
Ask a Question
What is the use of the validation step in GraphQL?
0
votes
asked
Apr 10, 2023
in
GraphQL
by
Robindeniel
What is the use of the validation step in GraphQL?
graphql
validation-data
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 10, 2023
by
Robindeniel
The validation step is a crucial step in GraphQL. It is used to check whether a GraphQL query is in a valid format or not. If it gets that the query is invalid, it informs on the client-side before the runtime check.
...