CollectionTags
These are the tags associated to the collection
type CollectionTags {
collectionId: ID!
demandHqId: ID!
parsed(
category: String
key: String
): [ParsedTag]
raw: [String]
updatedAt: Date!
updatedBy: ID!
}
Fields
CollectionTags.collectionId
● ID!
non-null scalar
CollectionTags.demandHqId
● ID!
non-null scalar
CollectionTags.parsed
● [ParsedTag]
list object
Get parsed, and optionally filtered, tags for a Collection.
CollectionTags.parsed.category
●String
scalarOptionally filter tags by category.
CollectionTags.parsed.key
● String
scalar
Optionally filter tags by key. If category is not provided, but key is, category must be null to be returned.
CollectionTags.raw
● [String]
list scalar
CollectionTags.updatedAt
● Date!
non-null scalar
CollectionTags.updatedBy
● ID!
non-null scalar
Member of
Collection
object