INPUT_OBJECT
SpatialThingUpdateParams
link GraphQL Schema definition
- input SpatialThingUpdateParams {
- # Altitude.
- : Float
- : ID!
- # Latitude.
- : Float
- # Longitude.
- : Float
- # An address that will be recognized as mappable by mapping software.
- : String
- # An informal or formal textual identifier for a location. Does not imply
- # uniqueness.
- : String
- # A textual description or comment.
- : String
- }