Packages

t

apollo_cache

DataProxy

trait DataProxy extends Object

Annotations
@JSType() @native()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataProxy
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def readFragment[TVars <: Object, FragmentType <: Object](options: Fragment[TVars], optimistic: UndefOr[Boolean] = js.undefined): |[FragmentType, Null]
  2. abstract def readQuery[QueryType <: Object, TVars <: Object](options: Query[TVars], optimistic: UndefOr[Boolean] = js.undefined): |[QueryType, Null]
  3. abstract def writeData[T](options: WriteDataOptions[T]): Unit
  4. abstract def writeFragment[T, TVars <: Object](options: WriteFragmentOptions[T, TVars]): Unit
  5. abstract def writeQuery[T, TVars <: Object](options: WriteQueryOptions[T, TVars]): Unit

Concrete Value Members

  1. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  2. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  3. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  4. def toLocaleString(): String
    Definition Classes
    Object
  5. def valueOf(): Any
    Definition Classes
    Object