OBJECT
AzureSqlManagedInstanceDatabaseEdge
Description
Wrapper around the AzureSqlManagedInstanceDatabase object. This wrapper is used for pagination.
link GraphQL Schema definition
- type AzureSqlManagedInstanceDatabaseEdge {
- # String used to identify this edge.
- String! :
- # The actual AzureSqlManagedInstanceDatabase object wrapped by this edge.
- AzureSqlManagedInstanceDatabase! :
- }