ProductAttribute
No description
type ProductAttribute {
archivedAt: ISO8601DateTime
createdAt: ISO8601DateTime!
deletedAt: ISO8601DateTime @deprecated
id: ID!
productAttributeDefinition: ProductAttributeDefinition!
updatedAt: ISO8601DateTime!
value: String!
}
Fields
ProductAttribute.archivedAt ● ISO8601DateTime scalar
The "Archived At" field denotes the date and time that the product attribute was archived. If the product attribute has not been archived, this field will be null.
ProductAttribute.createdAt ● ISO8601DateTime! non-null scalar
ProductAttribute.deletedAt ● ISO8601DateTime deprecated scalar
DEPRECATED
Use archived_at instead. This field will be removed in the future.
ProductAttribute.id ● ID! non-null scalar
ProductAttribute.productAttributeDefinition ● ProductAttributeDefinition! non-null object
ProductAttribute.updatedAt ● ISO8601DateTime! non-null scalar
ProductAttribute.value ● String! non-null scalar
Returned By
productAddAttribute mutation ● productUpdateAttribute mutation
Member Of
Product object