Skip to main content

mobileRewardShares

Retrieves a list of MOBILE reward shares within a specified time period.

mobileRewardShares(
after: String
before: String
endPeriod: ISO8601DateTime!
first: Int
hotspotKey: String
last: Int
rewardType: String
startPeriod: ISO8601DateTime!
): MobileRewardShareConnection!

Arguments

mobileRewardShares.after ● String scalar

Returns the elements in the list that come after the specified cursor.

mobileRewardShares.before ● String scalar

Returns the elements in the list that come before the specified cursor.

mobileRewardShares.endPeriod ● ISO8601DateTime! non-null scalar

End of the time period to fetch reward shares for

mobileRewardShares.first ● Int scalar

Returns the first n elements from the list.

mobileRewardShares.hotspotKey ● String scalar

Hotspot key to filter by

mobileRewardShares.last ● Int scalar

Returns the last n elements from the list.

mobileRewardShares.rewardType ● String scalar

Reward type to filter by

mobileRewardShares.startPeriod ● ISO8601DateTime! non-null scalar

Start of the time period to fetch reward shares for

Type

MobileRewardShareConnection object

The connection type for MobileRewardShare.