Skip to main content

SchemaImportConnection

A connection to a list of items.

type SchemaImportConnection {
edges: [SchemaImportEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

SchemaImportConnection.edges ● [SchemaImportEdge] list object

A list of edges.

SchemaImportConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

SchemaImportConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

schemaImports query