add sub gating to config operations
All checks were successful
Tests / Tests (pull_request) Successful in 11s
All checks were successful
Tests / Tests (pull_request) Successful in 11s
This commit is contained in:
parent
3f520a0331
commit
b956cfe0f9
@ -3344,6 +3344,7 @@ export type GetDeployedConfigQuery = {
|
||||
environment: string;
|
||||
firebase: boolean;
|
||||
minimumAllowedAppVersion: string;
|
||||
subscriptionGatingEnabled: boolean;
|
||||
bannerMessages: Array<{
|
||||
__typename?: "BannerGQL";
|
||||
color: string;
|
||||
@ -6173,6 +6174,7 @@ export const GetDeployedConfigDocument = gql`
|
||||
environment
|
||||
firebase
|
||||
minimumAllowedAppVersion
|
||||
subscriptionGatingEnabled
|
||||
bannerMessages {
|
||||
color
|
||||
dismissible
|
||||
|
@ -5,6 +5,7 @@ query getDeployedConfig {
|
||||
environment
|
||||
firebase
|
||||
minimumAllowedAppVersion
|
||||
subscriptionGatingEnabled
|
||||
bannerMessages {
|
||||
color
|
||||
dismissible
|
||||
|
Loading…
x
Reference in New Issue
Block a user