You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: community/boilerplates/remote-schemas/aws-lambda/nodejs/apollo-sequelize/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,11 @@ type User {
38
38
39
39
## Local Development
40
40
41
-
The sample source code is present in `index.js`. Clone the repo and go to `community/boilerplates/remote-schemas/remote-schema/aws-lambda/nodejs/apollo-sequelize` folder:
41
+
The sample source code is present in `index.js`. Clone the repo and go to `community/boilerplates/remote-schemas/aws-lambda/nodejs/apollo-sequelize` folder:
42
42
43
43
```bash
44
44
$ git clone git@github.com:hasura/graphql-engine
45
-
$ cd graphql-engine/community/boilerplates/remote-schemas/remote-schema/aws-lambda/nodejs/apollo-sequelize
45
+
$ cd graphql-engine/community/boilerplates/remote-schemas/aws-lambda/nodejs/apollo-sequelize
46
46
```
47
47
48
48
1) First, let's set the environment variable for connecting to the postgres instance. This can be a local postgres instance or some managed postgres instance like AWS RDS.
Copy file name to clipboardExpand all lines: community/boilerplates/remote-schemas/zeit-now/nodejs/apollo-sequelize/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ Sequelize (Postgres ORM)
18
18
19
19
## Local Development
20
20
21
-
The sample source code is present in `server.js`. Clone the repo and go to `community/boilerplates/remote-schemas/remote-schema/zeit-now/nodejs/apollo-sequelize` folder:
21
+
The sample source code is present in `server.js`. Clone the repo and go to `community/boilerplates/remote-schemas/zeit-now/nodejs/apollo-sequelize` folder:
22
22
23
23
```bash
24
24
$ git clone git@github.com:hasura/graphql-engine
25
-
$ cd graphql-engine/community/boilerplates/remote-schemas/remote-schema/zeit-now/nodejs/apollo-sequelize
25
+
$ cd graphql-engine/community/boilerplates/remote-schemas/zeit-now/nodejs/apollo-sequelize
26
26
```
27
27
28
28
1) First, let's set the environment variable for connecting to the postgres instance. This can be a local postgres instance or some managed postgres instance like AWS RDS.
Copy file name to clipboardExpand all lines: community/boilerplates/remote-schemas/zeit-now/nodejs/express-graphqljs-sequelize/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,11 @@ Sequelize (Postgres ORM)
20
20
21
21
## Local Development
22
22
23
-
The sample source code is present in `server.js`. Clone the repo and go to `community/boilerplates/remote-schemas/remote-schema/zeit-now/nodejs/express-graphqljs-sequelize` folder:
23
+
The sample source code is present in `server.js`. Clone the repo and go to `community/boilerplates/remote-schemas/zeit-now/nodejs/express-graphqljs-sequelize` folder:
24
24
25
25
```bash
26
26
$ git clone git@github.com:hasura/graphql-engine
27
-
$ cd graphql-engine/community/boilerplates/remote-schemas/remote-schema/zeit-now/nodejs/express-graphqljs-sequelize
27
+
$ cd graphql-engine/community/boilerplates/remote-schemas/zeit-now/nodejs/express-graphqljs-sequelize
28
28
```
29
29
30
30
1) First, let's set the environment variable for connecting to the postgres instance. This can be a local postgres instance or some managed postgres instance like AWS RDS.
Copy file name to clipboardExpand all lines: community/boilerplates/remote-schemas/zeit-now/python/flask-graphene-sqlalchemy/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,11 @@ SqlAlchemy (Postgres ORM)
22
22
23
23
## Local Development
24
24
25
-
The sample source code is present in `server.py`. Clone the repo and go to `community/boilerplates/remote-schemas/remote-schema/zeit-now/python/flask-graphene-sqlalchemy` folder:
25
+
The sample source code is present in `server.py`. Clone the repo and go to `community/boilerplates/remote-schemas/zeit-now/python/flask-graphene-sqlalchemy` folder:
26
26
27
27
```bash
28
28
$ git clone git@github.com:hasura/graphql-engine
29
-
$ cd graphql-engine/community/boilerplates/remote-schemas/remote-schema/zeit-now/python/flask-graphene-sqlalchemy
29
+
$ cd graphql-engine/community/boilerplates/remote-schemas/zeit-now/python/flask-graphene-sqlalchemy
30
30
```
31
31
32
32
1) First, let's set the environment variable for connecting to the postgres instance. This can be a local postgres instance or some managed postgres instance like AWS RDS.
0 commit comments