relation_completer progress
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
#ifndef MATADOR_RELATION_ENDPOINT_HPP
|
||||
#define MATADOR_RELATION_ENDPOINT_HPP
|
||||
|
||||
#include "matador/object/schema_node.hpp"
|
||||
|
||||
#include "matador/utils/enum_mapper.hpp"
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace matador::object {
|
||||
|
||||
class schema_node;
|
||||
|
||||
enum class relation_type : uint8_t {
|
||||
BELONGS_TO,
|
||||
HAS_ONE,
|
||||
|
||||
Reference in New Issue
Block a user