Skip to main content

ListEntryUpdate

Update an existing ListEntry resource.

Mutation

mutation ListEntryUpdate($id: ID!, $input: ListEntryUpdateInput!) {
ListEntryUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated ListEntry resource.