Packages

A package for automatic, comprehensive querying of Absinthe GraphQL schemas (for purposes of easily creating automatic testing setups).

Current section

Files

Jump to
Raw

CHANGELOG.md

# Changelog
## 0.5.0 (2024-11-11)
### Changes
* Renames singular core module names to plural for readability.
* Argument --> Arguments
* Field --> Fields
* TypeLayer --> TypeLayers
* Leaf --> Leaves
* Operation --> Operations
* Type --> Types
* Makes function signatures more uniform to facilitate passing around config maps.