conradj / gatsby-source-pocket

Fetch data from Pocket API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filter by tagged items?

Vacilando opened this issue · comments

It's possible to use value "untagged" in tagFilter to get all items that are not tagged yet.

Is it possible to do the opposite - get all items that are tagged?
Perhaps by negating the condition, something like "NOT untagged"?

It doesn't look like this is an option in the Pocket API so you would need to do this after retrieval.