Skip to content

InterfaceDefinitionConnection

The connection type for InterfaceDefinition.

graphql
type InterfaceDefinitionConnection {
  edges: [InterfaceDefinitionEdge!]!
  nodes: [InterfaceDefinition!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

InterfaceDefinitionConnection.edges ● [InterfaceDefinitionEdge!]! non-null object

A list of all edges of the current page.

InterfaceDefinitionConnection.nodes ● [InterfaceDefinition!]! non-null object

A list of all nodes of the current page.

InterfaceDefinitionConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

InterfaceDefinitionConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

ComponentVersion object ● InterfaceSpecificationVersion object ● Relation object

Released under the MIT License.