DeleteContactSessionRoleAssignmentInput
Defines the input for deleting a session role assignment.
input DeleteContactSessionRoleAssignmentInput {
eventId: ID!
sessionRoleAssignmentId: ID!
}
Fields
DeleteContactSessionRoleAssignmentInput.eventId
● ID!
non-null scalar
The identifier of the event the session role assignment is associated with.
DeleteContactSessionRoleAssignmentInput.sessionRoleAssignmentId
● ID!
non-null scalar
The identifier for the session role assignment.
Member Of
deleteSessionRoleAssignment
mutation