INPUT_OBJECT
AreaInput
Area information object.
link GraphQL Schema definition
- input AreaInput {
- # The size of the area.
- : Float!
- # A description of the area.
- : String!
- # The measurement unit of the size.
- : UnitsOfMeasurement!
- }
INPUT_OBJECT
Area information object.
- input AreaInput {
- # The size of the area.
- : Float!
- # A description of the area.
- : String!
- # The measurement unit of the size.
- : UnitsOfMeasurement!
- }