Compare commits
3 Commits
3c6b37b567
...
72729e410b
Author | SHA1 | Date | |
---|---|---|---|
72729e410b | |||
5a9205a9b8 | |||
a33601158f |
@ -1934,6 +1934,10 @@ export type GetShotsWithMetadataQuery = {
|
||||
};
|
||||
} | null;
|
||||
} | null;
|
||||
serializedShotPaths?: {
|
||||
__typename?: "SerializedShotPathsGQL";
|
||||
b64EncodedBuffer?: string | null;
|
||||
} | null;
|
||||
cueObjectFeatures?: {
|
||||
__typename?: "CueObjectFeaturesGQL";
|
||||
cueObjectDistance?: number | null;
|
||||
@ -3159,6 +3163,9 @@ export const GetShotsWithMetadataDocument = gql`
|
||||
}
|
||||
}
|
||||
}
|
||||
serializedShotPaths {
|
||||
b64EncodedBuffer
|
||||
}
|
||||
createdAt @include(if: $includeCreatedAt)
|
||||
updatedAt @include(if: $includeUpdatedAt)
|
||||
cueObjectFeatures @include(if: $includeCueObjectFeatures) {
|
||||
|
@ -113,6 +113,9 @@ query GetShotsWithMetadata(
|
||||
}
|
||||
}
|
||||
}
|
||||
serializedShotPaths {
|
||||
b64EncodedBuffer
|
||||
}
|
||||
createdAt @include(if: $includeCreatedAt)
|
||||
updatedAt @include(if: $includeUpdatedAt)
|
||||
cueObjectFeatures @include(if: $includeCueObjectFeatures) {
|
||||
|
Loading…
Reference in New Issue
Block a user