LibraryUpdate
Update an existing Library resource.
Mutation
mutation LibraryUpdate($id: ID!, $input: LibraryUpdateInput!) {
LibraryUpdate(id: $id, input: $input) {
id
}
}
Input
id: ID of the resource to updateinput: See LibraryUpdateInput for input fields.
Return Type
Returns the updated Library resource.