0.1.0 • Published 6 years ago

apollo-link-electron v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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" });