Replies: 1 comment
-
You can use mutations and build a constant array similar to the examples in the playgrounds |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to be able to dynamically create queries (e.g. from user input). In the ObjC code, you could use an NSPredicate, but it is not clear how it can be done in Parse-Swift. It seems the easiest way would be to use this initializer on QueryConstraint, but it is not public.
init(key: String, value: Codable? = nil, comparator: Comparator? = nil, isNull: Bool = false)
Can someone point me in the right direction?
Beta Was this translation helpful? Give feedback.
All reactions