What is the default HTTP method used to send GraphQL queries?

What is the default HTTP method used to send GraphQL queries?

a) GET
b) POST
c) PUT
d) DELETE

Answer:

b) POST

Explanation:

GraphQL queries are typically sent to the server using the HTTP POST method, though some servers also support GET for certain types of queries.

Reference:

GraphQL Quiz – MCQ – Multiple Choice Questions

Scroll to Top