add marketing to schema
All checks were successful
Tests / Tests (pull_request) Successful in 10s

This commit is contained in:
2025-10-10 14:44:45 -07:00
parent 051555f9fc
commit a7649351b3
3 changed files with 19 additions and 0 deletions

View File

@@ -364,6 +364,7 @@ type UserGQL {
createdAt: DateTime
updatedAt: DateTime
videosPrivateByDefault: Boolean
agreesToMarketing: Boolean
following: [UserGQL!]
followers: [UserGQL!]
}
@@ -1055,6 +1056,7 @@ input EditUserInputGQL {
username: String = null
fargoRating: Int = null
videosPrivateByDefault: Boolean = null
agreesToMarketing: Boolean = null
}
type CreateSubscriptionResultGQL {