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