Merge pull request 'add minimum app version to get config call' (#38) from loewy/add-operation-minimum-app-version into master
Reviewed-on: #38
This commit is contained in:
commit
abc7e9fd05
@ -1608,6 +1608,7 @@ export type GetDeployedConfigQuery = {
|
||||
devMode: boolean;
|
||||
environment: string;
|
||||
firebase: boolean;
|
||||
minimumAllowedAppVersion: string;
|
||||
};
|
||||
};
|
||||
|
||||
@ -2279,6 +2280,7 @@ export const GetDeployedConfigDocument = gql`
|
||||
devMode
|
||||
environment
|
||||
firebase
|
||||
minimumAllowedAppVersion
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
@ -4,5 +4,6 @@ query getDeployedConfig {
|
||||
devMode
|
||||
environment
|
||||
firebase
|
||||
minimumAllowedAppVersion
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user