See: Description
| Interface | Description |
|---|---|
| ValueConstants |
Common annotation value constants.
|
| Annotation Type | Description |
|---|---|
| Argument |
Annotation to bind a method parameter to a GraphQL input
argument. |
| GraphQlController | Deprecated
in favor of using
@Controller |
| MutationMapping |
Annotation to express a mapping to a GraphQL Mutation operation.
|
| QueryMapping |
Annotation to express a mapping to a GraphQL Query operation.
|
| SchemaMapping |
Annotation to express a mapping to a GraphQL type and field pair.
|
| SubscriptionMapping |
Annotation to express a mapping to a GraphQL Subscription operation.
|