Arguments
UnlockVirtualCardInput!
required
No description provided in the schema yet.
Returns
UnlockVirtualCardResponseDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Mutation to unlock a previously locked virtual card.
mutation {
unlockVirtualCard(
input: UnlockVirtualCardInput!
): UnlockVirtualCardResponse
}
UnlockVirtualCardResponse