Skip to main content

BaseProductClusterRelationship

No description

type BaseProductClusterRelationship {
uuid: ID!
productUuid: String!
clusterUuid: String!
isDefault: Boolean!
sortOrder: Int!
createdAt: DateTime!
lastModifiedAt: DateTime!
product: Product!
cluster: Cluster!
}

Fields

BaseProductClusterRelationship.uuid ● ID! non-null scalar

Globally unique identifier for the product or cluster.

BaseProductClusterRelationship.productUuid ● String! non-null scalar

Product UUID

BaseProductClusterRelationship.clusterUuid ● String! non-null scalar

Cluster UUID

BaseProductClusterRelationship.isDefault ● Boolean! non-null scalar

Whether this is the default product for the cluster

BaseProductClusterRelationship.sortOrder ● Int! non-null scalar

Sort order within the cluster

BaseProductClusterRelationship.createdAt ● DateTime! non-null scalar

Timestamp marking when the record was created, in UTC ISO 8601 format.

BaseProductClusterRelationship.lastModifiedAt ● DateTime! non-null scalar

Timestamp marking the last modification of the record, in UTC ISO 8601 format.

BaseProductClusterRelationship.product ● Product! non-null object

The product in this relationship

BaseProductClusterRelationship.cluster ● Cluster! non-null object

The cluster in this relationship

Returned By

productClusterMoveAbove mutation ● productClusterMoveBelow mutation