Packages

p

apollo_boost

package apollo_boost

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. apollo_boost
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ClientStateConfig extends Object
    Annotations
    @JSType()
  2. 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)
  3. type DocumentNode = graphql.DocumentNode
  4. sealed trait FetchType extends Any
    Annotations
    @JSType() @native()
  5. implicit final class GQLHelper extends AnyVal
  6. class InMemoryCache extends Object with ApolloCache
    Annotations
    @JSType() @native() @JSImport("apollo-boost", "InMemoryCache")
  7. trait InMemoryCacheOptions extends Object
    Annotations
    @JSType()
  8. trait PresetConfig[TVars <: Object] extends Object
    Annotations
    @JSType()

Value Members

  1. def gql(query: String): graphql.DocumentNode
  2. def gql_raw(query: Array[String], placeholders: Any*): DocumentNode
  3. object FetchType
  4. object module extends Object
    Annotations
    @native() @JSImport("apollo-boost", JSImport.Namespace)

Inherited from AnyRef

Inherited from Any

Ungrouped