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: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,10 @@ In some cases clients or servers that don't have built-in support for Semantic N
39
39
- Means _semantic_ non-null types may be treated as if they were _strict_ non-null types for type generation - see `graphql-sock` below.
40
40
-[`graphql-sock`](https://github.com/graphile/graphql-sock) - takes a semantic nullability schema SDL and converts it into a traditional SDL either by stripping semantic-non-nulls (`semantic-to-nullable`), or by converting them to strict non-nulls (`semantic-to-strict`).
41
41
- When combined with `graphql-toe`, use `semantic-to-strict` for type generation and fewer null checks will be required!
42
+
-[`graphql-code-generator`](https://github.com/dotansimha/graphql-code-generator) - now supports `@semanticNonNull` and can generate types accordingly for server/clients that support it. It is currently in alphas:
0 commit comments