Container registry tags graphql query returns `null` createdAt value
Problem
We noticed that the container registry tags list UI intermittently displayed Published just now for the published date/time, for all tags regardless of actual published date when 2023-05-12: Container registry pulls failing wi... (gitlab-com/gl-infra/production#14260 - closed) happened

Reason being container registry tags GraphQL query returned null for the createdAt field in some cases.
Possible solutions
-
createdAtfield isnullable, so we could add additional checks on the frontend.-
Question: what do we show if
createdAtis null?
-
Question: what do we show if
- Identify why backend fails to return a valid
createdAttimestamp.
Edited by Rahul Chanila
