Copy Browser Query to an API Client
Copy Browser Query to an API Client
arrow_upward
- Open https://app.2icsoftware.com/ and sign in.
- Press F12 on the keyboard to display browser developer tools and click Network.
- Click 'Clear network log' button or use Ctrl + L to clear the network tab.
- Open any page, edit a row, or perform any action that triggers a GraphQL request.
- In the dev-tools Network tab, click on the request to display details.
- In the Payload tab, right-click 'query' and select 'copy value'.

- Open Altair, Postman, or any other GraphQL API client.
- Paste the query value in the client.
- Back in the browser Network-Payload tab, right-click on 'variables' and select 'copy value'.

- Paste this into the variables section of the API client.
- Configure request headers in the API client to authorise the request.
- Send the query in the API client. Response should be the same as the response in the Network tab.
info
Use the GraphQL Network Inspector browser extension here. Clicking export/share will open another tab displaying the GraphDev API client with the GraphQL query and results automatically copied.
Last updated on 11/11/2025