Skip to main content

ContentFileWhereInput

ContentFileWhereInput is used for filtering ContentFile objects. Input was generated by ent.

input ContentFileWhereInput {
not: ContentFileWhereInput
and: [ContentFileWhereInput!]
or: [ContentFileWhereInput!]
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
isFolder: Boolean
isFolderNEQ: Boolean
mimetype: String
mimetypeNEQ: String
mimetypeIn: [String!]
mimetypeNotIn: [String!]
mimetypeGT: String
mimetypeGTE: String
mimetypeLT: String
mimetypeLTE: String
mimetypeContains: String
mimetypeHasPrefix: String
mimetypeHasSuffix: String
mimetypeIsNil: Boolean
mimetypeNotNil: Boolean
mimetypeEqualFold: String
mimetypeContainsFold: String
cloudinaryID: String
cloudinaryIDNEQ: String
cloudinaryIDIn: [String!]
cloudinaryIDNotIn: [String!]
cloudinaryIDGT: String
cloudinaryIDGTE: String
cloudinaryIDLT: String
cloudinaryIDLTE: String
cloudinaryIDContains: String
cloudinaryIDHasPrefix: String
cloudinaryIDHasSuffix: String
cloudinaryIDIsNil: Boolean
cloudinaryIDNotNil: Boolean
cloudinaryIDEqualFold: String
cloudinaryIDContainsFold: String
size: Float
sizeNEQ: Float
sizeIn: [Float!]
sizeNotIn: [Float!]
sizeGT: Float
sizeGTE: Float
sizeLT: Float
sizeLTE: Float
duration: Float
durationNEQ: Float
durationIn: [Float!]
durationNotIn: [Float!]
durationGT: Float
durationGTE: Float
durationLT: Float
durationLTE: Float
durationIsNil: Boolean
durationNotNil: Boolean
folderID: ID
folderIDNEQ: ID
folderIDIn: [ID!]
folderIDNotIn: [ID!]
folderIDIsNil: Boolean
folderIDNotNil: Boolean
muxID: String
muxIDNEQ: String
muxIDIn: [String!]
muxIDNotIn: [String!]
muxIDGT: String
muxIDGTE: String
muxIDLT: String
muxIDLTE: String
muxIDContains: String
muxIDHasPrefix: String
muxIDHasSuffix: String
muxIDIsNil: Boolean
muxIDNotNil: Boolean
muxIDEqualFold: String
muxIDContainsFold: String
muxReady: Boolean
muxReadyNEQ: Boolean
muxReadyIsNil: Boolean
muxReadyNotNil: 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: [ContentFileWhereInput!]
hasFiles: Boolean
hasFilesWith: [ContentFileWhereInput!]
}

Fields

ContentFileWhereInput.not ● ContentFileWhereInput input

ContentFileWhereInput.and ● [ContentFileWhereInput!] list input

ContentFileWhereInput.or ● [ContentFileWhereInput!] list input

ContentFileWhereInput.id ● ID scalar

id field predicates

ContentFileWhereInput.idNEQ ● ID scalar

ContentFileWhereInput.idIn ● [ID!] list scalar

ContentFileWhereInput.idNotIn ● [ID!] list scalar

ContentFileWhereInput.idGT ● ID scalar

ContentFileWhereInput.idGTE ● ID scalar

ContentFileWhereInput.idLT ● ID scalar

ContentFileWhereInput.idLTE ● ID scalar

ContentFileWhereInput.createdAt ● Time scalar

created_at field predicates

ContentFileWhereInput.createdAtNEQ ● Time scalar

ContentFileWhereInput.createdAtIn ● [Time!] list scalar

ContentFileWhereInput.createdAtNotIn ● [Time!] list scalar

ContentFileWhereInput.createdAtGT ● Time scalar

ContentFileWhereInput.createdAtGTE ● Time scalar

ContentFileWhereInput.createdAtLT ● Time scalar

ContentFileWhereInput.createdAtLTE ● Time scalar

ContentFileWhereInput.updatedAt ● Time scalar

updated_at field predicates

ContentFileWhereInput.updatedAtNEQ ● Time scalar

ContentFileWhereInput.updatedAtIn ● [Time!] list scalar

ContentFileWhereInput.updatedAtNotIn ● [Time!] list scalar

