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

graphql.kickstart.servlet.osgi.GraphQLCodeRegistryProvider Maven / Gradle / Ivy

package graphql.kickstart.servlet.osgi;

import graphql.schema.GraphQLCodeRegistry;

public interface GraphQLCodeRegistryProvider extends GraphQLProvider {

  GraphQLCodeRegistry getCodeRegistry();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy