Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

When overwriting a property, the GraphQL repeats the original property unless ignored #64

Open
mdnorman opened this issue Apr 14, 2019 · 0 comments

Comments

@mdnorman
Copy link
Contributor

I have a class that has an id field, but I don't want to use it directly. Instead, I want to replace its implementation with a derivative function and type with another type. I want to do this by just adding a replacement field of the same name. But this requires to ignore the original property, which is strange.

My expectation is that if creating a new field with the same name that it would automatically ignore the original property.

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

No branches or pull requests

1 participant