Reverting config operation until BE deployed #186
@ -3269,15 +3269,6 @@ export type GetDeployedConfigQuery = {
|
||||
environment: string;
|
||||
firebase: boolean;
|
||||
minimumAllowedAppVersion: string;
|
||||
bannerMessages: Array<{
|
||||
__typename?: "BannerGQL";
|
||||
color: string;
|
||||
dismissible: boolean;
|
||||
id: number;
|
||||
kind: BannerKindEnum;
|
||||
message: string;
|
||||
priority: number;
|
||||
}>;
|
||||
};
|
||||
};
|
||||
|
||||
@ -5993,14 +5984,6 @@ export const GetDeployedConfigDocument = gql`
|
||||
environment
|
||||
firebase
|
||||
minimumAllowedAppVersion
|
||||
bannerMessages {
|
||||
color
|
||||
dismissible
|
||||
id
|
||||
kind
|
||||
message
|
||||
priority
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
@ -5,13 +5,5 @@ query getDeployedConfig {
|
||||
environment
|
||||
firebase
|
||||
minimumAllowedAppVersion
|
||||
bannerMessages {
|
||||
color
|
||||
dismissible
|
||||
id
|
||||
kind
|
||||
message
|
||||
priority
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user