class DeleteTopicCategory < GraphQL::Schema::Mutation
    argument :id, ID, required: true

    description "Destroy a category in community."