class DeleteTopicSubscription < GraphQL::Schema::Mutation
    argument :topic_id, ID, required: true

    description "Unsubscribe from a topic"