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.