ContentFileWhereInput.updatedAtGT ● Time scalar

ContentFileWhereInput.updatedAtGTE ● Time scalar

ContentFileWhereInput.updatedAtLT ● Time scalar

ContentFileWhereInput.updatedAtLTE ● Time scalar

ContentFileWhereInput.companyID ● String scalar

company_id field predicates

ContentFileWhereInput.companyIDNEQ ● String scalar

ContentFileWhereInput.companyIDIn ● [String!] list scalar

ContentFileWhereInput.companyIDNotIn ● [String!] list scalar

ContentFileWhereInput.companyIDGT ● String scalar

ContentFileWhereInput.companyIDGTE ● String scalar

ContentFileWhereInput.companyIDLT ● String scalar

ContentFileWhereInput.companyIDLTE ● String scalar

ContentFileWhereInput.companyIDContains ● String scalar

ContentFileWhereInput.companyIDHasPrefix ● String scalar

ContentFileWhereInput.companyIDHasSuffix ● String scalar

ContentFileWhereInput.companyIDEqualFold ● String scalar

ContentFileWhereInput.companyIDContainsFold ● String scalar

ContentFileWhereInput.name ● String scalar

name field predicates

ContentFileWhereInput.nameNEQ ● String scalar

ContentFileWhereInput.nameIn ● [String!] list scalar

ContentFileWhereInput.nameNotIn ● [String!] list scalar

ContentFileWhereInput.nameGT ● String scalar

ContentFileWhereInput.nameGTE ● String scalar

ContentFileWhereInput.nameLT ● String scalar

ContentFileWhereInput.nameLTE ● String scalar

ContentFileWhereInput.nameContains ● String scalar

ContentFileWhereInput.nameHasPrefix ● String scalar

ContentFileWhereInput.nameHasSuffix ● String scalar

ContentFileWhereInput.nameEqualFold ● String scalar

ContentFileWhereInput.nameContainsFold ● String scalar

ContentFileWhereInput.isFolder ● Boolean scalar

is_folder field predicates

ContentFileWhereInput.isFolderNEQ ● Boolean scalar

ContentFileWhereInput.mimetype ● String scalar

mimetype field predicates

ContentFileWhereInput.mimetypeNEQ ● String scalar

ContentFileWhereInput.mimetypeIn ● [String!] list scalar

ContentFileWhereInput.mimetypeNotIn ● [String!] list scalar

ContentFileWhereInput.mimetypeGT ● String scalar

ContentFileWhereInput.mimetypeGTE ● String scalar

ContentFileWhereInput.mimetypeLT ● String scalar

ContentFileWhereInput.mimetypeLTE ● String scalar

ContentFileWhereInput.mimetypeContains ● String scalar

ContentFileWhereInput.mimetypeHasPrefix ● String scalar

ContentFileWhereInput.mimetypeHasSuffix ● String scalar

ContentFileWhereInput.mimetypeIsNil ● Boolean scalar

ContentFileWhereInput.mimetypeNotNil ● Boolean scalar

ContentFileWhereInput.mimetypeEqualFold ● String scalar

ContentFileWhereInput.mimetypeContainsFold ● String scalar

ContentFileWhereInput.cloudinaryID ● String scalar

cloudinary_id field predicates

ContentFileWhereInput.cloudinaryIDNEQ ● String scalar

ContentFileWhereInput.cloudinaryIDIn ● [String!] list scalar

ContentFileWhereInput.cloudinaryIDNotIn ● [String!] list scalar

ContentFileWhereInput.cloudinaryIDGT ● String scalar

ContentFileWhereInput.cloudinaryIDGTE ● String scalar

ContentFileWhereInput.cloudinaryIDLT ● String scalar

ContentFileWhereInput.cloudinaryIDLTE ● String scalar

ContentFileWhereInput.cloudinaryIDContains ● String scalar

ContentFileWhereInput.cloudinaryIDHasPrefix ● String scalar

ContentFileWhereInput.cloudinaryIDHasSuffix ● String scalar

ContentFileWhereInput.cloudinaryIDIsNil ● Boolean scalar

ContentFileWhereInput.cloudinaryIDNotNil ● Boolean scalar

ContentFileWhereInput.cloudinaryIDEqualFold ● String scalar

