OBJECT
NetworkInterfaceEdge
An edge in a connection.
link GraphQL Schema definition
- type NetworkInterfaceEdge {
- # The item at the end of the edge
- : NetworkInterface
- # A cursor for use in pagination
- : String!
- }
OBJECT
An edge in a connection.
- type NetworkInterfaceEdge {
- # The item at the end of the edge
- : NetworkInterface
- # A cursor for use in pagination
- : String!
- }