Skip to main content

blogPosts

blogPosts(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: BlogPostOrder
where: BlogPostWhereInput
): BlogPostConnection!

Arguments

blogPosts.after ● Cursor scalar

Returns the elements in the list that come after the specified cursor.

blogPosts.first ● Int scalar

Returns the first n elements from the list.

blogPosts.before ● Cursor scalar

Returns the elements in the list that come before the specified cursor.

blogPosts.last ● Int scalar

Returns the last n elements from the list.

blogPosts.orderBy ● BlogPostOrder input

Ordering options for BlogPosts returned from the connection.

blogPosts.where ● BlogPostWhereInput input

Filtering options for BlogPosts returned from the connection.

Type

BlogPostConnection object

A connection to a list of items.