You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 {
Set up break point rule for GraphQL
Specify "GraphQL Query Name" field as MyUserInfoData
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)
The text was updated successfully, but these errors were encountered:
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 {
MyUserInfoData
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)
The text was updated successfully, but these errors were encountered: