Skip to content

Commit 88b53fa

Browse files
committed
Update dependencies
1 parent 8f9bc06 commit 88b53fa

13 files changed

Lines changed: 1306 additions & 994 deletions

File tree

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Example of using the config service to generate `TypeGraphQLModule` options:
118118
playground: !config.isDevelopmentMode,
119119
scalarsMap: [{ type: Date, scalar: GraphQLTimestamp }],
120120
emitSchemaFile:
121-
config.isDevelopmentMode && path.resolve(__dirname, "schema.gql"),
121+
config.isDevelopmentMode && path.resolve(__dirname, "schema.graphql"),
122122
}),
123123
}),
124124
],
@@ -212,7 +212,7 @@ You can see some examples of the integration in this repo:
212212

213213
Most of them you can run by using `ts-node`, like `npx ts-node ./examples/1-basics/index.ts`.
214214

215-
All examples folders contain a `query.gql` file with some examples operations you can perform on the GraphQL servers.
215+
All examples folders contain a `query.graphql` file with some examples operations you can perform on the GraphQL servers.
216216

217217
## Security contact information
218218

0 commit comments

Comments
 (0)