gpt4 book ai didi

python - Graphite 烯解析器后如何使用中间件?

转载 作者:行者123 更新时间:2023-12-04 12:59:23 26 4
gpt4 key购买 nike

在Node中使用Graphql,可以使用中间件之前 解析器,例如使用 Prisma .

在 Python 中,使用 Graphene ,只能想办法使用中间件之前 解析器。

有没有办法使用中间件 Python 中的解析器?

最佳答案

怎么样:

class SomeMiddleware(object):
def resolve(self, next, root, info, **args):
next_node = next(root, info, **args)
...logic...
return next_node

关于python - Graphite 烯解析器后如何使用中间件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60740582/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com