Skip to main content

erpResources

No description

type erpResources {
createdAt: timestamptz!
description: String
isResourceGroup: Boolean
laborTickets(
distinct_on: [erpLaborTickets_select_column!]
limit: Int
offset: Int
order_by: [erpLaborTickets_order_by!]
where: erpLaborTickets_bool_exp
): [erpLaborTickets!]!
machineGroupId: String
machineRef: Int
name: String
partOperations(
distinct_on: [erpPartOperations_select_column!]
limit: Int
offset: Int
order_by: [erpPartOperations_order_by!]
where: erpPartOperations_bool_exp
): [erpPartOperations!]!
productionBurdenRateHourly: Float
resourceGroupMembers(
distinct_on: [erpResourceGroupMembersips_select_column!]
limit: Int
offset: Int
order_by: [erpResourceGroupMembersips_order_by!]
where: erpResourceGroupMembersips_bool_exp
): [erpResourceGroupMembersips!]!
resourceGroups(
distinct_on: [erpResourceGroupMembersips_select_column!]
limit: Int
offset: Int
order_by: [erpResourceGroupMembersips_order_by!]
where: erpResourceGroupMembersips_bool_exp
): [erpResourceGroupMembersips!]!
resourceId: String!
setupBurdenRateHourly: Float
type: String
updatedAt: timestamptz!
workOrderOperations(
distinct_on: [erpWorkOrderOperations_select_column!]
limit: Int
offset: Int
order_by: [erpWorkOrderOperations_order_by!]
where: erpWorkOrderOperations_bool_exp
): [erpWorkOrderOperations!]!
}

Fields

erpResources.createdAt ● timestamptz! non-null scalar

erpResources.description ● String scalar

erpResources.isResourceGroup ● Boolean scalar

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

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

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

erpResources.laborTickets.limit ● Int scalar

Limits the number of objects returned.

erpResources.laborTickets.offset ● Int scalar

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

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

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

erpResources.laborTickets.where ● erpLaborTickets_bool_exp input

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

erpResources.machineGroupId ● String scalar

A globally unique identifier (UUID) for the machineGroup.

erpResources.machineRef ● Int scalar

A unique, numeric identifier for the machine.

erpResources.name ● String scalar

A descriptive, human-readable name

erpResources.partOperations ● [erpPartOperations!]! non-null object

erpResources.partOperations.distinct_on ● [erpPartOperations_select_column!] list enum

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

erpResources.partOperations.limit ● Int scalar

Limits the number of objects returned.

erpResources.partOperations.offset ● Int scalar

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

erpResources.partOperations.order_by ● [erpPartOperations_order_by!] list input

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

erpResources.partOperations.where ● erpPartOperations_bool_exp input

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

erpResources.productionBurdenRateHourly ● Float scalar

erpResources.resourceGroupMembers ● [erpResourceGroupMembersips!]! non-null object

erpResources.resourceGroupMembers.distinct_on ● [erpResourceGroupMembersips_select_column!] list enum

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

erpResources.resourceGroupMembers.limit ● Int scalar

Limits the number of objects returned.

erpResources.resourceGroupMembers.offset ● Int scalar

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

erpResources.resourceGroupMembers.order_by ● [erpResourceGroupMembersips_order_by!] list input

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

erpResources.resourceGroupMembers.where ● erpResourceGroupMembersips_bool_exp input

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

erpResources.resourceGroups ● [erpResourceGroupMembersips!]! non-null object

erpResources.resourceGroups.distinct_on ● [erpResourceGroupMembersips_select_column!] list enum

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

erpResources.resourceGroups.limit ● Int scalar

Limits the number of objects returned.

erpResources.resourceGroups.offset ● Int scalar

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

erpResources.resourceGroups.order_by ● [erpResourceGroupMembersips_order_by!] list input

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

erpResources.resourceGroups.where ● erpResourceGroupMembersips_bool_exp input

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

erpResources.resourceId ● String! non-null scalar

A globally unique identifier (UUID) for the resource.

erpResources.setupBurdenRateHourly ● Float scalar

erpResources.type ● String scalar

The type of a metric as defined in the data mapping section of the machine's edit form. See the data catalog for more information.

erpResources.updatedAt ● timestamptz! non-null scalar

erpResources.workOrderOperations ● [erpWorkOrderOperations!]! non-null object

erpResources.workOrderOperations.distinct_on ● [erpWorkOrderOperations_select_column!] list enum

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

erpResources.workOrderOperations.limit ● Int scalar

Limits the number of objects returned.

erpResources.workOrderOperations.offset ● Int scalar

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

erpResources.workOrderOperations.order_by ● [erpWorkOrderOperations_order_by!] list input

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

erpResources.workOrderOperations.where ● erpWorkOrderOperations_bool_exp input

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

Returned By

erpResources query

Member Of

business_machine object ● erpLaborTickets object ● erpPartOperations object ● erpResourceGroupMembersips object ● erpResources_mutation_response object ● erpWorkOrderOperations object ● MachineTP object