Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryCallbackArgs<Query, TData, TVariables>

Query callback arguments

Type parameters

Hierarchy

  • QueryCallbackArgs

Index

Properties

Optional fetchPolicy

fetchPolicy: FetchPolicy

fetchPolicy to override the policy given in the hook itself.

Optional query

query: QueryFn<Query, TData, TVariables>

Function override of the initial query schema function

Optional shouldDispatchData

shouldDispatchData: undefined | false | true

Whether it should dispatch to the hook the data results

By default is true

Optional variables

variables: TVariables

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

Generated using TypeDoc