Skip to main content

ParametersUpdate

Update an existing Parameters resource.

Mutation

mutation ParametersUpdate($id: ID!, $input: ParametersUpdateInput!) {
ParametersUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated Parameters resource.