Mutations
createStepProposal
MUTATION
createStepProposal(input: CreateStepProposalInput!): CreateStepProposalArguments
input
required
Returns
stepProposal
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
createStepProposal(input: CreateStepProposalInput!): CreateStepProposalmutation CreateStepProposal($input: CreateStepProposalInput!) {
createStepProposal(input: $input) {
stepProposal {
LastSessionId
_created
_etag
_updated
baseEtag
changeSummary
}
}
}{
"input": {
"changeSummary": "string",
"stepId": "id"
}
}{
"data": {
"createStepProposal": {
"stepProposal": {
"LastSessionId": "string",
"_created": "value",
"_etag": "string",
"_updated": "value",
"baseEtag": "string",
"changeSummary": "string"
}
}
}
}Was this page helpful?
mutation CreateStepProposal($input: CreateStepProposalInput!) {
createStepProposal(input: $input) {
stepProposal {
LastSessionId
_created
_etag
_updated
baseEtag
changeSummary
}
}
}{
"input": {
"changeSummary": "string",
"stepId": "id"
}
}{
"data": {
"createStepProposal": {
"stepProposal": {
"LastSessionId": "string",
"_created": "value",
"_etag": "string",
"_updated": "value",
"baseEtag": "string",
"changeSummary": "string"
}
}
}
}Suggestions