postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.84k stars 839 forks source link

Graph QL does not check the checkbox to select when sending a request #13081

Open ryusei0709 opened 2 months ago

ryusei0709 commented 2 months ago

Is there an existing issue for this?

Describe the Issue

We are testing our API with Graph QL.

When I select Query and send a request to localhost, the checkbox is not checked when I click on the checkbox.

Is it just me or is this happening?

Steps To Reproduce

  1. Open the postman.
  2. switch request from HTTP to GraphQL.
  3. Configure GraphQL server endpoints
  4. tick the checkboxes for the endpoints displayed on the query tab

Screenshots or Videos

スクリーンショット 2024-08-19 10 29 41

Operating System

macOS

Postman Version

11.8.0

Postman Platform

Postman App

User Account Type

Signed Out User

Additional Context?

No response

appurva21 commented 2 months ago

Hi, @ryusei0709! Thanks for reporting it.

The issue seems limited to the signed-out state and does not affect the actual query being sent.

image

While we work on fixing the issue, you can unblock yourself by directly authoring your queries in the Query editor or signing in to use the GraphQL client for more consistent behavior.

ryusei0709 commented 2 months ago

@appurva21 thank you!