This commit is contained in:
parent
014aab473b
commit
42502772f5
@ -2750,7 +2750,7 @@ export type GetFeedQueryVariables = Exact<{
|
||||
|
||||
export type GetFeedQuery = {
|
||||
__typename?: "Query";
|
||||
getUserVideos: {
|
||||
getFeedVideos: {
|
||||
__typename?: "VideoHistoryGQL";
|
||||
videos: Array<{
|
||||
__typename?: "VideoGQL";
|
||||
@ -4188,7 +4188,7 @@ export const GetFeedDocument = gql`
|
||||
$after: String = null
|
||||
$filters: VideoFilterInput = null
|
||||
) {
|
||||
getUserVideos(limit: $limit, after: $after, filters: $filters) {
|
||||
getFeedVideos(limit: $limit, after: $after, filters: $filters) {
|
||||
videos {
|
||||
id
|
||||
owner {
|
||||
|
@ -3,7 +3,7 @@ query GetFeed(
|
||||
$after: String = null
|
||||
$filters: VideoFilterInput = null
|
||||
) {
|
||||
getUserVideos(limit: $limit, after: $after, filters: $filters) {
|
||||
getFeedVideos(limit: $limit, after: $after, filters: $filters) {
|
||||
videos {
|
||||
id
|
||||
owner {
|
||||
|
Loading…
Reference in New Issue
Block a user