Search Results for

    Show / Hide Table of Contents

    Class GraphQLRequest

    Inheritance
    System.Object
    GraphQLRequest
    Namespace: Crowdin.Api.GraphQL
    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>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX