CreateContractPayload
Autogenerated return type of CreateContract
type CreateContractPayload {
clientMutationId: String
contract: Contract
errors: [String!]
}
Fields
CreateContractPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateContractPayload.contract
● Contract
object
CreateContractPayload.errors
● [String!]
list scalar
Returned By
createContract
mutation