asHtml
is a boolean that determines if the response is in HTML format.
body
is the body of the thread.
categories
is an array of category IDs that the thread belongs to.
id
is the ID of the thread.
locked
is a boolean that determines if the thread is locked.
mediaCategories
is an array of media category IDs that the thread belongs to.
sticky
is a boolean that determines if the thread is sticky.
title
is the title of the thread.
SaveThreadVariables
is an interface that contains the variables that are passed to theSaveThread
mutation. It includes the ID, title, body, categories, mediaCategories, sticky, locked, and asHtml variables.