CreateSessionRoleAssignmentInput
Defines the input for assigning session roles to contacts within a session.
input CreateSessionRoleAssignmentInput {
  contactId: ID!
  notes: String
  sessionRoleId: ID!
}
Fields
CreateSessionRoleAssignmentInput.contactId ● ID! non-null scalar
The unique identifier of the contact who will be assigned the role in the session.
CreateSessionRoleAssignmentInput.notes ● String scalar
A UTF-8 string representing the notes of the session role assignment. Optional.
CreateSessionRoleAssignmentInput.sessionRoleId ● ID! non-null scalar
The unique identifier for the session role.
Member Of
CreateSessionInput  input