InterfaceDefinitionEdge
An edge in a connection.
type InterfaceDefinitionEdge {
  cursor: String!
  node: InterfaceDefinition!
}
Fields
InterfaceDefinitionEdge.cursor ● String! non-null scalar
A cursor used in pagination.
InterfaceDefinitionEdge.node ● InterfaceDefinition! non-null object
The item at the end of the edge.