Releases: 4Catalyzer/graphql-validation-complexity
Releases · 4Catalyzer/graphql-validation-complexity
v0.3.0
- Breaking: Support GraphQL.js v15.x (#234)
- Require
getCost
and getCostFactor
to be specified in field extensions
v0.2.5
- Chore: Update dependencies (#34)
v0.2.4
- Feature: Pass the validation context into the
onCost
callback (#22)
v0.2.3
- Bugfix: Handle invalid fields in queries (#20)
v0.2.2
- Feature: Support specifying custom field costs and cost factors (#17)
v0.2.1
- Feature: Add
createError
callback (#9)
v0.2.0
- Breaking: Reduce the cost of introspection queries by default (#7)
v0.1.1
- Feature: Add support for
onCost
and formatErrorMessage
callbacks (#3)