Support interfaceName
for all field types
#3143
ssyberg
started this conversation in
Feature Requests & Ideas
Replies: 1 comment
-
As a workaround I've sometimes resulted to wrapping |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In our project we have a large set of reusable field configurations and we recently noticed the generated GraphQL enums for one of our
select
fields was forcing us to create a ton of fragment alias' despite the fact that they all pointed to the exact same select field configuration (and hence select options). I believe addinginterfaceName
for other field types would solve this?Beta Was this translation helpful? Give feedback.
All reactions