From df89aba524270e52f82987fcc4ab5d78ce180fc5 Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Thu, 2 Mar 2023 13:28:57 +0000 Subject: [PATCH] docs(changeset): Query planning errors now output (to console) in production too --- .changeset/shy-spoons-work.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/shy-spoons-work.md diff --git a/.changeset/shy-spoons-work.md b/.changeset/shy-spoons-work.md new file mode 100644 index 000000000..3a3b9da26 --- /dev/null +++ b/.changeset/shy-spoons-work.md @@ -0,0 +1,5 @@ +--- +"grafast": patch +--- + +Query planning errors now output (to console) in production too