mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
[CORL-1219] Media Type Fixes (#3051)
* fix: better graphql types * fix: fixed tests * fix: fixed tests
This commit is contained in:
@@ -1749,7 +1749,7 @@ type Settings {
|
||||
"""
|
||||
media is the configuration media content attached to Comment's.
|
||||
"""
|
||||
media: MediaConfiguration
|
||||
media: MediaConfiguration!
|
||||
|
||||
"""
|
||||
featureFlags provides the enabled feature flags.
|
||||
@@ -4422,7 +4422,7 @@ input GiphyMediaConfigurationInput {
|
||||
"""
|
||||
maximum allowed rating for gifs, g, pg, pg-13, r
|
||||
"""
|
||||
maxRating: String!
|
||||
maxRating: String
|
||||
|
||||
"""
|
||||
key is the API key for Giphy.
|
||||
|
||||
Reference in New Issue
Block a user