Search Results for

    Show / Hide Table of Contents

    Interface IGraphQLApiExecutor

    Namespace: Crowdin.Api.GraphQL
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public interface IGraphQLApiExecutor

    Methods

    | Edit this page View Source

    ExecuteQuery(GraphQLRequest)

    Declaration
    Task<JObject> ExecuteQuery(GraphQLRequest request)
    Parameters
    Type Name Description
    GraphQLRequest request
    Returns
    Type Description
    Task<JObject>
    | Edit this page View Source

    ExecuteQuery<TResponse>(GraphQLRequest)

    Declaration
    Task<TResponse> ExecuteQuery<TResponse>(GraphQLRequest request)
    Parameters
    Type Name Description
    GraphQLRequest request
    Returns
    Type Description
    Task<TResponse>
    Type Parameters
    Name Description
    TResponse
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX