ENUM

PanelType

PanelType is the kind of panel.

link GraphQL Schema definition

1enum PanelType {
2
3# DEFAULT panels contain one or more of the content values in `Panel` to display.
4DEFAULT
5
6# EXTENSION panels are placeholders for extension content.
7EXTENSION
8}