Skip to main content

InternalConnection

The connection type for Internal.

type InternalConnection {
edges: [InternalEdge]
nodes: [Internal]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

InternalConnection.edges ● [InternalEdge] list object

A list of edges.

InternalConnection.nodes ● [Internal] list object

A list of nodes.

InternalConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

InternalConnection.totalCount ● Int! non-null scalar

Returned By

internalIdeaForms query