enum.graphql 115 B

123456789101112
  1. enum State {
  2. # pending state
  3. PENDING
  4. # visible states
  5. VISIBLE
  6. INVISIBLE
  7. # archive state
  8. ARCHIVED
  9. }