- Added support for Mutations.
- Added validations for Mutations and Subscriptions.
- Changed Introspection query to no longer use
on...for directive locations and uselocationsinstead.
- Add Subscription DSL support. (by @hschne) #5
- Add aliases support.
- Add default client constructors for Contentful and Github.
- Add Enum support.
- Add directive support.
- Refactored validations to their own
Validationclass, which now provide better error messages upon validation failure.
- Added
__nodeto be able to create nodes in case there's a name collision with a reserved keyword or a built-in method.
Initial Release
Included features:
- Create queries and fragments using the
GQLi::DSL. - HTTP client with automatic schema introspection and validation.