Mutations
updateFurtherActionApprovalRole
MUTATION
updateFurtherActionApprovalRole(input: UpdateFurtherActionApprovalRoleInput!): UpdateFurtherActionApprovalRoleArguments
input
required
approvalRole
Mutation
mutation UpdateFurtherActionApprovalRole($input: UpdateFurtherActionApprovalRoleInput!) {
updateFurtherActionApprovalRole(input: $input) {
approvalRole {
LastSessionId
_created
_etag
_updated
count
createdBy {
LastSessionId
Organization {
__typename
}
_ActiveSessionsCount
_AnalyticsCredentialCount
_ApiKeysCount
_PermissionGroupsCount
}
}
}
}Variables
{
"input": {
"etag": "string",
"gateType": "RESOLVED",
"roleId": 1
}
}Response
{
"data": {
"updateFurtherActionApprovalRole": {
"approvalRole": {
"LastSessionId": "string",
"_created": "value",
"_etag": "string",
"_updated": "value",
"count": 1,
"createdBy": {
"LastSessionId": "string",
"Organization": {
"__typename": "Organization"
},
"_ActiveSessionsCount": 1,
"_AnalyticsCredentialCount": 1,
"_ApiKeysCount": 1,
"_PermissionGroupsCount": 1
}
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation UpdateFurtherActionApprovalRole($input: UpdateFurtherActionApprovalRoleInput!) {
updateFurtherActionApprovalRole(input: $input) {
approvalRole {
LastSessionId
_created
_etag
_updated
count
createdBy {
LastSessionId
Organization {
__typename
}
_ActiveSessionsCount
_AnalyticsCredentialCount
_ApiKeysCount
_PermissionGroupsCount
}
}
}
}Variables
{
"input": {
"etag": "string",
"gateType": "RESOLVED",
"roleId": 1
}
}Response
{
"data": {
"updateFurtherActionApprovalRole": {
"approvalRole": {
"LastSessionId": "string",
"_created": "value",
"_etag": "string",
"_updated": "value",
"count": 1,
"createdBy": {
"LastSessionId": "string",
"Organization": {
"__typename": "Organization"
},
"_ActiveSessionsCount": 1,
"_AnalyticsCredentialCount": 1,
"_ApiKeysCount": 1,
"_PermissionGroupsCount": 1
}
}
}
}
}