OBJECT
A Field
type Field {# Idid: Int! # Nametoken: String! # Descriptiondescription: String # An ISO 639-1 valid locale, e.g.: fr, en, pt, ...defaultLocale: String # Translationstranslations: [FieldTranslation!]! # Field parent, if existsparent: Field # Date of creationcreatedAt: DateTime! # Date of last updateupdatedAt: DateTime! # Inheritance statusinheritanceStatus: String! }