Skip to main content

BacktestWhereInput

BacktestWhereInput is used for filtering Backtest objects. Input was generated by ent.

input BacktestWhereInput {
not: BacktestWhereInput
and: [BacktestWhereInput!]
or: [BacktestWhereInput!]
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
status: BacktestTaskStatus
statusNEQ: BacktestTaskStatus
statusIn: [BacktestTaskStatus!]
statusNotIn: [BacktestTaskStatus!]
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
logs: String
logsNEQ: String
logsIn: [String!]
logsNotIn: [String!]
logsGT: String
logsGTE: String
logsLT: String
logsLTE: String
logsContains: String
logsHasPrefix: String
logsHasSuffix: String
logsIsNil: Boolean
logsNotNil: Boolean
logsEqualFold: String
logsContainsFold: String
strategyID: ID
strategyIDNEQ: ID
strategyIDIn: [ID!]
strategyIDNotIn: [ID!]
runnerID: ID
runnerIDNEQ: ID
runnerIDIn: [ID!]
runnerIDNotIn: [ID!]
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
startDate: Time
startDateNEQ: Time
startDateIn: [Time!]
startDateNotIn: [Time!]
startDateGT: Time
startDateGTE: Time
startDateLT: Time
startDateLTE: Time
startDateIsNil: Boolean
startDateNotNil: Boolean
endDate: Time
endDateNEQ: Time
endDateIn: [Time!]
endDateNotIn: [Time!]
endDateGT: Time
endDateGTE: Time
endDateLT: Time
endDateLTE: Time
endDateIsNil: Boolean
endDateNotNil: Boolean
splitGroupID: ID
splitGroupIDNEQ: ID
splitGroupIDIn: [ID!]
splitGroupIDNotIn: [ID!]
splitGroupIDGT: ID
splitGroupIDGTE: ID
splitGroupIDLT: ID
splitGroupIDLTE: ID
splitGroupIDIsNil: Boolean
splitGroupIDNotNil: Boolean
splitRole: BacktestSplitRole
splitRoleNEQ: BacktestSplitRole
splitRoleIn: [BacktestSplitRole!]
splitRoleNotIn: [BacktestSplitRole!]
splitRoleIsNil: Boolean
splitRoleNotNil: Boolean
splitIndex: Int
splitIndexNEQ: Int
splitIndexIn: [Int!]
splitIndexNotIn: [Int!]
splitIndexGT: Int
splitIndexGTE: Int
splitIndexLT: Int
splitIndexLTE: Int
splitIndexIsNil: Boolean
splitIndexNotNil: Boolean
hasStrategy: Boolean
hasStrategyWith: [StrategyWhereInput!]
hasRunner: Boolean
hasRunnerWith: [BotRunnerWhereInput!]
hasSimulations: Boolean
hasSimulationsWith: [SimulationWhereInput!]
}

Fields

BacktestWhereInput.not ● BacktestWhereInput input

BacktestWhereInput.and ● [BacktestWhereInput!] list input

BacktestWhereInput.or ● [BacktestWhereInput!] list input

BacktestWhereInput.id ● ID scalar

id field predicates

BacktestWhereInput.idNEQ ● ID scalar

BacktestWhereInput.idIn ● [ID!] list scalar

BacktestWhereInput.idNotIn ● [ID!] list scalar

BacktestWhereInput.idGT ● ID scalar

BacktestWhereInput.idGTE ● ID scalar

BacktestWhereInput.idLT ● ID scalar

BacktestWhereInput.idLTE ● ID scalar

BacktestWhereInput.deletedAt ● Time scalar

deleted_at field predicates

BacktestWhereInput.deletedAtNEQ ● Time scalar

BacktestWhereInput.deletedAtIn ● [Time!] list scalar

BacktestWhereInput.deletedAtNotIn ● [Time!] list scalar

BacktestWhereInput.deletedAtGT ● Time scalar

BacktestWhereInput.deletedAtGTE ● Time scalar

BacktestWhereInput.deletedAtLT ● Time scalar

BacktestWhereInput.deletedAtLTE ● Time scalar

BacktestWhereInput.deletedAtIsNil ● Boolean scalar

BacktestWhereInput.deletedAtNotNil ● Boolean scalar

BacktestWhereInput.status ● BacktestTaskStatus enum

