This commit is contained in:
2023-10-17 18:56:37 +03:00
parent d9736b29a4
commit 4b9e9cb4f6
13 changed files with 4 additions and 432 deletions
-16
View File
@@ -1,16 +0,0 @@
<?php
namespace Lucent\Edge;
final class QueryEdge
{
public function __construct(
public string $fromSchema,
public string $from,
public string $schema,
public string $field,
public string $to,
) {
}
}