ENUM

ProjectCardState

Various content states of a ProjectCard

link GraphQL Schema definition

  • enum ProjectCardState {
  • # The card has content only.
  • CONTENT_ONLY
  • # The card has a note only.
  • NOTE_ONLY
  • # The card is redacted.
  • REDACTED
  • }