status field predicates

BacktestWhereInput.statusNEQ ● BacktestTaskStatus enum

BacktestWhereInput.statusIn ● [BacktestTaskStatus!] list enum

BacktestWhereInput.statusNotIn ● [BacktestTaskStatus!] list enum

BacktestWhereInput.errorMessage ● String scalar

error_message field predicates

BacktestWhereInput.errorMessageNEQ ● String scalar

BacktestWhereInput.errorMessageIn ● [String!] list scalar

BacktestWhereInput.errorMessageNotIn ● [String!] list scalar

BacktestWhereInput.errorMessageGT ● String scalar

BacktestWhereInput.errorMessageGTE ● String scalar

BacktestWhereInput.errorMessageLT ● String scalar

BacktestWhereInput.errorMessageLTE ● String scalar

BacktestWhereInput.errorMessageContains ● String scalar

BacktestWhereInput.errorMessageHasPrefix ● String scalar

BacktestWhereInput.errorMessageHasSuffix ● String scalar

BacktestWhereInput.errorMessageIsNil ● Boolean scalar

BacktestWhereInput.errorMessageNotNil ● Boolean scalar

BacktestWhereInput.errorMessageEqualFold ● String scalar

BacktestWhereInput.errorMessageContainsFold ● String scalar

BacktestWhereInput.logs ● String scalar

logs field predicates

BacktestWhereInput.logsNEQ ● String scalar

BacktestWhereInput.logsIn ● [String!] list scalar

BacktestWhereInput.logsNotIn ● [String!] list scalar

BacktestWhereInput.logsGT ● String scalar

BacktestWhereInput.logsGTE ● String scalar

BacktestWhereInput.logsLT ● String scalar

BacktestWhereInput.logsLTE ● String scalar

BacktestWhereInput.logsContains ● String scalar

BacktestWhereInput.logsHasPrefix ● String scalar

BacktestWhereInput.logsHasSuffix ● String scalar

BacktestWhereInput.logsIsNil ● Boolean scalar

BacktestWhereInput.logsNotNil ● Boolean scalar

BacktestWhereInput.logsEqualFold ● String scalar

BacktestWhereInput.logsContainsFold ● String scalar

BacktestWhereInput.strategyID ● ID scalar

strategy_id field predicates

BacktestWhereInput.strategyIDNEQ ● ID scalar

BacktestWhereInput.strategyIDIn ● [ID!] list scalar

BacktestWhereInput.strategyIDNotIn ● [ID!] list scalar

BacktestWhereInput.runnerID ● ID scalar

runner_id field predicates

BacktestWhereInput.runnerIDNEQ ● ID scalar

BacktestWhereInput.runnerIDIn ● [ID!] list scalar

BacktestWhereInput.runnerIDNotIn ● [ID!] list scalar

BacktestWhereInput.createdAt ● Time scalar

created_at field predicates

BacktestWhereInput.createdAtNEQ ● Time scalar

BacktestWhereInput.createdAtIn ● [Time!] list scalar

BacktestWhereInput.createdAtNotIn ● [Time!] list scalar

BacktestWhereInput.createdAtGT ● Time scalar

BacktestWhereInput.createdAtGTE ● Time scalar

BacktestWhereInput.createdAtLT ● Time scalar

BacktestWhereInput.createdAtLTE ● Time scalar

BacktestWhereInput.updatedAt ● Time scalar

updated_at field predicates

BacktestWhereInput.updatedAtNEQ ● Time scalar

BacktestWhereInput.updatedAtIn ● [Time!] list scalar

BacktestWhereInput.updatedAtNotIn ● [Time!] list scalar

BacktestWhereInput.updatedAtGT ● Time scalar

BacktestWhereInput.updatedAtGTE ● Time scalar

BacktestWhereInput.updatedAtLT ● Time scalar

BacktestWhereInput.updatedAtLTE ● Time scalar

BacktestWhereInput.completedAt ● Time scalar

completed_at field predicates

BacktestWhereInput.completedAtNEQ ● Time scalar

BacktestWhereInput.completedAtIn ● [Time!] list scalar

BacktestWhereInput.completedAtNotIn ● [Time!] list scalar

BacktestWhereInput.completedAtGT ● Time scalar

