ProductAttributeDefinitionEdge
An edge in a connection.
type ProductAttributeDefinitionEdge {
cursor: String!
node: ProductAttributeDefinition
}
Fields
ProductAttributeDefinitionEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
ProductAttributeDefinitionEdge.node ● ProductAttributeDefinition object
The item at the end of the edge.