ResumePhysicalCardInput
Inputs to resume a physical card
input ResumePhysicalCardInput {
cardId: ID!
consentRedirectUrl: String!
}
Fields
ResumePhysicalCardInput.cardId
● ID!
non-null scalar
Unique identifier of a card
ResumePhysicalCardInput.consentRedirectUrl
● String!
non-null scalar
URL the user is redirected to after consent has been given
Member Of
resumePhysicalCard
mutation