Skip to main content

UpdateContactSessionRoleAssignmentInput

Defines the input for updating a session role assignment.

input UpdateContactSessionRoleAssignmentInput {
eventId: ID!
notes: String
sessionRoleAssignmentId: ID!
sessionRoleId: ID!
}

Fields

UpdateContactSessionRoleAssignmentInput.eventId ● ID! non-null scalar

The identifier of the event the session role assignment is associated with.

UpdateContactSessionRoleAssignmentInput.notes ● String scalar

The notes for the session role. Optional.

UpdateContactSessionRoleAssignmentInput.sessionRoleAssignmentId ● ID! non-null scalar

The identifier of the session role assignment.

UpdateContactSessionRoleAssignmentInput.sessionRoleId ● ID! non-null scalar

The identifier of the session role to be assigned.

Member Of

updateSessionRoleAssignment mutation