Moloni developers espana logo

FaqTranslationUpsert

Back


Updates or Creates a Faq translation

Takes the inserted data and checks if that languageId/faqTranslationId pair exists. If it does, its updated with the new data. If it doesn't exist, its created.

Input Fields

faqTranslationId: Int

slug: String!

title: String!

summary: String

metaKeywords: String

metaDescription: String

text: String

attachmentCaption: String

attachmentSource: String

linkText: String

video: String

languageId: Int!


Required fields are marked with "!"