Mutations
reorderIntentOptions
Changes the order of intent options.
MUTATION
reorderIntentOptions(input: ReorderIntentOptionsInput!): ReorderIntentOptionsArguments
input
required
Returns
intentOptions
Mutation
mutation ReorderIntentOptions($input: ReorderIntentOptionsInput!) {
reorderIntentOptions(input: $input) {
intentOptions {
LastSessionId
_IssueDispositionTypesCount
_created
_etag
_updated
createdBy {
LastSessionId
Organization {
__typename
}
_ActiveSessionsCount
_AnalyticsCredentialCount
_ApiKeysCount
_PermissionGroupsCount
}
}
}
}Variables
{
"input": {
"intentOptions": [
{
"etag": "string",
"id": "id"
}
]
}
}Response
{
"data": {
"reorderIntentOptions": {
"intentOptions": [
{
"LastSessionId": "string",
"_IssueDispositionTypesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"createdBy": {
"LastSessionId": "string",
"Organization": {
"__typename": "Organization"
},
"_ActiveSessionsCount": 1,
"_AnalyticsCredentialCount": 1,
"_ApiKeysCount": 1,
"_PermissionGroupsCount": 1
}
}
]
}
}
}Was this page helpful?
⌘I
Mutation
mutation ReorderIntentOptions($input: ReorderIntentOptionsInput!) {
reorderIntentOptions(input: $input) {
intentOptions {
LastSessionId
_IssueDispositionTypesCount
_created
_etag
_updated
createdBy {
LastSessionId
Organization {
__typename
}
_ActiveSessionsCount
_AnalyticsCredentialCount
_ApiKeysCount
_PermissionGroupsCount
}
}
}
}Variables
{
"input": {
"intentOptions": [
{
"etag": "string",
"id": "id"
}
]
}
}Response
{
"data": {
"reorderIntentOptions": {
"intentOptions": [
{
"LastSessionId": "string",
"_IssueDispositionTypesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"createdBy": {
"LastSessionId": "string",
"Organization": {
"__typename": "Organization"
},
"_ActiveSessionsCount": 1,
"_AnalyticsCredentialCount": 1,
"_ApiKeysCount": 1,
"_PermissionGroupsCount": 1
}
}
]
}
}
}