apollo-kotlin-normalized-cache
Toggle table of contents
1.0.8-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
apollo-kotlin-normalized-cache
normalized-cache-sqlite
/
com.apollographql.cache.normalized.sql.internal.record
/
RecordQueries
/
selectRecordsFrom
select
Records
From
fun
<
T
:
Any
>
selectRecordsFrom
(
lastKey
:
String
,
lastChunkIndex
:
Long
,
limit
:
Long
,
mapper
:
(
key
:
String
,
chunk_index
:
Long
,
record
:
ByteArray
)
->
T
)
:
Query
<
T
>
fun
selectRecordsFrom
(
lastKey
:
String
,
lastChunkIndex
:
Long
,
limit
:
Long
)
:
Query
<
SelectRecordsFrom
>