OBJECT

PageFormOptionStatus

Available statuses for pages

link GraphQL Schema definition

  • type PageFormOptionStatus {
  • # Status id
  • id: PageStatus!
  • # Name of the status
  • name: String!
  • }