trait ApolloClientOptions extends Object
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApolloClientOptions
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract val cache: ApolloCache
Concrete Value Members
- val assumeImmutableResults: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val connectToDevTools: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val defaultOptions: UndefOr[DefaultOptions]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val link: UndefOr[ApolloLink]
- Annotations
- @JSOptional()
- val name: UndefOr[String]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val queryDeduplication: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val ssrForceFetchDelay: UndefOr[Int]
- Annotations
- @JSOptional()
- val ssrMode: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- val typeDefs: UndefOr[|[|[|[String, Array[String]], DocumentNode], Array[DocumentNode]]]
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object
- val version: UndefOr[String]
- Annotations
- @JSOptional()