Mutations
createRedlineApprovals
MUTATION
createRedlineApprovals(input: [CreateRedlineApprovalInput]): CreateRedlineApprovalsArguments
input
Returns
approvals
Mutation
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
createRedlineApprovals(input: [CreateRedlineApprovalInput]): CreateRedlineApprovalsmutation CreateRedlineApprovals {
createRedlineApprovals {
approvals {
LastSessionId
_RepliesCount
_created
_etag
_updated
batchSiblings {
__typename
}
}
}
}{
"data": {
"createRedlineApprovals": {
"approvals": [
{
"LastSessionId": "string",
"_RepliesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"batchSiblings": [
{
"__typename": "RedlineApproval"
}
]
}
]
}
}
}Was this page helpful?
mutation CreateRedlineApprovals {
createRedlineApprovals {
approvals {
LastSessionId
_RepliesCount
_created
_etag
_updated
batchSiblings {
__typename
}
}
}
}{
"data": {
"createRedlineApprovals": {
"approvals": [
{
"LastSessionId": "string",
"_RepliesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"batchSiblings": [
{
"__typename": "RedlineApproval"
}
]
}
]
}
}
}Suggestions