GraphQL INPUT_OBJECT
ProductFileSearchParameters
Search parameters for a product file
link Definition
- input ProductFileSearchParameters {
- # Maximum number of items that should be retrieved.
- Int :
- # Starting index for retrieving the items.
- Int :
- # Input for ordering the result before applying the offset.
- ProductFileSearchOrderByInputGraphType] : [
- # ID of the product file.
- NumericIdSearchRelationInput :
- # Name of the product file.
- StringExtendedSearchRelationInput :
- # File status of the product file.
- FileStatusSearchRelationInput :
- # ID of the client account.
- NumericIdSearchRelationInput :
- # Checksum of the product file.
- StringSearchRelationInput :
- # ID of the user created the product file.
- NumericIdSearchRelationInput :
- # ID of the user last modified the product file.
- NumericIdSearchRelationInput :
- # Date when the product file was created.
- DateTimeSearchRelationInput :
- # Date when the product file was last modified.
- DateTimeSearchRelationInput :
- # Date and time when the file was successfully uploaded last time.
- DateTimeSearchRelationInput :
- }