FunctionGroup
Function Groups allow the categorizing of functions into logical groups. Creating Function Groups for similar functions makes searching and reporting easier. Note that this is not related to group registrations for functions.
For example, Function Groups may exist for:
- Inclusive Functions
- Optional Activities
- Tours and Dinners
- Educational Classes
type FunctionGroup {
createdAt: DateTime!
createdBy: String
customFields(
input: CustomFieldSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomField!]!
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
uniqueCode: String
}
Fields
FunctionGroup.createdAt ● DateTime! non-null scalar
The date and time the record was created.
FunctionGroup.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.