Add keys and excludeKeys options to REST docs#649
Add keys and excludeKeys options to REST docs#649TomWFox merged 4 commits intoparse-community:gh-pagesfrom
keys and excludeKeys options to REST docs#649Conversation
Added example of Query.exclude() in `js/queries.md` Closes parse-community#632
|
Thanks for doing that, I will review this tomorrow. |
There was a problem hiding this comment.
JS changes look good 👍
I don't think excludeKeys should be mentioned in the retrieving objects section in the REST guide. If you look at the query constraints section there is a part which would make more sense...
In addition to where, there are several parameters you can use to configure what types of results are returned by the query.
I think excludeKeys should be added in the table here after keys and an example added after the keys example.
Also: * Added `excludKeys` to the parameter table * Added padding to <td> elements in `_normalize.scss`
|
You're right @TomWFox ! I let |
TomWFox
left a comment
There was a problem hiding this comment.
Looks good, tables look much better!
|
@dplewis could you give the code samples a quick once over? |
dplewis
left a comment
There was a problem hiding this comment.
Looks good to me. Just a quick nit
* commit 'e129790ed587819ecfcaed59fc7ff90ec6ffcfa1': (84 commits) Add `cascadeSave` option in ParseObject to JS docs (parse-community#664) Update apple sign in documentation (parse-community#662) Bump mixin-deep from 1.3.1 to 1.3.2 (parse-community#670) Update GraphQL docs with latest changes (parse-community#669) remove a bunch of parse cloud references (parse-community#654) docs: fixed examples for pipeline in aggregation (parse-community#661) Add beta notice to the GraphQL Guide (parse-community#659) iOS Documentation Revamp (parse-community#650) Fix doc for creating a subscription in javascript (parse-community#658) GraphQL Customisation (parse-community#652) added PhantAuth authData docs (parse-community#655) Fix typo in keys.md (parse-community#656) Fix typo in cloud-code.md (parse-community#657) add reference to afterFind, add more detail on predefined classes (parse-community#653) Add `keys` and `excludeKeys` options to REST docs (parse-community#649) document push type and priority keys for notifications (parse-community#639) Documentation for Sign In With Apple (parse-community#648) Documentation for isDataAvailable (parse-community#647) Remove line for 3.x (parse-community#646) Add documentation for query.withCount (parse-community#645) ...
Closes #632