UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

8 lines (7 loc) 217 B
import ShortUniqueId from 'short-unique-id'; var uid = new ShortUniqueId({ length: 8 }); var generateDocumentKey = () => uid.rnd(); export { generateDocumentKey }; //# sourceMappingURL=generate-document-key.mjs.map