From cc0941731a1679bc04ce7b7fd4254009bb5f1f62 Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Tue, 1 Oct 2024 12:14:50 +0100 Subject: [PATCH] docs(changeset): Overhaul the way in which `graphile-config` presets work such that including a preset at two different layers shouldn't result in unexpected behavior. --- .changeset/polite-cherries-exercise.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/polite-cherries-exercise.md diff --git a/.changeset/polite-cherries-exercise.md b/.changeset/polite-cherries-exercise.md new file mode 100644 index 000000000..9e9db73d5 --- /dev/null +++ b/.changeset/polite-cherries-exercise.md @@ -0,0 +1,8 @@ +--- +"graphile-build-pg": patch +"postgraphile": patch +"graphile-config": patch +--- + +Overhaul the way in which `graphile-config` presets work such that including a +preset at two different layers shouldn't result in unexpected behavior.