dotnet-cqrs/PoweredSoft.CQRS.GraphQL.DynamicQuery/GraphQLVariantInput.cs
2021-02-04 13:51:31 -05:00

9 lines
136 B
C#

using System;
namespace PoweredSoft.CQRS.GraphQL.DynamicQuery
{
public class GraphQLVariantInput : GraphQLVariant
{
}
}