OBJECT

FormStatus

A status for a form.

link GraphQL Schema definition

  • type FormStatus {
  • # Unique form status ID.
  • id: Int!
  • # The status's system name.
  • name: String!
  • # The status's display label.
  • label: String!
  • # The status's display colour.
  • color: Color
  • # The status's display font colour.
  • font_color: Color
  • # The sort order priority.
  • sort_order: String
  • }