Schema Documentation
updateSession
Description
The updateSession mutation
Response
Returns an UpdateSessionPayload
Arguments
| Name | Description |
|---|---|
input - UpdateSessionInput! | Input for the updateSession mutation |
Example
Query
mutation updateSession($input: UpdateSessionInput!){ updateSession(input: $input){ clientMutationIdcustomer { ...CustomerFragment }session { ...MetaDataFragment } }}Variables
{"input":UpdateSessionInput}Response
{"data":{"updateSession":{"clientMutationId":"abc123","customer":Customer,"session":[MetaData]}}}