DatetimeFilter: {
    after?: InputMaybe<Scalars["String"]>;
    before?: InputMaybe<Scalars["String"]>;
}

Type declaration

  • Optional after?: InputMaybe<Scalars["String"]>

    Timestamps -greater or equal- than this value. ISO 8601 format (e.g. 2024-10-28T18:30:00Z).

  • Optional before?: InputMaybe<Scalars["String"]>

    Timestamps -less- than this value. ISO 8601 format (e.g. 2024-10-28T18:30:00Z).

Generated using TypeDoc