diff --git a/src/index.tsx b/src/index.tsx index 18e6d3d..aa46e38 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -122,6 +122,7 @@ export type DeployedConfigGql = { devMode: Scalars["Boolean"]["output"]; environment: Scalars["String"]["output"]; firebase: Scalars["Boolean"]["output"]; + minimumAllowedAppVersion: Scalars["String"]["output"]; }; export enum DeviceTypeEnum { diff --git a/src/schema.gql b/src/schema.gql index 64a6368..ef7a826 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -156,6 +156,7 @@ type DeployedConfigGQL { firebase: Boolean! devMode: Boolean! environment: String! + minimumAllowedAppVersion: String! } type MakePercentageIntervalGQL {