OBJECT

ProductSurfaceAreaSize

link GraphQL Schema definition

  • type ProductSurfaceAreaSize {
  • preview_x_px: Int
  • preview_y_px: Int
  • preview_width_px: Int
  • preview_height_px: Int
  • print_width_mm: Float
  • print_height_mm: Float
  • print_dpi: Int
  • # Arguments
  • # include_deleted: [Not documented]
  • print_size(include_deleted: Boolean): ProductPrintSize
  • id: Int
  • surface_id: Int
  • print_size_id: Int
  • is_enabled: Boolean
  • }