SimulationWhereInput
SimulationWhereInput is used for filtering Simulation objects. Input was generated by ent.
input SimulationWhereInput {
not: SimulationWhereInput
and: [SimulationWhereInput!]
or: [SimulationWhereInput!]
id: ID
idNEQ: ID
idIn: [ID!]
idNotIn: [ID!]
idGT: ID
idGTE: ID
idLT: ID
idLTE: ID
deletedAt: Time
deletedAtNEQ: Time
deletedAtIn: [Time!]
deletedAtNotIn: [Time!]
deletedAtGT: Time
deletedAtGTE: Time
deletedAtLT: Time
deletedAtLTE: Time
deletedAtIsNil: Boolean
deletedAtNotNil: Boolean
name: String
nameNEQ: String
nameIn: [String!]
nameNotIn: [String!]
nameGT: String
nameGTE: String
nameLT: String
nameLTE: String
nameContains: String
nameHasPrefix: String
nameHasSuffix: String
nameEqualFold: String
nameContainsFold: String
description: String
descriptionNEQ: String
descriptionIn: [String!]
descriptionNotIn: [String!]
descriptionGT: String
descriptionGTE: String
descriptionLT: String
descriptionLTE: String
descriptionContains: String
descriptionHasPrefix: String
descriptionHasSuffix: String
descriptionIsNil: Boolean
descriptionNotNil: Boolean
descriptionEqualFold: String
descriptionContainsFold: String
status: SimulationTaskStatus
statusNEQ: SimulationTaskStatus
statusIn: [SimulationTaskStatus!]
statusNotIn: [SimulationTaskStatus!]
method: SimulationSimulationMethod
methodNEQ: SimulationSimulationMethod
methodIn: [SimulationSimulationMethod!]
methodNotIn: [SimulationSimulationMethod!]
progress: Float
progressNEQ: Float
progressIn: [Float!]
progressNotIn: [Float!]
progressGT: Float
progressGTE: Float
progressLT: Float
progressLTE: Float
progressIsNil: Boolean
progressNotNil: Boolean
errorMessage: String
errorMessageNEQ: String
errorMessageIn: [String!]
errorMessageNotIn: [String!]
errorMessageGT: String
errorMessageGTE: String
errorMessageLT: String
errorMessageLTE: String
errorMessageContains: String
errorMessageHasPrefix: String
errorMessageHasSuffix: String
errorMessageIsNil: Boolean
errorMessageNotNil: Boolean
errorMessageEqualFold: String
errorMessageContainsFold: String
ownerID: String
ownerIDNEQ: String
ownerIDIn: [String!]
ownerIDNotIn: [String!]
ownerIDGT: String
ownerIDGTE: String
ownerIDLT: String
ownerIDLTE: String
ownerIDContains: String
ownerIDHasPrefix: String
ownerIDHasSuffix: String
ownerIDEqualFold: String
ownerIDContainsFold: String
strategyID: ID
strategyIDNEQ: ID
strategyIDIn: [ID!]
strategyIDNotIn: [ID!]
backtestID: ID
backtestIDNEQ: ID
backtestIDIn: [ID!]
backtestIDNotIn: [ID!]
backtestIDIsNil: Boolean
backtestIDNotNil: Boolean
createdAt: Time
createdAtNEQ: Time
createdAtIn: [Time!]
createdAtNotIn: [Time!]
createdAtGT: Time
createdAtGTE: Time
createdAtLT: Time
createdAtLTE: Time
updatedAt: Time
updatedAtNEQ: Time
updatedAtIn: [Time!]
updatedAtNotIn: [Time!]
updatedAtGT: Time
updatedAtGTE: Time
updatedAtLT: Time
updatedAtLTE: Time
completedAt: Time
completedAtNEQ: Time
completedAtIn: [Time!]
completedAtNotIn: [Time!]
completedAtGT: Time
completedAtGTE: Time
completedAtLT: Time
completedAtLTE: Time
completedAtIsNil: Boolean
completedAtNotNil: Boolean
hasStrategy: Boolean
hasStrategyWith: [StrategyWhereInput!]
hasBacktest: Boolean
hasBacktestWith: [BacktestWhereInput!]
}
Fields
SimulationWhereInput.not ● SimulationWhereInput input
SimulationWhereInput.and ● [SimulationWhereInput!] list input
SimulationWhereInput.or ● [SimulationWhereInput!] list input
SimulationWhereInput.id ● ID scalar
id field predicates
SimulationWhereInput.idNEQ ● ID scalar
SimulationWhereInput.idIn ● [ID!] list scalar
SimulationWhereInput.idNotIn ● [ID!] list scalar
SimulationWhereInput.idGT ● ID scalar
SimulationWhereInput.idGTE ● ID scalar
SimulationWhereInput.idLT ● ID scalar
SimulationWhereInput.idLTE ● ID scalar
SimulationWhereInput.deletedAt ● Time scalar
deleted_at field predicates
SimulationWhereInput.deletedAtNEQ ● Time scalar
SimulationWhereInput.deletedAtIn ● [Time!] list scalar
SimulationWhereInput.deletedAtNotIn ● [Time!] list scalar
SimulationWhereInput.deletedAtGT ● Time scalar
SimulationWhereInput.deletedAtGTE ● Time scalar
SimulationWhereInput.deletedAtLT ● Time scalar
SimulationWhereInput.deletedAtLTE ● Time scalar
SimulationWhereInput.deletedAtIsNil ● Boolean scalar
SimulationWhereInput.deletedAtNotNil ● Boolean scalar
SimulationWhereInput.name ● String scalar
name field predicates
SimulationWhereInput.nameNEQ ● String scalar
SimulationWhereInput.nameIn ● [String!] list scalar
SimulationWhereInput.nameNotIn ● [String!] list scalar
SimulationWhereInput.nameGT ● String scalar
SimulationWhereInput.nameGTE ● String scalar
SimulationWhereInput.nameLT ● String scalar
SimulationWhereInput.nameLTE ● String scalar
SimulationWhereInput.nameContains ● String scalar
SimulationWhereInput.nameHasPrefix ● String scalar
SimulationWhereInput.nameHasSuffix ● String scalar
SimulationWhereInput.nameEqualFold ● String scalar
SimulationWhereInput.nameContainsFold ● String scalar
SimulationWhereInput.description ● String scalar
description field predicates
SimulationWhereInput.descriptionNEQ ● String scalar
SimulationWhereInput.descriptionIn ● [String!] list scalar
SimulationWhereInput.descriptionNotIn ● [String!] list scalar
SimulationWhereInput.descriptionGT ● String scalar
SimulationWhereInput.descriptionGTE ● String scalar
SimulationWhereInput.descriptionLT ● String scalar
SimulationWhereInput.descriptionLTE ● String scalar
SimulationWhereInput.descriptionContains ● String scalar
SimulationWhereInput.descriptionHasPrefix ● String scalar
SimulationWhereInput.descriptionHasSuffix ● String scalar
SimulationWhereInput.descriptionIsNil ● Boolean scalar
SimulationWhereInput.descriptionNotNil ● Boolean scalar
SimulationWhereInput.descriptionEqualFold ● String scalar
SimulationWhereInput.descriptionContainsFold ● String scalar
SimulationWhereInput.status ● SimulationTaskStatus enum
status field predicates
SimulationWhereInput.statusNEQ ● SimulationTaskStatus enum
SimulationWhereInput.statusIn ● [SimulationTaskStatus!] list enum
SimulationWhereInput.statusNotIn ● [SimulationTaskStatus!] list enum
SimulationWhereInput.method ● SimulationSimulationMethod enum
method field predicates
SimulationWhereInput.methodNEQ ● SimulationSimulationMethod enum
SimulationWhereInput.methodIn ● [SimulationSimulationMethod!] list enum
SimulationWhereInput.methodNotIn ● [SimulationSimulationMethod!] list enum
SimulationWhereInput.progress ● Float scalar
progress field predicates
SimulationWhereInput.progressNEQ ● Float scalar
SimulationWhereInput.progressIn ● [Float!] list scalar
SimulationWhereInput.progressNotIn ● [Float!] list scalar
SimulationWhereInput.progressGT ● Float scalar
SimulationWhereInput.progressGTE ● Float scalar
SimulationWhereInput.progressLT ● Float scalar
SimulationWhereInput.progressLTE ● Float scalar
SimulationWhereInput.progressIsNil ● Boolean scalar
SimulationWhereInput.progressNotNil ● Boolean scalar
SimulationWhereInput.errorMessage ● String scalar
error_message field predicates
SimulationWhereInput.errorMessageNEQ ● String scalar
SimulationWhereInput.errorMessageIn ● [String!] list scalar
SimulationWhereInput.errorMessageNotIn ● [String!] list scalar
SimulationWhereInput.errorMessageGT ● String scalar
SimulationWhereInput.errorMessageGTE ● String scalar
SimulationWhereInput.errorMessageLT ● String scalar
SimulationWhereInput.errorMessageLTE ● String scalar
SimulationWhereInput.errorMessageContains ● String scalar
SimulationWhereInput.errorMessageHasPrefix ● String scalar
SimulationWhereInput.errorMessageHasSuffix ● String scalar
SimulationWhereInput.errorMessageIsNil ● Boolean scalar
SimulationWhereInput.errorMessageNotNil ● Boolean scalar
SimulationWhereInput.errorMessageEqualFold ● String scalar
SimulationWhereInput.errorMessageContainsFold ● String scalar
SimulationWhereInput.ownerID ● String scalar
owner_id field predicates
SimulationWhereInput.ownerIDNEQ ● String scalar
SimulationWhereInput.ownerIDIn ● [String!] list scalar
SimulationWhereInput.ownerIDNotIn ● [String!] list scalar
SimulationWhereInput.ownerIDGT ● String scalar
SimulationWhereInput.ownerIDGTE ● String scalar
SimulationWhereInput.ownerIDLT ● String scalar
SimulationWhereInput.ownerIDLTE ● String scalar
SimulationWhereInput.ownerIDContains ● String scalar
SimulationWhereInput.ownerIDHasPrefix ● String scalar
SimulationWhereInput.ownerIDHasSuffix ● String scalar
SimulationWhereInput.ownerIDEqualFold ● String scalar
SimulationWhereInput.ownerIDContainsFold ● String scalar
SimulationWhereInput.strategyID ● ID scalar
strategy_id field predicates
SimulationWhereInput.strategyIDNEQ ● ID scalar
SimulationWhereInput.strategyIDIn ● [ID!] list scalar
SimulationWhereInput.strategyIDNotIn ● [ID!] list scalar
SimulationWhereInput.backtestID ● ID scalar
backtest_id field predicates
SimulationWhereInput.backtestIDNEQ ● ID scalar
SimulationWhereInput.backtestIDIn ● [ID!] list scalar
SimulationWhereInput.backtestIDNotIn ● [ID!] list scalar
SimulationWhereInput.backtestIDIsNil ● Boolean scalar
SimulationWhereInput.backtestIDNotNil ● Boolean scalar
SimulationWhereInput.createdAt ● Time scalar
created_at field predicates
SimulationWhereInput.createdAtNEQ ● Time scalar
SimulationWhereInput.createdAtIn ● [Time!] list scalar
SimulationWhereInput.createdAtNotIn ● [Time!] list scalar
SimulationWhereInput.createdAtGT ● Time scalar
SimulationWhereInput.createdAtGTE ● Time scalar
SimulationWhereInput.createdAtLT ● Time scalar
SimulationWhereInput.createdAtLTE ● Time scalar
SimulationWhereInput.updatedAt ● Time scalar
updated_at field predicates
SimulationWhereInput.updatedAtNEQ ● Time scalar
SimulationWhereInput.updatedAtIn ● [Time!] list scalar
SimulationWhereInput.updatedAtNotIn ● [Time!] list scalar
SimulationWhereInput.updatedAtGT ● Time scalar
SimulationWhereInput.updatedAtGTE ● Time scalar
SimulationWhereInput.updatedAtLT ● Time scalar
SimulationWhereInput.updatedAtLTE ● Time scalar
SimulationWhereInput.completedAt ● Time scalar
completed_at field predicates
SimulationWhereInput.completedAtNEQ ● Time scalar
SimulationWhereInput.completedAtIn ● [Time!] list scalar
SimulationWhereInput.completedAtNotIn ● [Time!] list scalar
SimulationWhereInput.completedAtGT ● Time scalar
SimulationWhereInput.completedAtGTE ● Time scalar
SimulationWhereInput.completedAtLT ● Time scalar
SimulationWhereInput.completedAtLTE ● Time scalar
SimulationWhereInput.completedAtIsNil ● Boolean scalar
SimulationWhereInput.completedAtNotNil ● Boolean scalar
SimulationWhereInput.hasStrategy ● Boolean scalar
strategy edge predicates
SimulationWhereInput.hasStrategyWith ● [StrategyWhereInput!] list input
SimulationWhereInput.hasBacktest ● Boolean scalar
backtest edge predicates
SimulationWhereInput.hasBacktestWith ● [BacktestWhereInput!] list input
Member Of
BacktestWhereInput input ● simulations query ● SimulationWhereInput input ● StrategyWhereInput input