File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
## StitchQuery - "for getting all your stuff"™
2
2
3
- Build Status: [ ![ Circle CI] ( https://circleci.com/gh/HustleInc /parse-stitch-query.svg?style=svg )] ( https://circleci.com/gh/HustleInc /parse-stitch-query )
3
+ Build Status: [ ![ Circle CI] ( https://circleci.com/gh/Hustle /parse-stitch-query.svg?style=svg )] ( https://circleci.com/gh/Hustle /parse-stitch-query )
4
4
5
5
StitchQuery allows you to query for more than 1000 objects by making multiple requests and stitching
6
6
the results together.
@@ -30,7 +30,7 @@ StitchQuery(query).then((results) => {
30
30
// SuperStitchQuery, for unlimited results!
31
31
StitchQuery (query, {superStitch: true }).then (... )
32
32
33
- // Pass through query options
33
+ // Pass through query options
34
34
StitchQuery (query, {userMasterKey: true }).then (... )
35
35
```
36
36
You can’t perform that action at this time.
0 commit comments