INTERFACE
VisibleBoxInterface
link GraphQL Schema definition
- interface VisibleBoxInterface {
- # Name of the box
- : String!
- # An ordered list of field ID to display with width and color information from box
- # source
- : [DisplayFieldItem!]!
- }
INTERFACE
- interface VisibleBoxInterface {
- # Name of the box
- : String!
- # An ordered list of field ID to display with width and color information from box
- # source
- : [DisplayFieldItem!]!
- }