Type alias ClearCustomerPersistentCacheInput

ClearCustomerPersistentCacheInput: { customerId: Scalars["String"]; environmentId?: InputMaybe<Scalars["UUID"]>; resourceId?: InputMaybe<Scalars["String"]> }

Input for clearing a customers persistent cache.

Type declaration

  • customerId: Scalars["String"]

    The unique identifier of the customer whose cache should be cleared.

  • Optional environmentId?: InputMaybe<Scalars["UUID"]>

    The unique identifier for the environment

  • Optional resourceId?: InputMaybe<Scalars["String"]>

    The resource ID scoped to the customer.