We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3986853 commit c572d31Copy full SHA for c572d31
ParseSwift.playground/Pages/11 - LiveQuery.xcplaygroundpage/Contents.swift
@@ -148,7 +148,7 @@ ParseLiveQuery.client?.sendPing { error in
148
var query2 = GameScore.query("points" > 50)
149
150
//: Select the fields you are interested in receiving.
151
-query2.fields("points")
+query2.select("points")
152
153
//: Subscribe to your new query.
154
let subscription2 = query2.subscribeCallback!
0 commit comments