Skip to main content

LinkageUpdate

Update an existing Linkage resource.

Mutation

mutation LinkageUpdate($id: ID!, $input: LinkageUpdateInput!) {
LinkageUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated Linkage resource.