Releases: graphpql/graphpinator-printer
Releases · graphpql/graphpinator-printer
1.2.2
- Do not print root type references when not used by schema
schema {
query: Query
mutation: null
subscription: null
}
changes to
1.2.1
- Bumped dependencies
- Updated printer to resolve latest BC break in core package
1.2
New feature:
- Implemented implicit inheritance RFC
- Disabled by default, see readme for more details
1.1.9
- Converted all aliases to adjustements from Graphpinator RC 28
1.1.8
- Resolved namespace adjustments from Graphpinator RC 28
1.1.7
- Added printing of newly implemented typesystem directives (Schema, Scalar, Union, Enum)
1.1.6
Html visitor imrovements:
- Moved CSS code to SCSS
- Small visual improvements
1.1.5
Html visitor improvements:
- Added self links for each section, which can be copied
- Other minor tweaks
1.1.4
- Fixed bug where floating links were incorrectly formed
- Improved floating buttons visuals