|
@@ -83,7 +83,7 @@ function mmExpandSchema(gqlSchema, defaultQueryFields, defaultMutationFields){
|
|
if (val && typeof val === 'string' && val.startsWith('/') && val.endsWith('/')){
|
|
if (val && typeof val === 'string' && val.startsWith('/') && val.endsWith('/')){
|
|
console.log('regexp found' ,val )
|
|
console.log('regexp found' ,val )
|
|
try {
|
|
try {
|
|
- return new RegExp(val.slice(1, -1))
|
|
|
|
|
|
+ return new RegExp(val.slice(1, -1), 'i')
|
|
}
|
|
}
|
|
catch (e){
|
|
catch (e){
|
|
return val
|
|
return val
|