INTERFACE

ObjectWithTranslations

link GraphQL Schema definition

1interface ObjectWithTranslations {
2# Required permission: Translation:read
3#
4# All elements are always returned
5#
6# Arguments
7# where: (self-explanatory)
8translations(where: TranslationFilter): [LanguageTranslation!]!
9
10}