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