OBJECT
Server
link GraphQL Schema definition
- type Server implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- ID! :
- UUID! :
- UUID! :
- String! :
- UUID :
- String :
- String] : [
- JSON :
- Boolean :
- String :
- String :
- String :
- String :
- String :
- String :
- String :
- Boolean :
- DeviceModes :
- CameraType :
- CameraStatus :
- CameraType :
- CameraStatus :
- Datetime :
- String :
- String :
- String :
- Boolean :
- String :
- String :
- String :
- String :
- Boolean :
- Datetime :
- String :
- String :
- # Reads a single `Organization` that is related to this `Server`.
- Organization :
- # Reads and enables pagination through a set of `Image`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `Image`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- # filter: A filter to be used in determining which values should
- # be returned by the collection.
- # includeArchived: Indicates whether archived items should be
- # included in the results or not.
- (
- Int, :
- Int, :
- Int, :
- Cursor, :
- Cursor, :
- ImagesOrderBy!], : [
- ImageCondition, :
- ImageFilter, :
- IncludeArchivedOption :
- ): ImagesConnection!
- # Reads and enables pagination through a set of `Deployment`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `Deployment`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- # filter: A filter to be used in determining which values should
- # be returned by the collection.
- (
- Int, :
- Int, :
- Int, :
- Cursor, :
- Cursor, :
- DeploymentsOrderBy!], : [
- DeploymentCondition, :
- DeploymentFilter :
- ): DeploymentsConnection!
- # Reads and enables pagination through a set of `ServerHeartbeat`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `ServerHeartbeat`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- # filter: A filter to be used in determining which values should
- # be returned by the collection.
- (
- Int, :
- Int, :
- Int, :
- Cursor, :
- Cursor, :
- ServerHeartbeatsOrderBy!], : [
- ServerHeartbeatCondition, :
- ServerHeartbeatFilter :
- ): ServerHeartbeatsConnection!
- # Reads and enables pagination through a set of `ServerAction`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `ServerAction`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- # filter: A filter to be used in determining which values should
- # be returned by the collection.
- (
- Int, :
- Int, :
- Int, :
- Cursor, :
- Cursor, :
- ServerActionsOrderBy!], : [
- ServerActionCondition, :
- ServerActionFilter :
- ): ServerActionsConnection!
- Boolean :
- # Reads and enables pagination through a set of `Model`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `Model`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- # filter: A filter to be used in determining which values should
- # be returned by the collection.
- (
- Int, :
- Int, :
- Int, :
- Cursor, :
- Cursor, :
- ModelsOrderBy!], : [
- ModelCondition, :
- ModelFilter :
- ): ServerModelsByDeploymentServerIdAndFoodModelIdManyToManyConnection!
- # Reads and enables pagination through a set of `Model`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `Model`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- # filter: A filter to be used in determining which values should
- # be returned by the collection.
- (
- Int, :
- Int, :
- Int, :
- Cursor, :
- Cursor, :
- ModelsOrderBy!], : [
- ModelCondition, :
- ModelFilter :
- ): ServerModelsByDeploymentServerIdAndFaceModelIdManyToManyConnection!
- }
link Require by
- CreateDeploymentPayloadThe output of our create `Deployment` mutation.
- CreateImagePayloadThe output of our create `Image` mutation.
- CreateServerActionPayloadThe output of our create `ServerAction` mutation.
- CreateServerHeartbeatPayloadThe output of our create `ServerHeartbeat` mutation.
- DeleteDeploymentPayloadThe output of our delete `Deployment` mutation.
- DeleteImagePayloadThe output of our delete `Image` mutation.
- DeleteServerActionPayloadThe output of our delete `ServerAction` mutation.
- DeleteServerHeartbeatPayloadThe output of our delete `ServerHeartbeat` mutation.
- Deploymentnull
- Imagenull
- mnCreateDeploymentPayloadThe output of our many create `Deployment` mutation.
- mnCreateImagePayloadThe output of our many create `Image` mutation.
- mnCreateServerActionPayloadThe output of our many create `ServerAction` mutation.
- mnDeleteDeploymentPayloadThe output of our delete mn `Deployment` mutation.
- mnDeleteImagePayloadThe output of our delete mn `Image` mutation.
- mnDeleteServerActionPayloadThe output of our delete mn `ServerAction` mutation.
- mnUpdateDeploymentPayloadThe output of our update mn `Deployment` mutation.
- mnUpdateImagePayloadThe output of our update mn `Image` mutation.
- mnUpdateServerActionPayloadThe output of our update mn `ServerAction` mutation.
- mnUpdateServerPayloadThe output of our update mn `Server` mutation.
- ModelServersByDeploymentFaceModelIdAndServerIdManyToManyConnectionA connection to a list of `Server` values, with data from `Deployment`.
- ModelServersByDeploymentFaceModelIdAndServerIdManyToManyEdgeA `Server` edge in the connection, with data from `Deployment`.
- ModelServersByDeploymentFoodModelIdAndServerIdManyToManyConnectionA connection to a list of `Server` values, with data from `Deployment`.
- ModelServersByDeploymentFoodModelIdAndServerIdManyToManyEdgeA `Server` edge in the connection, with data from `Deployment`.
- QueryThe root query type which gives access points into the data universe.
- RegisterDevicePayloadThe output of our `registerDevice` mutation.
- ServerActionnull
- ServerHeartbeatnull
- ServersConnectionA connection to a list of `Server` values.
- ServersEdgeA `Server` edge in the connection.
- UpdateDeploymentPayloadThe output of our update `Deployment` mutation.
- UpdateImagePayloadThe output of our update `Image` mutation.
- UpdateServerActionPayloadThe output of our update `ServerAction` mutation.
- UpdateServerHeartbeatPayloadThe output of our update `ServerHeartbeat` mutation.
- UpdateServerPayloadThe output of our update `Server` mutation.