FloorPatch

open_in_new

A patch operation on a floor, updates the specified fields, leaving the others unchanged. To clear a String field, use the empty string ("").

GraphQL Schema definition

  • input FloorPatch {
  • # Optionally update the label of the floor.
  • label: String
  • }