OBJECT
AnticipatedBusinessConnection
The connection type for AnticipatedBusiness.
link GraphQL Schema definition
- type AnticipatedBusinessConnection {
- : [String!]!
- # A list of edges.
- : [AnticipatedBusinessEdge]
- # A list of nodes.
- : [AnticipatedBusiness]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }