AccountAndCard
Account and Requested Card, it the return type of accountByCardToken & accountByCardId;
type AccountAndCard {
account: Account!
cardRequested: Card!
}
Fields
AccountAndCard.account
● Account!
non-null object
Account
AccountAndCard.cardRequested
● Card!
non-null object
Requested Card