OBJECT

Field

A Field

link GraphQL Schema definition

  • type Field {
  • # Id
  • id: Int!
  • # Name
  • token: String!
  • # Description
  • description: String
  • # An ISO 639-1 valid locale, e.g.: fr, en, pt, ...
  • defaultLocale: String
  • # Translations
  • translations: [FieldTranslation!]!
  • # Field parent, if exists
  • parent: Field
  • # Date of creation
  • createdAt: DateTime!
  • # Date of last update
  • updatedAt: DateTime!
  • # Inheritance status
  • inheritanceStatus: String!
  • }