Mutations
updateSession
MUTATION
updateSession(input: UpdateSessionInput!): UpdateSessionArguments
input
required
Returns
session
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
updateSession(input: UpdateSessionInput!): UpdateSessionmutation UpdateSession($input: UpdateSessionInput!) {
updateSession(input: $input) {
session {
Created
LastSessionId
Updated
_etag
checkIn
checkOut
}
}
}{
"input": {
"etag": "string",
"id": 1
}
}{
"data": {
"updateSession": {
"session": {
"Created": "value",
"LastSessionId": "string",
"Updated": "value",
"_etag": "string",
"checkIn": "value",
"checkOut": "value"
}
}
}
}Was this page helpful?
mutation UpdateSession($input: UpdateSessionInput!) {
updateSession(input: $input) {
session {
Created
LastSessionId
Updated
_etag
checkIn
checkOut
}
}
}{
"input": {
"etag": "string",
"id": 1
}
}{
"data": {
"updateSession": {
"session": {
"Created": "value",
"LastSessionId": "string",
"Updated": "value",
"_etag": "string",
"checkIn": "value",
"checkOut": "value"
}
}
}
}Suggestions