SchemaFlowStepWhereInput
SchemaFlowStepWhereInput is used for filtering SchemaFlowStep objects. Input was generated by ent.
input SchemaFlowStepWhereInput {
not: SchemaFlowStepWhereInput
and: [SchemaFlowStepWhereInput!]
or: [SchemaFlowStepWhereInput!]
id: ID
idNEQ: ID
idIn: [ID!]
idNotIn: [ID!]
idGT: ID
idGTE: ID
idLT: ID
idLTE: 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
companyID: String
companyIDNEQ: String
companyIDIn: [String!]
companyIDNotIn: [String!]
companyIDGT: String
companyIDGTE: String
companyIDLT: String
companyIDLTE: String
companyIDContains: String
companyIDHasPrefix: String
companyIDHasSuffix: String
companyIDEqualFold: String
companyIDContainsFold: String
apiName: String
apiNameNEQ: String
apiNameIn: [String!]
apiNameNotIn: [String!]
apiNameGT: String
apiNameGTE: String
apiNameLT: String
apiNameLTE: String
apiNameContains: String
apiNameHasPrefix: String
apiNameHasSuffix: String
apiNameEqualFold: String
apiNameContainsFold: String
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
order: Int
orderNEQ: Int
orderIn: [Int!]
orderNotIn: [Int!]
orderGT: Int
orderGTE: Int
orderLT: Int
orderLTE: Int
schemaFlowID: ID
schemaFlowIDNEQ: ID
schemaFlowIDIn: [ID!]
schemaFlowIDNotIn: [ID!]
hasSchemaFlow: Boolean
hasSchemaFlowWith: [SchemaFlowWhereInput!]
}
Fields
SchemaFlowStepWhereInput.not ● SchemaFlowStepWhereInput input
SchemaFlowStepWhereInput.and ● [SchemaFlowStepWhereInput!] list input
SchemaFlowStepWhereInput.or ● [SchemaFlowStepWhereInput!] list input
SchemaFlowStepWhereInput.id ● ID scalar
id field predicates
SchemaFlowStepWhereInput.idNEQ ● ID scalar
SchemaFlowStepWhereInput.idIn ● [ID!] list scalar
SchemaFlowStepWhereInput.idNotIn ● [ID!] list scalar
SchemaFlowStepWhereInput.idGT ● ID scalar
SchemaFlowStepWhereInput.idGTE ● ID scalar
SchemaFlowStepWhereInput.idLT ● ID scalar
SchemaFlowStepWhereInput.idLTE ● ID scalar
SchemaFlowStepWhereInput.createdAt ● Time scalar
created_at field predicates
SchemaFlowStepWhereInput.createdAtNEQ ● Time scalar
SchemaFlowStepWhereInput.createdAtIn ● [Time!] list scalar
SchemaFlowStepWhereInput.createdAtNotIn ● [Time!] list scalar
SchemaFlowStepWhereInput.createdAtGT ● Time scalar
SchemaFlowStepWhereInput.createdAtGTE ● Time scalar
SchemaFlowStepWhereInput.createdAtLT ● Time scalar
SchemaFlowStepWhereInput.createdAtLTE ● Time scalar
SchemaFlowStepWhereInput.updatedAt ● Time scalar
updated_at field predicates
SchemaFlowStepWhereInput.updatedAtNEQ ● Time scalar
SchemaFlowStepWhereInput.updatedAtIn ● [Time!] list scalar
SchemaFlowStepWhereInput.updatedAtNotIn ● [Time!] list scalar
SchemaFlowStepWhereInput.updatedAtGT ● Time scalar
SchemaFlowStepWhereInput.updatedAtGTE ● Time scalar
SchemaFlowStepWhereInput.updatedAtLT ● Time scalar
SchemaFlowStepWhereInput.updatedAtLTE ● Time scalar
SchemaFlowStepWhereInput.companyID ● String scalar
company_id field predicates
SchemaFlowStepWhereInput.companyIDNEQ ● String scalar
SchemaFlowStepWhereInput.companyIDIn ● [String!] list scalar
SchemaFlowStepWhereInput.companyIDNotIn ● [String!] list scalar
SchemaFlowStepWhereInput.companyIDGT ● String scalar
SchemaFlowStepWhereInput.companyIDGTE ● String scalar
SchemaFlowStepWhereInput.companyIDLT ● String scalar
SchemaFlowStepWhereInput.companyIDLTE ● String scalar
SchemaFlowStepWhereInput.companyIDContains ● String scalar
SchemaFlowStepWhereInput.companyIDHasPrefix ● String scalar
SchemaFlowStepWhereInput.companyIDHasSuffix ● String scalar
SchemaFlowStepWhereInput.companyIDEqualFold ● String scalar
SchemaFlowStepWhereInput.companyIDContainsFold ● String scalar
SchemaFlowStepWhereInput.apiName ● String scalar
api_name field predicates
SchemaFlowStepWhereInput.apiNameNEQ ● String scalar
SchemaFlowStepWhereInput.apiNameIn ● [String!] list scalar
SchemaFlowStepWhereInput.apiNameNotIn ● [String!] list scalar
SchemaFlowStepWhereInput.apiNameGT ● String scalar
SchemaFlowStepWhereInput.apiNameGTE ● String scalar
SchemaFlowStepWhereInput.apiNameLT ● String scalar
SchemaFlowStepWhereInput.apiNameLTE ● String scalar
SchemaFlowStepWhereInput.apiNameContains ● String scalar
SchemaFlowStepWhereInput.apiNameHasPrefix ● String scalar
SchemaFlowStepWhereInput.apiNameHasSuffix ● String scalar
SchemaFlowStepWhereInput.apiNameEqualFold ● String scalar
SchemaFlowStepWhereInput.apiNameContainsFold ● String scalar
SchemaFlowStepWhereInput.name ● String scalar
name field predicates
SchemaFlowStepWhereInput.nameNEQ ● String scalar
SchemaFlowStepWhereInput.nameIn ● [String!] list scalar
SchemaFlowStepWhereInput.nameNotIn ● [String!] list scalar
SchemaFlowStepWhereInput.nameGT ● String scalar
SchemaFlowStepWhereInput.nameGTE ● String scalar
SchemaFlowStepWhereInput.nameLT ● String scalar
SchemaFlowStepWhereInput.nameLTE ● String scalar
SchemaFlowStepWhereInput.nameContains ● String scalar
SchemaFlowStepWhereInput.nameHasPrefix ● String scalar
SchemaFlowStepWhereInput.nameHasSuffix ● String scalar
SchemaFlowStepWhereInput.nameEqualFold ● String scalar
SchemaFlowStepWhereInput.nameContainsFold ● String scalar
SchemaFlowStepWhereInput.order ● Int scalar
order field predicates
SchemaFlowStepWhereInput.orderNEQ ● Int scalar
SchemaFlowStepWhereInput.orderIn ● [Int!] list scalar
SchemaFlowStepWhereInput.orderNotIn ● [Int!] list scalar
SchemaFlowStepWhereInput.orderGT ● Int scalar
SchemaFlowStepWhereInput.orderGTE ● Int scalar
SchemaFlowStepWhereInput.orderLT ● Int scalar
SchemaFlowStepWhereInput.orderLTE ● Int scalar
SchemaFlowStepWhereInput.schemaFlowID ● ID scalar
schema_flow_id field predicates
SchemaFlowStepWhereInput.schemaFlowIDNEQ ● ID scalar
SchemaFlowStepWhereInput.schemaFlowIDIn ● [ID!] list scalar
SchemaFlowStepWhereInput.schemaFlowIDNotIn ● [ID!] list scalar
SchemaFlowStepWhereInput.hasSchemaFlow ● Boolean scalar
schema_flow edge predicates
SchemaFlowStepWhereInput.hasSchemaFlowWith ● [SchemaFlowWhereInput!] list input
Member Of
SchemaFlowStepWhereInput input ● SchemaFlowWhereInput input