RoomAssociations

open_in_new

Used to update the associations of annotations/locations to their rooms.

Note: this is only enabled for organizations enrolled in the Property Insights graph extension

GraphQL Schema definition

  • input RoomAssociations {
  • locations: [ID!]
  • mattertags: [ID!]
  • measurements: [ID!]
  • notes: [ID!]
  • objectAnnotations: [ID!]
  • # To clear out the room association for a location/annotation, set resetRoom to
  • # true.
  • # Default: False
  • resetRoom: Boolean
  • # The new room to associate with the given collection of locations/annotations
  • # defined in this RoomAssociation object.
  • # For patches, null or undefined always implies 'do not change'.
  • roomId: ID
  • }