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
I tried implementing my own ID type with ID = gschema.ScalarType("ID", coerce=gschema._coerce_string), but without special-casing in generate_graphql_type, it can't work.