ActTypeConnection
A paginated list of ActType edges.
type ActTypeConnection {
pageInfo: PageInfo!
edges: [ActTypeEdge!]!
}
Fields
ActTypeConnection.pageInfo ● PageInfo! non-null object
Pagination information about the list of edges.
ActTypeConnection.edges ● [ActTypeEdge!]! non-null object
A list of ActType edges.
Returned By
actTypes query