SchemaPropertyConnection
A connection to a list of items.
type SchemaPropertyConnection {
edges: [SchemaPropertyEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
SchemaPropertyConnection.edges ● [SchemaPropertyEdge] list object
A list of edges.
SchemaPropertyConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
SchemaPropertyConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
getSchemaProperties query
Member Of
SchemaPropertyGroup object