Socket
Socket
Sign inDemoInstall

gei-bookings

Package Overview
Dependencies
476
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gei-bookings

Automatically generated by graphql-editor-cli


Version published
Weekly downloads
16
decreased by-60.98%
Maintainers
1
Install size
52.8 MB
Created
Weekly downloads
 

Readme

Source

Welcome to gei-bookings :book:

Version License: MIT Build Status

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

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

📝 License

Copyright © 2023 GraphQL Editor.

This project is MIT licensed.

FAQs

Last updated on 19 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc