QueryPreviewClient
Usage:
val queryClient = QueryPreviewClient {
on(MyQueryId1) { QueryState.success("data") }
on(MyQueryId2) { .. }
}
Content copied to clipboard
Types
Link copied to clipboard
class Builder
Builder for QueryPreviewClient.
Functions
Link copied to clipboard
open override fun <T, S> getInfiniteQuery(key: InfiniteQueryKey<T, S>, marker: Marker): InfiniteQueryRef<T, S>
Link copied to clipboard
Link copied to clipboard