File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
website/src/pages/tutorial/basic Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -371,8 +371,8 @@ Here are a few popular open-source libraries:
371
371
- [ ` graphql ` ] ( https://graphql.org/graphql-js/type ) - you can use raw ` graphql ` using object classes
372
372
to create your schema
373
373
- [ ` @graphql-tools/schema ` ] ( https://graphql-tools.com/docs/generate-schema ) - schema-first library
374
- for creating executable schemas (it is re-exported from ` graphql-yoga ` for convenience) =
375
- [ ` grats ` ] ( https://github.com/captbaritone/grats ) - library for creating GraphQL schemas from
374
+ for creating executable schemas (it is re-exported from ` graphql-yoga ` for convenience)
375
+ - [ ` grats ` ] ( https://github.com/captbaritone/grats ) - library for creating GraphQL schemas from
376
376
TypeScript code annotated with comments.
377
377
- [ ` pothos ` ] ( https://github.com/hayes/pothos ) - library for creating GraphQL schemas in typescript
378
378
using a strongly typed code first approach and a built-in plugin system
You can’t perform that action at this time.
0 commit comments