metadata
Metadata for a linked object.
Arguments
Returns
[Metadata]Possible Errors
Allowed Viewers
Required Permissions
Can access customer queriesCan query metadata
Query Complexity
1Examples
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.
query Metadata(
$identifier: String!,
$linkedObjectType: LinkedObjectType
) {
metadata(
identifier: $identifier,
linkedObjectType: $linkedObjectType
) {
key
value
}
}
Variables
{
"identifier": "82036750",
"linkedObjectType": "ACCOUNT"
}
Response
{
"data": {
"metadata": [
{
"key": "eye-manage-time-name-Democrat",
"value": {"key": "value"}
}
]
}
}