We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84eeb43 commit 98cb241Copy full SHA for 98cb241
schema/token.graphql
@@ -60,7 +60,7 @@ type CreatorToken @entity {
60
channel: TokenChannel @derivedFrom(field: "token")
61
62
"video for the token presentation page"
63
- trailerVideo: [TrailerVideo!]! @derivedFrom(field: "token")
+ trailerVideo: TrailerVideo @derivedFrom(field: "token")
64
65
"about information displayed under the presentation video"
66
description: String
0 commit comments