Fixed get user tags parameters
All checks were successful
Tests / Tests (pull_request) Successful in 11s

This commit is contained in:
2024-07-24 11:47:50 -07:00
parent 4feeba5150
commit d75822c465
2 changed files with 1 additions and 5 deletions

View File

@@ -1142,10 +1142,6 @@ export type QueryGetUserArgs = {
userId: Scalars["Int"]["input"];
};
export type QueryGetUserTagsArgs = {
userId: Scalars["Int"]["input"];
};
export type QueryGetUserVideosArgs = {
after?: InputMaybe<Scalars["String"]["input"]>;
filters?: InputMaybe<VideoFilterInput>;