Skip to main content

tags

Retrieve a list of tags.

  • after: returns the tags in the list that come after the specified cursor
  • before: returns the tags in the list that come before the specified cursor
  • first: returns the first _n_ tags from the list
  • last: returns the last _n_ tags from the list
tags(
after: String
before: String
first: Int
last: Int
): TagConnection

Arguments

tags.after ● String scalar

tags.before ● String scalar

tags.first ● Int scalar

tags.last ● Int scalar

Type

TagConnection object