0 votes
in GraphQL by
What do you mean by a Query in GraphQL?

1 Answer

0 votes
by

A GraphQL query is used to read data. It is similar to the GET request we use in REST APIs. The GraphQL queries are used to retrieve data from the GraphQL server.

Related questions

0 votes
asked Apr 10, 2023 in GraphQL by Robindeniel
0 votes
asked Apr 10, 2023 in GraphQL by Robindeniel
...