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