apollo-link-electron
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

apollo-link-electron

Get GraphQL results over IPC for Electron apps.

This project is WORK IN PROGRESS, do NOT try to use it :trollface:

Installation

npm i apollo-link-electron electron-graphql

Usage

Import and initialize this link in just two lines:

import { createElectronLink } from "apollo-link-http";
 
const link = createElectronLink({ channel: "graphql-electron" });

MIT © Firede, built with :coffee: & :sparkling_heart:

Package Sidebar

Install

npm i apollo-link-electron

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • firede