mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-01-31 11:48:38 +03:00
Remove duplicate ErrorType (#701)
This commit is contained in:
parent
3b541e3d05
commit
9aabe2cbe6
|
@ -1,6 +1,3 @@
|
||||||
import graphene
|
import graphene
|
||||||
|
|
||||||
|
from ..types import ErrorType # noqa Import ErrorType for backwards compatability
|
||||||
class ErrorType(graphene.ObjectType):
|
|
||||||
field = graphene.String()
|
|
||||||
messages = graphene.List(graphene.String)
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user