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