OBJECT
Query
link GraphQL Schema definition
- type Query {
- # Arguments
- # id: [Not documented]
- ID!): Node ( :
- # Get objects of type Marker by id.
- #
- # Arguments
- # id: [Not documented]
- ID!): Marker ( :
- # Get objects of type Role by id.
- #
- # Arguments
- # id: [Not documented]
- ID!): Role ( :
- # Get objects of type Episode by id.
- #
- # Arguments
- # id: [Not documented]
- ID!): Episode ( :
- # Get objects of type File by id.
- #
- # Arguments
- # id: [Not documented]
- ID!): File ( :
- # Get objects of type User by id.
- #
- # Arguments
- # id: [Not documented]
- ID!): User ( :
- Viewer :
- # Check the health of your GraphQL API by pinging the server.
- #
- # It will return `true` for healthy and `false` for unhealthy.
- HealthStatus :
- RequestLogSearchResults :
- }
link Require by
This element is not required by anyone