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
old/__init__.py
old/apps.py
old/client.py
old/conftest.py
old/models.py
old/schema.py
old/signals.py
old/urls.py
old/utils.py
old/choices_converter/__init__.py
old/choices_converter/models.py
old/choices_converter/schema.py
old/connection/__init__.py
old/connection/models.py
old/connection/schema.py
old/connection/test_main.py
old/djangocontribauth/__init__.py
old/djangocontribauth/schema.py
old/djangocontribauth/signal.py
old/djangocontribauth/test_main.py
old/file_field/__init__.py
old/file_field/http_multipart.py
old/file_field/models.py
old/file_field/schema.py
old/file_field/test_main.py
old/issues/__init__.py
old/issues/models.py
old/issues/schema.py
old/issues/test_issue_8.py
old/migrations/0001_initial.py
old/migrations/0002_alter_testfkb_testfkc.py
old/migrations/0002_testrelaya_testrelayb.py
old/migrations/0003_alter_testo2ob_testo2oc.py
old/migrations/0004_merge_20210510_1402.py
old/migrations/0005_testconna_testconnb_testconnc.py
old/migrations/0006_auto_20210528_0708.py
old/migrations/0007_auto_20210528_0753.py
old/migrations/0008_issue8.py
old/migrations/__init__.py
old/relationship/__init__.py
old/relationship/models.py
old/relationship/schema.py
old/relationship/test_main.py
old/relationship/test_self_relation.py
old/relay/__init__.py
old/relay/models.py
old/relay/schema.py
old/relay/test_main.py
tests/__init__.py
tests/apps.py
tests/client.py
tests/models.py
tests/rundevserver.py
tests/schema.py
tests/signals.py
tests/test_settings.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/generate_schema/__init__.py
tests/generate_schema/models.py
tests/generate_schema/schema.py
tests/generate_schema/test_model_type.py
tests/issues/__init__.py
tests/issues/models.py
tests/issues/schema.py
tests/issues/test_issue_8.py
tests/relationship/__init__.py
tests/relationship/models.py
tests/relationship/schema.py
tests/relationship/test_foreignkey.py
tests/relationship/test_many_to_many.py
tests/relationship/test_one_to_one.py
tests/relationship/test_self_relation.py
tests/relay/__init__.py
tests/relay/models.py
tests/relay/schema.py
tests/relay/test_main.py