Skip to main content

tags

Reads a set of Tag.

tags(
first: Int
offset: Int
orderBy: [TagsOrderBy!]
condition: TagCondition
filter: TagFilter
): [Tag!]

Arguments

tags.first ● Int scalar

Only read the first n values of the set.

tags.offset ● Int scalar

Skip the first n values.

tags.orderBy ● [TagsOrderBy!] list enum

The method to use when ordering Tag.

tags.condition ● TagCondition input

A condition to be used in determining which values should be returned by the collection.

tags.filter ● TagFilter input

A filter to be used in determining which values should be returned by the collection.

Type

Tag object