Class GraphQLRequest
Inheritance
GraphQLRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class GraphQLRequest
Properties
|
Edit this page
View Source
OperationName
Declaration
[JsonProperty("operationName")]
public string? OperationName { get; set; }
Property Value
|
Edit this page
View Source
Query
Declaration
[JsonProperty("query")]
public string Query { get; set; }
Property Value
|
Edit this page
View Source
Variables
Declaration
[JsonProperty("variables")]
public IDictionary<string, object> Variables { get; set; }
Property Value