Skip to main content

DeleteSessionRoleAssignmentInput

Defines the input for deleting a session role assignment.

input DeleteSessionRoleAssignmentInput {
eventId: ID!
sessionRoleAssignmentId: ID!
}

Fields

DeleteSessionRoleAssignmentInput.eventId ● ID! non-null scalar

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

DeleteSessionRoleAssignmentInput.sessionRoleAssignmentId ● ID! non-null scalar

The identifier for the session role assignment.

Member Of

deleteSessionRoleAssignment mutation