Content Tags

Query content library articles

Use the contentTags query to retrieve a list of content Tags.

Available Arguments

Arguments

Type

Description

after

String

before

String

first

Int

name

String

Filters by tag name.

last

Int

Available Fields

Field

Type

Description

name

String

Name of Tag.

Id

ID

Id of Tag.

Example with Category Filter

query{contentTags{
  edges{node{
    name
    id
  }}
}}

Last updated