Skip to content

GraphQL Requests not appearing in Postman Console #12855

Open
@sdonaghy-cat

Description

@sdonaghy-cat

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

  1. Create an HTTP collection
  2. Change Method to POST
  3. Paste https://rickandmortyapi.com/graphql in URL bar
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions