Skip to main content

Interface: FetchResponse<T>

Defined in: packages/core/src/data/strategies/AbstractFetchStrategy.ts:44

The type of the fetch response

Type Parameters

T

T

Properties

isCached?

optional isCached: boolean

Defined in: packages/core/src/data/strategies/AbstractFetchStrategy.ts:45


pageInfo

pageInfo: PageInfo

Defined in: packages/core/src/data/strategies/AbstractFetchStrategy.ts:55

Contains pagination information


queriedObject

queriedObject: QueriedObject

Defined in: packages/core/src/data/strategies/AbstractFetchStrategy.ts:60

Queried Object information


result

result: T

Defined in: packages/core/src/data/strategies/AbstractFetchStrategy.ts:50

Contains the actual data returned from the API