ContentSaveInput
Input for auto-saving content.
input ContentSaveInput {
previousRevision: Int!
data: JSONString!
}
Fields
ContentSaveInput.previousRevision ● Int! non-null scalar
Revision of the previous content version.
ContentSaveInput.data ● JSONString! non-null scalar
Editor data.
Member Of
contentSave mutation