Skip to main content

ExternalConnection

The connection type for External.

type ExternalConnection {
edges: [ExternalEdge]
nodes: [External]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ExternalConnection.edges ● [ExternalEdge] list object

A list of edges.

ExternalConnection.nodes ● [External] list object

A list of nodes.

ExternalConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ExternalConnection.totalCount ● Int! non-null scalar

Returned By

externalIdeaForms query