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 d4c13e0 commit c0a9e0cCopy full SHA for c0a9e0c
lib/graphql/language/document_from_schema_definition.rb
@@ -256,7 +256,7 @@ def build_definition_nodes
256
if !include_built_in_directives
257
dirs_to_build = dirs_to_build.reject { |directive| directive.default_directive? }
258
end
259
- dir_nodes = build_directive_nodes(warden.directives)
+ dir_nodes = build_directive_nodes(dirs_to_build)
260
261
type_nodes = build_type_definition_nodes(warden.reachable_types)
262
0 commit comments