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 @oneOf support to introspection query #4078

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maciesielka
Copy link

Fixes #4077

Copy link

linux-foundation-easycla bot commented May 2, 2024

CLA Signed


The committers listed above are authorized under a signed CLA.

Copy link

netlify bot commented May 2, 2024

Deploy Preview for compassionate-pike-271cb3 ready!

Name Link
🔨 Latest commit 9bae8e8
🔍 Latest deploy log https://app.netlify.com/sites/compassionate-pike-271cb3/deploys/6633c55dcdc41f00082909e8
😎 Deploy Preview https://deploy-preview-4078--compassionate-pike-271cb3.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@maciesielka maciesielka force-pushed the maciesielka/add-one-of-support-to-introspection branch from c2c95c1 to 9bae8e8 Compare May 2, 2024 16:54

// Whether target GraphQL server supports `@oneOf` input objects.
// Default: false
inputObjectOneOf?: boolean;
Copy link
Author

Choose a reason for hiding this comment

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

Followed the pattern above for making this configurable, but wasn't sure if that was necessary.

@maciesielka maciesielka marked this pull request as ready for review May 2, 2024 16:57
@maciesielka
Copy link
Author

👋🏻 @graphql/graphql-js-reviewers, just a friendly bump per the Contribution Guidelines. Excited to address any feedback y'all have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introspection queries don't support @oneOf
2 participants