DEV

Query.

weightEstimation

Returns a WeightEstimation resource by ID.

Arguments

id

ID!

Required

The ID of the WeightEstimation to return.
GraphQL
1
2
3
type Query {
  weightEstimation(id: ID!): WeightEstimation
}
Book a demo

Was this page helpful?