Open
Description
🔖 Feature description
As a developer, I'd like to be able to have my IDE suggest/autocomplete attribute
and check the type of value
when creating a Query
.
🎤 Pitch
Using the web SDK and TypeScript as an example, it would be cool to be able to do:
type Todo = Models.Document & {
content: string;
isComplete: boolean;
}
Query.equal<Todo>("
and then have my IDE suggest:
Then, if I pass a string into the value, it would show an error/warning because it should be a boolean.
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Metadata
Metadata
Assignees
Labels
No labels