File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ public struct Query<T>: ParseTypeable where T: ParseObject {
356
356
- parameter keys: A variadic list of keys to include in the result.
357
357
- returns: The mutated instance of query for easy chaining.
358
358
- warning: Requires Parse Server 5.0.0+.
359
- - note: When using the `Query` for `ParseLiveQuery`, setting`fields` will take precedence
359
+ - note: When using the `Query` for `ParseLiveQuery`, setting `fields` will take precedence
360
360
over `select`. If `fields` are not set, the `select` keys will be used.
361
361
*/
362
362
public func select( _ keys: String ... ) -> Query < T > {
@@ -369,7 +369,7 @@ public struct Query<T>: ParseTypeable where T: ParseObject {
369
369
- parameter keys: An array of keys to include in the result.
370
370
- returns: The mutated instance of query for easy chaining.
371
371
- warning: Requires Parse Server 5.0.0+.
372
- - note: When using the `Query` for `ParseLiveQuery`, setting`fields` will take precedence
372
+ - note: When using the `Query` for `ParseLiveQuery`, setting `fields` will take precedence
373
373
over `select`. If `fields` are not set, the `select` keys will be used.
374
374
*/
375
375
public func select( _ keys: [ String ] ) -> Query < T > {
You can’t perform that action at this time.
0 commit comments