You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the collection contains pre-existing records, and those records do not contain createdAt or updatedAt and I try to return those fields in a query, I get an error Cannot return null for non-nullable field Order.createdAt.
What is the expected way to deal with this?
The text was updated successfully, but these errors were encountered:
If the collection contains pre-existing records, and those records do not contain createdAt or updatedAt and I try to return those fields in a query, I get an error
Cannot return null for non-nullable field Order.createdAt
.What is the expected way to deal with this?
The text was updated successfully, but these errors were encountered: