apollo-kotlin-normalized-cache
Toggle table of contents
1.0.0-beta.2-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
/
selectAllRecords
select
All
Records
fun
<
T
:
Any
>
selectAllRecords
(
limit
:
Long
,
offset
:
Long
,
mapper
:
(
key
:
String
,
record
:
ByteArray
)
->
T
)
:
Query
<
T
>
fun
selectAllRecords
(
limit
:
Long
,
offset
:
Long
)
:
Query
<
SelectAllRecords
>