Skip to main content

UpdateAgentProposalInput

All input for the updateAgentProposal mutation.

input UpdateAgentProposalInput {
clientMutationId: String
patch: AgentProposalPatch!
id: String!
}

Fields

UpdateAgentProposalInput.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.

UpdateAgentProposalInput.patch ● AgentProposalPatch! non-null input

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

UpdateAgentProposalInput.id ● String! non-null scalar

Member Of

updateAgentProposal mutation