Compare commits

..

1 Commits

Author SHA1 Message Date
dean
2d930ca5e8 Update schema for defaultAndroidRecordingFormat 2026-01-07 11:23:16 -08:00
3 changed files with 0 additions and 8 deletions

View File

@@ -273,7 +273,6 @@ export type DeployedConfigGql = {
__typename?: "DeployedConfigGQL";
allowNewUsers: Scalars["Boolean"]["output"];
bannerMessages: Array<BannerGql>;
bucketUrl: Scalars["String"]["output"];
defaultAndroidRecordingFormat: StreamSegmentTypeEnum;
devMode: Scalars["Boolean"]["output"];
environment: Scalars["String"]["output"];
@@ -3977,8 +3976,6 @@ export type GetDeployedConfigQuery = {
firebase: boolean;
minimumAllowedAppVersion: string;
subscriptionGatingEnabled: boolean;
defaultAndroidRecordingFormat: StreamSegmentTypeEnum;
bucketUrl: string;
bannerMessages: Array<{
__typename?: "BannerGQL";
color: string;
@@ -8220,8 +8217,6 @@ export const GetDeployedConfigDocument = gql`
message
priority
}
defaultAndroidRecordingFormat
bucketUrl
}
}
`;

View File

@@ -14,7 +14,5 @@ query getDeployedConfig {
message
priority
}
defaultAndroidRecordingFormat
bucketUrl
}
}

View File

@@ -669,7 +669,6 @@ type DeployedConfigGQL {
subscriptionGatingEnabled: Boolean!
bannerMessages: [BannerGQL!]!
defaultAndroidRecordingFormat: StreamSegmentTypeEnum!
bucketUrl: String!
}
type BannerGQL {