Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit e04602d

Browse files
authored
Update README.md
1 parent 41f8df9 commit e04602d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ or
5757
- Docker: `$ docker-compose up --build`
5858

5959
Attention Windows users: when `Docker for Windows` is not an option, install `yarn` and run `$ yarn && yarn docker-mount` beforehand.
60-
## Generate TypeScript types for GraphQL schema
60+
## Generate TypeScript types for GraphQL schema and default GraphQL resolvers
6161

62-
`$ yarn gql-2-ts`
62+
`$ yarn gqlgen`
6363

6464
## Test
6565

@@ -113,7 +113,7 @@ In Windows:
113113
- [apollo-server](https://github.com/apollographql/apollo-server)
114114
- [graphql-voyager](https://apis.guru/graphql-voyager)
115115
- [graphql-playground](https://github.com/graphcool/graphql-playground)
116-
- [graphql-to-typescript](https://github.com/3VLINC/graphql-to-typescript)
116+
- [graphqlgen](https://github.com/prisma/graphqlgen)
117117

118118
- Jest
119119
- [Documentation](https://facebook.github.io/jest/docs/en/getting-started.html)

0 commit comments

Comments
 (0)