Open
Description
Is there an existing issue for this?
- I have searched the tracker for existing similar issues and I know that duplicates will be closed
Describe the Issue
Sent HTTP requests through postman appear in the console, as expected.
The new GraphQL request type will send the request fine, but it does not appear in the console.
Steps To Reproduce
- Create an HTTP collection
- Change Method to POST
- Paste https://rickandmortyapi.com/graphql in URL bar
- For Body, go to GraphQL section and paste:
query character($id: ID!) {
character(id: $id) {
id
name
status
species
type
gender
image
created
}
}
in Query section and:
{
"id": "324"
}
in variables section.
5. Open Console
6. Send Request and Observe in Console
7. Create a new Blank Collection
8. In top right of Sidebar click 'New'
9. Choose GraphQL request type
10. Paste https://rickandmortyapi.com/graphql in url bar and wait for schema to load
11. Check customer box
12. Enter 324 in id filter box
13. Click 'Query'
14. Observe no line item printed to console
Screenshots or Videos
No response
Operating System
macOS
Postman Version
11.0.11
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response