GraphQL OBJECT
ProductFile
Product file.
link Definition
- type ProductFile {
- # The size of the product file in bytes.
- Long :
- # The md5 checksum of the product file.
- String :
- # Client account that is assigned to the product file, if any.
- Client :
- # User who created the product file.
- UserAccount :
- # Date and time when the product file was created.
- DateTime :
- # Link to product file download.
- String :
- # Name of product file.
- String :
- # Status of product file.
- FileStatus :
- # Unique ID of the product file.
- Int :
- # User who last edited the product file.
- UserAccount :
- # Date and time when the last edit occurred.
- DateTime :
- # Date and time when the file was successfully uploaded last time.
- DateTime :
- # List of products in which the product file is used.
- Product] : [
- }