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
- Create new request inside collection.
- Select GraphQL as request type.
- Provide URL and Name in the input box.
- Click on Create button.
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.