query startDevSession {
graphite {
startDevSession {
sessionID
assistantID
userID
createdAt
}
}
}
{
"data": {
"graphite": {
"startDevSession": {
"assistantID": "string",
"createdAt": "2023-12-14T07:45:15.20353+00:00",
"sessionID": "string",
"userID": "61809D37-DA3F-4EFC-A324-EB181F38DD85"
}
}
}
}
Create a developer session
Permissions needed
Only admins can create developer sessions
Response
Type: Session!
ID of the assistant used in this session
ID of the user who started this session
query startDevSession {
graphite {
startDevSession {
sessionID
assistantID
userID
createdAt
}
}
}
{
"data": {
"graphite": {
"startDevSession": {
"assistantID": "string",
"createdAt": "2023-12-14T07:45:15.20353+00:00",
"sessionID": "string",
"userID": "61809D37-DA3F-4EFC-A324-EB181F38DD85"
}
}
}
}