Used to validate slugs to ensure they are URL-safe and unique. Designed to be used with translatable entities such as Product and Collection.
(ctx: RequestContext, input: T, translationEntity: Type<E>) => Promise<T>ID | nullArray<{ id?: ID | null; languageCode: LanguageCode; slug?: string | null; }> | null