Mutations
createRedlineApprovalRequests
MUTATION
createRedlineApprovalRequests(input: [CreateRedlineApprovalRequestInput]): CreateRedlineApprovalRequestsArguments
approvalRequests
Mutation
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
createRedlineApprovalRequests(input: [CreateRedlineApprovalRequestInput]): CreateRedlineApprovalRequestsmutation CreateRedlineApprovalRequests {
createRedlineApprovalRequests {
approvalRequests {
LastSessionId
_created
_etag
_updated
batchSiblings {
__typename
}
batched
}
}
}{
"data": {
"createRedlineApprovalRequests": {
"approvalRequests": [
{
"LastSessionId": "string",
"_created": "value",
"_etag": "string",
"_updated": "value",
"batchSiblings": [
{
"__typename": "RedlineApprovalRequest"
}
],
"batched": "string"
}
]
}
}
}Was this page helpful?
mutation CreateRedlineApprovalRequests {
createRedlineApprovalRequests {
approvalRequests {
LastSessionId
_created
_etag
_updated
batchSiblings {
__typename
}
batched
}
}
}{
"data": {
"createRedlineApprovalRequests": {
"approvalRequests": [
{
"LastSessionId": "string",
"_created": "value",
"_etag": "string",
"_updated": "value",
"batchSiblings": [
{
"__typename": "RedlineApprovalRequest"
}
],
"batched": "string"
}
]
}
}
}Suggestions