mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-02-21 14:02:48 +03:00
Working on DjangoFormObjectType
This commit is contained in:
parent
d33fbbe696
commit
ade2918d21
|
@ -88,7 +88,7 @@ def test_query_djangoformtype():
|
||||||
schema = graphene.Schema(query=MockQuery)
|
schema = graphene.Schema(query=MockQuery)
|
||||||
|
|
||||||
result = schema.execute(
|
result = schema.execute(
|
||||||
"""
|
"""
|
||||||
query {
|
query {
|
||||||
form {
|
form {
|
||||||
fields {
|
fields {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user