mutations:将您的业务逻辑组合到用于清理和验证输入的命令中

时间:2024-06-03 06:43:57
【文件属性】:

文件名称:mutations:将您的业务逻辑组合到用于清理和验证输入的命令中

文件大小:13KB

文件格式:ZIP

更新时间:2024-06-03 06:43:57

Python

变异 将您的业务逻辑组合到用于清理和验证输入的命令中。 安装 $ pip install mutations 这个怎么运作: 亚类mutations.Mutation 定义您的输入。 在命令中定义execute方法。 像这样运行它: SimpleMutation.run(foo='bar') 要了解更多信息,请参阅。 例子 import mutations class UserSignup ( mutations . Mutation ): """Define the inputs to your mutation here. """ email = mutations . fields . CharField ( required = True ) full_name = mutations . fields . CharField ( requir


【文件预览】:
mutations-master
----setup.py(876B)
----.gitignore(1KB)
----requirements.txt(577B)
----Makefile(40B)
----MANIFEST.in(18B)
----LICENSE(1KB)
----setup.cfg(40B)
----README.md(3KB)
----tests()
--------test_resilience.py(2KB)
--------test_error.py(1KB)
--------test_complex.py(1KB)
--------test_basic.py(3KB)
----pytest.ini(44B)
----mutations()
--------__init__.py(62B)
--------error.py(2KB)
--------util.py(98B)
--------metadata.py(147B)
--------fields.py(2KB)
--------validators.py(2KB)
--------core.py(4KB)
----tox.ini(73B)

网友评论