Function makeQuery

  • Type Parameters

    • T = any

    Parameters

    • apollo: ApolloClient<undefined> | ApolloClient<NormalizedCacheObject>
    • query: DocumentNode
    • variables: object = {}
    • Optional fetchPolicy: FetchPolicy

    Returns Promise<MakeQueryReturn<T>>

Generated using TypeDoc