datocms / plugins

Repository providing samples using the Plugins SDK
MIT License
33 stars 47 forks source link

How to separate tags when querying #32

Closed joebentaylor1995 closed 3 years ago

joebentaylor1995 commented 3 years ago

Hey, so the output from GraphQL is something like:

[
  "Print",
  "Branding",
  "Web Design",
  "Development"
]

How do I turn this into an array?

joebentaylor1995 commented 3 years ago

It just outputs this as a string