INPUT_OBJECT
CreateFieldInput
Input type for creating a Field
link GraphQL Schema definition
- input CreateFieldInput {
- # Name of the Field
- : String!
- # Description of the Field
- : String!
- # Translations of the Field
- : [FieldTranslationsInput!]!
- }
INPUT_OBJECT
Input type for creating a Field
- input CreateFieldInput {
- # Name of the Field
- : String!
- # Description of the Field
- : String!
- # Translations of the Field
- : [FieldTranslationsInput!]!
- }