FunctionSponsorAssignment
Defines the sponsor assigned within a given function.
type FunctionSponsorAssignment {
contact: Contact!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
notes: String
}
Fields
FunctionSponsorAssignment.contact ● Contact! non-null object
The contact who will undertake the sponsor within the function.
FunctionSponsorAssignment.createdAt ● DateTime! non-null scalar
The date and time the record was created.
FunctionSponsorAssignment.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
FunctionSponsorAssignment.id ● ID! non-null scalar
The unique identifier for a function sponsor.
FunctionSponsorAssignment.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
FunctionSponsorAssignment.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
FunctionSponsorAssignment.notes ● String scalar
A UTF-8 string containing any notes to capture for the function sponsor. Optional.
Member Of
CreateFunctionSponsorAssignmentPayload object ● Function object ● FunctionEventAgendaItem object ● UpdateEventFunctionSponsorAssignmentPayload object