Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Usage:

Link copied to clipboard
class SwrPreviewClient(query: QueryPreviewClient = QueryPreviewClient(emptyMap()), mutation: MutationPreviewClient = MutationPreviewClient(emptyMap()), subscription: SubscriptionPreviewClient = SubscriptionPreviewClient(emptyMap()), val errorRelay: Flow<ErrorRecord> = flow { }) : SwrClient, SwrClientPlus, QueryClient, MutationClient, SubscriptionClient

Provides the ability to preview specific queries and mutations for composable previews.

Functions

Link copied to clipboard
Link copied to clipboard

Create a QueryPreviewClient instance with the provided initializer.