UpdateContractPayload
Autogenerated return type of UpdateContract
type UpdateContractPayload {
clientMutationId: String
errors: [String!]
msg: [String!]
}
Fields
UpdateContractPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateContractPayload.errors
● [String!]
list scalar
UpdateContractPayload.msg
● [String!]
list scalar
Returned by
updateContract
mutation