AddDigitalCardsInput
Inputs to add new digital cards
input AddDigitalCardsInput {
cardIds: [ID!]!
walletProvider: WalletProviderType!
consentRedirectUrl: String!
}
Fields
AddDigitalCardsInput.cardIds ● [ID!]! non-null scalar
Unique identifiers of the cards to digitalize
AddDigitalCardsInput.walletProvider ● WalletProviderType! non-null enum
Provider for which to generate digital cards
AddDigitalCardsInput.consentRedirectUrl ● String! non-null scalar
URL the user is redirected to after consent has been given
Member Of
addDigitalCards mutation