ActivatePhysicalCardInput
No description
input ActivatePhysicalCardInput {
identifier: String!
consentRedirectUrl: String!
}
Fields
ActivatePhysicalCardInput.identifier
● String!
non-null scalar
Unique identifier present on physical card
ActivatePhysicalCardInput.consentRedirectUrl
● String!
non-null scalar
URL the user is redirected to after consent has been given
Member Of
activatePhysicalCard
mutation