Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomQueryOptions<TData, TVariables>

Interface for the input and the output of the CustomQueryOptionsProcessor which can be supplied by the application code in order to customize the original GraphQL query document and query options object including variables inside this interface.

Type parameters

  • TData = any

  • TVariables = OperationVariables

Hierarchy

  • CustomQueryOptions

Index

Properties

Properties

options?: QueryHookOptions<TData, TVariables>
query: DocumentNode | TypedDocumentNode<TData, TVariables>

Generated using TypeDoc