Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

34 lines (23 loc) · 1.44 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.1.0] - 2022-03-17

Changed

  • Improved recursion handling with fragments (in case relay is used)
  • Added recursionMultiplier for better recursion control
  • Added debugging (useful in tests in case of complex queries)

1.0.0 - 2020-12-17

Added

  • Graphql cost map extraction from schema. Also cleans up the schema of "cost" directive as apollo federation does not allow custom directives.
  • Graphql query cost calculation using the cost map
  • Example of usage with express + apollo-server