Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add schema validation: Input Objects must not contain non-nullable circular references #492

Merged
merged 4 commits into from
Jun 12, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
# Changelog

## Unreleased
- Add schema validation: Input Objects must not contain non-nullable circular references (https://github.com/webonyx/graphql-php/pull/492)

#### v0.13.4
- Force int when setting max query depth (https://github.com/webonyx/graphql-php/pull/477)

#### v0.13.3
- Reverted minor possible breaking change (https://github.com/webonyx/graphql-php/pull/476)

#### v0.13.2
- Added QueryPlan support (https://github.com/webonyx/graphql-php/pull/436)
- Fixed an issue with NodeList iteration over missing keys (https://github.com/webonyx/graphql-php/pull/475)

#### v0.13.1
- Better validation of field/directive arguments
- Support for Apollo-style client/server persisted queries
- Minor tweaks and fixes

## v0.13.0
This release brings several breaking changes. Please refer to [UPGRADE](UPGRADE.md) document for details.

5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -10,9 +10,8 @@ For smaller contributions just use this workflow:
* Fork the project.
* Add your features and or bug fixes.
* Add tests. Tests are important for us.
* Check your changes using `composer check-all`.
* Add an entry to the [Changelog](CHANGELOG.md).
* Send a pull request.
* Check your changes using `composer check-all`
* Send a pull request

## Setup the Development Environment
First, copy the URL of your fork and `git clone` it to your local machine.