Skip to content

InterfaceDefinitionEdge

An edge in a connection.

graphql
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.

Member Of

InterfaceDefinitionConnection object

Released under the MIT License.