Adds questionBox to the gl query

This commit is contained in:
gaba
2017-02-13 14:12:32 -08:00
parent 5a2e4b708b
commit 1b788b98c6
3 changed files with 5 additions and 1 deletions
@@ -11,6 +11,8 @@ query AssetQuery($asset_url: String!) {
moderation
infoBoxEnable
infoBoxContent
questionBoxEnable
questionBoxContent
closeTimeout
closedMessage
charCountEnable
+1 -1
View File
@@ -51,7 +51,7 @@ class Stream extends Component {
}
}
// Initialize GraphQL queries or mutations with the `gql` tag
// Initialize GraphQL queries or mutations with the gql tag
const StreamQuery = gql`fragment commentView on Comment {
id
body
+2
View File
@@ -271,6 +271,8 @@ type Settings {
infoBoxEnable: Boolean
infoBoxContent: String
questionBoxEnable: Boolean
questionBoxContent: String
closeTimeout: Int
closedMessage: String
charCountEnable: Boolean