Skip to content

Instantly share code, notes, and snippets.

@Delaire
Created August 2, 2018 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Delaire/9048dd3b30df17cbca33c8b58ba4d852 to your computer and use it in GitHub Desktop.
Save Delaire/9048dd3b30df17cbca33c8b58ba4d852 to your computer and use it in GitHub Desktop.
/// <summary>
/// wrapper to serialize correctly when sending requests.
/// </summary>
public class RequestWrapper
{
public string query { get; set; }
public string variables { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment