Skip to content

Commit e2ca7b3

Browse files
authored
Add anchor link to Custom Procedures section in TanStack Query documentation (#551)
1 parent 273f5d1 commit e2ca7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modeling/custom-proc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ Parameter types can be marked optional with a `?` suffix. If a procedure doesn't
4343

4444
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.
4545

46-
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/).
46+
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).

0 commit comments

Comments
 (0)