-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[DO NOT MERGE] Adding DataStore JS lazy loading docs #4786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left 1 piece of feedback
src/fragments/lib/datastore/js/relational/query-many-snippet.mdx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to address statement around "implicit and
" groups, which are no longer a thing.
Also missing predicate updates for sync expressions on Syncing data to cloud
page. Missing predicate updates for Angular and Vue snippets.
@@ -1,7 +1,8 @@ | |||
When using multiple conditions, there is an implicit `and` defined to mirror the [GraphQL Transformer condition statements](/cli/graphql/data-modeling). For example with multiple conditions: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We no longer have the implicit and
. All logical groupings must be explicit, and probably worth calling that change out explicitly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to address statement around "implicit
and
" groups, which are no longer a thing.Also missing predicate updates for sync expressions on
Syncing data to cloud
page. Missing predicate updates for Angular and Vue snippets.
I've pushed updates here for selective sync + Angular and Vue snippets.
Leaving the mention of "implicit and
" conditions for you — I'm not sure what you want in place of that.
src/fragments/lib/datastore/js/data-access/query-predicate-multiple-snippet.mdx
Outdated
Show resolved
Hide resolved
…tiple-snippet.mdx
src/fragments/lib/datastore/js/relational/query-many-snippet.mdx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.