Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • QueryStore

Index

Constructors

Methods

  • Parameters

    • queryId: string

    Returns QueryStoreValue

  • getStore(): {}
  • Returns {}

  • initQuery(query: { document: DocumentNode; fetchMoreForQueryId: string; isPoll: boolean; isRefetch: boolean; metadata: any; queryId: string; storePreviousVariables: boolean; variables: <internal>.Object }): void
  • Parameters

    • query: { document: DocumentNode; fetchMoreForQueryId: string; isPoll: boolean; isRefetch: boolean; metadata: any; queryId: string; storePreviousVariables: boolean; variables: <internal>.Object }
      • document: DocumentNode
      • fetchMoreForQueryId: string
      • isPoll: boolean
      • isRefetch: boolean
      • metadata: any
      • queryId: string
      • storePreviousVariables: boolean
      • variables: <internal>.Object

    Returns void

  • markQueryError(queryId: string, error: Error, fetchMoreForQueryId: string): void
  • Parameters

    • queryId: string
    • error: Error
    • fetchMoreForQueryId: string

    Returns void

  • markQueryResultClient(queryId: string, complete: boolean): void
  • Parameters

    • queryId: string
    • complete: boolean

    Returns void

  • reset(observableQueryIds: string[]): void
  • Parameters

    • observableQueryIds: string[]

    Returns void

  • stopQuery(queryId: string): void
  • Parameters

    • queryId: string

    Returns void

Generated using TypeDoc