1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

adding many to many constant

This commit is contained in:
Martin McKeaveney 2021-02-25 12:23:47 +00:00
parent b179418767
commit 07bf31ca77

View file

@ -14,6 +14,7 @@ exports.FieldTypes = {
exports.RelationshipTypes = { exports.RelationshipTypes = {
ONE_TO_MANY: "one-to-many", ONE_TO_MANY: "one-to-many",
MANY_TO_MANY: "many-to-many",
} }
exports.AuthTypes = { exports.AuthTypes = {