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