Skip to content

Instantly share code, notes, and snippets.

View hyzx86's full-sized avatar

Tony Han hyzx86

View GitHub Profile
using System;
using System.Threading.Tasks;
using GraphQL.Language.AST;
using GraphQL.Validation;
using Microsoft.AspNetCore.Authorization;
using Microsoft.Extensions.Localization;
using OrchardCore.Apis.GraphQL;
namespace Some.Nsamespace.ValidationRules
{