Skip to main content

UpdateAgentProposalByNodeIdInput

All input for the updateAgentProposalByNodeId mutation.

input UpdateAgentProposalByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: AgentProposalPatch!
}

Fields

UpdateAgentProposalByNodeIdInput.clientMutationId ● String scalar

An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.

UpdateAgentProposalByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single AgentProposal to be updated.

UpdateAgentProposalByNodeIdInput.patch ● AgentProposalPatch! non-null input

An object where the defined keys will be set on the AgentProposal being updated.

Member Of

updateAgentProposalByNodeId mutation