Search
Preparing search index...
The search index is not available
apollo-link-preload
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ApolloLinkPreload
Class ApolloLinkPreload
Apollo link to preload GraphQL image fields annotated with @preload.
Hierarchy
ApolloLink
ApolloLinkPreload
Index
Constructors
constructor
Properties
empty
execute
from
split
Methods
concat
request
split
Constructors
constructor
new
Apollo
Link
Preload
(
request
?:
RequestHandler
)
:
ApolloLinkPreload
Parameters
Optional
request:
RequestHandler
Returns
ApolloLinkPreload
Properties
Static
empty
empty
:
empty
Static
execute
execute
:
execute
Static
from
from
:
from
Static
split
split
:
split
Methods
concat
concat
(
next
:
ApolloLink
|
RequestHandler
)
:
ApolloLink
Parameters
next:
ApolloLink
|
RequestHandler
Returns
ApolloLink
request
request
(
operation
:
Operation
, forward
?:
NextLink
)
:
Observable
<
FetchResult
>
|
null
Parameters
operation:
Operation
Optional
forward:
NextLink
Returns
Observable
<
FetchResult
>
|
null
split
split
(
test
:
function
, left
:
ApolloLink
|
RequestHandler
, right
?:
ApolloLink
|
RequestHandler
)
:
ApolloLink
Parameters
test:
function
(
op
:
Operation
)
:
boolean
Parameters
op:
Operation
Returns
boolean
left:
ApolloLink
|
RequestHandler
Optional
right:
ApolloLink
|
RequestHandler
Returns
ApolloLink
Globals
Apollo
Link
Preload
constructor
empty
execute
from
split
concat
request
split
DIRECTIVE_
NAME
compose
Path
get
Annotated
Field
Paths
has
Directive
Annotation
preload
Image
walkASTFor
Directive
Paths
Generated using
TypeDoc
Apollo link to preload GraphQL image fields annotated with @preload.