Schema Documentation
UpdateSessionInput
Description
Input for the updateSession mutation.
Fields
Input Field | Description |
---|---|
clientMutationId - String | This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. |
sessionData - [MetaDataInput] | Data to be persisted in the session. |
Example
{"clientMutationId":"xyz789","sessionData":[MetaDataInput]}