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 fab8cfd commit eefa2ccCopy full SHA for eefa2cc
src/Adapters/Storage/Mongo/MongoSchemaCollection.js
@@ -25,6 +25,7 @@ function mongoFieldToParseSchemaField(type) {
25
case 'array': return {type: 'Array'};
26
case 'geopoint': return {type: 'GeoPoint'};
27
case 'file': return {type: 'File'};
28
+ case 'bytes': return {type: 'Bytes'};
29
}
30
31
0 commit comments