Skip to main content

SessionPayload

No description

type SessionPayload {
successful: Boolean!
messages: [ValidationMessage]
result: Session
}

Fields

successful (Boolean!)

Indicates if the mutation completed successfully or not.

messages ([ValidationMessage])

A list of failed validations. May be blank or null if mutation succeeded.

result (Session)

The object created/updated/deleted by the mutation. May be null if mutation failed.