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