gei-bookings
v0.2.8
Published
Automatically generated by graphql-editor-cli
Downloads
11
Readme
Welcome to gei-bookings :book:
The "Gei-bookings" integration is focused on providing essential tools for handling bookings and services, with enchanced error detection system which helps resolving problems
:house: Homepage
Installation :zap:
npm install gei-bookings
Usage 🏗️
We will be using graphql-editor-cli to speed-up the usage process, You can install it with:
npm install -g graphql-editor-cli
First, you can check out our gei-bookings sandbox schema or create your own schema, but be sure to connect gei-bookings to your resolvers in microservices.
create your .graphql-editor.json file in the root dir of project:
{
"namespace": "editor-integrations",
"project": "bookings-sandbox",
"projectVersion": "latest",
"typingsEnv": "node",
"typingsHost": "http://localhost:8080/",
"typingsDir": "./src",
"backendSrc": "./src",
"backendLib": "./lib",
"schemaDir": "./"
}
And run the follwing command in the project:
gecli schema && gecli cloud install
Now everything should work! Have fun using :smile:
Author
👤 GraphQL Editor
- Website: https://graphqleditor.com
- Github: @graphql-editor
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
📝 License
Copyright © 2023 GraphQL Editor.
This project is MIT licensed.