ContentFileWhereInput.cloudinaryIDContainsFold ● String scalar

ContentFileWhereInput.size ● Float scalar

size field predicates

ContentFileWhereInput.sizeNEQ ● Float scalar

ContentFileWhereInput.sizeIn ● [Float!] list scalar

ContentFileWhereInput.sizeNotIn ● [Float!] list scalar

ContentFileWhereInput.sizeGT ● Float scalar

ContentFileWhereInput.sizeGTE ● Float scalar

ContentFileWhereInput.sizeLT ● Float scalar

ContentFileWhereInput.sizeLTE ● Float scalar

ContentFileWhereInput.duration ● Float scalar

duration field predicates

ContentFileWhereInput.durationNEQ ● Float scalar

ContentFileWhereInput.durationIn ● [Float!] list scalar

ContentFileWhereInput.durationNotIn ● [Float!] list scalar

ContentFileWhereInput.durationGT ● Float scalar

ContentFileWhereInput.durationGTE ● Float scalar

ContentFileWhereInput.durationLT ● Float scalar

ContentFileWhereInput.durationLTE ● Float scalar

ContentFileWhereInput.durationIsNil ● Boolean scalar

ContentFileWhereInput.durationNotNil ● Boolean scalar

ContentFileWhereInput.folderID ● ID scalar

folder_id field predicates

ContentFileWhereInput.folderIDNEQ ● ID scalar

ContentFileWhereInput.folderIDIn ● [ID!] list scalar

ContentFileWhereInput.folderIDNotIn ● [ID!] list scalar

ContentFileWhereInput.folderIDIsNil ● Boolean scalar

ContentFileWhereInput.folderIDNotNil ● Boolean scalar

ContentFileWhereInput.muxID ● String scalar

mux_id field predicates

ContentFileWhereInput.muxIDNEQ ● String scalar

ContentFileWhereInput.muxIDIn ● [String!] list scalar

ContentFileWhereInput.muxIDNotIn ● [String!] list scalar

ContentFileWhereInput.muxIDGT ● String scalar

ContentFileWhereInput.muxIDGTE ● String scalar

ContentFileWhereInput.muxIDLT ● String scalar

ContentFileWhereInput.muxIDLTE ● String scalar

ContentFileWhereInput.muxIDContains ● String scalar

ContentFileWhereInput.muxIDHasPrefix ● String scalar

ContentFileWhereInput.muxIDHasSuffix ● String scalar

ContentFileWhereInput.muxIDIsNil ● Boolean scalar

ContentFileWhereInput.muxIDNotNil ● Boolean scalar

ContentFileWhereInput.muxIDEqualFold ● String scalar

ContentFileWhereInput.muxIDContainsFold ● String scalar

ContentFileWhereInput.muxReady ● Boolean scalar

mux_ready field predicates

ContentFileWhereInput.muxReadyNEQ ● Boolean scalar

ContentFileWhereInput.muxReadyIsNil ● Boolean scalar

ContentFileWhereInput.muxReadyNotNil ● Boolean scalar

ContentFileWhereInput.path ● String scalar

path field predicates

ContentFileWhereInput.pathNEQ ● String scalar

ContentFileWhereInput.pathIn ● [String!] list scalar

ContentFileWhereInput.pathNotIn ● [String!] list scalar

ContentFileWhereInput.pathGT ● String scalar

ContentFileWhereInput.pathGTE ● String scalar

ContentFileWhereInput.pathLT ● String scalar

ContentFileWhereInput.pathLTE ● String scalar

ContentFileWhereInput.pathContains ● String scalar

ContentFileWhereInput.pathHasPrefix ● String scalar

ContentFileWhereInput.pathHasSuffix ● String scalar

ContentFileWhereInput.pathEqualFold ● String scalar

ContentFileWhereInput.pathContainsFold ● String scalar

ContentFileWhereInput.hasFolder ● Boolean scalar

folder edge predicates

ContentFileWhereInput.hasFolderWith ● [ContentFileWhereInput!] list input

ContentFileWhereInput.hasFiles ● Boolean scalar

files edge predicates

ContentFileWhereInput.hasFilesWith ● [ContentFileWhereInput!] list input

Member Of

ContentFileWhereInput input ● listContentFiles query