INPUT_OBJECT
CreateCategoryInput
Input type for creating a CallTracking
link GraphQL Schema definition
- input CreateCategoryInput {
- # Translations of the Category
- : [CreateCategoryInputTranslations!]!
- # Parent Category Id
- : Int
- # Does Category appear on front-end ?
- : Boolean
- }