[CORL-1219] Media Type Fixes (#3051)

* fix: better graphql types

* fix: fixed tests

* fix: fixed tests
This commit is contained in:
Wyatt Johnson
2020-07-29 21:11:53 +00:00
committed by GitHub
parent 6e50b28d8b
commit 51112a11c0
15 changed files with 76 additions and 27 deletions
+2 -2
View File
@@ -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.