AddDigitalCardInput
Inputs to add a new digital card
input AddDigitalCardInput {
cardId: ID!
walletProvider: WalletProviderType!
consentRedirectUrl: String!
}
Fields
AddDigitalCardInput.cardId
● ID!
non-null scalar
Unique identifier of a card
AddDigitalCardInput.walletProvider
● WalletProviderType!
non-null enum
Provider for which to generate a digitalCard
AddDigitalCardInput.consentRedirectUrl
● String!
non-null scalar
URL the user is redirected to after consent has been given
Member Of
addDigitalCard
mutation