visgraph: adding endpoint to get list of relations

This commit is contained in:
2021-11-02 09:49:47 +01:00
parent d06a4b1ca9
commit bd2ee9ddc1
4 changed files with 47 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ class Relation
* @ORM\Id
* @ORM\GeneratedValue
* @ORM\Column(type="integer")
* @Serializer\Groups({"read"})
*/
private ?int $id = null;