Skip to main content

blogs

blogs(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: BlogOrder
where: BlogWhereInput
): BlogConnection!

Arguments

blogs.after ● Cursor scalar

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

blogs.first ● Int scalar

Returns the first n elements from the list.

blogs.before ● Cursor scalar

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

blogs.last ● Int scalar

Returns the last n elements from the list.

blogs.orderBy ● BlogOrder input

Ordering options for Blogs returned from the connection.

blogs.where ● BlogWhereInput input

Filtering options for Blogs returned from the connection.

Type

BlogConnection object

A connection to a list of items.