Class GraphQLRequest
Inheritance
System.Object
GraphQLRequest
Assembly: Crowdin.Api.dll
Syntax
public class GraphQLRequest : object
Properties
|
Improve this Doc
View Source
OperationName
Declaration
public string? OperationName { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Query
Declaration
public string Query { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Variables
Declaration
public IDictionary<string, object> Variables { get; set; }
Property Value
Type |
Description |
IDictionary<System.String, System.Object> |
|