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