Send Requests
GraphQL
GraphQL request

GraphQL request

Bruno provides the capability to send GraphQL requests, allowing you to interact with APIs that use the GraphQL query language.

Create GraphQL request

  1. Create new request inside collection.
  2. Select GraphQL as request type.
  3. Provide URL and Name in the input box.
  4. Click on Create button.

create-graphql-request

The default method for working with GraphQL APIs is POST, but you can adjust it based on your preferences.

GraphQL request with query

Bruno provides a dedicated section called Query where you can write and execute all your GraphQL queries. This section is designed to make it easy for you to interact with the GraphQL API by allowing you to define the data you want to retrieve or manipulate.

query-graphql