Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomQueryOptionsProcessor<TData, TVariables>

The interface to process the original GraphQL query document and query options object while using the useQueryCustom hook function.

Type parameters

  • TData

  • TVariables = OperationVariables

Hierarchy

  • CustomQueryOptionsProcessor

Index

Methods

Methods

  • Process the original GraphQL query document and query options object to affect the default internal query execution

    Parameters

    • customQueryOptions: CustomQueryOptions<TData, TVariables>

      the original GraphQL query document and query options

    Returns CustomQueryOptions<any, OperationVariables>

    a processed GraphQL query document and query options if updated; or null if no update necessary

Generated using TypeDoc