RewardEdge
Edge type containing the reward and cursor information returned by a RewardsConnection
type RewardEdge {
node: Reward!
cursor: String!
}
Fields
RewardEdge.node
● Reward!
non-null object
The reward information
RewardEdge.cursor
● String!
non-null scalar
The cursor for this reward
Member of
RewardsConnection
object