Skip to content

Commit 865b150

Browse files
praveenwebrikinsk
andauthored
noop: replace subdomain links with subpath (hasura#3869)
Co-authored-by: Rikin Kachhia <[email protected]>
1 parent 85dae9b commit 865b150

File tree

75 files changed

+389
-384
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+389
-384
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
Does this PR change Hasura Catalog version?
4343
- [ ] No
4444
- [ ] Yes
45-
- [ ] Updated docs with SQL for downgrading the catalog <!-- https://docs.hasura.io/1.0/graphql/manual/deployment/downgrading.html#downgrading-across-catalogue-versions -->
45+
- [ ] Updated docs with SQL for downgrading the catalog <!-- https://hasura.io/docs/1.0/graphql/manual/deployment/downgrading.html#downgrading-across-catalogue-versions -->
4646

4747
#### Metadata
4848
<!-- Hasura metadata changes -->

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The contributing guide for docs can be found at [docs/CONTRIBUTING.md](docs/CONT
7272

7373
### Community content
7474

75-
Since we launched our [learn page](https://learn.hasura.io/), we are happy about contributions:
75+
Since we launched our [learn page](https://hasura.io/learn/), we are happy about contributions:
7676

7777
- Fix errors in existing learn tutorials
7878

Diff for: README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hasura GraphQL Engine
22

3-
[![Docs](https://img.shields.io/badge/docs-v1.0-brightgreen.svg?style=flat)](https://docs.hasura.io)
3+
[![Docs](https://img.shields.io/badge/docs-v1.0-brightgreen.svg?style=flat)](https://hasura.io/docs)
44
[![CircleCI](https://circleci.com/gh/hasura/graphql-engine.svg?style=shield)](https://circleci.com/gh/hasura/graphql-engine)
55

66

@@ -12,7 +12,7 @@ Hasura GraphQL Engine is a blazing-fast GraphQL server that gives you **instant,
1212

1313
Hasura helps you build GraphQL apps backed by Postgres or incrementally move to GraphQL for existing applications using Postgres.
1414

15-
Read more at [hasura.io](https://hasura.io) and the [docs](https://docs.hasura.io).
15+
Read more at [hasura.io](https://hasura.io) and the [docs](https://hasura.io/docs).
1616

1717
------------------
1818

@@ -36,7 +36,7 @@ Read more at [hasura.io](https://hasura.io) and the [docs](https://docs.hasura.i
3636
* **Admin UI & Migrations**: Admin UI & Rails-inspired schema migrations
3737
* **Postgres** ❤️: Supports Postgres types (PostGIS/geo-location, etc.), turns views to *graphs*, trigger stored functions or procedures with mutations
3838

39-
Read more at [hasura.io](https://hasura.io) and the [docs](https://docs.hasura.io).
39+
Read more at [hasura.io](https://hasura.io) and the [docs](https://hasura.io/docs).
4040

4141
## Table of contents
4242
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
@@ -77,21 +77,21 @@ The fastest way to try Hasura out is via Heroku.
7777

7878
3. Make your first GraphQL query
7979

80-
Create a table and instantly run your first query. Follow this [simple guide](https://docs.hasura.io/1.0/graphql/manual/getting-started/first-graphql-query.html).
80+
Create a table and instantly run your first query. Follow this [simple guide](https://hasura.io/docs/1.0/graphql/manual/getting-started/first-graphql-query.html).
8181

8282
### Other one-click deployment options
8383

8484
Check out the instructions for the following one-click deployment options:
8585

8686
| **Infra provider** | **One-click link** | **Additional information** |
8787
|:------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------:|
88-
| DigitalOcean | [![Deploy to DigitalOcean](https://graphql-engine-cdn.hasura.io/img/create_hasura_droplet_200px.png)](https://marketplace.digitalocean.com/apps/hasura?action=deploy&refcode=c4d9092d2c48&utm_source=hasura&utm_campaign=readme) | [docs](https://docs.hasura.io/1.0/graphql/manual/guides/deployment/digital-ocean-one-click.html#hasura-graphql-engine-digitalocean-one-click-app) |
89-
| Azure | [![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fstable%2finstall-manifests%2fazure-container-with-pg%2fazuredeploy.json) | [docs](https://docs.hasura.io/1.0/graphql/manual/guides/deployment/azure-container-instances-postgres.html) |
88+
| DigitalOcean | [![Deploy to DigitalOcean](https://graphql-engine-cdn.hasura.io/img/create_hasura_droplet_200px.png)](https://marketplace.digitalocean.com/apps/hasura?action=deploy&refcode=c4d9092d2c48&utm_source=hasura&utm_campaign=readme) | [docs](https://hasura.io/docs/1.0/graphql/manual/guides/deployment/digital-ocean-one-click.html#hasura-graphql-engine-digitalocean-one-click-app) |
89+
| Azure | [![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fmaster%2finstall-manifests%2fazure-container-with-pg%2fazuredeploy.json) | [docs](https://hasura.io/docs/1.0/graphql/manual/guides/deployment/azure-container-instances-postgres.html) |
9090

9191
### Other deployment methods
9292

9393
For Docker-based deployment and advanced configuration options, see [deployment
94-
guides](https://docs.hasura.io/1.0/graphql/manual/getting-started/index.html) or
94+
guides](https://hasura.io/docs/1.0/graphql/manual/getting-started/index.html) or
9595
[install manifests](install-manifests).
9696

9797
## Architecture
@@ -122,7 +122,7 @@ processing - [read more](event-triggers.md).
122122

123123
### Derived data or data transformations
124124

125-
Transform data in Postgres or run business logic on it to derive another dataset that can be queried using GraphQL Engine - [read more](https://docs.hasura.io/1.0/graphql/manual/queries/derived-data.html).
125+
Transform data in Postgres or run business logic on it to derive another dataset that can be queried using GraphQL Engine - [read more](https://hasura.io/docs/1.0/graphql/manual/queries/derived-data.html).
126126

127127
## Demos
128128

Diff for: cli/cli.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const (
4545
const (
4646
StrTelemetryNotice = `Help us improve Hasura! The cli collects anonymized usage stats which
4747
allow us to keep improving Hasura at warp speed. To opt-out or read more,
48-
visit https://docs.hasura.io/1.0/graphql/manual/guides/telemetry.html
48+
visit https://hasura.io/docs/1.0/graphql/manual/guides/telemetry.html
4949
`
5050
)
5151

Diff for: cli/commands/init.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func NewInitCmd(ec *cli.ExecutionContext) *cobra.Command {
4545
# Create a directory with endpoint and admin secret configured:
4646
hasura init <my-project> --endpoint https://my-graphql-engine.com --admin-secret adminsecretkey
4747
48-
# See https://docs.hasura.io/1.0/graphql/manual/migrations/index.html for more details`,
48+
# See https://hasura.io/docs/1.0/graphql/manual/migrations/index.html for more details`,
4949
SilenceUsage: true,
5050
Args: cobra.MaximumNArgs(1),
5151
PreRunE: func(cmd *cobra.Command, args []string) error {

Diff for: community/boilerplates/auth-servers/passportjs-jwt-roles/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ You can also configure the server in JWKS mode and set `HASURA_GRAPHQL_JWT_SECRE
137137
{ "type": "RS256", "jwk_url": "hostname:port/jwks" }
138138
```
139139

140-
More information in the [Hasura documentation](https://docs.hasura.io/1.0/graphql/manual/auth/authentication/jwt.html).
140+
More information in the [Hasura documentation](https://hasura.io/docs/1.0/graphql/manual/auth/authentication/jwt.html).
141141

142142
## Usage
143143

Diff for: community/boilerplates/auth-webhooks/firebase-cloud-functions/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Further reading: [Firebase SDK for Cloud Functions](https://firebase.google.com/
2424

2525
Set `--auth-hook` or `HASURA_GRAPHQL_AUTH_HOOK` to the endpoint obtained above.
2626

27-
[GraphQL engine server flags reference](https://docs.hasura.io/1.0/graphql/manual/deployment/graphql-engine-flags/reference.html) for details.
27+
[GraphQL engine server flags reference](https://hasura.io/docs/1.0/graphql/manual/deployment/graphql-engine-flags/reference.html) for details.
2828

2929
## Create table and set permission
3030

31-
Follow [Common roles and auth examples](https://docs.hasura.io/1.0/graphql/manual/auth/authorization/common-roles-auth-examples.html)
31+
Follow [Common roles and auth examples](https://hasura.io/docs/1.0/graphql/manual/auth/authorization/common-roles-auth-examples.html)
3232
on Hasura doc for details of how to setup permission to a table.
3333

3434
Make sure to change id column of user table to TXT type as uid sent from webhook is firebase User UID format (e.g. 0LnvZc7405TjRTbjURhZYYVXPI52)

Diff for: community/boilerplates/auth-webhooks/nodejs-express/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ $ now
9393

9494
Once you have deployed this webhook, you can use it along with the GraphQL engine. You have to set the webhook URL as an environment variable in the docker container that runs the GraphQL engine.
9595

96-
*[Read the docs](https://docs.hasura.io/1.0/graphql/manual/auth/authentication/webhook.html).*
96+
*[Read the docs](https://hasura.io/docs/1.0/graphql/manual/auth/authentication/webhook.html).*
9797

9898
### Firebase
9999

Diff for: community/boilerplates/auth-webhooks/passport-js/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ The client just need to add `Authorization: Bearer <token>` to the request sendi
9090

9191
The endpoint (say `http://localhost:8080/webhook`) can be given as an environment variable `HASURA_GRAPHQL_AUTH_HOOK` to GraphQL Engine.
9292

93-
[Read more about webhook here](https://docs.hasura.io/1.0/graphql/manual/auth/authentication/webhook.html).
93+
[Read more about webhook here](https://hasura.io/docs/1.0/graphql/manual/auth/authentication/webhook.html).

Diff for: community/boilerplates/auth-webhooks/python-flask/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ HASURA_GRAPHQL_AUTH_WEBHOOK=http://localhost:5000/auth-webhook
7878

7979
All queries will be now validated through the webhook.
8080

81-
> Read more on [authentication and access control](https://docs.hasura.io/1.0/graphql/manual/auth/index.html).
81+
> Read more on [authentication and access control](https://hasura.io/docs/1.0/graphql/manual/auth/index.html).

Diff for: community/boilerplates/event-triggers/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Note: *If you want to add support for other platforms, please submit a PR or cre
2424
## Setup Postgres + Hasura GraphQL engine
2525
This boilerplate code assumes that you already have a HGE instance running.
2626

27-
If not you can visit the [docs](https://docs.hasura.io/1.0/graphql/manual/getting-started/index.html) and setup Postgres + HGE.
27+
If not you can visit the [docs](https://hasura.io/docs/1.0/graphql/manual/getting-started/index.html) and setup Postgres + HGE.
2828

2929
## Deploying the boilerplate examples
3030

Diff for: community/boilerplates/event-triggers/netlify-functions/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Click on the following button to deploy GraphQL Engine on Heroku with the free P
88

99
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/hasura/graphql-engine-heroku)
1010

11-
Checkout [docs](https://docs.hasura.io/1.0/graphql/manual/deployment/index.html) for other deployment options.
11+
Checkout [docs](https://hasura.io/docs/1.0/graphql/manual/deployment/index.html) for other deployment options.
1212

1313

1414
### Setup `netlify-cli`

Diff for: community/boilerplates/event-triggers/zeit-now/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Click on the following button to deploy GraphQL Engine on Heroku with the free P
88

99
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/hasura/graphql-engine-heroku)
1010

11-
Checkout [docs](https://docs.hasura.io/1.0/graphql/manual/deployment/index.html) for other deployment options.
11+
Checkout [docs](https://hasura.io/docs/1.0/graphql/manual/deployment/index.html) for other deployment options.
1212

1313

1414
### Setup `now`

Diff for: community/boilerplates/remote-schemas/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Typical use-cases:
1818

1919
## Docs
2020

21-
[Remote Schema documentation](https://docs.hasura.io/1.0/graphql/manual/remote-schemas/index.html)
21+
[Remote Schema documentation](https://hasura.io/docs/1.0/graphql/manual/remote-schemas/index.html)
2222

2323
## Architecture
2424

Diff for: community/sample-apps/gatsby-contentful-auth0/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ npm install
1212
> Note: if you clone this project through the Gatsby CLI, it will install the modules for you.
1313
1414
## Auth0
15-
This application uses Auth0 to manage identity. Refer to the [Auth0 integration guide](https://docs.hasura.io/1.0/graphql/manual/guides/integrations/auth0-jwt.html) for the configuration.
15+
This application uses Auth0 to manage identity. Refer to the [Auth0 integration guide](https://hasura.io/docs/1.0/graphql/manual/guides/integrations/auth0-jwt.html) for the configuration.
1616

1717
### Modify auth config
1818

Diff for: community/sample-apps/nextjs-8-serverless/with-apollo-jwt/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[![Deploy to heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/hasura/graphql-engine-heroku)
99

10-
Please checkout our [docs](https://docs.hasura.io/1.0/graphql/manual/deployment/index.html) for other deployment methods
10+
Please checkout our [docs](https://hasura.io/docs/1.0/graphql/manual/deployment/index.html) for other deployment methods
1111

1212
- Get the Heroku app URL (say `my-app.herokuapp.com`)
1313

Diff for: community/sample-apps/nextjs-8-serverless/with-apollo/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[![Deploy to heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/hasura/graphql-engine-heroku)
1010

11-
Please checkout our [docs](https://docs.hasura.io/1.0/graphql/manual/deployment/index.html) for other deployment methods
11+
Please checkout our [docs](https://hasura.io/docs/1.0/graphql/manual/deployment/index.html) for other deployment methods
1212

1313
- Get the Heroku app URL (say `my-app.herokuapp.com`)
1414

Diff for: community/sample-apps/nextjs-postgres-graphql/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Boilerplate to get started with Nextjs, Hasura GraphQL engine as CMS and postgre
1313
[![Deploy to
1414
heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/hasura/graphql-engine-heroku)
1515

16-
Please checkout our [docs](https://docs.hasura.io/1.0/graphql/manual/deployment/index.html) for other deployment methods
16+
Please checkout our [docs](https://hasura.io/docs/1.0/graphql/manual/deployment/index.html) for other deployment methods
1717

1818
- Get the Heroku app URL (say `my-app.herokuapp.com`)
1919
- Create `author` table:

Diff for: community/sample-apps/nuxtjs-postgres-graphql/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[![Deploy to
1212
heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/hasura/graphql-engine-heroku)
1313

14-
Please checkout our [docs](https://docs.hasura.io/1.0/graphql/manual/deployment/index.html) for other deployment methods
14+
Please checkout our [docs](https://hasura.io/docs/1.0/graphql/manual/deployment/index.html) for other deployment methods
1515

1616
- Get the Heroku app URL (say `my-app.herokuapp.com`)
1717
- Create `author` table:

Diff for: community/sample-apps/quasar-framework-vue-graphql/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Boilerplate to get started with Quasar Framework, Hasura GraphQL engine as CMS a
1111
[![Deploy to
1212
heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/hasura/graphql-engine-heroku)
1313

14-
Please checkout our [docs](https://docs.hasura.io/1.0/graphql/manual/deployment/index.html) for other deployment methods
14+
Please checkout our [docs](https://hasura.io/docs/1.0/graphql/manual/deployment/index.html) for other deployment methods
1515

1616
- Get the Heroku app URL (say `my-app.herokuapp.com`)
1717
- Create `author` table:

Diff for: community/sample-apps/react-static-graphql/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A sample app to get started with [react-static](https://github.com/nozzle/react-
1111
[![Deploy to
1212
heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/hasura/graphql-engine-heroku)
1313

14-
Please checkout our [docs](https://docs.hasura.io/1.0/graphql/manual/deployment/index.html) for other deployment methods
14+
Please checkout our [docs](https://hasura.io/docs/1.0/graphql/manual/deployment/index.html) for other deployment methods
1515

1616
- Get the Heroku app URL (say `my-app.herokuapp.com`)
1717
- Create `author` table:

Diff for: community/sample-apps/realtime-chat/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ This is the source code for a fully working group chat app that uses subscriptio
77
- [Fully working app](https://realtime-chat.demo.hasura.app/)
88
- [Backend](https://realtime-chat.demo.hasura.app/console)
99

10-
For a complete tutorial about data modelling, [check out this blog](https://blog.hasura.io/building-a-realtime-chat-app-with-graphql-subscriptions-d68cd33e73f).
10+
For a complete tutorial about data modelling, [check out this blog](https://hasura.io/docs/building-a-realtime-chat-app-with-graphql-subscriptions-d68cd33e73f).
1111

Diff for: community/sample-apps/realtime-chat/src/components/Chat.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class Chat extends React.Component {
107107
Source
108108
</a>
109109
&nbsp; | &nbsp;
110-
<a href="https://blog.hasura.io/building-a-realtime-chat-app-with-graphql-subscriptions-d68cd33e73f" target="_blank" rel="noopener noreferrer">
110+
<a href="https://hasura.io/blog/building-a-realtime-chat-app-with-graphql-subscriptions-d68cd33e73f" target="_blank" rel="noopener noreferrer">
111111
Blogpost
112112
</a>
113113
</div>

Diff for: community/sample-apps/realtime-location-tracking/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ hosted on GitHub pages and the Postgres+GraphQL Engine is running on Postgres.
2828
git clone https://github.com/hasura/graphql-engine
2929
cd graphql-engine/community/sample-apps/realtime-location-tracking
3030
```
31-
- [Install Hasura CLI](https://docs.hasura.io/1.0/graphql/manual/hasura-cli/install-hasura-cli.html)
31+
- [Install Hasura CLI](https://hasura.io/docs/1.0/graphql/manual/hasura-cli/install-hasura-cli.html)
3232
- Goto `hasura/` and edit `config.yaml`:
3333
```yaml
3434
endpoint: https://realtime-backend2.herokuapp.com

Diff for: community/sample-apps/realtime-poll/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ hosted on GitHub pages and the Postgres+GraphQL Engine is running on Postgres.
2929
git clone https://github.com/hasura/graphql-engine
3030
cd graphql-engine/community/sample-apps/realtime-poll
3131
```
32-
- [Install Hasura CLI](https://docs.hasura.io/1.0/graphql/manual/hasura-cli/install-hasura-cli.html)
32+
- [Install Hasura CLI](https://hasura.io/docs/1.0/graphql/manual/hasura-cli/install-hasura-cli.html)
3333
- Goto `hasura/` and edit `config.yaml`:
3434
```yaml
3535
endpoint: https://random-string-123.herokuapp.com

Diff for: community/sample-apps/svelte-apollo/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A sample [Svelte 3](https://svelte.dev) app to demonstrate usage of GraphQL Quer
1111
[![Deploy to
1212
heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/hasura/graphql-engine-heroku)
1313

14-
Please checkout our [docs](https://docs.hasura.io/1.0/graphql/manual/deployment/index.html) for other deployment methods
14+
Please checkout our [docs](https://hasura.io/docs/1.0/graphql/manual/deployment/index.html) for other deployment methods
1515

1616
- Get the Heroku app URL (say `my-app.herokuapp.com`)
1717
- Create `author` table:

Diff for: community/sample-apps/vuetify-vuex-todo-graphql/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A simple Todo PWA (Progressive Web App) inspired by [TodoMVC](http://todomvc.com
1010
[![Deploy to
1111
heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/hasura/graphql-engine-heroku)
1212

13-
Please checkout our [docs](https://docs.hasura.io/1.0/graphql/manual/deployment/index.html) for other deployment methods
13+
Please checkout our [docs](https://hasura.io/docs/1.0/graphql/manual/deployment/index.html) for other deployment methods
1414

1515
- Get the Heroku app URL (say `my-app.herokuapp.com`)
1616
- Create `todos` table:

Diff for: community/sample-apps/whatsapp-clone-typescript-react/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The react client is a forked version of [urigo/whatsapp-client-react](https://gi
1919
git clone https://github.com/hasura/graphql-engine
2020
cd graphql-engine/community/sample-apps/whatsapp-clone-typescript-react
2121
```
22-
- [Install Hasura CLI](https://docs.hasura.io/1.0/graphql/manual/hasura-cli/install-hasura-cli.html)
22+
- [Install Hasura CLI](https://hasura.io/docs/1.0/graphql/manual/hasura-cli/install-hasura-cli.html)
2323
- Apply the migrations:
2424
```bash
2525
cd hasura

0 commit comments

Comments
 (0)