API
created_by_app and created_by_user fields on Metaobject and MetaobjectDefinition types
We are introducing two new fields in the type:
: The app used to create the metaobject definition.
: The staff member who created the metaobject definition.
Similarly, we are introducing two new fields in the Metaobject
type:
: The app used to create the object.
: The staff member who created the metaobject.
Additionally, we are deprecating the field in the
Metaobject
type. This field is being deprecated, and the field should be used instead.
Was this section helpful?