Compare commits

..

No commits in common. "72729e410be51101ed4ec444f0706dee30bdd8e6" and "3c6b37b5673a05028e25c260885860ca896c7622" have entirely different histories.

2 changed files with 0 additions and 10 deletions

View File

@ -1934,10 +1934,6 @@ export type GetShotsWithMetadataQuery = {
};
} | null;
} | null;
serializedShotPaths?: {
__typename?: "SerializedShotPathsGQL";
b64EncodedBuffer?: string | null;
} | null;
cueObjectFeatures?: {
__typename?: "CueObjectFeaturesGQL";
cueObjectDistance?: number | null;
@ -3163,9 +3159,6 @@ export const GetShotsWithMetadataDocument = gql`
}
}
}
serializedShotPaths {
b64EncodedBuffer
}
createdAt @include(if: $includeCreatedAt)
updatedAt @include(if: $includeUpdatedAt)
cueObjectFeatures @include(if: $includeCueObjectFeatures) {

View File

@ -113,9 +113,6 @@ query GetShotsWithMetadata(
}
}
}
serializedShotPaths {
b64EncodedBuffer
}
createdAt @include(if: $includeCreatedAt)
updatedAt @include(if: $includeUpdatedAt)
cueObjectFeatures @include(if: $includeCueObjectFeatures) {