UserVitals
UserVitalsHow It WorksUse CasesHelp Docs
Search
⌃K
Links
UserVitals setup guide
Setup
Single Sign-On (SSO)
Embeddable Widgets
Customer Portal Widget
Changelog Widget
Feedback Widget
GraphQL API
Working with the GraphQL API
Terminology
API Reference
Queries
me
myTeam
myTeamChangelogLabels
myTeamStoryLabels
myTeamMessageLabels
myTeamChangelogs
myTeamRoadmapItems
myTeamMessages
myTeamCategories
myTeamMembers
myTeamInsights
myTeamLabels
getChangelogById
getInsightById
getMessageById
searchFilterRoadmapItems
Mutations
Object Types
Powered By GitBook

myTeamLabels

Use this query to get information about the current team labels

Schema

type Query {
myTeamLabels: [LabelType]
}

Output

Field
Type
Description
myTeamLabels
​LabelType​
An array of objects, each object represents an individual item label
Previous
myTeamInsights
Next
getChangelogById
Last modified 1yr ago
On this page
Schema
Output