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

Remove GraphQL::Filter #4325

Merged
merged 5 commits into from
Apr 11, 2023
Merged

Remove GraphQL::Filter #4325

merged 5 commits into from
Apr 11, 2023

Conversation

rmosolgo
Copy link
Owner

@rmosolgo rmosolgo commented Feb 4, 2023

GraphQL::Filter was originally the way to hide schema members; it's replaced by def visible? on schema members, but it still exists under the hood. It adds a lot of overhead to visibility in some cases:

image

So, I want to remove this indirection.

TODO

  • Add a deprecation to 2.0.x before releasing 2.1

@rmosolgo rmosolgo added this to the 2.1 milestone Feb 4, 2023
@rmosolgo rmosolgo changed the base branch from master to 2.1-dev April 7, 2023 11:49
@rmosolgo rmosolgo merged commit 4728013 into 2.1-dev Apr 11, 2023
13 checks passed
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.

None yet

1 participant