trait PresetConfig[TVars <: Object] extends Object
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PresetConfig
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val assumeImmutableResults: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val cache: UndefOr[ApolloCache]
- Annotations
- @JSOptional()
- val clientState: UndefOr[ClientStateConfig]
- Annotations
- @JSOptional()
- val credentials: UndefOr[String]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val headers: UndefOr[Any]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val name: UndefOr[String]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val request: UndefOr[Function1[Operation[TVars], Unit]]
- Annotations
- @JSOptional()
- val requestF: UndefOr[Function1[Operation[TVars], Thenable[Unit]]]
- Annotations
- @JSOptional() @JSName("request")
- def toLocaleString(): String
- Definition Classes
- Object
- val uri: UndefOr[String]
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object
- val version: UndefOr[String]
- Annotations
- @JSOptional()