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