adding many to many constant

This commit is contained in:
Martin McKeaveney 2021-02-25 12:23:47 +00:00
parent 2d75bc750b
commit fbbeb19724
1 changed files with 1 additions and 0 deletions

View File

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