BacktestWhereInput.completedAtGTE ● Time scalar

BacktestWhereInput.completedAtLT ● Time scalar

BacktestWhereInput.completedAtLTE ● Time scalar

BacktestWhereInput.completedAtIsNil ● Boolean scalar

BacktestWhereInput.completedAtNotNil ● Boolean scalar

BacktestWhereInput.startDate ● Time scalar

start_date field predicates

BacktestWhereInput.startDateNEQ ● Time scalar

BacktestWhereInput.startDateIn ● [Time!] list scalar

BacktestWhereInput.startDateNotIn ● [Time!] list scalar

BacktestWhereInput.startDateGT ● Time scalar

BacktestWhereInput.startDateGTE ● Time scalar

BacktestWhereInput.startDateLT ● Time scalar

BacktestWhereInput.startDateLTE ● Time scalar

BacktestWhereInput.startDateIsNil ● Boolean scalar

BacktestWhereInput.startDateNotNil ● Boolean scalar

BacktestWhereInput.endDate ● Time scalar

end_date field predicates

BacktestWhereInput.endDateNEQ ● Time scalar

BacktestWhereInput.endDateIn ● [Time!] list scalar

BacktestWhereInput.endDateNotIn ● [Time!] list scalar

BacktestWhereInput.endDateGT ● Time scalar

BacktestWhereInput.endDateGTE ● Time scalar

BacktestWhereInput.endDateLT ● Time scalar

BacktestWhereInput.endDateLTE ● Time scalar

BacktestWhereInput.endDateIsNil ● Boolean scalar

BacktestWhereInput.endDateNotNil ● Boolean scalar

BacktestWhereInput.splitGroupID ● ID scalar

split_group_id field predicates

BacktestWhereInput.splitGroupIDNEQ ● ID scalar

BacktestWhereInput.splitGroupIDIn ● [ID!] list scalar

BacktestWhereInput.splitGroupIDNotIn ● [ID!] list scalar

BacktestWhereInput.splitGroupIDGT ● ID scalar

BacktestWhereInput.splitGroupIDGTE ● ID scalar

BacktestWhereInput.splitGroupIDLT ● ID scalar

BacktestWhereInput.splitGroupIDLTE ● ID scalar

BacktestWhereInput.splitGroupIDIsNil ● Boolean scalar

BacktestWhereInput.splitGroupIDNotNil ● Boolean scalar

BacktestWhereInput.splitRole ● BacktestSplitRole enum

split_role field predicates

BacktestWhereInput.splitRoleNEQ ● BacktestSplitRole enum

BacktestWhereInput.splitRoleIn ● [BacktestSplitRole!] list enum

BacktestWhereInput.splitRoleNotIn ● [BacktestSplitRole!] list enum

BacktestWhereInput.splitRoleIsNil ● Boolean scalar

BacktestWhereInput.splitRoleNotNil ● Boolean scalar

BacktestWhereInput.splitIndex ● Int scalar

split_index field predicates

BacktestWhereInput.splitIndexNEQ ● Int scalar

BacktestWhereInput.splitIndexIn ● [Int!] list scalar

BacktestWhereInput.splitIndexNotIn ● [Int!] list scalar

BacktestWhereInput.splitIndexGT ● Int scalar

BacktestWhereInput.splitIndexGTE ● Int scalar

BacktestWhereInput.splitIndexLT ● Int scalar

BacktestWhereInput.splitIndexLTE ● Int scalar

BacktestWhereInput.splitIndexIsNil ● Boolean scalar

BacktestWhereInput.splitIndexNotNil ● Boolean scalar

BacktestWhereInput.hasStrategy ● Boolean scalar

strategy edge predicates

BacktestWhereInput.hasStrategyWith ● [StrategyWhereInput!] list input

BacktestWhereInput.hasRunner ● Boolean scalar

runner edge predicates

BacktestWhereInput.hasRunnerWith ● [BotRunnerWhereInput!] list input

BacktestWhereInput.hasSimulations ● Boolean scalar

simulations edge predicates

BacktestWhereInput.hasSimulationsWith ● [SimulationWhereInput!] list input

Member Of

backtests query ● BacktestWhereInput input ● BotRunnerWhereInput input ● SimulationWhereInput input ● StrategyWhereInput input