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

    description "Create a topic subscription."