ProductAttribute
No description
type ProductAttribute {
createdAt: ISO8601DateTime!
deletedAt: ISO8601DateTime
id: ID!
productAttributeDefinition: ProductAttributeDefinition!
updatedAt: ISO8601DateTime!
value: String!
}
Fields
ProductAttribute.createdAt ● ISO8601DateTime! non-null scalar
ProductAttribute.deletedAt ● ISO8601DateTime scalar
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