UpdateCategoryInput
UpdateCategoryInput is used for update Category object. Input was generated by ent.
input UpdateCategoryInput {
name: String
requirePledge: Boolean
}
Fields
UpdateCategoryInput.name ● String scalar
UpdateCategoryInput.requirePledge ● Boolean scalar
Member Of
updateCategory mutation