OBJECT
AlpServicesWidget
A Widget for customizing services and services categories in the Admin Landing Page project
link GraphQL Schema definition
- type AlpServicesWidget implements AlpWidgetInterface {
- # Id of the Widget
- : Int!
- # Group where the Widget belongs to
- : AlpGroup!
- # Number of columns the widget will takes on a grid (6 or 12).
- : Int!
- # Title of the Widget
- : String!
- # Description of the Widget
- : String
- # The Widget which precedes this one
- : AlpWidgetInterface
- # The Widget which follows this one
- : AlpWidgetInterface
- }