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