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