DeleteCustomListMutation is a class representing a mutation to delete a custom list. It includes a method to delete a custom list

Hierarchy (view full)

Constructors

Methods

Constructors

Methods

  • deleteCustomList is a method that sends a mutation request to delete a custom list.

    Parameters

    • variables: DeleteCustomListVariables

      An object of type DeleteCustomListVariables representing the variables for the mutation.

    Returns Promise<any>

    A Promise that resolves to the response from the mutation request.

    Throws

    Will throw an error if the mutation request fails or if the provided variables do not pass the validation checks.