PropertyInfosConnection
A connection to a list of PropertyInfo values.
type PropertyInfosConnection {
nodes: [PropertyInfo!]!
edges: [PropertyInfosEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
PropertyInfosConnection.nodes ● [PropertyInfo!]! non-null object
A list of PropertyInfo objects.
PropertyInfosConnection.edges ● [PropertyInfosEdge!]! non-null object
A list of edges which contains the PropertyInfo and cursor to aid in pagination.
PropertyInfosConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
PropertyInfosConnection.totalCount ● Int! non-null scalar
The count of *all* PropertyInfo you could get from the connection.
Returned By
propertiesConnection query