INPUT_OBJECT

UpdateCommunityPointsSmartCostsAcknowledgementsInput

Input required for updating community points smart costs acknowledgements.

link GraphQL Schema definition

1input UpdateCommunityPointsSmartCostsAcknowledgementsInput {
4
2# List of acknowledgements to update.
3acknowledgements: [SmartCostsAcknowledgementInput!]!
7
5# The channel ID that the reward is being updated in.
6channelID: ID!
8}