OBJECT

StoneQuery

Provides access to Stone platform and controller definitions.

  • type StoneQuery {
  • # Gets the Stone platform definitions matching the search query.
  • #
  • # Arguments
  • # where: [Not documented]
  • platforms(where: PlatformInfoFilter): [PlatformInfo!]!
  • # Gets the Stone controller layout definitions matching the search query.
  • #
  • # Arguments
  • # where: [Not documented]
  • controllers(where: ControllerLayoutFilter): [ControllerLayout!]!
  • }