bug: cannot update attributes with name "updated_at" #3730
Labels
group/backend
Issue related to the backend (API Server, Git Agent)
type/bug
Something isn't working as expected
Milestone
Component
API Server / GraphQL
Infrahub 0.14.2
Current Behavior
When using a schema defining nodes that have an attribute named
updated_at
, it is not possible to change the value of this attribute and it is always blank/null.Expected Behavior
updated_at
attributes should be editable as expectedSteps to Reproduce
Load the following schema:
Create a new Country node with a name, created_at and updated_at set.
You will see that created_at is correctly set but updated_at is not.
Additional Information
No response
The text was updated successfully, but these errors were encountered: