0.1.3
·
22 commits
to master
since this release
Overview
This release adds several fixes and improvements, mostly related to default values.
Since this version, you can get current rock version with require('graphql').VERSION
in code.
Breaking changes
specifiedByUrl
option is renamed to specifiedByURL
due to GraphQL specification.
New features
- Get current rock version with
require('graphql').VERSION
(#29). - Specify custom types description URL (#30).
- Propagate defaults to operation callback (#37).