Closed maybejustmaybe closed 3 years ago
When updating an airtable record from a model we only serialize changed fields.
Additionally, we can now mark derived or special fields as allow_mutation=False to ensure that the automation doesn't change them.
allow_mutation=False
closes #52
When updating an airtable record from a model we only serialize changed fields.
Additionally, we can now mark derived or special fields as
allow_mutation=False
to ensure that the automation doesn't change them.closes #52