UNPKG

graphql-validity

Version:

Make business logic validation easy on the graphql side without adding any declarations or modifications to the existing graphql schema.

7 lines (6 loc) 123 B
/** * Generates and returns Unified Unique Identifier * * @returns {string} */ export declare function uuid(): string;