Skip to content

Commit 8021a20

Browse files
committed
TODO
1 parent 9ef98e3 commit 8021a20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphene_mongo/advanced_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def _resolve_data(self, info):
1717

1818
class FsFile(mongoengine.Document):
1919

20+
# TODO: Need to take care collection name instead of hard-code
2021
meta = {'collection': 'fs.files'}
2122
content_type = mongoengine.StringField(name='contentType')
2223
chunk_size = mongoengine.IntField(name='chunkSize')

0 commit comments

Comments
 (0)