# API FAQ

### Is it possible to use Postman for GraphQL requests?

Yes, Postman released support for GraphQL in the latest version. More details are [HERE](https://learning.getpostman.com/docs/postman/sending-api-requests/graphql/).

### How to send GraphQL requests?

All GraphQL requests come with the POST request type. The JSON body contains information about Query or Mutation or Subscription. Step-by-step instructions can be found [HERE](https://stackoverflow.com/a/42523727/1107425).
