public interface GraphQLMutationProvider extends GraphQLFieldProvider
| Modifier and Type | Method and Description |
|---|---|
default java.util.Collection<graphql.schema.GraphQLFieldDefinition> |
getFields() |
java.util.Collection<graphql.schema.GraphQLFieldDefinition> |
getMutations() |
java.util.Collection<graphql.schema.GraphQLFieldDefinition> getMutations()
default java.util.Collection<graphql.schema.GraphQLFieldDefinition> getFields()
getFields in interface GraphQLFieldProvider