diff --git a/graphene/relay/id_type.py b/graphene/relay/id_type.py index 627c3283..9b556f65 100644 --- a/graphene/relay/id_type.py +++ b/graphene/relay/id_type.py @@ -11,7 +11,7 @@ class BaseGlobalIDType: Base class that define the required attributes/method for a type. """ - graphene_type: Type[BaseType] = ID + graphene_type = ID # type: Type[BaseType] @classmethod def resolve_global_id(cls, info, global_id):