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