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