Skip to content

GraphQLDirectiveContainer#getDirectives used internally #2824

@bbakerman

Description

@bbakerman

Describe the bug

SchemaDirectiveWiringEnvironment#getDirective/s eventually be replaced with an applied directive or are they there to stay? (they aren't deprecated). Currently SchemaGeneratorDirectiveHelper is using GraphQLDirectiveContainer#getDirectives (which is deprecated) to build the wiring env so I'm wondering where it's going to get the directives from once that method is gone.

from #2762 (comment)

To Reproduce

Have a look at the code and see. We should not be reading from this old deprecated method internally. This would appear to have been missed in the upgrade.

(I havent checked yet - I raised this issue as a reminder to do so)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions