Get GraphQL results over IPC for Electron apps.
This project is WORK IN PROGRESS, do NOT try to use it
npm i apollo-link-electron electron-graphql
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 ☕ & 💖