IndustryConnection
No description
type IndustryConnection {
pageInfo: PageInfo!
edges: [IndustryEdge]!
}
Fields
IndustryConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection.
IndustryConnection.edges ● [IndustryEdge]! non-null object
Contains the nodes in this connection.
Member Of
Industry object