input LabelDetails {# 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!}