-
Notifications
You must be signed in to change notification settings - Fork 732
Open
Description
This issue pertains to the following package(s):
- GraphQL Playground - Electron App
- GraphQL Playground HTML
- GraphQL Playground
- GraphQL Playground Express Middleware
- GraphQL Playground Hapi Middleware
- GraphQL Playground Koa Middleware
- GraphQL Playground Lambda Middleware
What is the expected behavior?
When a query returns an array, also display the amount of items in said array.
What is the actual behavior?
It just displays the resulting array, but not how many items are in it.
netpoe and TD-4242mantir