GqlTypedLink class
A terminating link which defers execution to the provided gql_link
,
mapping the result to an OperationResponse.
Any errors received by the gql_link
are included in the
OperationResponse.linkException.
Constructors
- GqlTypedLink(Link link)
-
const
Properties
Methods
-
concat(
TypedLink next) → TypedLink -
Adds
next
after this typedLinkinherited -
dispose(
) → Future< void> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
request<
TData, TVars> (OperationRequest< TData, TVars> operationRequest, [NextTypedLink<TData, TVars> ? forward]) → Stream<OperationResponse< TData, TVars> > -
A function called when a request reaches this TypedLink
override
-
route(
TypedLinkRouter route) → TypedLink -
Route requests after this typedLink
inherited
-
split(
bool test< TData, TVars>(OperationRequest< TypedLink left, [TypedLink right = const PassthroughTypedLink()]) → TypedLinkTData, TVars> request), -
Split requests after this typedLink
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited