iotRewardShares
Retrieves a list of IoT reward shares within a specified time period.
iotRewardShares(
after: String
before: String
endPeriod: ISO8601DateTime!
first: Int
hotspotKey: String
last: Int
rewardType: String
startPeriod: ISO8601DateTime!
): IotRewardShareConnection!
Arguments
iotRewardShares.after
● String
scalar
Returns the elements in the list that come after the specified cursor.
iotRewardShares.before
● String
scalar
Returns the elements in the list that come before the specified cursor.
iotRewardShares.endPeriod
● ISO8601DateTime!
non-null scalar
End of the time period to fetch reward shares for
iotRewardShares.first
● Int
scalar
Returns the first n elements from the list.
iotRewardShares.hotspotKey
● String
scalar
Hotspot key to filter by
iotRewardShares.last
● Int
scalar
Returns the last n elements from the list.
iotRewardShares.rewardType
● String
scalar
Reward type to filter by
iotRewardShares.startPeriod
● ISO8601DateTime!
non-null scalar
Start of the time period to fetch reward shares for
Type
IotRewardShareConnection
object
The connection type for IotRewardShare.