You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
From my Graphene powered backend, GraphQL code generator gives me enums that look like:
The generated comments are dictated by the
description
field of the enum in the schema. Is there any way to expose this in code? Something likeThis would spare me having to do an introspection query at runtime to get the descriptions.
Beta Was this translation helpful? Give feedback.
All reactions