INPUT_OBJECT

UpdateFieldInput

Input type for updating a Field

link GraphQL Schema definition

  • input UpdateFieldInput {
  • # New name of the Field
  • token: String
  • # New description of the Field
  • description: String
  • # New translations of the Field
  • translations: [FieldTranslationsInput!]
  • }

link Require by