-
-
Notifications
You must be signed in to change notification settings - Fork 816
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 transform to filter arbitrary type fields #819
Comments
hey @victorandree since you basically have the code ready here, have you thought about making a PR to add the feature to |
5 tasks
yaacovCR
added a commit
to yaacovCR/graphql-tools-fork
that referenced
this issue
May 21, 2019
…object fields, fixes ardatan#819.
yaacovCR
added a commit
to yaacovCR/graphql-tools-fork
that referenced
this issue
May 21, 2019
…object fields, fixes ardatan#819.
5 tasks
yaacovCR
added a commit
to yaacovCR/graphql-tools-fork
that referenced
this issue
Jun 2, 2019
…object fields, fixes ardatan#819.
yaacovCR
added a commit
to yaacovCR/graphql-tools-fork
that referenced
this issue
Jun 18, 2019
…object fields, fixes ardatan#819.
yaacovCR
added a commit
to yaacovCR/graphql-tools-fork
that referenced
this issue
Sep 22, 2019
…object fields, fixes ardatan#819.
yaacovCR
added a commit
to yaacovCR/graphql-tools-fork
that referenced
this issue
Sep 22, 2019
…object fields, fixes ardatan#819.
yaacovCR
added a commit
to yaacovCR/graphql-tools-fork
that referenced
this issue
Sep 22, 2019
…object fields, fixes ardatan#819.
yaacovCR
added a commit
to yaacovCR/graphql-tools-fork
that referenced
this issue
Oct 3, 2019
…object fields, fixes ardatan#819.
yaacovCR
added a commit
to yaacovCR/graphql-tools-fork
that referenced
this issue
Oct 25, 2019
…object fields, fixes ardatan#819.
yaacovCR
added a commit
to yaacovCR/graphql-tools-fork
that referenced
this issue
Oct 25, 2019
…object fields, fixes ardatan#819.
yaacovCR
added a commit
to yaacovCR/graphql-tools-fork
that referenced
this issue
Nov 4, 2019
…object fields, fixes ardatan#819.
yaacovCR
added a commit
to yaacovCR/graphql-tools-fork
that referenced
this issue
Dec 31, 2019
…object fields, fixes ardatan#819.
yaacovCR
added a commit
to yaacovCR/graphql-tools-fork
that referenced
this issue
Dec 31, 2019
…object fields, fixes ardatan#819.
yaacovCR
added a commit
to yaacovCR/graphql-tools-fork
that referenced
this issue
Jan 8, 2020
…object fields, fixes ardatan#819.
yaacovCR
added a commit
to yaacovCR/graphql-tools-fork
that referenced
this issue
Jan 21, 2020
…object fields, fixes ardatan#819.
yaacovCR
added a commit
to yaacovCR/graphql-tools-fork
that referenced
this issue
Feb 27, 2020
…object fields, fixes ardatan#819.
yaacovCR
added a commit
to yaacovCR/graphql-tools-fork
that referenced
this issue
Mar 26, 2020
…object fields, fixes ardatan#819.
yaacovCR
added a commit
to yaacovCR/graphql-tools-fork
that referenced
this issue
Mar 26, 2020
…object fields, fixes ardatan#819.
We recently released an alpha version of GraphQL Tools (#1308) that should fix the issue. Please update
Let us know if it solves the problem, we're counting for your feedback! :) |
Folded into #1306 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Like
FilterRootFields
but for arbitrary types, in case you have fields that you do not want to expose. Suggested signature:This should be easy to implement with access to
visitSchema
(but that's not part of the public interface for this project). Quick implementation for object types. I realized that fields are different on object types, input object types and interfaces, so maybe each should have a separate transform...The text was updated successfully, but these errors were encountered: