Types
CustomerCardInstance
Represents the current load state of a single customer card for a specific customer.
A customer can only have one card instance per config at any point in time. The three concrete implementations — CustomerCardInstanceLoading, CustomerCardInstanceLoaded, and CustomerCardInstanceError — reflect whether the card is being fetched, has loaded successfully, or failed to load.
interface
CustomerCardInstanceFields
id
ID!
The ID of the customer card instance. A new ID is generated for each load.
customerId
ID!
The customer the instance is for.
threadId
ID
The thread the instance is for. Null if this card is not loaded in a thread context.
customerCardConfig
The customer card config this instance is for.
createdAt
createdBy
updatedAt
updatedBy

