Class Bootstrap

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

public class Bootstrap extends Object
Bootstrap MicroProfile GraphQL This create a graphql-java model from the smallrye model
Author:
Phillip Kruger (phillip.kruger@redhat.com)
  • Method Details

    • bootstrap

      public static graphql.schema.GraphQLSchema bootstrap(Schema schema)
    • bootstrap

      public static graphql.schema.GraphQLSchema bootstrap(Schema schema, boolean skipInjectionValidation)