INPUT_OBJECT
UpdateFieldInput
Input type for updating a Field
link GraphQL Schema definition
- input UpdateFieldInput {
- # New name of the Field
- : String
- # New description of the Field
- : String
- # New translations of the Field
- : [FieldTranslationsInput!]
- }