apollo-angular-link-http
- Version 1.11.0
- Published
- 103 kB
- 3 dependencies
- MIT license
Install
npm i apollo-angular-link-httpyarn add apollo-angular-link-httppnpm add apollo-angular-link-httpOverview
An Apollo Link to allow sending a single http request per operation.
Index
Variables
Classes
Namespaces
Variables
variable PROVIDERS
const PROVIDERS: typeof HttpLink[];Classes
class HttpLink
class HttpLink {}constructor
constructor(httpClient: HttpClient);method create
create: (options: Options) => HttpLinkHandler;class HttpLinkHandler
class HttpLinkHandler extends ApolloLink {}constructor
constructor(httpClient: HttpClient, options: Options);property requester
requester: (operation: Operation) => LinkObservable<FetchResult> | null;method request
request: (op: Operation) => LinkObservable<FetchResult> | null;class HttpLinkModule
class HttpLinkModule {}Namespaces
namespace extract-files
module 'extract-files' {}Package Files (4)
Dependencies (3)
Dev Dependencies (0)
No dev dependencies.
Peer Dependencies (4)
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/apollo-angular-link-http.
- Markdown[](https://www.jsdocs.io/package/apollo-angular-link-http)
- HTML<a href="https://www.jsdocs.io/package/apollo-angular-link-http"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 1819 ms. - Missing or incorrect documentation? Open an issue for this package.
