TemplateConnection
A paginated list of Template edges.
type TemplateConnection {
pageInfo: PageInfo!
edges: [TemplateEdge!]!
}
Fields
TemplateConnection.pageInfo
● PageInfo!
non-null object
Pagination information about the list of edges.
TemplateConnection.edges
● [TemplateEdge!]!
non-null object
A list of Template edges.
Returned By
templates
query