Is there a way/module to generate dummy graphcool ...
# prisma-whats-new
d
Is there a way/module to generate dummy graphcool ids? Just throwing together mock data for design purposes in React Native. I know it doesnโ€™t really matter, but for my own mental understanding/OCD I want the ids to look like the real thing. ๐Ÿ˜œ
n
@derbingle we use `cuid-java`: https://github.com/graphcool/cuid-java you can use the original
cuid
npm module ๐Ÿ™‚
d
Awesome, thanks @nilan !
๐ŸŽ‰ 1
a
And if you want to generate names like graphcool, they use https://www.npmjs.com/package/sillyname ๐Ÿ˜„