Homepage

DateFilter

Last edit: Oct 26, 2022

No description

type DateFilter {
  exists: Boolean
  gt: String
  gte: String
  lt: String
  lte: String
  not_value: String
  not_value_in: [String!]
  value: String
  value_in: [String!]
}

Fields

exists (Boolean)

gt (String)

gte (String)

lt (String)

lte (String)

not_value (String)

not_value_in (String)

value (String)

value_in (String)

Questions?

We are always happy to help with any questions you may have.

contact us