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

    description "Lock a topic in community."