Skip to main content

PrefixDefinitionsConnection

A connection to a list of items.

type PrefixDefinitionsConnection {
pageInfo: PageInfo!
edges: [PrefixDefinitionsEdge!]
nodes: [PrefixDefinition]
totalCount: Int!
}

Fields

PrefixDefinitionsConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

PrefixDefinitionsConnection.edges ● [PrefixDefinitionsEdge!] list object

A list of edges.

PrefixDefinitionsConnection.nodes ● [PrefixDefinition] list object

A flattened list of the nodes.

PrefixDefinitionsConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.