t

apollo_link

FetchOptions

trait FetchOptions extends Object with Options

Annotations
@JSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FetchOptions
  2. Options
  3. HttpLinkOptions
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val credentials: UndefOr[String]
    Definition Classes
    HttpLinkOptions
    Annotations
    @JSOptional()
  2. val fetch: UndefOr[Any]
    Definition Classes
    HttpLinkOptions
    Annotations
    @JSOptional()
  3. val fetchOption: UndefOr[Any]
    Definition Classes
    HttpLinkOptions
    Annotations
    @JSOptional()
  4. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  5. val headers: UndefOr[Any]
    Definition Classes
    HttpLinkOptions
    Annotations
    @JSOptional()
  6. val includeExtensions: UndefOr[Boolean]
    Definition Classes
    HttpLinkOptions
    Annotations
    @JSOptional()
  7. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  8. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  9. def toLocaleString(): String
    Definition Classes
    Object
  10. val uri: UndefOr[String]
    Definition Classes
    HttpLinkOptions
    Annotations
    @JSOptional()
  11. val uriThunk: UndefOr[Function1[Operation[Object], String]]
    Definition Classes
    HttpLinkOptions
    Annotations
    @JSOptional() @JSName("uri")
  12. val useGETForQueries: UndefOr[Boolean]
    Definition Classes
    Options
    Annotations
    @JSOptional()
  13. def valueOf(): Any
    Definition Classes
    Object