Interface GraphQLMutationProvider

All Superinterfaces:
GraphQLProvider

public interface GraphQLMutationProvider extends GraphQLProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<graphql.schema.GraphQLFieldDefinition>
     
  • Method Details

    • getMutations

      Set<graphql.schema.GraphQLFieldDefinition> getMutations()