(context, location, collectionId, name)
| 20 | } |
| 21 | |
| 22 | function collectionContextQuery(context, location, collectionId, name) { |
| 23 | const path = collectionId ? 'entities' : undefined; |
| 24 | return Query.fromLocation(path, location, context, name); |
| 25 | } |
| 26 | |
| 27 | export function collectionDocumentsQuery(location, collectionId) { |
| 28 | const context = { |
no test coverage detected