7 support issues
- All
- Questions
- Suggestions
- Problems
Mayuri Narkhede
Aug 26, 2022
Error occurring opening while graphql developer tool
Facing error
- Report illegal content
- Copy link
Mike Porter
Oct 28, 2020
Broken support for dark mode developer console
All of the queries on the left appear very difficult to read in dark mode
- Report illegal content
- Copy link
沈建征
Jul 29, 2019
Extension do not work
why the extension button is gray and can not open any query page?
- Report illegal content
- Copy link
rahul a
Jul 1, 2019
Extension doesn't work anymore
The extension doesn't load queries anymore
- Report illegal content
- Copy link
Junaid Atari
Feb 25, 2019
Empty Variables
Graph query contains variable(s) but Variables tab is empty
- Report illegal content
- Copy link
Dale Humby
Oct 18, 2018
"Variables" not showing
In Chrome network tab, the request is as follows:
{"query":"\nquery OrgWeekOnWeekPerformance(\n $currentWeekStartDate: Date!\n $currentWeekEndDate: Date!\n $previousWeekStartDate: Date!\n $previousWeekEndDate: Date!\n $monthToDateStartDate: Date!\n $monthToDateEndDate: Date!\n $previousMonthStartDate: Date!\n $previousMonthEndDate: Date!\n) {\n organisation {\n thisWeek: performance(\n groupBy: week\n dateRange: {\n startDate: $currentWeekStartDate\n endDate: $currentWeekEndDate\n }\n ) {\n ...OrgBlockOfTimeFields\n }\n previousWeek: performance(\n groupBy: week\n dateRange: {\n startDate: $previousWeekStartDate\n endDate: $previousWeekEndDate\n }\n ) {\n ...OrgBlockOfTimeFields\n }\n monthToDate: performance(\n groupBy: month\n dateRange: {\n startDate: $monthToDateStartDate\n endDate: $monthToDateEndDate\n }\n ) {\n ...OrgBlockOfTimeFields\n }\n previousMonth: performance(\n groupBy: month\n dateRange: {\n startDate: $previousMonthStartDate\n endDate: $previousMonthEndDate\n }\n ) {\n ...OrgBlockOfTimeFields\n }\n }\n}\n\nfragment OrgBlockOfTimeFields on OrganisationPerformance {\n startDate\n endDate\n totalAmount\n activeMerchantCount\n totalMerchantCount\n}\n","variables":{"currentWeekStartDate":"2018-10-15","currentWeekEndDate":"2018-10-21","previousWeekStartDate":"2018-10-08","previousWeekEndDate":"2018-10-14","monthToDateStartDate":"2018-10-01","monthToDateEndDate":"2018-10-31","previousMonthStartDate":"2018-09-01","previousMonthEndDate":"2018-09-30"}}
But in the GraphQL tab: the query is correct, but variables section just shows {}
Thanks
Dale
- Report illegal content
- Copy link
Nikolas Tziolis
Aug 13, 2018
Extension does NOT support batched operations
Great extension, however sadly it does not offer the ability to see the contents of batched operations.
The format is:
query{
operation1: ...graphql..
operation2: ...graphql..
}
Minimally we would love to see these operations being reported in a flat style.
Optimally the UI would group them to show joint execution time
For more info on how we generate batched operations see:
https://www.npmjs.com/package/apollo-link-batch-http
- Report illegal content
- Copy link