createCollection improvements
See original GitHub issueI think we could make a couple improvements to createCollection
. For example it could be used to:
- add custom resolvers and mutations
- define views
- define access restrictions
Basically, centralize everything that’s currently defined with Collection.doSomething()
in one place to make the APIs cleaner. Any other ideas?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
CreateCollection - Amazon OpenSearch Serverless
Creates a new OpenSearch Serverless collection. For more information, see Creating and managing Amazon OpenSearch Serverless collections .
Read more >db.createCollection() — MongoDB Manual
New collection that uses document validation. db.createCollection() is a wrapper around the database command create . The db.createCollection() ...
Read more >CreateCollection - Fauna Documentation
The CreateCollection function is used to create a collection that groups documents. Once the collection is created, it is possible to create documents...
Read more >create-collection — AWS CLI 2.9.5 Command Reference
create-collection ¶. Description¶. Creates a collection in an AWS Region. You can add faces to the collection using the IndexFaces operation. For example ......
Read more >FilteredStorage::createCollection() needs to set the correct ...
After calling FilteredStorage::createCollection() a new instance of ... I don't mind small improvements that make sense even though they are ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Maybe something like this would work:
Closing as this is included in 1.14 🎉