RelatedStatusType
Represents information about a related status.
type RelatedStatusType {
id: ID
name: String
color: String
type: StatusType
isDefault: Boolean
}
Fields
RelatedStatusType.id
● ID
scalar
Status's unique identifier.
RelatedStatusType.name
● String
scalar
The name of the status.
RelatedStatusType.color
● String
scalar
The color of the status. In hex format, without the leading '#'.
RelatedStatusType.type
● StatusType
enum
The type of the status.
RelatedStatusType.isDefault
● Boolean
scalar
Whether the given status should be handled as a default for new entries.
Member Of
Contract
object ● Coordination
object ● Correspondence
object ● Easement
object ● Letter
object ● Meter
object ● Ordinance
object ● Project
object ● Quote
object ● SearchHit
object ● Specification
object ● Submission
object ● Task
object