CreateSessionRoleAssignmentInput
Defines the input for assigning session roles to contacts within a session.
input CreateSessionRoleAssignmentInput {
contactId: ID!
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.sessionRoleId
● ID!
non-null scalar
The unique identifier for the session role.
Member Of
CreateSessionInput
input