appliedTags
Applied tags to a users
Arguments
updated_after
· ISO8601DateTime
· When passed in, only applied tags updated after the specified datetime are returned. updated_before
· ISO8601DateTime
· When passed in, only applied tags updated before the specified datetime are returned. Returns
[AppliedTag!]
Example
query appliedTags( $id: ID $tag_id: ID $order_by: AppliedTagOrderKeys $updated_after: ISO8601DateTime $updated_before: ISO8601DateTime) { appliedTags( id: $id tag_id: $tag_id order_by: $order_by updated_after: $updated_after updated_before: $updated_before ) { created_at id tag tag_id updated_at user user_id }}