CreateEstimatePayload
Autogenerated return type of CreateEstimate
type CreateEstimatePayload {
clientMutationId: String
errors: [String!]
estimate: Project
}
Fields
CreateEstimatePayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateEstimatePayload.errors
● [String!]
list scalar
CreateEstimatePayload.estimate
● Project
object
Returned By
createEstimate
mutation