ParametersUpdate
Update an existing Parameters resource.
Mutation
mutation ParametersUpdate($id: ID!, $input: ParametersUpdateInput!) {
ParametersUpdate(id: $id, input: $input) {
id
}
}
Input
id: ID of the resource to updateinput: See ParametersUpdateInput for input fields.
Return Type
Returns the updated Parameters resource.