Skip to content

Instantly share code, notes, and snippets.

@JamWils
Created June 8, 2017 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JamWils/ecb4186c20b1ba8d8cea0d815ad3b1c5 to your computer and use it in GitHub Desktop.
Save JamWils/ecb4186c20b1ba8d8cea0d815ad3b1c5 to your computer and use it in GitHub Desktop.
exports.schema = function () {
let parent = {}
parent.users = createUsers(3, 7);
return parent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment