convexIdentityQuery
Calls a deployed Convex query by path on an identity-authenticated client — the read-side
companion of . No serverSecret is injected: the callee is
expected to be a tenant-tier function that derives its scope from the validated identity the
client's setAuth token carries (the CMSDATA-07 editor shell reads flow through this).
Signature
function convexIdentityQuery(client: ConvexHttpClient, name: string, args: Record<string, unknown>): Promise<Result>;Parameters
| Name | Type | Description |
|---|---|---|
client | ConvexHttpClient | |
name | string | |
args | Record<string, unknown> |
Returns
The function's result.
Related
FeatureFlagService ReviewService ShopService FeatureFlagOption FeatureFlagRef ResolvedCartLineTokens ResolvedProductCardTokens ResolvedShopTheme
convexIdentityMutation
Calls a deployed Convex mutation by path on an identityauthenticated client — the bearertoken companion to . No serverSecret is injected: the callee is expected
convexServerMutation
Calls a deployed Convex serverMutation function by path — the writeside companion of . Every seam write performs exactly ONE call through this transport (one Co