OBJECT

AzureSqlManagedInstanceServerEdge

Description

Wrapper around the AzureSqlManagedInstanceServer object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type AzureSqlManagedInstanceServerEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual AzureSqlManagedInstanceServer object wrapped by this edge.
  • node: AzureSqlManagedInstanceServer!
  • }