Uses of Annotation Interface
org.springframework.graphql.data.method.annotation.SchemaMapping
Package
Description
Annotations for binding data fetching methods to GraphQL schema queries,
mutations, subscriptions, and fields.
-
Uses of SchemaMapping in org.springframework.graphql.data.method.annotation
Modifier and TypeClassDescription@interface
@MutationMapping
is a composed annotation that acts as a shortcut for@SchemaMapping
withtypeName="Mutation"
.@interface
@QueryMapping
is a composed annotation that acts as a shortcut for@SchemaMapping
withtypeName="Query"
.@interface
@SubscriptionMapping
is a composed annotation that acts as a shortcut for@SchemaMapping
withtypeName="Subscription"
.