MultiValueAttribute
type MultiValueAttribute implements Attribute, Auditable, Node {
createdBy: User
createdOn: DateTime
id: UUID!
modifiedBy: User
modifiedOn: DateTime
stringValues: String
system: Boolean!
type: AttributeType!
}Fields
MultiValueAttribute.createdBy ● User object
MultiValueAttribute.createdOn ● DateTime scalar
MultiValueAttribute.id ● UUID! non-null scalar
MultiValueAttribute.modifiedBy ● User object
MultiValueAttribute.modifiedOn ● DateTime scalar
MultiValueAttribute.stringValues ● String scalar
MultiValueAttribute.system ● Boolean! non-null scalar
MultiValueAttribute.type ● AttributeType! non-null object
Interfaces
Attribute interface
Auditable interface
Node interface
Member Of
Last updated
Was this helpful?