OBJECT
Model
link GraphQL Schema definition
- type Model implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- ID! :
- UUID! :
- UUID! :
- ModelType :
- ModelStatus :
- String :
- String] : [
- UUID] : [
- JSON :
- Datetime :
- Boolean :
- Boolean :
- Boolean :
- # Reads and enables pagination through a set of `ModelDetectionItem`.
- #
- # 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 `ModelDetectionItem`.
- # 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, :
- ModelDetectionItemsOrderBy!], : [
- ModelDetectionItemCondition, :
- ModelDetectionItemFilter :
- ): ModelDetectionItemsConnection!
- # 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 `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 `DetectionItem`.
- #
- # 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 `DetectionItem`.
- # 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, :
- DetectionItemsOrderBy!], : [
- DetectionItemCondition, :
- DetectionItemFilter :
- ): ModelDetectionItemsManyToManyConnection!
- # Reads and enables pagination through a set of `Server`.
- #
- # 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 `Server`.
- # 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, :
- ServersOrderBy!], : [
- ServerCondition, :
- ServerFilter :
- ): ModelServersByDeploymentFoodModelIdAndServerIdManyToManyConnection!
- # 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 :
- ): ModelModelsByDeploymentFoodModelIdAndFaceModelIdManyToManyConnection!
- # Reads and enables pagination through a set of `Server`.
- #
- # 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 `Server`.
- # 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, :
- ServersOrderBy!], : [
- ServerCondition, :
- ServerFilter :
- ): ModelServersByDeploymentFaceModelIdAndServerIdManyToManyConnection!
- # 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 :
- ): ModelModelsByDeploymentFaceModelIdAndFoodModelIdManyToManyConnection!
- String! :
- String! :
- }
link Require by
- CreateDeploymentPayloadThe output of our create `Deployment` mutation.
- CreateModelDetectionItemPayloadThe output of our create `ModelDetectionItem` mutation.
- CreateModelPayloadThe output of our create `Model` mutation.
- DeleteDeploymentPayloadThe output of our delete `Deployment` mutation.
- DeleteModelDetectionItemPayloadThe output of our delete `ModelDetectionItem` mutation.
- DeleteModelPayloadThe output of our delete `Model` mutation.
- Deploymentnull
- DetectionItemModelsByModelDetectionItemDetectionItemIdAndModelIdManyToManyConnectionA connection to a list of `Model` values, with data from `ModelDetectionItem`.
- DetectionItemModelsByModelDetectionItemDetectionItemIdAndModelIdManyToManyEdgeA `Model` edge in the connection, with data from `ModelDetectionItem`.
- mnCreateDeploymentPayloadThe output of our many create `Deployment` mutation.
- mnCreateModelDetectionItemPayloadThe output of our many create `ModelDetectionItem` mutation.
- mnDeleteDeploymentPayloadThe output of our delete mn `Deployment` mutation.
- mnDeleteModelDetectionItemPayloadThe output of our delete mn `ModelDetectionItem` mutation.
- mnUpdateDeploymentPayloadThe output of our update mn `Deployment` mutation.
- mnUpdateModelDetectionItemPayloadThe output of our update mn `ModelDetectionItem` mutation.
- ModelDetectionItemnull
- ModelModelsByDeploymentFaceModelIdAndFoodModelIdManyToManyConnectionA connection to a list of `Model` values, with data from `Deployment`.
- ModelModelsByDeploymentFaceModelIdAndFoodModelIdManyToManyEdgeA `Model` edge in the connection, with data from `Deployment`.
- ModelModelsByDeploymentFoodModelIdAndFaceModelIdManyToManyConnectionA connection to a list of `Model` values, with data from `Deployment`.
- ModelModelsByDeploymentFoodModelIdAndFaceModelIdManyToManyEdgeA `Model` edge in the connection, with data from `Deployment`.
- ModelsConnectionA connection to a list of `Model` values.
- ModelsEdgeA `Model` edge in the connection.
- QueryThe root query type which gives access points into the data universe.
- ServerModelsByDeploymentServerIdAndFaceModelIdManyToManyConnectionA connection to a list of `Model` values, with data from `Deployment`.
- ServerModelsByDeploymentServerIdAndFaceModelIdManyToManyEdgeA `Model` edge in the connection, with data from `Deployment`.
- ServerModelsByDeploymentServerIdAndFoodModelIdManyToManyConnectionA connection to a list of `Model` values, with data from `Deployment`.
- ServerModelsByDeploymentServerIdAndFoodModelIdManyToManyEdgeA `Model` edge in the connection, with data from `Deployment`.
- UpdateDeploymentPayloadThe output of our update `Deployment` mutation.
- UpdateModelDetectionItemPayloadThe output of our update `ModelDetectionItem` mutation.
- UpdateModelPayloadThe output of our update `Model` mutation.