Class 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 Detail

      • bootstrap

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

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