UpdateAgentProposalPayload
The output of our update AgentProposal mutation.
type UpdateAgentProposalPayload {
clientMutationId: String
agentProposal: AgentProposal
query: Query
agentProposalEdge(
orderBy: [AgentProposalsOrderBy!] = [PRIMARY_KEY_ASC]
): AgentProposalsEdge
}
Fields
UpdateAgentProposalPayload.clientMutationId ● String scalar
The exact same clientMutationId that was provided in the mutation input,
unchanged and unused. May be used by a client to track mutations.
UpdateAgentProposalPayload.agentProposal ● AgentProposal object
The AgentProposal that was updated by this mutation.
UpdateAgentProposalPayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
UpdateAgentProposalPayload.agentProposalEdge ● AgentProposalsEdge object
An edge for our AgentProposal. May be used by Relay 1.
UpdateAgentProposalPayload.agentProposalEdge.orderBy ● [AgentProposalsOrderBy!] list enum
The method to use when ordering AgentProposal.
Returned By
updateAgentProposal mutation ● updateAgentProposalByNodeId mutation