Skip to main content

CodeFileWhereInput

CodeFileWhereInput is used for filtering CodeFile objects. Input was generated by ent.

input CodeFileWhereInput {
not: CodeFileWhereInput
and: [CodeFileWhereInput!]
or: [CodeFileWhereInput!]
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
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
type: CodeFileCodeFileType
typeNEQ: CodeFileCodeFileType
typeIn: [CodeFileCodeFileType!]
typeNotIn: [CodeFileCodeFileType!]
folderID: ID
folderIDNEQ: ID
folderIDIn: [ID!]
folderIDNotIn: [ID!]
folderIDIsNil: Boolean
folderIDNotNil: Boolean
path: String
pathNEQ: String
pathIn: [String!]
pathNotIn: [String!]
pathGT: String
pathGTE: String
pathLT: String
pathLTE: String
pathContains: String
pathHasPrefix: String
pathHasSuffix: String
pathEqualFold: String
pathContainsFold: String
hasFolder: Boolean
hasFolderWith: [CodeFileWhereInput!]
hasFiles: Boolean
hasFilesWith: [CodeFileWhereInput!]
hasVersions: Boolean
hasVersionsWith: [CodeFileVersionWhereInput!]
}

Fields

CodeFileWhereInput.not ● CodeFileWhereInput input

CodeFileWhereInput.and ● [CodeFileWhereInput!] list input

CodeFileWhereInput.or ● [CodeFileWhereInput!] list input

CodeFileWhereInput.id ● ID scalar

id field predicates

CodeFileWhereInput.idNEQ ● ID scalar

CodeFileWhereInput.idIn ● [ID!] list scalar

CodeFileWhereInput.idNotIn ● [ID!] list scalar

CodeFileWhereInput.idGT ● ID scalar

CodeFileWhereInput.idGTE ● ID scalar

CodeFileWhereInput.idLT ● ID scalar

CodeFileWhereInput.idLTE ● ID scalar

CodeFileWhereInput.createdAt ● Time scalar

created_at field predicates

CodeFileWhereInput.createdAtNEQ ● Time scalar

CodeFileWhereInput.createdAtIn ● [Time!] list scalar

CodeFileWhereInput.createdAtNotIn ● [Time!] list scalar

CodeFileWhereInput.createdAtGT ● Time scalar

CodeFileWhereInput.createdAtGTE ● Time scalar

CodeFileWhereInput.createdAtLT ● Time scalar

CodeFileWhereInput.createdAtLTE ● Time scalar

CodeFileWhereInput.updatedAt ● Time scalar

updated_at field predicates

CodeFileWhereInput.updatedAtNEQ ● Time scalar

CodeFileWhereInput.updatedAtIn ● [Time!] list scalar

CodeFileWhereInput.updatedAtNotIn ● [Time!] list scalar

CodeFileWhereInput.updatedAtGT ● Time scalar

CodeFileWhereInput.updatedAtGTE ● Time scalar

CodeFileWhereInput.updatedAtLT ● Time scalar

CodeFileWhereInput.updatedAtLTE ● Time scalar

CodeFileWhereInput.companyID ● String scalar

company_id field predicates

CodeFileWhereInput.companyIDNEQ ● String scalar

CodeFileWhereInput.companyIDIn ● [String!] list scalar

CodeFileWhereInput.companyIDNotIn ● [String!] list scalar

CodeFileWhereInput.companyIDGT ● String scalar

CodeFileWhereInput.companyIDGTE ● String scalar

CodeFileWhereInput.companyIDLT ● String scalar

CodeFileWhereInput.companyIDLTE ● String scalar

CodeFileWhereInput.companyIDContains ● String scalar

CodeFileWhereInput.companyIDHasPrefix ● String scalar

CodeFileWhereInput.companyIDHasSuffix ● String scalar

CodeFileWhereInput.companyIDEqualFold ● String scalar

CodeFileWhereInput.companyIDContainsFold ● String scalar

CodeFileWhereInput.name ● String scalar

name field predicates

CodeFileWhereInput.nameNEQ ● String scalar

CodeFileWhereInput.nameIn ● [String!] list scalar

CodeFileWhereInput.nameNotIn ● [String!] list scalar

CodeFileWhereInput.nameGT ● String scalar

CodeFileWhereInput.nameGTE ● String scalar

CodeFileWhereInput.nameLT ● String scalar

CodeFileWhereInput.nameLTE ● String scalar

CodeFileWhereInput.nameContains ● String scalar

CodeFileWhereInput.nameHasPrefix ● String scalar

CodeFileWhereInput.nameHasSuffix ● String scalar

CodeFileWhereInput.nameEqualFold ● String scalar

CodeFileWhereInput.nameContainsFold ● String scalar

CodeFileWhereInput.type ● CodeFileCodeFileType enum

type field predicates

CodeFileWhereInput.typeNEQ ● CodeFileCodeFileType enum

CodeFileWhereInput.typeIn ● [CodeFileCodeFileType!] list enum

CodeFileWhereInput.typeNotIn ● [CodeFileCodeFileType!] list enum

CodeFileWhereInput.folderID ● ID scalar

folder_id field predicates

CodeFileWhereInput.folderIDNEQ ● ID scalar

CodeFileWhereInput.folderIDIn ● [ID!] list scalar

CodeFileWhereInput.folderIDNotIn ● [ID!] list scalar

CodeFileWhereInput.folderIDIsNil ● Boolean scalar

CodeFileWhereInput.folderIDNotNil ● Boolean scalar

CodeFileWhereInput.path ● String scalar

path field predicates

CodeFileWhereInput.pathNEQ ● String scalar

CodeFileWhereInput.pathIn ● [String!] list scalar

CodeFileWhereInput.pathNotIn ● [String!] list scalar

CodeFileWhereInput.pathGT ● String scalar

CodeFileWhereInput.pathGTE ● String scalar

CodeFileWhereInput.pathLT ● String scalar

CodeFileWhereInput.pathLTE ● String scalar

CodeFileWhereInput.pathContains ● String scalar

CodeFileWhereInput.pathHasPrefix ● String scalar

CodeFileWhereInput.pathHasSuffix ● String scalar

CodeFileWhereInput.pathEqualFold ● String scalar

CodeFileWhereInput.pathContainsFold ● String scalar

CodeFileWhereInput.hasFolder ● Boolean scalar

folder edge predicates

CodeFileWhereInput.hasFolderWith ● [CodeFileWhereInput!] list input

CodeFileWhereInput.hasFiles ● Boolean scalar

files edge predicates

CodeFileWhereInput.hasFilesWith ● [CodeFileWhereInput!] list input

CodeFileWhereInput.hasVersions ● Boolean scalar

versions edge predicates

CodeFileWhereInput.hasVersionsWith ● [CodeFileVersionWhereInput!] list input

Member Of

codeFiles query ● CodeFileVersionWhereInput input ● CodeFileWhereInput input