Skip to main content

tags

Returns a paginated list of tags.

tags(
after: String
before: String
first: Int
last: Int
): TagConnection

Arguments

tags.after ● String scalar

Returns elements after this cursor for forward pagination.

tags.before ● String scalar

Returns elements before this cursor for backward pagination.

tags.first ● Int scalar

Maximum number of results to return (forward pagination).

tags.last ● Int scalar

Number of results from the end (backward pagination).

Type

TagConnection object