Skip to main content

erpPersons

No description

type erpPersons {
createdAt: timestamptz!
firstName: String
isActive: Boolean!
laborTickets(
distinct_on: [erpLaborTickets_select_column!]
limit: Int
offset: Int
order_by: [erpLaborTickets_order_by!]
where: erpLaborTickets_bool_exp
): [erpLaborTickets!]!
lastName: String
personId: String!
updatedAt: timestamptz!
}

Fields

erpPersons.createdAt ● timestamptz! non-null scalar

erpPersons.firstName ● String scalar

erpPersons.isActive ● Boolean! non-null scalar

erpPersons.laborTickets ● [erpLaborTickets!]! non-null object

erpPersons.laborTickets.distinct_on ● [erpLaborTickets_select_column!] list enum

Return a distinct set of entities, defined by the given fields.

erpPersons.laborTickets.limit ● Int scalar

Limits the number of objects returned.

erpPersons.laborTickets.offset ● Int scalar

Start a the specified, zero-based array index. This is only useful in combination with order_by.

erpPersons.laborTickets.order_by ● [erpLaborTickets_order_by!] list input

Sort the returned array by one or more fields of it's elements.

erpPersons.laborTickets.where ● erpLaborTickets_bool_exp input

Filter the data by using a (nested) boolean expression.

erpPersons.lastName ● String scalar

erpPersons.personId ● String! non-null scalar

A globally unique identifier (UUID) for the person.

erpPersons.updatedAt ● timestamptz! non-null scalar

Returned By

erpPersons query

Member Of

erpLaborTickets object ● erpPersons_mutation_response object