Optional ReadonlysignalCancel the request. Composes with the client-wide signal if one is set.
Optional ReadonlytimeoutPer-request timeout (ms). Overrides the client default. 0 disables.
Optional ReadonlyheadersExtra HTTP headers, merged on top of the auth/default headers.
Optional ReadonlythrowIf true (default), throw AppSyncGraphQLError when the server
returns a non-empty errors array. Set to false to receive the raw
{ data, errors } response instead.
Optional ReadonlyoperationOverride the operation name sent to AppSync. Useful when a single document contains multiple operations.
Per-request options. All optional.