interface DehydrateOptions {
    shouldDehydrateMutation?: ((mutation) => boolean);
    shouldDehydrateQuery?: ((query) => boolean);
}

Properties

shouldDehydrateMutation?: ((mutation) => boolean)

Type declaration

    • (mutation): boolean
    • Parameters

      Returns boolean

shouldDehydrateQuery?: ((query) => boolean)

Type declaration

Generated using TypeDoc