remove stream from getUploadLink
This commit is contained in:
parent
5350c46e0a
commit
72b451d322
@ -2191,10 +2191,6 @@ export type GetUploadLinkMutation = {
|
|||||||
value: string;
|
value: string;
|
||||||
} | null>;
|
} | null>;
|
||||||
};
|
};
|
||||||
stream?: {
|
|
||||||
__typename?: "UploadStreamGQL";
|
|
||||||
uploadCompletionCursor: number;
|
|
||||||
} | null;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -4144,9 +4140,6 @@ export const GetUploadLinkDocument = gql`
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stream {
|
|
||||||
uploadCompletionCursor
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
@ -34,9 +34,6 @@ mutation GetUploadLink($videoId: Int!, $segmentIndex: Int!) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stream {
|
|
||||||
uploadCompletionCursor
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user