Skip to main content

SetSessionTurnInput

Set or clear the current-turn user of a session.

input SetSessionTurnInput {
appId: BigInt!
sessionId: String!
userId: BigInt
}

Fields

SetSessionTurnInput.appId ● BigInt! non-null scalar

The app (tenant) that owns the session.

SetSessionTurnInput.sessionId ● String! non-null scalar

The session id to update.

SetSessionTurnInput.userId ● BigInt scalar

The user whose turn it now is (NULL clears the turn).

Member Of

gameModelSetSessionTurn mutation