Add minimum allowed AppVersion to deployed config
This commit is contained in:
parent
a6604a3a6d
commit
dabaa3d1e1
@ -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 {
|
||||
|
@ -156,6 +156,7 @@ type DeployedConfigGQL {
|
||||
firebase: Boolean!
|
||||
devMode: Boolean!
|
||||
environment: String!
|
||||
minimumAllowedAppVersion: String!
|
||||
}
|
||||
|
||||
type MakePercentageIntervalGQL {
|
||||
|
Loading…
Reference in New Issue
Block a user