ResolveInfo name change

This commit is contained in:
Eran Kampf 2019-06-01 22:28:59 -07:00 committed by Mel van Londen
parent a0428d749f
commit 0e31eec81e

View File

@ -1,5 +1,5 @@
# flake8: noqa # flake8: noqa
from graphql import ResolveInfo from graphql import GraphQLResolveInfo as ResolveInfo
from .objecttype import ObjectType from .objecttype import ObjectType
from .interface import Interface from .interface import Interface