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