Skip to content

Instantly share code, notes, and snippets.

View Kilo-Loco's full-sized avatar
💪
Keep Moving Forward

Kyle Lee Kilo-Loco

💪
Keep Moving Forward
View GitHub Profile
@abeymm
abeymm / SubscriptionWithfilter.swift
Last active March 18, 2021 02:50
Amplify Subscription with filters for iOS
import Amplify
import AmplifyPlugins
class SubscriptionManager {
static var subscription: GraphQLSubscriptionOperation<JSONValue>?
static func createSubscription(courseId: String) {