Skip to main content

FastBreakReward

No description

type FastBreakReward {
id: String!
referenceId: String!
title: String
description: String
resourceType: FastBreakRewardResourceType!
resourceID: String!
quantity: Int!
resourceImageURL: String
type: FastBreakRewardType!
requiredWinCount: Int
standingMin: Int!
standingMax: Int!
newUsersOnly: Boolean
rewardDeliveryId: String
}

Fields

id ● String! non-null scalar

referenceId ● String! non-null scalar

title ● String scalar

description ● String scalar

resourceType ● FastBreakRewardResourceType! non-null enum

resourceID ● String! non-null scalar

quantity ● Int! non-null scalar

resourceImageURL ● String scalar

type ● FastBreakRewardType! non-null enum

requiredWinCount ● Int scalar

standingMin ● Int! non-null scalar

standingMax ● Int! non-null scalar

newUsersOnly ● Boolean scalar

rewardDeliveryId ● String scalar

Member of

FastBreak object ● FastBreakRun object