OBJECT

MergeDiff

Describes which pieces of information are different between two views of a model.

@internal

link GraphQL Schema definition

  • type MergeDiff {
  • src: ID!
  • dest: ID!
  • imageModified: Boolean
  • floorsModified: Boolean
  • measurementPathsModified: Boolean
  • mattertagsModified: Boolean
  • labelsModified: Boolean
  • highlightReelModified: Boolean
  • # again these two are a bit odd and should be deprecated in the future because
  • # these represent multiple nodes
  • #
  • # at the api level but reverting the jsonstore workshop session doesn't support
  • # that notion
  • sweepsModified: Boolean
  • playerOptionsModified: Boolean
  • typesModified: [MergeableType!]
  • }

link Require by

This element is not required by anyone