DatetimeOffset: {
    days?: InputMaybe<Scalars["Int"]>;
    hours?: InputMaybe<Scalars["Int"]>;
    minutes?: InputMaybe<Scalars["Int"]>;
    months?: InputMaybe<Scalars["Int"]>;
    seconds?: InputMaybe<Scalars["Int"]>;
    weeks?: InputMaybe<Scalars["Int"]>;
    years?: InputMaybe<Scalars["Int"]>;
}

An offset in date and/or time represented as integer differences for each datetime field

Type declaration

  • Optional days?: InputMaybe<Scalars["Int"]>

    Positive or negative difference for days

  • Optional hours?: InputMaybe<Scalars["Int"]>

    Positive or negative difference for hours

  • Optional minutes?: InputMaybe<Scalars["Int"]>

    Positive or negative difference for minutes

  • Optional months?: InputMaybe<Scalars["Int"]>

    Positive or negative difference for months

  • Optional seconds?: InputMaybe<Scalars["Int"]>

    Positive or negative difference for seconds

  • Optional weeks?: InputMaybe<Scalars["Int"]>

    Positive or negative difference for weeks

  • Optional years?: InputMaybe<Scalars["Int"]>

    Positive or negative difference for years

Generated using TypeDoc