Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/datastore/src/sync/processors/subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ class SubscriptionProcessor {
logger.warn(
`Skipping incoming subscription. Messages: ${messages.join(
'\n',
)}`,
)}\n\nThis can happen if a mutation was performed outside of DataStore (e.g. a direct GraphQL mutation to AppSync) without requesting all the fields DataStore needs to sync. If you are updating this model outside of DataStore, make sure your mutation's selection set includes every field. Learn more: https://docs.amplify.aws/lib/datastore/sync/`,
);

this.drainBuffer();
Expand Down