UNPKG

@acaldas/graphql-codegen-typescript-validation-schema

Version:

GraphQL Code Generator plugin to generate form validation schema from your GraphQL schema

3 lines (2 loc) 207 B
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#advanced_searching_with_flags export const isConvertableRegexp = (maybeRegexp) => /^\/.*\/[dgimsuy]*$/.test(maybeRegexp);