CustomAttribute
No description
type CustomAttribute {
allowed_values: [String!]
created_at: DateTimeISO!
data_type: CustomAttributeDataType!
description: String
id: ID!
label: String!
name: String!
updated_at: DateTimeISO!
}
Fields
CustomAttribute.allowed_values ● [String!] list scalar
CustomAttribute.created_at ● DateTimeISO! non-null scalar
CustomAttribute.data_type ● CustomAttributeDataType! non-null enum
CustomAttribute.description ● String scalar
CustomAttribute.id ● ID! non-null scalar
CustomAttribute.label ● String! non-null scalar
CustomAttribute.name ● String! non-null scalar
CustomAttribute.updated_at ● DateTimeISO! non-null scalar
Returned By
createCustomAttribute mutation ● customAttributes query ● updateCustomAttribute mutation