SchemaFlowWhereInput
SchemaFlowWhereInput is used for filtering SchemaFlow objects. Input was generated by ent.
input SchemaFlowWhereInput {
not: SchemaFlowWhereInput
and: [SchemaFlowWhereInput!]
or: [SchemaFlowWhereInput!]
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
schemaID: ID
schemaIDNEQ: ID
schemaIDIn: [ID!]
schemaIDNotIn: [ID!]
hasSchema: Boolean
hasSchemaWith: [SchemaDefinitionWhereInput!]
hasSteps: Boolean
hasStepsWith: [SchemaFlowStepWhereInput!]
}
Fields
SchemaFlowWhereInput.not ● SchemaFlowWhereInput input
SchemaFlowWhereInput.and ● [SchemaFlowWhereInput!] list input
SchemaFlowWhereInput.or ● [SchemaFlowWhereInput!] list input
SchemaFlowWhereInput.id ● ID scalar
id field predicates
SchemaFlowWhereInput.idNEQ ● ID scalar
SchemaFlowWhereInput.idIn ● [ID!] list scalar
SchemaFlowWhereInput.idNotIn ● [ID!] list scalar
SchemaFlowWhereInput.idGT ● ID scalar
SchemaFlowWhereInput.idGTE ● ID scalar
SchemaFlowWhereInput.idLT ● ID scalar
SchemaFlowWhereInput.idLTE ● ID scalar
SchemaFlowWhereInput.createdAt ● Time scalar
created_at field predicates
SchemaFlowWhereInput.createdAtNEQ ● Time scalar
SchemaFlowWhereInput.createdAtIn ● [Time!] list scalar
SchemaFlowWhereInput.createdAtNotIn ● [Time!] list scalar
SchemaFlowWhereInput.createdAtGT ● Time scalar
SchemaFlowWhereInput.createdAtGTE ● Time scalar
SchemaFlowWhereInput.createdAtLT ● Time scalar
SchemaFlowWhereInput.createdAtLTE ● Time scalar
SchemaFlowWhereInput.updatedAt ● Time scalar
updated_at field predicates
SchemaFlowWhereInput.updatedAtNEQ ● Time scalar
SchemaFlowWhereInput.updatedAtIn ● [Time!] list scalar
SchemaFlowWhereInput.updatedAtNotIn ● [Time!] list scalar
SchemaFlowWhereInput.updatedAtGT ● Time scalar
SchemaFlowWhereInput.updatedAtGTE ● Time scalar
SchemaFlowWhereInput.updatedAtLT ● Time scalar
SchemaFlowWhereInput.updatedAtLTE ● Time scalar
SchemaFlowWhereInput.companyID ● String scalar
company_id field predicates
SchemaFlowWhereInput.companyIDNEQ ● String scalar
SchemaFlowWhereInput.companyIDIn ● [String!] list scalar
SchemaFlowWhereInput.companyIDNotIn ● [String!] list scalar
SchemaFlowWhereInput.companyIDGT ● String scalar
SchemaFlowWhereInput.companyIDGTE ● String scalar
SchemaFlowWhereInput.companyIDLT ● String scalar
SchemaFlowWhereInput.companyIDLTE ● String scalar
SchemaFlowWhereInput.companyIDContains ● String scalar
SchemaFlowWhereInput.companyIDHasPrefix ● String scalar
SchemaFlowWhereInput.companyIDHasSuffix ● String scalar
SchemaFlowWhereInput.companyIDEqualFold ● String scalar
SchemaFlowWhereInput.companyIDContainsFold ● String scalar
SchemaFlowWhereInput.apiName ● String scalar
api_name field predicates
SchemaFlowWhereInput.apiNameNEQ ● String scalar
SchemaFlowWhereInput.apiNameIn ● [String!] list scalar
SchemaFlowWhereInput.apiNameNotIn ● [String!] list scalar
SchemaFlowWhereInput.apiNameGT ● String scalar
SchemaFlowWhereInput.apiNameGTE ● String scalar
SchemaFlowWhereInput.apiNameLT ● String scalar
SchemaFlowWhereInput.apiNameLTE ● String scalar
SchemaFlowWhereInput.apiNameContains ● String scalar
SchemaFlowWhereInput.apiNameHasPrefix ● String scalar
SchemaFlowWhereInput.apiNameHasSuffix ● String scalar
SchemaFlowWhereInput.apiNameEqualFold ● String scalar
SchemaFlowWhereInput.apiNameContainsFold ● String scalar
SchemaFlowWhereInput.name ● String scalar
name field predicates
SchemaFlowWhereInput.nameNEQ ● String scalar
SchemaFlowWhereInput.nameIn ● [String!] list scalar
SchemaFlowWhereInput.nameNotIn ● [String!] list scalar
SchemaFlowWhereInput.nameGT ● String scalar
SchemaFlowWhereInput.nameGTE ● String scalar
SchemaFlowWhereInput.nameLT ● String scalar
SchemaFlowWhereInput.nameLTE ● String scalar
SchemaFlowWhereInput.nameContains ● String scalar
SchemaFlowWhereInput.nameHasPrefix ● String scalar
SchemaFlowWhereInput.nameHasSuffix ● String scalar
SchemaFlowWhereInput.nameEqualFold ● String scalar
SchemaFlowWhereInput.nameContainsFold ● String scalar
SchemaFlowWhereInput.schemaID ● ID scalar
schema_id field predicates
SchemaFlowWhereInput.schemaIDNEQ ● ID scalar
SchemaFlowWhereInput.schemaIDIn ● [ID!] list scalar
SchemaFlowWhereInput.schemaIDNotIn ● [ID!] list scalar
SchemaFlowWhereInput.hasSchema ● Boolean scalar
schema edge predicates
SchemaFlowWhereInput.hasSchemaWith ● [SchemaDefinitionWhereInput!] list input
SchemaFlowWhereInput.hasSteps ● Boolean scalar
steps edge predicates
SchemaFlowWhereInput.hasStepsWith ● [SchemaFlowStepWhereInput!] list input
Member Of
schemaFlows query ● SchemaFlowStepWhereInput input ● SchemaFlowWhereInput input