ENUM

ReportOperation

link GraphQL Schema definition

  • enum ReportOperation {
  • SearchNotIn
  • After
  • Before
  • NotOn
  • DatetimeAfter
  • DatetimeBefore
  • EqualityEqual
  • EqualityNotEqual
  • Between
  • NotBetween
  • StringEqual
  • StringNotEqual
  • Like
  • StartsWith
  • EndsWith
  • In
  • NumericEqual
  • GreaterThan
  • LessThan
  • NumericNotEqual
  • NegationIs
  • NegationIsNot
  • SearchIn
  • On
  • }