Added Formular and Field

This commit is contained in:
2026-03-20 11:55:47 +01:00
parent 3dd2b43cc4
commit f7925e6248
17 changed files with 178 additions and 137 deletions

View File

@@ -1,4 +1,4 @@
import { Controller, Get, Inject, Injectable } from '@nestjs/common';
import { Controller, Get } from '@nestjs/common';
import { Query } from '@nestjs/graphql';
import { EventsService } from './events.service';
import { EventEntity } from './events.entity';