Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/firede/apollo-link-electron
- Owner: firede
- License: mit
- Created: 2018-01-22T12:49:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T19:08:06.000Z (about 4 years ago)
- Last Synced: 2024-10-12T05:11:00.535Z (about 1 month ago)
- Topics: apollo-link, electron, graphql, ipc
- Language: TypeScript
- Homepage:
- Size: 80.1 KB
- Stars: 15
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: