Integrations
Slack
If you want to communicate with Hive and receive notifications, click on the "Connect Slack" button and visit the Alerts and Notifications chapter.
GitHub
GraphQL Hive offers a seamless integration with your GitHub repository.
Install GraphQL Hive application
Click on the "Connect GitHub" button and follow the instructions there. Remember to give an access to your repository.
Setting up CI/CD
Use @graphql-hive/cli
(opens in a new tab) in your CI/CD pipeline to run
a schema:check
or schema:publish
.
NPM
Install @graphql-hive/cli
(opens in a new tab) package from NPM:
Terminal
yarn add -D @graphql-hive/cli
Linux / MacOS
Install the latest version of GraphQL Hive CLI:
curl -sSL https://graphql-hive.com/install.sh | sh
Example
Here's an example for GitHub Actions:
- name: Schema Check
run: hive schema:check packages/api/src/schema.graphql --github