0 votes
in GraphQL by
What is the use of the validation step in GraphQL?

1 Answer

0 votes
by
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.
...