Package graphql.kickstart.servlet.osgi
Interface GraphQLMutationProvider
- All Superinterfaces:
GraphQLFieldProvider
,GraphQLProvider
-
Method Summary
Modifier and TypeMethodDescriptiondefault Collection<graphql.schema.GraphQLFieldDefinition>
Collection<graphql.schema.GraphQLFieldDefinition>
-
Method Details
-
getMutations
Collection<graphql.schema.GraphQLFieldDefinition> getMutations() -
getFields
- Specified by:
getFields
in interfaceGraphQLFieldProvider
-