Skip to content

Conversation

@syazwanz
Copy link

What?

Fix incorrect select example in the querying docs. The docs showed select: [{ title: true }] which is not valid. Updated to select: { title: true } to match actual API usage and TypeScript types.

Why?

The wrong example causes TypeScript errors and confusion for users. Correcting it makes the docs accurate and consistent.

How?

Updated the example in docs/queries/overview.mdx to use object syntax for select. No code changes, documentation only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant