ProxymanApp / ProxymanApp/Proxyman
Breakpoint bug for GraphQL query with no input parameters
Open
@NghiaTranUIT is already working on this.
Since Mar 23, 2025.
✅ Done
bug
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
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 {
- 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)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.