Skip to content

ComponentTemplateEdge

An edge in a connection.

graphql
type ComponentTemplateEdge {
  cursor: String!
  node: ComponentTemplate!
}

Fields

ComponentTemplateEdge.cursor ● String! non-null scalar

A cursor used in pagination.

ComponentTemplateEdge.node ● ComponentTemplate! non-null object

The item at the end of the edge.

Member Of

ComponentTemplateConnection object

Released under the MIT License.