p

apollo_link

package apollo_link

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

Type Members

  1. trait ApolloLink extends Object with ApolloLinkCombinators
    Annotations
    @JSType() @native()
  2. trait ApolloLinkCombinators extends Object
    Annotations
    @JSType() @native()
  3. type ErrorHandler[T] = Function1[ErrorResponse, |[Observable[FetchResult[T]], Unit]]
  4. trait ErrorResponse extends Object
    Annotations
    @JSType() @native()
  5. trait FetchOptions extends Object with Options
    Annotations
    @JSType()
  6. trait FetchResult[T] extends Object with ExecutionResult[T]
    Annotations
    @JSType() @native()
  7. trait GraphQLRequest[TVars <: Object] extends Object
    Annotations
    @JSType() @native()
  8. class HttpLink extends Object with ApolloLink
    Annotations
    @JSType() @native() @JSImport("apollo-link-http", "HttpLink")
  9. trait HttpLinkOptions extends Object
    Annotations
    @JSType()
  10. type NextLink[TVars <: Object, T] = Function1[Operation[TVars], Observable[FetchResult[T]]]
  11. trait Operation[TVars <: Object] extends Object
    Annotations
    @JSType() @native()
  12. trait Options extends Object with HttpLinkOptions
    Annotations
    @JSType()
  13. type RequestHandler[TVars <: Object, T] = Function2[Operation[TVars], NextLink[TVars, T], Observable[|[FetchResult[T], Null]]]
  14. trait ServerError extends Error
    Annotations
    @JSType() @native()
  15. trait ServerParseError extends Error
    Annotations
    @JSType() @native()

Value Members

  1. object ApolloLink extends Object with ApolloLinkCombinators

    Static methods on the HttpLink class.

    Static methods on the HttpLink class.

    Annotations
    @native() @JSImport("apollo-link", "ApolloLink")
  2. object HttpLink
  3. object apollo_link_error_module extends Object
    Annotations
    @native() @JSImport("apollo-link-error", JSImport.Namespace)
  4. object apollo_link_module extends Object with ApolloLinkCombinators
    Annotations
    @native() @JSImport("apollo-link", JSImport.Namespace)
  5. object createHttpLink extends Object
    Annotations
    @native() @JSImport("apollo-link-http", "createHttpLink")
  6. object setContext extends Object
    Annotations
    @native() @JSImport("apollo-link-context", "setContext")
  7. object setContextF extends Object
    Annotations
    @native() @JSImport("apollo-link-context", "setContext")

Inherited from AnyRef

Inherited from Any

Ungrouped