OBJECT

Query

link GraphQL Schema definition

  • type Query {
  • # Arguments
  • # id: [Not documented]
  • node(id: ID!): Node
  • # Get objects of type Marker by id.
  • #
  • # Arguments
  • # id: [Not documented]
  • getMarker(id: ID!): Marker
  • # Get objects of type Role by id.
  • #
  • # Arguments
  • # id: [Not documented]
  • getRole(id: ID!): Role
  • # Get objects of type Episode by id.
  • #
  • # Arguments
  • # id: [Not documented]
  • getEpisode(id: ID!): Episode
  • # Get objects of type File by id.
  • #
  • # Arguments
  • # id: [Not documented]
  • getFile(id: ID!): File
  • # Get objects of type User by id.
  • #
  • # Arguments
  • # id: [Not documented]
  • getUser(id: ID!): User
  • viewer: Viewer
  • # Check the health of your GraphQL API by pinging the server.
  • #
  • # It will return `true` for healthy and `false` for unhealthy.
  • checkHealth: HealthStatus
  • searchRequestLogs: RequestLogSearchResults
  • }

link Require by

This element is not required by anyone