SchemaImportSheetConnection
A connection to a list of items.
type SchemaImportSheetConnection {
edges: [SchemaImportSheetEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
SchemaImportSheetConnection.edges ● [SchemaImportSheetEdge] list object
A list of edges.
SchemaImportSheetConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
SchemaImportSheetConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.