INTERFACE
CanHaveLabels
A content item that can have labels.
Available in Tableau Cloud March 2023 / Server 2023.1 and later.
link GraphQL Schema definition
- interface CanHaveLabels {
- # Unique identifier used by the metadata API. Not the same as the numeric ID used
- # on server
- ID! :
- # The name of the asset
- String :
- # Locally unique identifier used for the REST API on the Tableau Server
- String! :
- # The labels on a content item. Available in Tableau Cloud March 2023 / Server
- # 2023.1 and later.
- #
- # Arguments
- # filter: Filter by GraphQL field and given value
- # orderBy: Sort by given fields. The sort orders defined first in
- # the list will take priority. If there are no given sort orders or a tie on the
- # final sorted field then the resulting set will be sorted by ID in ascending
- # order.
- # permissionMode: Results filtering mode.
- (
- Label_Filter, :
- LabelSortOrder, :
- PermissionMode :
- ): [Label!]!
- # The labels on a content item. Available in Tableau Cloud March 2023 / Server
- # 2023.1 and later.
- #
- # Arguments
- # after: The cursor to receive the next page of objects. If no
- # cursor is supplied it will start at the beginning of the list. Offset can not be
- # set at the same time. This is the preferred API to use if possible as it is
- # faster.
- # first: Maximum number of objects to be returned in a page. The
- # default is 100
- # offset: The number of entries to offset the start of the page
- # by. If no offset is supplied it will start at the beginning of the list. After
- # can not be set at the same time.
- # filter: Filter by GraphQL field and given value
- # orderBy: Sort by given fields. The sort orders defined first in
- # the list will take priority. If there are no given sort orders or a tie on the
- # final sorted field then the resulting set will be sorted by ID in ascending
- # order.
- # permissionMode: Results filtering mode.
- (
- String, :
- Int, :
- Int, :
- Label_Filter, :
- LabelSortOrder, :
- PermissionMode :
- ): LabelsConnection
- }
link Require by
- CanHaveLabelsesConnectionConnection Type for CanHaveLabels
- CloudFile cloud file connection
- ColumnGraphQL type for a table column
- DatabaseServer database server connection
- DatabaseTable table that is contained in a database
- DataQualityCertification data quality certification associated with a content item
- DataQualityWarning data quality warning associated with a content item
- File file connection
- FlowFlows are used to prepare data, which can include aggregation, cleaning, preprocessing, etc.
- GenericLabelA label that can be attached to assets. *Available in Tableau Cloud March 2023 / Server 2023.1 and later.*
- LabelA label that can be attached to assets. *Available in Tableau Cloud March 2023 / Server 2023.1 and later.*
- PublishedDatasource Tableau data source that has been published separately to Tableau Server. It can be used by multiple workbooks.
- VirtualConnectionVirtual connections are sharable central access points to data. *Available in Tableau Cloud March 2022 / Server 2022.1 and later.*
- VirtualConnectionTableA table in a virtual connection. *Available in Tableau Cloud March 2022 / Server 2022.1 and later.*
- WebDataConnector web data connector