TagWhereInput
input
Tag filtering options
Input Fields
and
[TagWhereInput!]
Filter tag by a combination of filters, where tag meets all supplied criteria.
or
[TagWhereInput!]
Filter tag by a combination of filters, where tag meets any of the supplied criteria.
isAvailableForNode
IdFilterInput
Filter by availabilty of this tag for this node. isAvailableForNode: { equals: <nodeID> }
isAssignedToNode
IdFilterInput
Filter by assignment of this tag to this node. isAssignedToNode: { equals: <nodeID> }
createdAt
DateTimeFilterInput
Filter tag by created at date time.
createdByUsername
StringFilterInput
Filter tag by creators' username.
description
StringFilterInput
Filter by tag description.
updatedAt
DateTimeFilterInput
Filter tag by updated at date time.
category
StringFilterInput
Filter tag by category.
tagIdentifier
IdFilterInput
Filter by tag id.
text
TextFilterInput
Filter tag by text.
tagType
TagTypeFilterInput
Filter tag by tag type.
name
StringFilterInput
Filter by tag name.
updatedByUsername
StringFilterInput
Filter tag by username of user who last updated.