CreateMatchmakingUserResponse
Response object for creating a matchmaking user.
type CreateMatchmakingUserResponse {
success: Boolean!
id: Uint64
error: CreateMatchmakingUserError!
}
Fields
CreateMatchmakingUserResponse.success ● Boolean! non-null scalar
CreateMatchmakingUserResponse.id ● Uint64 scalar common
CreateMatchmakingUserResponse.error ● CreateMatchmakingUserError! non-null enum matchmaking
Returned By
CreateMatchmakingUser mutation