QueryRef

fun <T> QueryRef(key: QueryKey<T>, marker: Marker, query: Query<T>): QueryRef<T>

Creates a new QueryRef instance.

Parameters

key

The QueryKey for the Query.

marker

The Marker specified in QueryClient.getQuery.

query

The Query to create a reference.