OBJECT
ProjectStageConnection
The connection type for ProjectStage.
link GraphQL Schema definition
- type ProjectStageConnection {
- # A list of edges.
- ProjectStageEdge] : [
- # A list of nodes.
- ProjectStage] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- # Total # of pages, based on total count and pagesize
- Int! :
- }