Václav Pelíšek
Václav Pelíšek
https://github.com/graphql/graphql-spec/issues/174
Implement spec extension which allows directives on argument (executable document) and directive definition (typesystem document).
https://github.com/graphql/graphql-spec/blob/main/rfcs/SchemaFragments.md
- [ ] Examples - [ ] Complex examples - [ ] Class documentation Extensions: - [x] Printer - [x] Extra types - [x] Where directives - [x] Constraint directives...
GraphQL specs says that each fragment must be used. We currently do not check for this requirement as it is too strict and the request can be executed just fine...
http://spec.graphql.org/draft/#sec-Errors-and-Non-Nullability
Standalone project to generate typesystem structure from user declared objects annotated using attributes.
https://www.apollographql.com/docs/apollo-server/performance/caching/
Create standalone project which uses graphpinator-tokenizer and generates objects from type language. A tool to avoid too much writing for bigger schemas. Possibly use nette/php generator.