DEV

Mutation.

valueEstimate

Allows an API consumer to calculate a new ValueEstimation using the provided inputs.

Arguments

Required

No description
GraphQL
1
2
3
type Mutation {
  valueEstimate(input: [ValueEstimateInput!]!): [ValueEstimation!]!
}

Was this page helpful?