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 4b0ada2 commit 431b0f5Copy full SHA for 431b0f5
src/graphql/utilities/lexicographic_sort_schema.py
@@ -146,6 +146,7 @@ def sort_named_type(type_: GraphQLNamedType) -> GraphQLNamedType:
146
val.value,
147
description=val.description,
148
deprecation_reason=val.deprecation_reason,
149
+ extensions=val.extensions,
150
ast_node=val.ast_node,
151
)
152
for name, val in sorted(type_.values.items())
0 commit comments