From 6d04b533829e3a44e08a4838c439b42b4658ca55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20St=C3=BCbinger?= <41049452+stuebingerb@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:31:24 +0100 Subject: [PATCH] docs: Update limitations of DataLoaderPrepared executor --- docs/content/Reference/Type System/objects-and-interfaces.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/content/Reference/Type System/objects-and-interfaces.md b/docs/content/Reference/Type System/objects-and-interfaces.md index 77d1c49..7e9ad66 100644 --- a/docs/content/Reference/Type System/objects-and-interfaces.md +++ b/docs/content/Reference/Type System/objects-and-interfaces.md @@ -251,6 +251,7 @@ Returns: This feature can be used in production but does currently have some issues: -1. The `useDefaultPrettyPrint` doesn't work. +1. The `useDefaultPrettyPrint` doesn't work 1. Order of fields are not guaranteed, to match the order that was requested -1. Other than that it should work as expected. +1. Custom generic type resolvers are not supported +1. Other than that it should work as expected