shopping-assistant-api/ShoppingAssistantApi.Api/Queries/ProductQuery.cs

11 lines
256 B
C#

using HotChocolate.Authorization;
using ShoppingAssistantApi.Application.IServices;
using ShoppingAssistantApi.Domain.Entities;
namespace ShoppingAssistantApi.Api.Queries;
[ExtendObjectType(OperationTypeNames.Query)]
public class ProductQuery
{
}