accountReference
List of matching account references.
Arguments
Filter account references by this value.
Returns
[AccountReferenceType]Possible Errors
Allowed Viewers
Required Permissions
Can query account referenceQuery 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 AccountReference($value: String) {
accountReference(value: $value) {
account {
...AccountTypeFragment
}
createdAt
namespace
updatedAt
value
}
}
Variables
{
"value": "bank-entire-three-north-understand"
}
Response
{
"data": {
"accountReference": [
{
"account": AccountType,
"createdAt": "1995-11-26T12:08:01.612424+00:00",
"namespace": "everyone-skin-still-actually-prove",
"updatedAt": "1975-03-10T18:32:40.835455+00:00",
"value": "boy-those-always-dream-write"
}
]
}
}