Mutations
createStepRoleBasedApproval
MUTATION
createStepRoleBasedApproval(input: CreateStepRoleBasedApprovalInput!): CreateStepRoleBasedApprovalArguments
input
required
Returns
approval
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
createStepRoleBasedApproval(input: CreateStepRoleBasedApprovalInput!): CreateStepRoleBasedApprovalmutation CreateStepRoleBasedApproval($input: CreateStepRoleBasedApprovalInput!) {
createStepRoleBasedApproval(input: $input) {
approval {
LastSessionId
_RepliesCount
_created
_etag
_updated
comment
}
}
}{
"input": {
"gateType": "RELEASED",
"stepId": "id"
}
}{
"data": {
"createStepRoleBasedApproval": {
"approval": {
"LastSessionId": "string",
"_RepliesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"comment": "string"
}
}
}
}Was this page helpful?
mutation CreateStepRoleBasedApproval($input: CreateStepRoleBasedApprovalInput!) {
createStepRoleBasedApproval(input: $input) {
approval {
LastSessionId
_RepliesCount
_created
_etag
_updated
comment
}
}
}{
"input": {
"gateType": "RELEASED",
"stepId": "id"
}
}{
"data": {
"createStepRoleBasedApproval": {
"approval": {
"LastSessionId": "string",
"_RepliesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"comment": "string"
}
}
}
}Suggestions