| Package | Description |
|---|---|
| org.springframework.graphql.data.method.annotation |
Annotations for binding data fetching methods to GraphQL schema queries,
mutations, subscriptions, and fields.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
MutationMapping
@MutationMapping is a composed annotation that acts as a
shortcut for @SchemaMapping with
typeName="Mutation". |
interface |
QueryMapping
@QueryMapping is a composed annotation that acts as a
shortcut for @SchemaMapping with
typeName="Query". |
interface |
SubscriptionMapping
@SubscriptionMapping is a composed annotation that acts as a
shortcut for @SchemaMapping with
typeName="Subscription". |