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.
- 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
- 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