All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.introproventures.graphql.jpa.query.autoconfigure.GraphQLShemaRegistration Maven / Gradle / Ivy

package com.introproventures.graphql.jpa.query.autoconfigure;

import graphql.schema.GraphQLSchema;

public interface GraphQLShemaRegistration {
    void register(GraphQLSchema graphQLSchema);

    GraphQLSchema[] getManagedGraphQLSchemas();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy