Interface GraphQLMutationProvider

All Superinterfaces:
GraphQLProvider
All Known Implementing Classes:
CDPProviderSample

public interface GraphQLMutationProvider extends GraphQLProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<graphql.schema.GraphQLFieldDefinition>
    getMutations(graphql.annotations.processor.GraphQLAnnotations graphQLAnnotations)
     
  • Method Details

    • getMutations

      Set<graphql.schema.GraphQLFieldDefinition> getMutations(graphql.annotations.processor.GraphQLAnnotations graphQLAnnotations)