@Documented
@Retention(RUNTIME)
@Target({METHOD,PARAMETER})
public @interface BindParameter
-
Required Element Summary
Required Elements
Modifier and Type |
Required Element |
Description |
java.lang.String |
name |
The Bind Parameter or GraphQL variable's name, as defined in the GraphQL Request by either &name, ?
|
-
Element Details
-
java.lang.String name
The Bind Parameter or GraphQL variable's name, as defined in the GraphQL Request by either &name, ?name or $
name. For more information, have a look at the
Client
wiki