9 lines
136 B
C#
9 lines
136 B
C#
|
using System;
|
|||
|
|
|||
|
namespace PoweredSoft.CQRS.GraphQL.DynamicQuery
|
|||
|
{
|
|||
|
public class GraphQLVariantInput : GraphQLVariant
|
|||
|
{
|
|||
|
}
|
|||
|
}
|