Created
August 2, 2018 15:43
-
-
Save Delaire/9048dd3b30df17cbca33c8b58ba4d852 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// <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