INPUT_OBJECT

CreateFieldInput

Input type for creating a Field

link GraphQL Schema definition

  • input CreateFieldInput {
  • # Name of the Field
  • token: String!
  • # Description of the Field
  • description: String!
  • # Translations of the Field
  • translations: [FieldTranslationsInput!]!
  • }

link Require by