- Updated dependencies for library vulnerabilities
- Drop support for node earlier than 10.0
- Updated dependencies for library vulnerabilities.
- Drop support for node earlier than 6.0
- Updated dependencies and format.
- Allow for auth header
- Fixed url to unexisting swapi endpoint (docs)
- Drop support for node 0.10 and 0.12
- Add support for UNION, INTERFACE, INPUT_OBJECT and ENUM types
- Show mutation/subscription rooted at virtual "Schema" type.
- Add ability to use graphql schema language files as input
- Introduce
--theme
option for freely customizing appearance - Depreacte
--sort
and--noargs
arguments in lieu of--theme
- Include '!' for required (
NON_NULL
) args and fields - Fixed #7
- Allow specifying local schema as argument
- Allow sorting fields with
--sort
flag
- Include field arguments in output by default
- Introduce
--noargs
flat to suppress field arguments printing
- Use introspection query straight from graphql package
- Initial release