(location, collectionId)
| 101 | } |
| 102 | |
| 103 | export function collectionEntitySetsQuery(location, collectionId) { |
| 104 | const context = { 'filter:collection_id': collectionId }; |
| 105 | const path = collectionId ? `entitysets` : undefined; |
| 106 | return Query.fromLocation(path, location, context, 'entitySets'); |
| 107 | } |
| 108 | |
| 109 | export function collectionMappingsQuery(location, collectionId) { |
| 110 | const path = collectionId |
no test coverage detected