ENUM

Document_OrderBy_Fields

link GraphQL Schema definition

  • enum Document_OrderBy_Fields {
  • # Order by id
  • id
  • # Order by name
  • name
  • # Order by type
  • type
  • # Order by is_public
  • is_public
  • # Order by attachment
  • attachment
  • }