GraphQL OBJECT

ClientWebbinary

Web file for the product. Typically an image, application, or related document.

link Definition

  • type ClientWebbinary {
  • # Unique ID of the web file.
  • id: Long!
  • # Name of the web file.
  • name: String!
  • # Size of the web file in bytes.
  • bytes: Long!
  • # Dimensions of the web file in pixels.
  • size: String
  • # Path of the web file.
  • path: String
  • # The client this belongs to.
  • client: Client
  • }