Types
CustomerCardInstanceLoading
A customer card instance that is currently being fetched from the configured API URL.
The createdAt timestamp indicates when the load was initiated. Subscribe to customerCardInstanceChanges to be notified when it transitions to CustomerCardInstanceLoaded or CustomerCardInstanceError.
object
CustomerCardInstanceLoadingImplements
Fields
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

