How to provide a human-readable name of an inline Union type? #3147
Unanswered
sascha-wolf
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Yeah it is not possible today, |
Beta Was this translation helpful? Give feedback.
2 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.
-
To make a long story short: we've a custom
ID
scalar that we use to denote that a given property is a unique ID for a given model:This works great for cases like the following but breaks down for unions:
I've scoured the documentation, even the TypeScript type definitions but to no avail. Am I right to assume that this is currently not supported?
Beta Was this translation helpful? Give feedback.
All reactions