rewardManifests
Retrieves a list of reward manifests within a specified time period.
rewardManifests(
after: String
before: String
endTimestamp: ISO8601DateTime!
first: Int
last: Int
startTimestamp: ISO8601DateTime!
): RewardManifestConnection!
Arguments
rewardManifests.after
● String
scalar
Returns the elements in the list that come after the specified cursor.
rewardManifests.before
● String
scalar
Returns the elements in the list that come before the specified cursor.
rewardManifests.endTimestamp
● ISO8601DateTime!
non-null scalar
End of the time period to fetch reward manifests for
rewardManifests.first
● Int
scalar
Returns the first n elements from the list.
rewardManifests.last
● Int
scalar
Returns the last n elements from the list.
rewardManifests.startTimestamp
● ISO8601DateTime!
non-null scalar
Start of the time period to fetch reward manifests for
Type
RewardManifestConnection
object
The connection type for RewardManifest.