diff --git a/schema/token.graphql b/schema/token.graphql index 618994471..6b60f39e8 100644 --- a/schema/token.graphql +++ b/schema/token.graphql @@ -60,7 +60,7 @@ type CreatorToken @entity { channel: TokenChannel @derivedFrom(field: "token") "video for the token presentation page" - trailerVideo: [TrailerVideo!]! @derivedFrom(field: "token") + trailerVideo: TrailerVideo @derivedFrom(field: "token") "about information displayed under the presentation video" description: String