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

Don't try parse value as string if it's already enum unit. PhpEnumType #1481

Closed
wants to merge 2 commits into from
Closed
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
Prev Previous commit
update CHANGELOG
danbka33 committed Nov 18, 2023
commit 459b58bf9fb30200e49fb0597d00acce02af0049
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -9,6 +9,10 @@ You can find and compare releases at the [GitHub release page](https://github.co

## Unreleased

### Fixed

- Fix PhpEnumType parse value if it's already enum value https://github.com/webonyx/graphql-php/pull/1481
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Fix PhpEnumType parse value if it's already enum value https://github.com/webonyx/graphql-php/pull/1481
- Handle enum values in `PhpEnumType::parseValue()` https://github.com/webonyx/graphql-php/pull/1481


## v15.8.0

### Added
Loading