From ae19799c8f496e93194132b69d31b87ae068ddd0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 9 Jan 2026 06:39:10 +0000 Subject: [PATCH 1/2] Initial plan From 0cb57011d9ce089b539ef795ebde21640dfec284 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 9 Jan 2026 06:41:20 +0000 Subject: [PATCH 2/2] Add #custom-procedures anchor to TanStack Query link in modeling/custom-proc.md Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com> --- docs/modeling/custom-proc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modeling/custom-proc.md b/docs/modeling/custom-proc.md index c8006533..8a251ae2 100644 --- a/docs/modeling/custom-proc.md +++ b/docs/modeling/custom-proc.md @@ -43,4 +43,4 @@ Parameter types can be marked optional with a `?` suffix. If a procedure doesn't Custom procedures are implemented with TypeScript when constructing the ORM client, and can be invoked via the ORM client in backend code. See [Custom Procedures](../orm/custom-proc.md) in the ORM part for more details. -They are also accessible via Query-as-a-Service (via [RPC-style](../service/api-handler/rpc.md#endpoints) or [RESTful-style](../service/api-handler/rest.md#calling-custom-procedures) API), plus consumable via Client SDKs like [TanStack Query Client](../service/client-sdk/tanstack-query/). +They are also accessible via Query-as-a-Service (via [RPC-style](../service/api-handler/rpc.md#endpoints) or [RESTful-style](../service/api-handler/rest.md#calling-custom-procedures) API), plus consumable via Client SDKs like [TanStack Query Client](../service/client-sdk/tanstack-query/#custom-procedures).