UpdateSessionRoleAssignmentInput
Defines the input for creating, updating or deleting the session role assignments within a session.
input UpdateSessionRoleAssignmentInput {
contactId: ID!
notes: String
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.notes ● String scalar
A UTF-8 string representing the notes of the session role assignment. Optional.
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