customerCardInstances
Returns the current customer card instances for a customer, triggering a fresh load for any cards that are expired or in an error state.
Cards that are cached and within their TTL are returned immediately as CustomerCardInstanceLoaded. Cards that need
to be fetched are returned as CustomerCardInstanceLoading; subscribe to customerCardInstanceChanges to receive
the result when loading completes. Pass threadId to provide thread context to your card API endpoint.
A maximum of 25 card instances will be returned, due to only allowing 25 customer card configs.
customerCardInstances(customerId: ID!, threadId: ID): [CustomerCardInstance!]!Arguments
Returns
The ID of the customer card instance. A new ID is generated for each load.
The customer the instance is for.
The thread the instance is for. Null if this card is not loaded in a thread context.
The customer card config this instance is for.

