CreateEstimateInput
Autogenerated input type of CreateEstimate
input CreateEstimateInput {
clientMutationId: String
companyId: Int!
subject: String!
project: String
}
Fields
CreateEstimateInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateEstimateInput.companyId
● Int!
non-null scalar
CreateEstimateInput.subject
● String!
non-null scalar
CreateEstimateInput.project
● String
scalar
Member of
createEstimate
mutation