graphene-django/graphene_django/tests
Charles Haro 2a39f5d8ea Allow abstract Connection Class to DjangoObjectType
referred to as connection_class, it will instantiate the connection from the provided class or default to graphene.Connection if not supplied
2017-10-30 14:35:29 -07:00
..
__init__.py Isolated Graphene Django in a new package 2016-09-17 16:31:17 -07:00
models.py Clean up 2017-03-06 18:20:31 +00:00
schema_view.py Code adapted to new resolver API 2017-07-28 09:43:27 -07:00
schema.py Code adapted to new resolver API 2017-07-28 09:43:27 -07:00
test_command.py Moved django-graphql-view and django-graphiql into graphene-django 😎 2016-09-19 22:04:23 -07:00
test_converter.py Fixed all tests and flake issues 2017-07-24 23:42:40 -07:00
test_form_converter.py Fixed all tests and flake issues 2017-07-24 23:42:40 -07:00
test_forms.py Isolated Graphene Django in a new package 2016-09-17 16:31:17 -07:00
test_query.py Code adapted to new resolver API 2017-07-28 09:43:27 -07:00
test_schema.py Fixed Python3 tests 2016-09-17 17:28:41 -07:00
test_types.py Allow abstract Connection Class to DjangoObjectType 2017-10-30 14:35:29 -07:00
test_utils.py Drop reverse flag, remove duplicates in get_model_fields 2017-05-25 11:01:29 -05:00
test_views.py Rewrite unit test to make it working on all versions of django 2017-04-12 13:04:03 +02:00
urls_pretty.py Fixed tests 2016-09-19 22:53:56 -07:00
urls.py Add support for batching several requests into one 2016-10-31 12:03:56 +01:00