ENUM

FieldOperator

link GraphQL Schema definition

  • enum FieldOperator {
  • Nop
  • Is
  • IsNot
  • IsEmpty
  • IsNotEmpty
  • Less
  • LessOrEqual
  • More
  • MoreOrEqual
  • Between
  • BetweenNot
  • Contains
  • ContainsNot
  • Has
  • HasNot
  • RelativePeriod
  • RelativePeriodNot
  • In
  • InNot
  • }