grooviter / gql

Groovy GraphQL library
http://grooviter.github.io/gql/
Apache License 2.0
49 stars 6 forks source link

NonNull and List modifiers not found in standalone field declaration #14

Closed mariogarcia closed 7 years ago

mariogarcia commented 7 years ago

Because nonNull and list modifiers were defined at top level, if you use DSL.field both methods can't be found by the DSL.

FieldBuilder must also implement those traits NonNullAware and ListAware