AnnotationTypeTP
No description
type AnnotationTypeTP {
annotationTypeRef: Int
annotations(
distinct_on: [AnnotationTP_select_column!]
limit: Int
offset: Int
order_by: [AnnotationTP_order_by!]
where: AnnotationTP_bool_exp
): [AnnotationTP!]!
color: String
company: CompanyTP
erpReason: erpReason
isArchived: Boolean
name: String
}
Fields
AnnotationTypeTP.annotationTypeRef ● Int scalar
A unique, numeric identifier for the annotationType.
AnnotationTypeTP.annotations ● [AnnotationTP!]! non-null object
AnnotationTypeTP.annotations.distinct_on ● [AnnotationTP_select_column!] list enum
Return a distinct set of entities, defined by the given fields.
AnnotationTypeTP.annotations.limit ● Int scalar
Limits the number of objects returned.
AnnotationTypeTP.annotations.offset ● Int scalar
Start a the specified, zero-based array index. This is only useful in combination with order_by.
AnnotationTypeTP.annotations.order_by ● [AnnotationTP_order_by!] list input
Sort the returned array by one or more fields of it's elements.
AnnotationTypeTP.annotations.where ● AnnotationTP_bool_exp input
Filter the data by using a (nested) boolean expression.
AnnotationTypeTP.color ● String scalar
The display color of the anntoation type.
AnnotationTypeTP.company ● CompanyTP object
AnnotationTypeTP.erpReason ● erpReason object
AnnotationTypeTP.isArchived ● Boolean scalar
A boolean flag indicating whether the annotation type is archived. This affects whether it is displayed in the UI.
AnnotationTypeTP.name ● String scalar
A descriptive, human-readable name
Returned By
annotationTypes query
Member Of
AnnotationTP object ● CompanyTP object ● erpReason object