OBJECT

TranslationsSetPayload

link GraphQL Schema definition

1type TranslationsSetPayload implements Payload {
2translatedObject: ObjectWithTranslations
3
4userErrors: [UserError!]!
5
6userWarnings: [UserWarning!]!
7
8}

link Required by