You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(runtime-services): document data.query() beside find on the services.data page (#6784)
The page's own declared Canonical source (packages/client/src/index.ts) marks
data.find @deprecated pointing at data.query(), which the page never mentioned.
Add query to the Methods block in the source's declaration order, record the
deprecation posture with attribution to the source (the same pattern the page
already uses for the QueryOptions/QueryOptionsV2 vocabulary layer), document
the Partial QueryAST parameter and the shared PaginatedResult envelope, and
extend the example with a query call carrying nested expand detail — the shape
find itself refuses with an error that points at query.
Evidence for this direction over withdrawing the tag: query exists on both
ObjectStackClient.data and ScopedProjectClient.data, ships untagged in
dist/index.d.ts while find ships with the tag, is served by a dedicated
POST /data/:object/query route, and is the recorded product direction (#986,
commit 17dca13). The docs page was the stale side.
Fixes#6323
Claude-Session: https://claude.ai/code/session_01F8q5J1MQyocgtNspb15fSn
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments