Skip to content

Commit

Permalink
Merge pull request #3 from orta/patch-1
Browse files Browse the repository at this point in the history
Minor  README.md update
  • Loading branch information
captbaritone committed Mar 24, 2023
2 parents 4ccc669 + 44f79a2 commit 41f2e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ myField(): string {
```

**Note**: By default, Grats makes all fields nullable in keeping with [GraphQL
*best practices](https://graphql.org/learn/best-practices/#nullability). This behavior can be changed by setting config option `nullableByDefault` to `true`.
*best practices](https://graphql.org/learn/best-practices/#nullability). This behavior can be changed by setting config option `nullableByDefault` to `false`.

If you wish to define arguments for a field, define your argument types inline:

Expand Down Expand Up @@ -376,4 +376,4 @@ Given these tradeoffs, we've decided to use comments instead of decorators.
* A number of other projects which seem to have explored similar ideas in the past:
* [ts2gql](https://github.com/convoyinc/ts2gql)
* [ts2graphql](https://github.com/cevek/ts2graphql)
* [typegraphql-reflection-poc](https://github.com/MichalLytek/typegraphql-reflection-poc)
* [typegraphql-reflection-poc](https://github.com/MichalLytek/typegraphql-reflection-poc)

0 comments on commit 41f2e30

Please sign in to comment.