Skip to main content

UpdateSessionRoleAssignmentInput

Defines the input for creating, updating or deleting the session role assignments within a session.

input UpdateSessionRoleAssignmentInput {
contactId: ID!
roleAssignmentId: ID
sessionRoleId: ID!
}

Fields

UpdateSessionRoleAssignmentInput.contactId ● ID! non-null scalar

The unique identifier of the contact who will be assigned the role in the session.

UpdateSessionRoleAssignmentInput.roleAssignmentId ● ID scalar

The unique identifier of the role assignment in the session. Optional.

UpdateSessionRoleAssignmentInput.sessionRoleId ● ID! non-null scalar

The unique identifier for the session role.

Member Of

UpdateSessionInput input