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