tags
Lists all tags.
tags(
after: String
before: String
filter: TagFilter
first: Int
last: Int
orderBy: TagOrder
): TagConnection
Arguments
tags.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
tags.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
tags.filter ● TagFilter input common
The fields by which to filter the results.
tags.first ● Int scalar common
Returns the first n elements from the list.
tags.last ● Int scalar common
Returns the last n elements from the list.
tags.orderBy ● TagOrder input common
The field and direction by which to order the results.
Type
TagConnection object common
The connection type for Tag.