-
-
Notifications
You must be signed in to change notification settings - Fork 428
Open
Description
⚠️ Is your feature request related to a problem? Please describe
For GraphQL requests in transactions list add graphQl document variables line for both Query and Mutations
OR
add new field graphQlVariables: String? in HttpTransactionsTuple (may not be used in default impl).
Currently, I've overridden XML layout of chucker list item with custom view, that changes how information is depicted.
Currently I was trying to modify preview for GET and POST requests. I did it for GET requests, as graphQl variables inlined in url. However there is no enough information for POST bodies.
So either:
- add variables block directly in transaction list preview for both GET and POST graphql requests
- add variables to HttpTransactionTuple
- expose public API, so developer can get transaction by ID (HttpTransaction) with full list of details.
- add ability to provide custom custom transaction list adapter. But this obviously also requires exposing few classes/models, especially HttpTransaction (not just HttpTransactionTuple which might not be sufficient).
Similar may be applied to errorBody, especially useful to signify intermediate requests that are part of GraphQL Apollo client's Auto Persisted Queries (APQs) functionality.
Metadata
Metadata
Assignees
Labels
No labels