GraphQueryListResult Class
Graph query list result.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
GraphQueryListResult(*, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
next_link
|
URL to fetch the next set of queries. Default value: None
|
Variables
| Name | Description |
|---|---|
|
next_link
|
URL to fetch the next set of queries. |
|
value
|
An array of graph queries. |