Interface: PushRequest
Interface: PushRequest
Section titled “Interface: PushRequest”Defined in: core/src/protocol/sync.ts:58
POST /sync/push payload.
Properties
Section titled “Properties”protocolVersion
Section titled “protocolVersion”
readonlyprotocolVersion:number
Defined in: core/src/protocol/sync.ts:59
schemaVersion
Section titled “schemaVersion”
readonlyschemaVersion:string
Defined in: core/src/protocol/sync.ts:60
clientGroupID
Section titled “clientGroupID”
readonlyclientGroupID:string
Defined in: core/src/protocol/sync.ts:61
clientID
Section titled “clientID”
readonlyclientID:string
Defined in: core/src/protocol/sync.ts:62
mutations
Section titled “mutations”
readonlymutations: readonlyMutationEnvelope[]
Defined in: core/src/protocol/sync.ts:63