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