OBJECT

CreateGameApplicationPayload

Output from the CreateGameApplication mutation.

link GraphQL Schema definition

1type CreateGameApplicationPayload {
2
3# The possible error returned from service.
4error: CreateGameApplicationError
5
6# The game application.
7gameApplication: GameApplication
8
9}