erpResources_bool_exp
Boolean expressions to filter erpResources. All fields are combined with a logical AND.
input erpResources_bool_exp {
_and: [erpResources_bool_exp!]
_not: erpResources_bool_exp
_or: [erpResources_bool_exp!]
createdAt: timestamptz_comparison_exp
description: String_comparison_exp
isResourceGroup: Boolean_comparison_exp
laborTickets: erpLaborTickets_bool_exp
machineGroupId: String_comparison_exp
machineRef: Int_comparison_exp
name: String_comparison_exp
partOperations: erpPartOperations_bool_exp
productionBurdenRateHourly: Float_comparison_exp
resourceGroupMembers: erpResourceGroupMembersips_bool_exp
resourceGroups: erpResourceGroupMembersips_bool_exp
resourceId: String_comparison_exp
setupBurdenRateHourly: Float_comparison_exp
type: String_comparison_exp
updatedAt: timestamptz_comparison_exp
workOrderOperations: erpWorkOrderOperations_bool_exp
}
Fields
erpResources_bool_exp._and ● [erpResources_bool_exp!] list input
Combines the given expressions using a logical AND
erpResources_bool_exp._not ● erpResources_bool_exp input
Negates the result of the given expression.
erpResources_bool_exp._or ● [erpResources_bool_exp!] list input
Combines the given expressions using a logical OR.
erpResources_bool_exp.createdAt ● timestamptz_comparison_exp input
erpResources_bool_exp.description ● String_comparison_exp input
erpResources_bool_exp.isResourceGroup ● Boolean_comparison_exp input
erpResources_bool_exp.laborTickets ● erpLaborTickets_bool_exp input
erpResources_bool_exp.machineGroupId ● String_comparison_exp input
A globally unique identifier (UUID) for the machineGroup.
erpResources_bool_exp.machineRef ● Int_comparison_exp input
A unique, numeric identifier for the machine.
erpResources_bool_exp.name ● String_comparison_exp input
A descriptive, human-readable name
erpResources_bool_exp.partOperations ● erpPartOperations_bool_exp input
erpResources_bool_exp.productionBurdenRateHourly ● Float_comparison_exp input
erpResources_bool_exp.resourceGroupMembers ● erpResourceGroupMembersips_bool_exp input
erpResources_bool_exp.resourceGroups ● erpResourceGroupMembersips_bool_exp input
erpResources_bool_exp.resourceId ● String_comparison_exp input
A globally unique identifier (UUID) for the resource.
erpResources_bool_exp.setupBurdenRateHourly ● Float_comparison_exp input
erpResources_bool_exp.type ● String_comparison_exp input
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_bool_exp.updatedAt ● timestamptz_comparison_exp input
erpResources_bool_exp.workOrderOperations ● erpWorkOrderOperations_bool_exp input
Member Of
erpLaborTickets_bool_exp input ● erpPartOperations_bool_exp input ● erpResourceGroupMembersips_bool_exp input ● erpResources_bool_exp input ● erpResources_on_conflict input ● erpResources_updates input ● erpResources query ● erpWorkOrderOperations_bool_exp input