Compare commits
2 Commits
dabaa3d1e1
...
abc7e9fd05
Author | SHA1 | Date | |
---|---|---|---|
abc7e9fd05 | |||
dd5ce77102 |
@ -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