OBJECT

AvailableExplore

types.available_explore

link GraphQL Schema definition

  • type AvailableExplore {
  • # A descriptive name.
  • name: Text!
  • # The category.
  • category: Text!
  • # The endpoint.
  • endpoint: Text!
  • }