
graphql.kickstart.servlet.osgi.GraphQLDirectiveProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphql-java-servlet Show documentation
Show all versions of graphql-java-servlet Show documentation
relay.js-compatible GraphQL servlet
package graphql.kickstart.servlet.osgi;
import graphql.schema.GraphQLDirective;
import java.util.Collection;
public interface GraphQLDirectiveProvider extends GraphQLProvider {
/** @return A collection of directive definitions that will be added to the schema. */
Collection getDirectives();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy