We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef98e3 commit 8021a20Copy full SHA for 8021a20
graphene_mongo/advanced_types.py
@@ -17,6 +17,7 @@ def _resolve_data(self, info):
17
18
class FsFile(mongoengine.Document):
19
20
+ # TODO: Need to take care collection name instead of hard-code
21
meta = {'collection': 'fs.files'}
22
content_type = mongoengine.StringField(name='contentType')
23
chunk_size = mongoengine.IntField(name='chunkSize')
0 commit comments