[]
        
(Showing Draft Content)

GraphQl

GraphQl

[GET] /api/graphql

Parameters

Name In Type
query query string

Responses

[200] Success

GraphQlResult

Type: [text/plain], [application/json], [text/json]

[POST] /api/graphql

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

GraphQlQuery

Responses

[200] Success

GraphQlResult

Type: [text/plain], [application/json], [text/json]

Models

Ƭ GraphQlResult

Name Type
dataNullable any
errorsNullable Array

Ƭ GraphQlQuery

Name Type
queryNullable string
variablesNullable any