Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MutationCallbackArgs<Mutation, TData, TVariables>

Mutation callback arguments

Type parameters

Hierarchy

  • MutationCallbackArgs

Index

Properties

Properties

Optional mutation

mutation: MutationFn<TData, Mutation, TVariables>

Function override of the initial mutation schema function

Optional variables

variables: TVariables

Variables to be used instead of the specified in the hook itself

Generated using TypeDoc