MetadataInput
The metadata input type for mutations.
Input fields
An identifier for the associated object, e.g. account_number for the Account linked object type or email for the Account User linked object type.
The key for the metadata.
The object that the metadata is associated with.
The metadata value which should be a valid JSON string.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"identifier": "44250206",
"key": "pick-environment-tree-where-cause",
"linkedObjectType": "ACCOUNT",
"value": {"key": "value"}
}