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