CustomField
A custom field associated with an EventsAir entity. Custom fields can be used to collect additional information beyond what is captured as standard in EventsAir.
type CustomField {
createdAt: DateTime!
createdBy: String
definitionId: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
type: CustomFieldType!
uniqueCode: String
value: JSON
}
Fields
CustomField.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
CustomField.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
CustomField.definitionId
● ID!
non-null scalar
The unique identifier for the custom field definition associated with the custom field.
CustomField.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
CustomField.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
CustomField.name
● String!
non-null scalar
The name of the custom field.