From 63a7ebc71df31daefac0b7cf7ecba56e1140f3b6 Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Wed, 30 Sep 2020 15:51:08 -0500 Subject: [PATCH] Fixed codegen --- codegen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen.json b/codegen.json index 77c40ade9..dfd125f82 100644 --- a/codegen.json +++ b/codegen.json @@ -8,7 +8,7 @@ }, "documents": [ { - "./lib/bigcommerce/api/queries/**/*.ts": { + "./lib/bigcommerce/api/operations/**/*.ts": { "noRequire": true } }