ProjectProperty
A property of a project.
type ProjectProperty {
uid: PropertyUid!
name: String!
value: JSON!
valueType: PropertyValueType!
unit: String!
}
Fields
ProjectProperty.uid ● PropertyUid! non-null scalar
A unique identifier for the property.
ProjectProperty.name ● String! non-null scalar
The name of the property.
ProjectProperty.value ● JSON! non-null scalar
The value of the property, which could be any JSON value (number, string, etc.).
ProjectProperty.valueType ● PropertyValueType! non-null enum
A string representation of the type of the property.
ProjectProperty.unit ● String! non-null scalar
A string unit of the property.
Member Of
Project object