Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
webonyx
/
graphql-php
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
575
Star
4.7k
Code
Issues
39
Pull requests
22
Discussions
Actions
Security and quality
3
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
feat: Add Support for
@oneOf
Input Object Directive
- #1715
#1715
Merged
spawnia
merged 11 commits into
webonyx:master
webonyx/graphql-php:master
from
jasonbahl:feat/oneOf-directive
jasonbahl/graphql-php:feat/oneOf-directive
Copy head branch name to clipboard
Jul 8, 2025
Conversation
Commits
11
(11)
Checks
Files changed
Merged
feat: Add Support for
@oneOf
Input Object Directive
#1715
spawnia
merged 11 commits into
webonyx:master
webonyx/graphql-php:master
from
jasonbahl:feat/oneOf-directive
jasonbahl/graphql-php:feat/oneOf-directive
Copy head branch name to clipboard
Commits
Commits on Jul 2, 2025
- Implement the oneOf directive tests, following the graphql-js implementation
jasonbahl
committed
1235a0d
View commit details
Copy full SHA for 1235a0d
Browse repository at this point
- update Introspection to include isOneOf field
Show description for 982c3aa
jasonbahl
committed
982c3aa
View commit details
Copy full SHA for 982c3aa
Browse repository at this point
Commits on Jul 3, 2025
- update validation rule to keep updated with suggestions in https://github.com/graphql/graphql-spec/pull/825
jasonbahl
committed
3cc0c71
View commit details
Copy full SHA for 3cc0c71
Browse repository at this point
- update to add pre-coercion of OneOf errors, following this pending PR to graphql-js: https://github.com/graphql/graphql-js/pull/4195
jasonbahl
committed
e076b38
View commit details
Copy full SHA for e076b38
Browse repository at this point
- add unreleased changelog entry
jasonbahl
committed
3b874ad
View commit details
Copy full SHA for 3b874ad
Browse repository at this point
- phpstan corrections
jasonbahl
committed
b64fdd7
View commit details
Copy full SHA for b64fdd7
Browse repository at this point
Commits on Jul 4, 2025
Update CHANGELOG.md
Show description for b7a37e1
jasonbahl
and
spawnia
authored
b7a37e1
View commit details
Copy full SHA for b7a37e1
Browse repository at this point
- merge changes from latest master and resolve merge conflicts
Show description for c0b978d
jasonbahl
committed
c0b978d
View commit details
Copy full SHA for c0b978d
Browse repository at this point
- add test case ensuring that InputObjectType has at least one or more fields
Show description for 64be6d2
jasonbahl
committed
64be6d2
View commit details
Copy full SHA for 64be6d2
Browse repository at this point
- revert change to path in coerceInputValue
jasonbahl
committed
646fef1
View commit details
Copy full SHA for 646fef1
Browse repository at this point
Commits on Jul 7, 2025
- move isOneOf below description, above fields
jasonbahl
committed
82bd7cf
View commit details
Copy full SHA for 82bd7cf
Browse repository at this point
You can’t perform that action at this time.