Skip to content

Instantly share code, notes, and snippets.

@ngohungphuc
Created August 2, 2019 08:58
Show Gist options
  • Save ngohungphuc/790a986d3a50fdd471f14265611e8c58 to your computer and use it in GitHub Desktop.
Save ngohungphuc/790a986d3a50fdd471f14265611e8c58 to your computer and use it in GitHub Desktop.
public class DataSchema : Schema
{
public DataSchema(IDependencyResolver resolver) : base(resolver)
{
Query = resolver.Resolve<Query>();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment