-
Notifications
You must be signed in to change notification settings - Fork 846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GraphQL Requests not appearing in Postman Console #12855
Comments
Hey @ShaneDonaghy-catapult , thank you for reporting the issue. |
This is a major missing feature. There's no way to tell whether postman is writing the headers for auth correctly. If there's an auth error, there's no way to debug the request. |
Hey @ronork , I use Postman as a more user-friendly tool to get requests working before I port them to my test automation framework. For that to work I need to see auth headers, etc., |
Lost a ton of productivity because of this |
@ronork - The postman console shows the transaction to get a new token for OAuth in a graphql collection but not the graphql query which is still just an HTTP POST. I agree, feature parity with 'send' functionality against rest api's is what's needed. I use postman to build queries against existing API's then use those details to build automation (console app, powershell, what ever) same as @ShaneDonaghy-catapult |
The console is generally very useful to ensure a request was properly configured (header missing, incorrect value in env, ...). I miss this with GraphQL as I have no way to ensure the headers or generated query had all variables correctly replaced. |
+1 currently trying to figure out whats going wrong with my request. Keep getting 401 errors, despite seemingly having configured it correctly. Would be amazing to have an option to double check how and what headers is actually being sent. |
Same camp here. Really unable to debug why its not working without the raw request being present in the console. |
Given GraphQL requests are still just HTTP (POST) requests with a JSON request/response body, curious if there's any particular reason for them being excluded (or not included) alongside other HTTP requests in the Postman Console? |
Is there an existing issue for this?
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
in Query section and:
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
The text was updated successfully, but these errors were encountered: