CategoryCreateInput
No description
input CategoryCreateInput {
code: ID!
description: String
subCategory: [SubCategoryCreateInput!]!
}
No description
input CategoryCreateInput {
code: ID!
description: String
subCategory: [SubCategoryCreateInput!]!
}
CategoryCreateInput.code
● ID!
non-null scalarCategoryCreateInput.description
● String
scalarCategoryCreateInput.subCategory
● [SubCategoryCreateInput!]!
non-null input