diff --git a/apps/admin-ui/gql/gql-types.ts b/apps/admin-ui/gql/gql-types.ts index 9417f194b..1bd2ea5c4 100644 --- a/apps/admin-ui/gql/gql-types.ts +++ b/apps/admin-ui/gql/gql-types.ts @@ -2422,8 +2422,12 @@ export type QueryUnitsAllArgs = { nameSv?: InputMaybe; nameSv_Icontains?: InputMaybe; nameSv_Istartswith?: InputMaybe; + onlyDirectBookable?: InputMaybe; + onlySeasonalBookable?: InputMaybe; onlyWithPermission?: InputMaybe; orderBy?: InputMaybe>>; + ownReservations?: InputMaybe; + publishedReservationUnits?: InputMaybe; unit?: InputMaybe>>; }; diff --git a/apps/ui/gql/gql-types.ts b/apps/ui/gql/gql-types.ts index 9d2809736..f12efad0d 100644 --- a/apps/ui/gql/gql-types.ts +++ b/apps/ui/gql/gql-types.ts @@ -2422,8 +2422,12 @@ export type QueryUnitsAllArgs = { nameSv?: InputMaybe; nameSv_Icontains?: InputMaybe; nameSv_Istartswith?: InputMaybe; + onlyDirectBookable?: InputMaybe; + onlySeasonalBookable?: InputMaybe; onlyWithPermission?: InputMaybe; orderBy?: InputMaybe>>; + ownReservations?: InputMaybe; + publishedReservationUnits?: InputMaybe; unit?: InputMaybe>>; }; diff --git a/packages/common/gql/gql-types.ts b/packages/common/gql/gql-types.ts index a36c7b039..b87cd0e67 100644 --- a/packages/common/gql/gql-types.ts +++ b/packages/common/gql/gql-types.ts @@ -2422,8 +2422,12 @@ export type QueryUnitsAllArgs = { nameSv?: InputMaybe; nameSv_Icontains?: InputMaybe; nameSv_Istartswith?: InputMaybe; + onlyDirectBookable?: InputMaybe; + onlySeasonalBookable?: InputMaybe; onlyWithPermission?: InputMaybe; orderBy?: InputMaybe>>; + ownReservations?: InputMaybe; + publishedReservationUnits?: InputMaybe; unit?: InputMaybe>>; }; diff --git a/tilavaraus.graphql b/tilavaraus.graphql index babd22edc..83aca76f8 100644 --- a/tilavaraus.graphql +++ b/tilavaraus.graphql @@ -2577,11 +2577,15 @@ type Query { nameSv: String nameSv_Icontains: String nameSv_Istartswith: String + onlyDirectBookable: Boolean + onlySeasonalBookable: Boolean onlyWithPermission: Boolean """ Järjestä """ orderBy: [UnitOrderingChoices] + ownReservations: Boolean + publishedReservationUnits: Boolean unit: [Int] ): [UnitAllNode!] user(