feat: Deprecation DEPPS9: LiveQuery fields option is renamed to keys (#8852)

BREAKING CHANGE: LiveQuery `fields` option is renamed to `keys`
This commit is contained in:
Onur
2024-02-15 02:31:15 +03:00
committed by GitHub
parent 359b66f9d1
commit 38983e8e9b
4 changed files with 4 additions and 83 deletions

View File

@@ -62,14 +62,6 @@ const subscribe = {
where: {
type: 'object',
},
fields: {
type: 'array',
items: {
type: 'string',
},
minItems: 1,
uniqueItems: true,
},
keys: {
type: 'array',
items: {
@@ -116,14 +108,6 @@ const update = {
where: {
type: 'object',
},
fields: {
type: 'array',
items: {
type: 'string',
},
minItems: 1,
uniqueItems: true,
},
keys: {
type: 'array',
items: {