firede / apollo-link-electron

:electron: Get GraphQL results over IPC for Electron apps. (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ☕ & 💖

About

:electron: Get GraphQL results over IPC for Electron apps. (WIP)

License:MIT License


Languages

Language:TypeScript 61.5%Language:JavaScript 33.7%Language:HTML 4.8%