AddCardsInput
Input to add a new cards
input AddCardsInput {
cards: [CardConfigInput!]!
consentRedirectUrl: String!
cardProductId: ID
}
Fields
AddCardsInput.cards
● [CardConfigInput!]!
non-null input
The configuration of all the cards you want to add
AddCardsInput.consentRedirectUrl
● String!
non-null scalar
URL the user is redirected to after consent has been given
AddCardsInput.cardProductId
● ID
scalar
The id of the card product to use to create the new cards.
Member Of
addCards
mutation