Mutations
reloadCustomerCardInstance
Forces a fresh load of a customer card instance, bypassing the cache.
Use this when you know your external data has changed and you want to immediately fetch updated card content from your API URL. The response will be a CustomerCardInstanceLoading; subscribe to customerCardInstanceChanges to receive the loaded or errored result.
MUTATION
reloadCustomerCardInstance(input: ReloadCustomerCardInstanceInput!): ReloadCustomerCardInstanceOutput!Arguments
input
required
Returns
customerCardInstance
The reloaded customer card instance. Currently this will always be a CustomerCardInstanceLoading type.
error
Mutation
Variables
Response
Mutation
Variables
Response

