Package io.smallrye.graphql.bootstrap


package io.smallrye.graphql.bootstrap
  • Classes
    Class
    Description
    Bootstrap MicroProfile GraphQL This create a graphql-java model from the smallrye model
    Create the datafetchers for a certain operation
     
    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.