erpReason
No description
type erpReason {
annotationType: AnnotationTypeTP
annotationTypeRef: Int
category: String
code: String
companyId: String
createdAt: timestamptz!
description: String
entityType: String!
laborTickets(
distinct_on: [erpLaborTicketsReasons_select_column!]
limit: Int
offset: Int
order_by: [erpLaborTicketsReasons_order_by!]
where: erpLaborTicketsReasons_bool_exp
): [erpLaborTicketsReasons!]!
reasonId: String
reasonRef: bigint!
rejectReason: RejectReason
rejectReasonRef: Int
updatedAt: timestamptz!
}
Fields
erpReason.annotationType ● AnnotationTypeTP object
erpReason.annotationTypeRef ● Int scalar
A unique, numeric identifier for the annotationType.
erpReason.category ● String scalar
erpReason.code ● String scalar
erpReason.companyId ● String scalar
A globally unique identifier (UUID) for the company.
erpReason.createdAt ● timestamptz! non-null scalar
erpReason.description ● String scalar
erpReason.entityType ● String! non-null scalar
erpReason.laborTickets ● [erpLaborTicketsReasons!]! non-null object
erpReason.laborTickets.distinct_on ● [erpLaborTicketsReasons_select_column!] list enum
Return a distinct set of entities, defined by the given fields.
erpReason.laborTickets.limit ● Int scalar
Limits the number of objects returned.
erpReason.laborTickets.offset ● Int scalar
Start a the specified, zero-based array index. This is only useful in combination with order_by.
erpReason.laborTickets.order_by ● [erpLaborTicketsReasons_order_by!] list input
Sort the returned array by one or more fields of it's elements.
erpReason.laborTickets.where ● erpLaborTicketsReasons_bool_exp input
Filter the data by using a (nested) boolean expression.
erpReason.reasonId ● String scalar
A globally unique identifier (UUID) for the reason.
erpReason.reasonRef ● bigint! non-null scalar
A unique, numeric identifier for the reason.
erpReason.rejectReason ● RejectReason object
erpReason.rejectReasonRef ● Int scalar
A unique, numeric identifier for the rejectReason.
erpReason.updatedAt ● timestamptz! non-null scalar
Returned By
erpReason query ● erpReasons query
Member Of
AnnotationTypeTP object ● erpLaborTicketsReasons object ● erpReason_mutation_response object ● RejectReason object