Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anisjonischkeit/stripe-graphql-fix
https://github.com/anisjonischkeit/stripe-graphql-fix
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anisjonischkeit/stripe-graphql-fix
- Owner: anisjonischkeit
- License: mit
- Created: 2020-01-29T16:21:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T22:29:16.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T18:15:46.280Z (2 days ago)
- Language: TypeScript
- Size: 1.31 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Preview](./preview.png)
# stripe-graphql
[![npm](https://img.shields.io/npm/v/stripe-graphql.svg)]()
[![license](https://img.shields.io/github/license/jferrettiboke/stripe-graphql.svg)]()> ⚠️ Warning! This is a very early version. You SHOULD NOT use this in production yet.
## What is `stripe-graphql`?
`stripe-graphql` is a GraphQL API for Stripe with a lot of benefits. Its goal is to help you do things better and faster related to the Stripe world while providing you with the best developer experience (DX).
## Features
- GraphQL API (connected resources for easier integration)
- Easy to understand/use
- Formatted amounts ready to use
- DataLoader support for batching and caching
- Type-safe bindings with TypeScript
- Nexus extension/plugin for more easy integration (WIP)## Get started
TODO
## Usage
TODO
## Contributing
Do you know how to improve it? Feel free to contribute to this project.
Install dependencies
```
$ npm install
```And run the development server.
```
$ npm run dev
```The server should start. You're ready to help. 🙏
## License
MIT.