0 votes
in GraphQL by
What type of response you get after a GraphQL query?

1 Answer

0 votes
by

In GraphQL, when a client requests a query, the server returns the JSON format response. The response returned by the server is based on the query the client uses for the request.

...