Skip to main content

EndpointUpdate

Update an existing Endpoint resource.

Mutation

mutation EndpointUpdate($id: ID!, $input: EndpointUpdateInput!) {
EndpointUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated Endpoint resource.