Skip to content

Breakpoint bug for GraphQL query with no input parameters #2286

@jls21stuzo

Description

@jls21stuzo

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)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working✅ DoneTicket is addressed and fixed.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions