We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6305a3b + 14c23d7 commit 9adc5d5Copy full SHA for 9adc5d5
src/typeDefs/event.ts
@@ -247,7 +247,7 @@ type RepetitionPayload {
247
}
248
249
"""
250
-Event's repetitions. Make Event unique by repetition's payload
+Repetition of the event
251
252
type Repetition {
253
@@ -263,7 +263,12 @@ type Repetition {
263
264
Event's payload patch
265
266
- payload: RepetitionPayload!
+ payload: RepetitionPayload
267
+
268
+ """
269
+ Delta of the event's payload, stringified JSON
270
271
+ delta: String
272
273
274
0 commit comments