Skip to main content

SessionResult

Result of executing a session mutation

type SessionResult {
session: Session
success: Boolean
}

Fields

session ● Session

The session that was handled

success ● Boolean

Was the mutation successful

Example

{
"session": {}
}