query FFZ_LastBroadcast($id: ID, $login: String) { user(id: $id, login: $login) { id lastBroadcast { id startedAt title } } }