You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
QueryResponse
Helper for mapping commercetools response to Apollo Client query result
export type QueryResponse<K extends string, V> = ApolloQueryResult<Record<K, Partial<V>>> | FetchResult<Record<K, Partial<V>>>;Referenced Types
ApolloQueryResultFetchResult