concise-graphql
Advanced tools
Changelog
0.4.4 (2021-2-1)
isRequired
from a relation to its inverse.isRequired
in inverse relations (this ensures that NOT NULL
is properly configured in the database for this type of relations). See also https://github.com/sequelize/sequelize/issues/2837#issuecomment-500229635.Changelog
0.4.0 (2018-5-5)
isMassAssignable
attribute to fieldsexistsInClient
and existsInServer
in model.toJSON()
and isMassAssignable
in model.massAssign()
existsInServer
or existsInClient
are unset.Changelog
0.2.1 (2017-5-2)
.validate
rules. (concise-firebase
)Changelog
0.2.0 (2017-4-28)
validations
attributes.isPlural
attribute).