class ApolloClient extends Object with DataProxy
- Annotations
- @JSType() @native() @JSImport("apollo-client", "ApolloClient")
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApolloClient
- DataProxy
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ApolloClient(options: UndefOr[ApolloClientOptions] = js.undefined)
Value Members
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- def mutate[T, TVars <: Object](options: MutationOptions[T, TVars]): Promise[FetchResult[T]]
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def query[T, TVars <: Object](options: QueryOptions[TVars]): Promise[ApolloQueryResult[T]]
- def readFragment[TVars <: Object, FragmentType <: Object](options: Fragment[TVars], optimistic: UndefOr[Boolean] = js.undefined): |[FragmentType, Null]
- Definition Classes
- ApolloClient → DataProxy
- def readQuery[QueryType <: Object, TVars <: Object](options: Query[TVars], optimistic: UndefOr[Boolean] = js.undefined): |[QueryType, Null]
- Definition Classes
- ApolloClient → DataProxy
- def stop(): Unit
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object
- def writeData[T](options: WriteDataOptions[T]): Unit
- Definition Classes
- ApolloClient → DataProxy
- def writeFragment[T, TVars <: Object](options: WriteFragmentOptions[T, TVars]): Unit
- Definition Classes
- ApolloClient → DataProxy
- def writeQuery[T, TVars <: Object](options: WriteQueryOptions[T, TVars]): Unit
- Definition Classes
- ApolloClient → DataProxy