mutation linkRemove($input: LinkInput!) { linkRemove(input: $input) { success errors { message field } } }