case class UseQuery[T, TVars <: Object]() extends OptionsMaker[T, TVars] with Product with Serializable
Instance Constructors
- new UseQuery()
Type Members
- type TArg = T
- type TVarsArg = TVars
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- final def isInstanceOf[T0]: Boolean
- def makeClientOptions(query: DocumentNode, variables: UndefOr[TVars] = js.undefined, unsafeVariables: UndefOr[Dynamic] = js.undefined, errorPolicy: UndefOr[ErrorPolicy] = js.undefined, context: UndefOr[Object] = js.undefined, fetchResults: UndefOr[Boolean] = js.undefined, metadata: UndefOr[Object] = js.undefined, fetchPolicy: UndefOr[FetchPolicy] = js.undefined): QueryOptions[TVars]
- def makeOptions(variables: UndefOr[TVars] = js.undefined, unsafeVariables: UndefOr[Dynamic] = js.undefined, query: UndefOr[DocumentNode] = js.undefined, displayName: UndefOr[String] = js.undefined, onCompleted: UndefOr[Function1[UndefOr[T], Unit]] = js.undefined, onError: UndefOr[Function1[ApolloError, Unit]] = js.undefined, ssr: UndefOr[Boolean] = js.undefined, fetchPolicy: UndefOr[WatchQueryFetchPolicy] = js.undefined, errorPolicy: UndefOr[ErrorPolicy] = js.undefined, pollInterval: UndefOr[Int] = js.undefined, client: UndefOr[ApolloClient] = js.undefined, notifyOnNetworkStatusChange: UndefOr[Boolean] = js.undefined, context: UndefOr[Object] = js.undefined, partialRefetch: UndefOr[Boolean] = js.undefined, returnPartialData: UndefOr[Boolean] = js.undefined, skip: UndefOr[Boolean] = js.undefined): QueryHookOptions[T, TVars]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def productElementNames: Iterator[String]
- final def synchronized[T0](arg0: => T0): T0
- def useQuery(query: DocumentNode, options: UndefOr[|[QueryHookOptions[T, TVars], Dynamic]] = js.undefined): QueryResult[T, TVars]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from Product
Value Members
- def productElementNames: Iterator[String]
Inherited from OptionsMaker[T, TVars]
Value Members
- def makeOptions(variables: UndefOr[TVars] = js.undefined, unsafeVariables: UndefOr[Dynamic] = js.undefined, query: UndefOr[DocumentNode] = js.undefined, displayName: UndefOr[String] = js.undefined, onCompleted: UndefOr[Function1[UndefOr[T], Unit]] = js.undefined, onError: UndefOr[Function1[ApolloError, Unit]] = js.undefined, ssr: UndefOr[Boolean] = js.undefined, fetchPolicy: UndefOr[WatchQueryFetchPolicy] = js.undefined, errorPolicy: UndefOr[ErrorPolicy] = js.undefined, pollInterval: UndefOr[Int] = js.undefined, client: UndefOr[ApolloClient] = js.undefined, notifyOnNetworkStatusChange: UndefOr[Boolean] = js.undefined, context: UndefOr[Object] = js.undefined, partialRefetch: UndefOr[Boolean] = js.undefined, returnPartialData: UndefOr[Boolean] = js.undefined, skip: UndefOr[Boolean] = js.undefined): QueryHookOptions[T, TVars]
Value Members
- def makeClientOptions(query: DocumentNode, variables: UndefOr[TVars] = js.undefined, unsafeVariables: UndefOr[Dynamic] = js.undefined, errorPolicy: UndefOr[ErrorPolicy] = js.undefined, context: UndefOr[Object] = js.undefined, fetchResults: UndefOr[Boolean] = js.undefined, metadata: UndefOr[Object] = js.undefined, fetchPolicy: UndefOr[FetchPolicy] = js.undefined): QueryOptions[TVars]
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- type TArg = T
- type TVarsArg = TVars
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- final def isInstanceOf[T0]: Boolean
- def makeClientOptions(query: DocumentNode, variables: UndefOr[TVars] = js.undefined, unsafeVariables: UndefOr[Dynamic] = js.undefined, errorPolicy: UndefOr[ErrorPolicy] = js.undefined, context: UndefOr[Object] = js.undefined, fetchResults: UndefOr[Boolean] = js.undefined, metadata: UndefOr[Object] = js.undefined, fetchPolicy: UndefOr[FetchPolicy] = js.undefined): QueryOptions[TVars]
- def makeOptions(variables: UndefOr[TVars] = js.undefined, unsafeVariables: UndefOr[Dynamic] = js.undefined, query: UndefOr[DocumentNode] = js.undefined, displayName: UndefOr[String] = js.undefined, onCompleted: UndefOr[Function1[UndefOr[T], Unit]] = js.undefined, onError: UndefOr[Function1[ApolloError, Unit]] = js.undefined, ssr: UndefOr[Boolean] = js.undefined, fetchPolicy: UndefOr[WatchQueryFetchPolicy] = js.undefined, errorPolicy: UndefOr[ErrorPolicy] = js.undefined, pollInterval: UndefOr[Int] = js.undefined, client: UndefOr[ApolloClient] = js.undefined, notifyOnNetworkStatusChange: UndefOr[Boolean] = js.undefined, context: UndefOr[Object] = js.undefined, partialRefetch: UndefOr[Boolean] = js.undefined, returnPartialData: UndefOr[Boolean] = js.undefined, skip: UndefOr[Boolean] = js.undefined): QueryHookOptions[T, TVars]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def productElementNames: Iterator[String]
- final def synchronized[T0](arg0: => T0): T0
- def useQuery(query: DocumentNode, options: UndefOr[|[QueryHookOptions[T, TVars], Dynamic]] = js.undefined): QueryResult[T, TVars]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit