Mutations
createRedlineRoleBasedApprovals
MUTATION
createRedlineRoleBasedApprovals(input: [CreateRedlineRoleBasedApprovalInput]): CreateRedlineRoleBasedApprovalsArguments
approvals
Mutation
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
createRedlineRoleBasedApprovals(input: [CreateRedlineRoleBasedApprovalInput]): CreateRedlineRoleBasedApprovalsmutation CreateRedlineRoleBasedApprovals {
createRedlineRoleBasedApprovals {
approvals {
LastSessionId
_RepliesCount
_created
_etag
_updated
batched
}
}
}{
"data": {
"createRedlineRoleBasedApprovals": {
"approvals": [
{
"LastSessionId": "string",
"_RepliesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"batched": "string"
}
]
}
}
}Was this page helpful?
mutation CreateRedlineRoleBasedApprovals {
createRedlineRoleBasedApprovals {
approvals {
LastSessionId
_RepliesCount
_created
_etag
_updated
batched
}
}
}{
"data": {
"createRedlineRoleBasedApprovals": {
"approvals": [
{
"LastSessionId": "string",
"_RepliesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"batched": "string"
}
]
}
}
}Suggestions