We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2aa77 commit 29ebeaeCopy full SHA for 29ebeae
graphql/validation/rules/fields_on_correct_type.py
@@ -3,7 +3,7 @@
3
from ...error import GraphQLError
4
from ...pyutils.ordereddict import OrderedDict
5
from ...type.definition import (GraphQLInterfaceType, GraphQLObjectType,
6
- GraphQLUnionType, is_abstract_type)
+ GraphQLUnionType)
7
from ...utils.quoted_or_list import quoted_or_list
8
from ...utils.suggestion_list import suggestion_list
9
from .base import ValidationRule
0 commit comments