p
apollo_boost
package apollo_boost
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- apollo_boost
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait ClientStateConfig extends Object
- Annotations
- @JSType()
- class DefaultClient extends ApolloClient
This client has a slightly different config than the base ApolloClient.
This client has a slightly different config than the base ApolloClient. Most imports import this as ApolloClient which is confusing.
- Annotations
- @JSType() @native() @JSImport("apollo-boost", JSImport.Default)
- type DocumentNode = graphql.DocumentNode
- sealed trait FetchType extends Any
- Annotations
- @JSType() @native()
- implicit final class GQLHelper extends AnyVal
- class InMemoryCache extends Object with ApolloCache
- Annotations
- @JSType() @native() @JSImport("apollo-boost", "InMemoryCache")
- trait InMemoryCacheOptions extends Object
- Annotations
- @JSType()
- trait PresetConfig[TVars <: Object] extends Object
- Annotations
- @JSType()