INPUT_OBJECT

SmartCostsAcknowledgementInput

The input representing Community Points Smart Costs Acknowledgements.

link GraphQL Schema definition

1input SmartCostsAcknowledgementInput {
4
2# The last acknowledged cost.
3lastAcknowledgedCost: Int!
7
5# The type of automatic reward the smart costs acknowledgement is for.
6rewardType: CommunityPointsAutomaticRewardType!
8}