| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.1.0 source code.tar.gz | 2020-10-12 | 4.3 MB | |
| 1.1.0 source code.zip | 2020-10-12 | 4.6 MB | |
| README.md | 2020-10-12 | 587 Bytes | |
| Totals: 3 Items | 8.9 MB | 0 | |
Features
- allow passing custom validation function as
validateoption tobuildSchema - support defining deprecation reason and description of enum members (#714)
Fixes
- Breaking Change: throw error when wrong type of value provided as arg or input for
GraphQLISODateTimeandGraphQLTimestampscalars - don't include in schema the fields declared as
@FieldResolverwhen that resolvers classes aren't provided inresolversarray - fix grammar in
CannotDetermineGraphQLTypeErrorerror message - properly inherit extensions from parent class and its fields