WeightEstimation
after
String
before
first
Int
last
WeightEstimationConnection!
type Query { weightEstimations(after: String, before: String, first: Int, last: Int): WeightEstimationConnection! }
Query.
weightEstimations
Returns a list of
WeightEstimationresources.Arguments
after
String
before
String
first
Int
last
Int
Returns:
WeightEstimationConnection!
type Query { weightEstimations(after: String, before: String, first: Int, last: Int): WeightEstimationConnection! }