From 4942ced7b48ae0c167d530b64c22203cddac8231 Mon Sep 17 00:00:00 2001 From: Daniel Cousens <413395+dcousens@users.noreply.github.com> Date: Tue, 13 Sep 2022 12:40:19 +1000 Subject: [PATCH] update changeset --- .changeset/poor-dogs-exercise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/poor-dogs-exercise.md b/.changeset/poor-dogs-exercise.md index 475a1107d5e..29712b2fdd0 100644 --- a/.changeset/poor-dogs-exercise.md +++ b/.changeset/poor-dogs-exercise.md @@ -2,4 +2,4 @@ '@keystone-6/core': major --- -Removes the types `AdminMetaRootVal`, `ListMetaRootVal` and `FieldMetaRootVal` by removing the unnecessary parameters for `getAdminMeta` when writing field types. +Removes the parameters for `getAdminMeta` when writing field types, and the respective types `AdminMetaRootVal`, `ListMetaRootVal` and `FieldMetaRootVal` therein.