mssqlDatabaseLiveMounts
Paginated list of Microsoft SQL Database live mounts.
Arguments
| Argument | Type | Description |
|---|---|---|
| first | Int | Returns the first n elements from the list. |
| after | String | Returns the elements in the list that occur after the specified cursor. |
| sortBy | MssqlDatabaseLiveMountSortByInput | Sort by argument for Mssql database live mounts. |
| filters | [MssqlDatabaseLiveMountFilterInput!] | Filters for Mssql database live mounts. |
Returns
MssqlDatabaseLiveMountConnection!
Sample
{
"data": {
"mssqlDatabaseLiveMounts": {
"nodes": [
[
{
"cdmId": "example-string",
"creationDate": "2024-01-01T00:00:00.000Z",
"fid": "example-string",
"isReady": true,
"mountRequestId": "example-string",
"mountedDatabaseId": "example-string"
}
]
],
"pageInfo": {
"endCursor": "example-string",
"hasNextPage": true,
"hasPreviousPage": true,
"startCursor": "example-string"
}
}
}
}