INPUT_OBJECT
FileWhereArgs
Where filter arguments for the File type
link GraphQL Schema definition
- input FileWhereArgs {
- # Filter results for on the modifiedAt field.
- FileModifiedAtWhereArgs :
- # Filter results for on the blobMimeType field.
- FileBlobMimeTypeWhereArgs :
- # Filter results for on the createdAt field.
- FileCreatedAtWhereArgs :
- # Filter results for on the name field.
- FileNameWhereArgs :
- # Filter results for on the blobUrl field.
- FileBlobUrlWhereArgs :
- # Filter results for on the id field.
- FileIdWhereArgs :
- # Combine mutiple where expressions using the OR operator.
- FileWhereArgs] : [
- # Combine mutiple where expressions using the AND operator.
- FileWhereArgs] : [
- }