OBJECT
PageFormOptionStatus
Available statuses for pages
link GraphQL Schema definition
- type PageFormOptionStatus {
- # Status id
- : PageStatus!
- # Name of the status
- : String!
- }
OBJECT
Available statuses for pages
- type PageFormOptionStatus {
- # Status id
- : PageStatus!
- # Name of the status
- : String!
- }