Interface GraphQLMutationProvider
-
- All Superinterfaces:
GraphQLProvider
- All Known Implementing Classes:
CDPProviderSample
public interface GraphQLMutationProvider extends GraphQLProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<graphql.schema.GraphQLFieldDefinition>
getMutations(graphql.annotations.processor.GraphQLAnnotations graphQLAnnotations)
-
-
-
Method Detail
-
getMutations
Set<graphql.schema.GraphQLFieldDefinition> getMutations(graphql.annotations.processor.GraphQLAnnotations graphQLAnnotations)
-
-