StoryMessageBoxInput
StoryMessageBoxInput stores settings related to the Story Message Box.
input StoryMessageBoxInput {
enabled: Boolean
icon: String
content: String
}
Fields
StoryMessageBoxInput.enabled
● Boolean
scalar
enable when true will enable the Message Box on the comment stream.
StoryMessageBoxInput.icon
● String
scalar
icon when set will reference the string for the Message box used by the Message Box.
StoryMessageBoxInput.content
● String
scalar
content when set contains the actual markup for the Message Box.
Member Of
UpdateStorySettings
input