Annotation Type FullRequest
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionThe kind of request that this method will execute.
-
Element Details
-
request
String requestThe GraphQL request. It can be either a Partial Request or a Full Request.
-
-
-
requestType
RequestType requestTypeThe kind of request that this method will execute. One of QUERY, MUTATION, SUBSCRIPTION. This is not mandatory, and the default value is QUERY- Default:
- query
-