Skip to main content

AssetWhereInput

No description

input AssetWhereInput {
AND: [AssetWhereInput!]
NOT: [AssetWhereInput!]
OR: [AssetWhereInput!]
Profile: ProfileWhereInput
createdAt: DateTimeFilter
handle: NullableStringFilter
height: NullableFloatFilter
id: NullableIntFilter
mimeType: NullableStringFilter
name: NullableStringFilter
profile: NullableIntFilter
size: NullableFloatFilter
type: AssetType
updatedAt: DateTimeFilter
url: NullableStringFilter
width: NullableFloatFilter
}

Fields

AssetWhereInput.AND ● [AssetWhereInput!] list input

AssetWhereInput.NOT ● [AssetWhereInput!] list input

AssetWhereInput.OR ● [AssetWhereInput!] list input

AssetWhereInput.Profile ● ProfileWhereInput input

AssetWhereInput.createdAt ● DateTimeFilter input

AssetWhereInput.handle ● NullableStringFilter input

AssetWhereInput.height ● NullableFloatFilter input

AssetWhereInput.id ● NullableIntFilter input

AssetWhereInput.mimeType ● NullableStringFilter input

AssetWhereInput.name ● NullableStringFilter input

AssetWhereInput.profile ● NullableIntFilter input

AssetWhereInput.size ● NullableFloatFilter input

AssetWhereInput.type ● AssetType enum

AssetWhereInput.updatedAt ● DateTimeFilter input

AssetWhereInput.url ● NullableStringFilter input

AssetWhereInput.width ● NullableFloatFilter input

Member Of

AssetFilter input ● AssetWhereInput input