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

graphql.servlet.GraphQLMutationProvider Maven / Gradle / Ivy

There is a newer version: 6.1.3
Show newest version
package graphql.servlet;

import graphql.schema.GraphQLFieldDefinition;

import java.util.Collection;

public interface GraphQLMutationProvider extends GraphQLProvider {
    Collection getMutations();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy