GraphQL OBJECT
Web file for the product. Typically an image, application, or related document.
type ClientWebbinary {# Size of the web file in bytes.bytes: Int! # The client this belongs to.client: Client # Unique ID of the web file.id: Int! # Name of the web file.name: String! # Path of the web file.path: String # Dimensions of the web file in pixels.size: String }