IntentThankInput
Attributes for thanking an Intent
input IntentThankInput {
intentId: ID!
message: String!
}
Fields
IntentThankInput.intentId ● ID! non-null scalar
The ID of the intent to thank
IntentThankInput.message ● String! non-null scalar
The message to thank supporter with
Member of
IntentThank mutation