Methods
get
Parameters
getStore
Returns {}
initQuery
- 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 }
fetchMoreForQueryId: string
isPoll: boolean
isRefetch: boolean
metadata: any
queryId: string
storePreviousVariables: boolean
Returns void
markQueryError
- markQueryError(queryId: string, error: Error, fetchMoreForQueryId: string): void
Parameters
queryId: string
error: Error
fetchMoreForQueryId: string
Returns void
markQueryResult
Parameters
queryId: string
fetchMoreForQueryId: string
Returns void
markQueryResultClient
- markQueryResultClient(queryId: string, complete: boolean): void
Parameters
queryId: string
complete: boolean
Returns void
reset
- reset(observableQueryIds: string[]): void
Parameters
observableQueryIds: string[]
Returns void
stopQuery
- stopQuery(queryId: string): void
Parameters
Returns void