Václav Pelíšek

Results 27 issues of Václav Pelíšek

https://github.com/graphql/graphql-spec/issues/174

Type - Enhancement
Ctg - New feature

Implement spec extension which allows directives on argument (executable document) and directive definition (typesystem document).

Type - Enhancement
Ctg - Type system

https://github.com/graphql/graphql-spec/blob/main/rfcs/SchemaFragments.md

Type - Enhancement
Ctg - New feature

- [ ] Examples - [ ] Complex examples - [ ] Class documentation Extensions: - [x] Printer - [x] Extra types - [x] Where directives - [x] Constraint directives...

Ctg - Documentation
Type - Enhancement

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...

Status - Wontfix
Ctg - Spec incompatibility

http://spec.graphql.org/draft/#sec-Errors-and-Non-Nullability

Status - Wontfix
Ctg - Spec incompatibility

Standalone project to generate typesystem structure from user declared objects annotated using attributes.

Type - Enhancement
Ctg - New feature

Type - Enhancement
Ctg - Performance

https://www.apollographql.com/docs/apollo-server/performance/caching/

Type - Enhancement
Ctg - Performance

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.

Type - Enhancement
Ctg - Ergonomics