LICENSE
README.md
pyproject.toml
codegen/__init__.py
codegen/default_config.py
codegen/example_config.py
codegen/graphql_2_python.py
codegen/model_module.py
cuckoo/__init__.py
cuckoo/binary_tree_node.py
cuckoo/constants.py
cuckoo/cuckoo.py
cuckoo/delete.py
cuckoo/encoders.py
cuckoo/errors.py
cuckoo/finalizers.py
cuckoo/include.py
cuckoo/insert.py
cuckoo/mutation.py
cuckoo/query.py
cuckoo/root_node.py
cuckoo/update.py
cuckoo/utils.py
cuckoo/models/__init__.py
cuckoo/models/builtins.py
cuckoo/models/common.py
cuckoo/models/providers.py
cuckoo_hasura.egg-info/PKG-INFO
cuckoo_hasura.egg-info/SOURCES.txt
cuckoo_hasura.egg-info/dependency_links.txt
cuckoo_hasura.egg-info/entry_points.txt
cuckoo_hasura.egg-info/requires.txt
cuckoo_hasura.egg-info/top_level.txt
tests/test_cuckoo.py
tests/test_delete.py
tests/test_include.py
tests/test_insert.py
tests/test_mutation.py
tests/test_query.py
tests/test_root_node.py
tests/test_update.py
tests/test_utils.py