Class GraphQLSchemaProvider

java.lang.Object
org.apache.unomi.graphql.schema.GraphQLSchemaProvider

public class GraphQLSchemaProvider extends Object
  • Method Details

    • createSchema

      public graphql.schema.GraphQLSchema createSchema()
    • getAdditionalTypes

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

      public static JSONSchema buildJSONSchema(JsonSchemaWrapper jsonSchemaWrapper, SchemaService schemaService)
    • 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)