Files
predavanja/Events.GraphQL/Events.GraphQLServer/SetupGraphQL/EventInput.cs
2026-05-10 23:39:55 +02:00

6 lines
103 B
C#

namespace GraphQLServer.SetupGraphQL;
public record EventInput(
string Name,
DateOnly EventDate);