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

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

The newest version!
package graphql.kickstart.servlet.osgi;

import graphql.schema.GraphQLCodeRegistry;

public interface GraphQLCodeRegistryProvider extends GraphQLProvider {

  GraphQLCodeRegistry getCodeRegistry();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy