kiurchv / monobank-graphql

GraphQL wrapper around Monobank API

Home Page:https://codesandbox.io/s/github/kiurchv/monobank-graphql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monobank-graphql

GraphQL wrapper around Monobank API

Quick start

  1. Open monobank-graphql sandbox

Edit monobank-graphql

  1. Obtain Monobank API Token and put it in X-Token header in the Playground

  2. Make your first query

{
  user {
    name
    accounts {
      id
      currencyCode
      balance
    }
  }
}

Development

  1. Clone this repo
  2. Install dependencies with npm install
  3. Run npm run dev
  4. The Monobank GraphQL Playground will be available at http://localhost:4000/

About

GraphQL wrapper around Monobank API

https://codesandbox.io/s/github/kiurchv/monobank-graphql

License:MIT License


Languages

Language:TypeScript 100.0%