Skip to main content

Arguments

input : AccountReferenceInput! required

Input fields for updating an account reference.

Returns

UpdateAccountReference

Update a reference for a particular account and namespace.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can access customer queries
OR Can update account reference

Query Complexity

1

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

mutation UpdateAccountReference($input: AccountReferenceInput!) { updateAccountReference(input: $input) { accountReference { ...AccountReferenceTypeFragment } } }

Variables

{ "input": AccountReferenceInput }

Response

{ "data": { "updateAccountReference": { "accountReference": AccountReferenceType } } }