ProductClusterOptionRelationship
No description
type ProductClusterOptionRelationship {
uuid: ID!
productUuid: String!
clusterOptionUuid: String!
isDefault: Boolean!
sortOrder: Int
createdAt: DateTime!
lastModifiedAt: DateTime!
}
Fields
ProductClusterOptionRelationship.uuid ● ID! non-null scalar
Globally unique identifier for the product or cluster.
ProductClusterOptionRelationship.productUuid ● String! non-null scalar
Product UUID
ProductClusterOptionRelationship.clusterOptionUuid ● String! non-null scalar
Cluster option UUID
ProductClusterOptionRelationship.isDefault ● Boolean! non-null scalar
Whether this is the default product for the cluster option
ProductClusterOptionRelationship.sortOrder ● Int scalar
Sort order within the cluster option
ProductClusterOptionRelationship.createdAt ● DateTime! non-null scalar
Timestamp marking when the record was created, in UTC ISO 8601 format.
ProductClusterOptionRelationship.lastModifiedAt ● DateTime! non-null scalar
Timestamp marking the last modification of the record, in UTC ISO 8601 format.
Returned By
productClusterOptionMoveAbove mutation ● productClusterOptionMoveBelow mutation