Skip to content

Commit

Permalink
fix: 1 to 1 relation b/w creator token and trailer video entities
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanakram3 committed Jul 23, 2024
1 parent 84eeb43 commit cfade09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/token.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfade09

Please sign in to comment.