Compare commits
1 Commits
4f1a4c2cc1
...
15c0849e4c
Author | SHA1 | Date | |
---|---|---|---|
15c0849e4c |
@ -2219,7 +2219,7 @@ export type MutationGetUploadLinkArgs = {
|
||||
};
|
||||
|
||||
export type MutationReactToVideoArgs = {
|
||||
reaction: ReactionEnum;
|
||||
reaction?: InputMaybe<ReactionEnum>;
|
||||
videoId: Scalars["Int"]["input"];
|
||||
};
|
||||
|
||||
@ -2476,7 +2476,6 @@ export enum ReactionEnum {
|
||||
Heart = "HEART",
|
||||
Hundred = "HUNDRED",
|
||||
Like = "LIKE",
|
||||
None = "NONE",
|
||||
}
|
||||
|
||||
export type ReactionGql = {
|
||||
|
@ -625,7 +625,6 @@ enum ReactionEnum {
|
||||
HEART
|
||||
BULLSEYE
|
||||
HUNDRED
|
||||
NONE
|
||||
}
|
||||
|
||||
type RunFeaturesGQL {
|
||||
@ -814,7 +813,7 @@ type Mutation {
|
||||
): Boolean!
|
||||
editUploadStream(videoId: Int!, videoMetadata: VideoMetadataInput!): Boolean!
|
||||
deleteVideo(videoId: Int!): Boolean!
|
||||
reactToVideo(videoId: Int!, reaction: ReactionEnum!): Boolean!
|
||||
reactToVideo(videoId: Int!, reaction: ReactionEnum): Boolean!
|
||||
}
|
||||
|
||||
input CreateBucketSetInput {
|
||||
|
Loading…
x
Reference in New Issue
Block a user