Closed adilansari closed 1 year ago
Patch coverage: 98.85
% and project coverage change: +0.34
:tada:
Comparison is base (
3d27885
) 89.50% compared to head (78db505
) 89.85%.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
It is very cool to see this.
:tada: This PR is included in version 1.0.0-beta.36 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 1.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Reviewpad Report
:bangbang: Errors
Describe your changes
1.
q
in SearchQuery is optional ( closes #269 )2. Querying constructs are bound to schema fields ( closes #267 )
This enables autocompletion in IDE and enables static type checks at compile time. Introduces compile time checking for cases where a schema field is renamed.
How best to test these changes
Unit tests