Interface MutationState<TData, TError, TVariables, TContext>

Type Parameters

  • TData = unknown

  • TError = unknown

  • TVariables = void

  • TContext = unknown

Hierarchy

Properties

context: undefined | TContext
data: undefined | TData
error: null | TError
failureCount: number
failureReason: null | TError
isPaused: boolean
variables: undefined | TVariables