LICENSE
README.md
setup.py
graphene_django_crud/__init__.py
graphene_django_crud/base_types.py
graphene_django_crud/converter.py
graphene_django_crud/fields.py
graphene_django_crud/input_types.py
graphene_django_crud/registry.py
graphene_django_crud/settings.py
graphene_django_crud/types.py
graphene_django_crud/utils.py
graphene_django_crud.egg-info/PKG-INFO
graphene_django_crud.egg-info/SOURCES.txt
graphene_django_crud.egg-info/dependency_links.txt
graphene_django_crud.egg-info/requires.txt
graphene_django_crud.egg-info/top_level.txt
tests/__init__.py
tests/apps.py
tests/client.py
tests/conftest.py
tests/models.py
tests/schema.py
tests/signals.py
tests/urls.py
tests/utils.py
tests/choices_converter/__init__.py
tests/choices_converter/models.py
tests/choices_converter/schema.py
tests/connection/__init__.py
tests/connection/models.py
tests/connection/schema.py
tests/connection/test_main.py
tests/djangocontribauth/__init__.py
tests/djangocontribauth/schema.py
tests/djangocontribauth/signal.py
tests/djangocontribauth/test_main.py
tests/file_field/__init__.py
tests/file_field/http_multipart.py
tests/file_field/models.py
tests/file_field/schema.py
tests/file_field/test_main.py
tests/migrations/0001_initial.py
tests/migrations/0002_alter_testfkb_testfkc.py
tests/migrations/0002_testrelaya_testrelayb.py
tests/migrations/0003_alter_testo2ob_testo2oc.py
tests/migrations/0004_merge_20210510_1402.py
tests/migrations/0005_testconna_testconnb_testconnc.py
tests/migrations/0006_auto_20210528_0708.py
tests/migrations/0007_auto_20210528_0753.py
tests/migrations/__init__.py
tests/relationship/__init__.py
tests/relationship/models.py
tests/relationship/schema.py
tests/relationship/test_main.py
tests/relationship/test_self_relation.py
tests/relay/__init__.py
tests/relay/models.py
tests/relay/schema.py
tests/relay/test_main.py