๐Ÿ˜Ž Discover cool tips and tricks for customization in our next Developer Deep Dive virtual event - sign up now!

Given type name is a reserved type

If you get this error, it means you most likely have tried to add a type to your schema that clashes with one of the builtin types. Currently the reserved types are:

any, array, block, boolean, date, datetime, document, email, file, geopoint, image, number, object, reference, slug, string, telephone, text, time, type and url.

If you got a type with one of these names in your schema, you'll have to give it another name or remove it.

Was this article helpful?