RoomAssociations

open_in_new

@beta This is part of the Property Insights Beta Used to update the associations of annotations/locations to their rooms.

GraphQL Schema definition

  • input RoomAssociations {
  • # 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
  • # To clear out the room association for a location/annotation, set resetRoom to
  • # true.
  • # Default: False
  • resetRoom: Boolean
  • locations: [ID!]
  • measurements: [ID!]
  • mattertags: [ID!]
  • notes: [ID!]
  • objectAnnotations: [ID!]
  • }