Skip to main content

PersonUpdate

Update an existing Person resource.

Mutation

mutation PersonUpdate($id: ID!, $input: PersonUpdateInput!) {
PersonUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated Person resource.