JavaScript is disabled on your browser.
Skip navigation links
Spring for GraphQL
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.springframework.graphql.data.method.annotation
Annotation Interface Arguments
@Target
(
PARAMETER
)
@Retention
(
RUNTIME
)
@Documented
public @interface
Arguments
Analogous to
Argument
but binding with the full
arguments
map.
Since:
1.0.0
Author:
Rossen Stoyanchev