INPUT_OBJECT

LabelPatch

link GraphQL Schema definition

  • input LabelPatch {
  • # If this is set to false this Label should not be shown
  • # by players. See Model.labels(enabled)
  • enabled: Boolean
  • # The label to display, 60 character limit.
  • label: String
  • # The position of the Label.
  • position: IPoint3D
  • # The ID of the room the Mattertag is in
  • # @internal
  • roomId: ID
  • # The ID of the floor the Mattertag is on
  • # @internal
  • floorId: ID
  • }