glitr icon indicating copy to clipboard operation
glitr copied to clipboard

GLiTR - /ˈɡlɪtər/ POJO to GraphQL schema made easy

Results 3 glitr issues
Sort by recently updated
recently updated
newest added

Since `default` is an annotation field, it's type and definition are limited. Find a way to be able to pass default values for GraphQL arguments.

bug

The GraphQL schema supports [deprecation](https://facebook.github.io/graphql/#sec-Object-Field-deprecation). Create a `@GlitrDeprecated` annotation that denotes a field as deprecated. Add support for `deprecationReason` and other useful information related to field deprecation.

enhancement