21788d003a
Summary: Dressipi CRUD queries are dummy implemented; Fixes T99 and T131 Test Plan: manual Reviewers: sale Subscribers: buda, sale Maniphest Tasks: T131, T99 Differential Revision: https://memgraph.phacility.com/D9
6 lines
102 B
C++
6 lines
102 B
C++
#pragma once
|
|
|
|
#include "communication/communication.hpp"
|
|
|
|
using Stream = communication::OutputStream;
|