POST api/HAGraphQL
Request Information
URI Parameters
None.
Body Parameters
GraphQLQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| OperationName | string |
None. |
|
| NamedQuery | string |
None. |
|
| Query | string |
None. |
|
| Variables | Collection of Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"OperationName": "sample string 1",
"NamedQuery": "sample string 2",
"Query": "sample string 3",
"Variables": null
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.