Skip to main content

Arguments

input : UpdateSsdInput

Returns

UpdateSsd

Update the Supply Start Date (SSD) of an account.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can access customer queries
OR Can update ssd

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 UpdateSsd($input: UpdateSsdInput) { updateSsd(input: $input) { estimatedSsd ssdUpdated } }

Variables

{ "input": UpdateSsdInput }

Response

{ "data": { "updateSsd": { "estimatedSsd": "2014-01-18", "ssdUpdated": true } } }