OBJECT
Tag
A custom tag that can be applied on a user
link GraphQL Schema definition
- type Tag {
- # The number of active users who have the tag
- Int :
- # User who create the tag
- String :
- # The number of archived users who have the tag
- Int :
- String :
- ID :
- String :
- # The number of org members who have the tag
- Int :
- # Array of patients who have been tagged
- #
- # Arguments
- # offset: [Not documented]
- # should_paginate: [Not documented]
- Int, : Boolean): [User] ( :
- String :
- # A provider who created a tag
- User :
- }
link Require by
- bulkApplyPayloadAutogenerated return type of bulkApply
- CampaignMarketing campaign (email/sms) sent to clients by provider
- createTagPayloadAutogenerated return type of createTag
- deleteTagPayloadAutogenerated return type of deleteTag
- OrganizationAn organization, that is an umbrella group for multiple providers
- QueryThe query root of this schema. See available queries.
- removeAppliedTagPayloadAutogenerated return type of removeAppliedTag
- updateTagPayloadAutogenerated return type of updateTag
- UserAn user entry, returns basic user information