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