ActivateCardInput
No description
input ActivateCardInput {
cardId: ID!
individualId: ID
}
Fields
ActivateCardInput.cardId ● ID! non-null scalar
The ID of the card to activate.
ActivateCardInput.individualId ● ID scalar
When specified, the operation only proceeds if the card belongs to this Individual; otherwise it returns the standard not-found response.
Member Of
activateCard mutation