Function
Functions allow the organization and management of any group activities, meals, etc. at an event which are not part of the Agenda or Sessions set-up.
type Function {
attendances(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [FunctionAttendance!]!
backgroundColor: HexColorCode
comment: String
createdAt: DateTime!
createdBy: String
customFields(
input: CustomFieldSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomField!]!
date: LocalDate
details: String
end: LocalTime
feeTypes(
input: FunctionFeeTypeSearchFilterInput! = [object Object]
): [FunctionFeeType!]!
group: FunctionGroup!
guestType: FunctionGuestType!
id: ID!
inventoryLimit: PositiveInt
lastModifiedAt: DateTime!
lastModifiedBy: String
location: Location
name: String!
overview: String
registrations(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [FunctionRegistration!]!
showBoldTitle: Boolean!
start: LocalTime
textColor: HexColorCode
tracks: [Track!]!
uniqueCode: String
}