IStatus

(INTERFACE)

link GraphQL Schema definition

  • interface IStatus {
  • # Internal ID
  • id: ID!
  • # Status name
  • name: String!
  • }