Skip to content

InterfaceSpecificationDerivationConditionConnection

The connection type for InterfaceSpecificationDerivationCondition.

graphql
type InterfaceSpecificationDerivationConditionConnection {
  edges: [InterfaceSpecificationDerivationConditionEdge!]!
  nodes: [InterfaceSpecificationDerivationCondition!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

InterfaceSpecificationDerivationConditionConnection.edges ● [InterfaceSpecificationDerivationConditionEdge!]! non-null object

A list of all edges of the current page.

InterfaceSpecificationDerivationConditionConnection.nodes ● [InterfaceSpecificationDerivationCondition!]! non-null object

A list of all nodes of the current page.

InterfaceSpecificationDerivationConditionConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

InterfaceSpecificationDerivationConditionConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

InterfaceSpecificationTemplate object ● RelationCondition object

Released under the MIT License.