Skip to content

Instantly share code, notes, and snippets.

@mczachurski
Created October 10, 2017 18:41
Show Gist options
  • Save mczachurski/dced9d18c48e01bcc06ba6b2f73bd36a to your computer and use it in GitHub Desktop.
Save mczachurski/dced9d18c48e01bcc06ba6b2f73bd36a to your computer and use it in GitHub Desktop.
public interface IResolver
{
void Resolve(GraphQLQuery graphQLQuery);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment