INPUT_OBJECT
Input type for creating/updating Translations of a Location
input LocationTranslationsInput {# Translation localelocale: String!# Translation of attribute « title »title: String!# Translation of attribute « openingHours »openingHours: String!}