Skip to content
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

Breakpoint bug for GraphQL query with no input parameters #2286

Open
jls21stuzo opened this issue Mar 22, 2025 · 1 comment
Open

Breakpoint bug for GraphQL query with no input parameters #2286

jls21stuzo opened this issue Mar 22, 2025 · 1 comment
Assignees
Labels
bug Something isn't working ✅ Done Ticket is addressed and fixed.

Comments

@jls21stuzo
Copy link

Description

When I am setting up breakpoint for the GraphQL query which has no input params, in order to make it work, I have to add extra space in the end of the query's name.

Steps to Reproduce

For Example
"query": "query MyUserInfoData {

  1. Set up break point rule for GraphQL
  2. Specify "GraphQL Query Name" field as MyUserInfoData
  3. Perform this request on a client.

Current Behavior

Break point has not been triggered.

Expected Behavior

Break point should been triggered.
But if I change the rule's "GraphQL Query Name" field as MyUserInfoData , it would successfully trigger in a future.

Environment

Proxyman Version 5.16.0 (51600)
macOS: Version 15.1.1 (Build 24B91)

@jls21stuzo jls21stuzo added the bug Something isn't working label Mar 22, 2025
@NghiaTranUIT NghiaTranUIT self-assigned this Mar 23, 2025
@NghiaTranUIT
Copy link
Member

@jls21stuzo let's try this beta build: https://download.proxyman.io/beta/Proxyman_5.16.0_fix_graphql_query_name_v2.dmg

It will trim whitespace and newline of the query 👍

@NghiaTranUIT NghiaTranUIT added the ✅ Done Ticket is addressed and fixed. label Mar 23, 2025
@NghiaTranUIT NghiaTranUIT added this to the Proxyman 5.17.0 milestone Mar 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ✅ Done Ticket is addressed and fixed.
Projects
None yet
Development

No branches or pull requests

2 participants