dotnet-cqrs/PoweredSoft.CQRS.GraphQL.DynamicQuery/GraphQLVariantInput.cs

9 lines
136 B
C#
Raw Normal View History

2021-02-04 13:51:31 -05:00
using System;
namespace PoweredSoft.CQRS.GraphQL.DynamicQuery
{
public class GraphQLVariantInput : GraphQLVariant
{
}
}