import uuid ... class User(graphene.ObjectType): id = graphene.ID(default_value=str(uuid.uuid4())) username = graphene.
確定! 回上一頁