From 5b747b3a8c06eb7b8ad21f14d29219aca74ddc03 Mon Sep 17 00:00:00 2001 From: Ignazio Bovo Date: Wed, 16 Aug 2023 10:24:50 +0200 Subject: [PATCH] Update schema/hidden.graphql Co-authored-by: Zeeshan Akram <37098720+zeeshanakram3@users.noreply.github.com> --- schema/hidden.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/hidden.graphql b/schema/hidden.graphql index bf4592b58..97cb6527e 100644 --- a/schema/hidden.graphql +++ b/schema/hidden.graphql @@ -78,7 +78,7 @@ type Exclusion @entity { "Unique identifier of the exclusion" id: ID! - "If it's a channel report: ID of the channel being reported (the channel may no longer exist)" + "If it's a channel exclusion: ID of the channel being reported (the channel may no longer exist)" channelId: String @index "If it's a video exclusion: ID of the video being reported (the video may no longer exist)"