Class GraphQLSchemaProvider


  • public class GraphQLSchemaProvider
    extends Object
    • Method Detail

      • createSchema

        public graphql.schema.GraphQLSchema createSchema()
      • getAdditionalTypes

        public Set<Class<?>> getAdditionalTypes()
      • getInputObjectType

        public graphql.schema.GraphQLInputObjectType getInputObjectType​(Class<?> annotatedClass)
      • getOutputType

        public graphql.schema.GraphQLType getOutputType​(Class<?> annotatedClass)
      • create

        public static org.apache.unomi.graphql.schema.GraphQLSchemaProvider.Builder create​(ProfileService profileService,
                                                                                           SchemaService schemaService)