Variable: appSyncClient
constappSyncClient:object
Defined in: index.ts:114
Type Declaration
mutate
mutate:
Query=query
Execute a GraphQL mutation against the configured AppSync endpoint.
Behaves identically to query — AppSync determines the operation type from the document itself, so this alias exists only to make the caller's intent explicit (e.g. triggering a subscription).
query
query:
Query
Execute a GraphQL query against the configured AppSync endpoint.
setConfig
setConfig: (
config) =>void
Parameters
| Parameter | Type |
|---|---|
config | Config |
Returns
void
config
Get Signature
get config():
Config