accountReference
List of matching account references.
Arguments
Filter account references by this value.
Returns
[AccountReferenceType]Examples
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 AccountReference($value: String) {
accountReference(value: $value) {
account {
...AccountTypeFragment
}
createdAt
namespace
updatedAt
value
}
}
Variables
{
"value": "performance-maintain-deep-issue-move"
}
Response
{
"data": {
"accountReference": [
{
"account": AccountType,
"createdAt": "2021-07-04T08:41:53.071129+00:00",
"namespace": "produce-everyone-her-nice-where",
"updatedAt": "1999-12-06T06:26:44.937764+00:00",
"value": "often-air-win-drug-employee"
}
]
}
}