OBJECT
ArticleFormOptionsStatus
Available statuses for articles
link GraphQL Schema definition
- type ArticleFormOptionsStatus {
- # Status id
- : ArticleStatus!
- # Name of the status
- : String!
- }
OBJECT
Available statuses for articles
- type ArticleFormOptionsStatus {
- # Status id
- : ArticleStatus!
- # Name of the status
- : String!
- }