We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ece12 commit 53d6fd2Copy full SHA for 53d6fd2
src/LiveQuery/RequestSchema.js
@@ -78,6 +78,14 @@ const subscribe = {
78
minItems: 1,
79
uniqueItems: true,
80
},
81
+ include: {
82
+ type: 'array',
83
+ items: {
84
+ type: 'string'
85
+ },
86
+ minItems: 1,
87
+ uniqueItems: true
88
89
90
required: ['where', 'className'],
91
additionalProperties: false,
@@ -124,6 +132,14 @@ const update = {
124
132
125
133
126
134
135
136
137
138
139
140
141
142
127
143
128
144
129
145
0 commit comments