INTERFACE

VisibleBoxInterface

link GraphQL Schema definition

  • interface VisibleBoxInterface {
  • # Name of the box
  • name: String!
  • # An ordered list of field ID to display with width and color information from box
  • # source
  • displayFields: [DisplayFieldItem!]!
  • }