Skip to main content

BlogAuthorConnection

A connection to a list of items.

type BlogAuthorConnection {
edges: [BlogAuthorEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

BlogAuthorConnection.edges ● [BlogAuthorEdge] list object

A list of edges.

BlogAuthorConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

BlogAuthorConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

Blog object