Class LinkProcessor

java.lang.Object
io.smallrye.graphql.bootstrap.LinkProcessor

public class LinkProcessor extends Object
This class is roughly based on the LinkDirectiveProcessor.loadFederationImportedDefinitions(TypeDefinitionRegistry) method, but since it only accepts TypeDefinitionRegistry as an argument, it is not directly in our case.
See Also:
  • Constructor Details

    • LinkProcessor

      public LinkProcessor(Schema schema)
  • Method Details

    • createLinkImports

      public void createLinkImports()
    • newNameDirective

      public String newNameDirective(String name)
    • newName

      public String newName(String name)