Skip to main content

ShortcutConnection

A connection to a list of items.

type ShortcutConnection {
edges: [ShortcutEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ShortcutConnection.edges ● [ShortcutEdge] list object

A list of edges.

ShortcutConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ShortcutConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

shortcuts query