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

1 Answer

0 votes
by

The execution step is used to execute a query in GraphQL. This step comes and executes after the validation step.

...