AttributeType
type AttributeType implements Auditable, Node {
createdBy: User
createdOn: DateTime
description: String
id: UUID!
isInteger: Boolean
kind: String!
modifiedBy: User
modifiedOn: DateTime
name: String!
publicId: String!
stringType: String
system: Boolean!
}Fields
createdBy ● User object
User objectcreatedOn ● DateTime scalar
DateTime scalardescription ● String scalar
String scalarid ● UUID! non-null scalar
UUID! non-null scalarisInteger ● Boolean scalar
Boolean scalarkind ● String! non-null scalar
String! non-null scalarmodifiedBy ● User object
User objectmodifiedOn ● DateTime scalar
DateTime scalarname ● String! non-null scalar
String! non-null scalarpublicId ● String! non-null scalar
String! non-null scalarstringType ● String scalar
String scalarsystem ● Boolean! non-null scalar
Boolean! non-null scalarInterfaces
Auditable interface
Auditable interfaceNode interface
Node interfaceMember Of
Last updated
Was this helpful?