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
Fixes for enums. Before, enums generated nulls in the schema because they don't have names in their objects as most objects have. New approach fetching names of enums from the graphql type storage directly.