formatting

This commit is contained in:
Ben Kraft
2021-03-31 18:09:34 -07:00
committed by GitHub
parent 291ce980b3
commit 19cd9a01f7
+1
View File
@@ -12,6 +12,7 @@ Luckily, there is plenty of prior art for generating types for GraphQL schemas,
- Khan Academy has an in-house tool used to generate Flow types for our mobile apps (Khan folks, it's at `react-native/tools/graphql-flow` in the mobile repo) - Khan Academy has an in-house tool used to generate Flow types for our mobile apps (Khan folks, it's at `react-native/tools/graphql-flow` in the mobile repo)
- In Go, [gqlgen](https://github.com/99designs/gqlgen) generates similar types for the server side of things - In Go, [gqlgen](https://github.com/99designs/gqlgen) generates similar types for the server side of things
- In Go, [shurcooL/graphql](https://github.com/shurcooL/graphql/) doesn't generate types, but uses types in a similar fashion - In Go, [shurcooL/graphql](https://github.com/shurcooL/graphql/) doesn't generate types, but uses types in a similar fashion
But of course all of these have somewhat different concerns, so we need to make our own choices. But of course all of these have somewhat different concerns, so we need to make our own choices.
### Optionality and pointers ### Optionality and pointers