Skip to main content

GmSessionParticipant

A user's participation in a session.

type GmSessionParticipant {
sessionId: String!
userId: BigInt!
role: String!
}

Fields

GmSessionParticipant.sessionId ● String! non-null scalar

The session id.

GmSessionParticipant.userId ● BigInt! non-null scalar

The participant user id.

GmSessionParticipant.role ● String! non-null scalar

The participant role within the session.

Returned By

gameModelJoinSession mutation