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 cf7f95e commit e567b29Copy full SHA for e567b29
1 file changed
src/graphql/type/schema.py
@@ -493,6 +493,7 @@ def remap_named_type(type_: GraphQLNamedType, type_map: TypeMap) -> None:
493
field.type = remapped_type(field.type, type_map)
494
fields[field_name] = field
495
496
+
497
def remap_directive(directive: GraphQLDirective, type_map: TypeMap) -> None:
498
"""Change all references in the given directive to use this type map."""
499
args = directive.args
0 commit comments