arangodb / arangojs

The official ArangoDB JavaScript driver.
https://arangodb.github.io/arangojs
Apache License 2.0
601 stars 107 forks source link

error response "CollectionType is not defined" creating an edge collection #713

Closed berry4u closed 3 years ago

berry4u commented 3 years ago

v. 7.2.0 Receiving this error when trying to create an edge collection with: await collection.create({ type: CollectionType.EDGE_COLLECTION });

Sorry: it only needs a reference to arangojs