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

Fix/graphql upload relations #6233

Merged
merged 3 commits into from May 6, 2024
Merged

Conversation

JarrodMFlesch
Copy link
Contributor

@JarrodMFlesch JarrodMFlesch commented May 6, 2024

Description

Fixes #6221

Fixes issue when querying upload relationship fields with GraphQL. The draft arg, from work done in this PR, was not being threaded through inside the upload resolver.

  • I have read and understand the CONTRIBUTING.md document in this repository.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have added tests that prove my fix is effective or that my feature works
  • Existing test suite passes locally with my changes
  • I have made corresponding changes to the documentation

@JarrodMFlesch JarrodMFlesch merged commit cac52da into main May 6, 2024
33 checks passed
@JarrodMFlesch JarrodMFlesch deleted the fix/graphql-upload-relations branch May 6, 2024 15:58
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.

Graphql returning null for fields of type upload
1 participant