mutation UpdateMetadata($id: ID!, $input: [MetadataInput!]!) { updateMetadata(id: $id, input: $input) { errors { field message code } } }