CustomPostingConnection
The connection type for CustomPosting.
type CustomPostingConnection {
edges: [CustomPostingEdge]
nodes: [CustomPosting]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
CustomPostingConnection.edges ● [CustomPostingEdge] list object
A list of edges.
CustomPostingConnection.nodes ● [CustomPosting] list object
A list of nodes.
CustomPostingConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
CustomPostingConnection.totalCount ● Int! non-null scalar
Returned By
customPostings query