Alec Zopf
Alec Zopf
ok, readme doc updated to be a little more thorough / correct. merge when ready :)
I've been experiencing this same problem lately
Following up on this - the current dictionary contains numerous curse words... for example, "fuck", "shit", etc. Probably not acceptable for a general-usage password generation library. I just had a...
@sibeliusseraphini please see sample unit tests below taken from https://github.com/wellth-app/graffiti-mongoose/commit/b2b841e7a6d2ff44eb977b2fa1466799c587f037#diff-8b7cf0fa5fd81301d632e0a6f8fb2af6 and to @Secretmapper's point, I ended up working around that by creating a type cache (disabled by default) in the...
I only added it on the root node. Haven't really thought about it inside of models...
Here's a proposal for these "virtual" fields: Just add your own fields to the object returned by `type.getTypes(models).YourModel.getFields()`. Here's an example I just tested and seems to work **on my...
Here's my hack to make deletions possible: https://github.com/wellth-app/graffiti-mongoose/commit/886e8f3bbae16bf7d08db568203f74ea49a3433c
... and then I made this middleware that I can drop into my Koa stack to grab null variables from things that look like mutations and add their paths to...