GraphQL INPUT_OBJECT

TaxExemptionDocumentDateSearchRelationInput

link Definition

  • input TaxExemptionDocumentDateSearchRelationInput {
  • # First search value.
  • value: Date!
  • # Second search value.
  • secondValue: Date
  • # Relational operator for search.
  • relationalOperator: TaxExemptionDocumentDateOperator!
  • }