def validation_schema():
class Query(graphene.ObjectType):
placeholder = graphene.String()
class Subscription(graphene.ObjectType):
test_1 = graphene.String()
test_2 = graphene.String()
return graphene.Schema(query=Query, subscription=Subscription)
test_subscription_manager.py 文件源码
python
阅读 38
收藏 0
点赞 0
评论 0
评论列表
文章目录