Skip to content

Commit 98cb241

Browse files
authoredJul 23, 2024··
fix: 1 to 1 relation b/w creator token and trailer video entities (#345)
1 parent 84eeb43 commit 98cb241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎schema/token.graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ type CreatorToken @entity {
6060
channel: TokenChannel @derivedFrom(field: "token")
6161

6262
"video for the token presentation page"
63-
trailerVideo: [TrailerVideo!]! @derivedFrom(field: "token")
63+
trailerVideo: TrailerVideo @derivedFrom(field: "token")
6464

6565
"about information displayed under the presentation video"
6666
description: String

0 commit comments

Comments
 (0)
Please sign in to comment.