GraphQL Playground tabs


Multiple Tabs Configuration

[
  {
    "endpoint": "http://localhost:31415/graphql",
    "name": "Component Types",
    "query": "query{ types { components { namespace name }}}"
  },
  {
    "endpoint": "http://localhost:31415/graphql",
    "name": "Entity Types",
    "query": "query{ types { entities { namespace name }}}"
  }
]