https://github.com/ariesshrimp/meridian-editor-graphql
A Node GraphQL wrapper around Meridian's Python REST API.
https://github.com/ariesshrimp/meridian-editor-graphql
api api-wrapper graphql graphql-js graphql-server meridian-editor-graphql node-graphql-wrapper
Last synced: 29 days ago
JSON representation
A Node GraphQL wrapper around Meridian's Python REST API.
- Host: GitHub
- URL: https://github.com/ariesshrimp/meridian-editor-graphql
- Owner: ariesshrimp
- License: apache-2.0
- Created: 2017-02-17T00:17:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-18T12:15:05.000Z (almost 9 years ago)
- Last Synced: 2025-06-14T05:02:09.798Z (about 1 year ago)
- Topics: api, api-wrapper, graphql, graphql-js, graphql-server, meridian-editor-graphql, node-graphql-wrapper
- Language: JavaScript
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meridian Editor GraphQL
A Node GraphQL wrapper around Meridian's Python REST API.

- [Example GQL/Dataloader Repo](https://github.com/applification/graphql-loader/blob/master/src/index.js)
- [GaphQLJS](https://github.com/graphql/graphql-js/tree/bc96406ab44453a120da25a0bd6e2b0237119ddf)
- [Dataloader](https://github.com/facebook/dataloader)
## Instructions
1. `git clone git@github.com:joefraley/meridian-editor-graphql.git && cd meridian-editor-graphql`
2. `yarn install`
3. Edit [this line](https://github.com/joefraley/meridian-editor-graphql/blob/master/data-loader/api.js#L6) manually:
[](https://github.com/joefraley/meridian-editor-graphql/blob/master/data-loader/api.js#L6)
- Use [this endpoint](http://localhost:8091/api/#!/tokens/Token_List) to find a token manually.
4. `yarn start`