Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/firede/apollo-link-electron

:electron: Get GraphQL results over IPC for Electron apps. (WIP)
https://github.com/firede/apollo-link-electron

apollo-link electron graphql ipc

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```sh
npm i apollo-link-electron electron-graphql
```

## Usage

Import and initialize this link in just two lines:

```js
import { createElectronLink } from "apollo-link-http";

const link = createElectronLink({ channel: "graphql-electron" });
```

---

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