Skip to content
Warning
Preview Limitations

This documentation describes GraphQL API v2 (Preview) capabilities.
Some services and features are partially implemented or have functional limitations.

GraphQL API v2 Limitations

This page provides a consolidated view of all supported services in the GraphQL API v2 preview, including operations, item types, attributes, properties, and connections.


Operations

Operation nameAvailabilityDescriptionComment
itemOkQuery one item from the catalog using a unique reference
itemBynameOkQuery one item from the catalog using its name and type
itemsOkQuery a list of items of a given type from the catalogLimitations: Filters using connections or date-type properties are not available yet
nodeOkDirect query to a Node (Relay-compliant)
createContactOkCreate a contact
createItemOkCreate an item (all types except contacts)
deleteContactOkDelete a contact
deleteItemOkDelete an item (all types except contacts)Deleting fields is limited to orphans
updateContactOkUpdate a single contact
updateItemOkUpdate a single item (all types except contacts)

Item Types

Item typeValueReadWrite
DatasetdatasetOkOk
FieldfieldOkOk
VisualizationvisualizationOkOk
Data processdata-processOkOk
ContactcontactOkOk
DatasourcedatasourceOkN/A
CategorycategoryOkOk
Custom Item TypeCustom item code as defined in Zeenea metamodelOkOk
Glossary Item TypeGlossary item code as defined in Zeenea metamodelOkOk

Basic Attributes

AttributeTypeItem type(s)ReadWriteDescriptionComment
idStringAnyOkN/AZeenea internal identifier of the item
keyStringAnyOkOkForgeable unique identifier of the itemkey = email for contacts
nameStringAnyOkOkItem name in ZeeneaConcatenation of firstName and lastName for contacts
descriptionStringAnyOkOkItem description in Zeenea
lastCatalogMetadataUpdateDateAnyOkN/ADate of last modification in Zeenea
typeStringAnyOkN/AItem type value
completionNumberAnyOkN/ADocumentation completion rateNot implemented for contacts and datasources

Built-in Properties

PropertyTypeItem type(s)ReadWriteDescription
sourceNameStringDataset, Field, Visualization, Data ProcessOkN/AName of the item in the source system
sourceDescriptionStringDataset, Field, Visualization, Data ProcessOkN/ADescription of the item in the source system
lastSourceMetadataUpdateDateDataset, Field, Visualization, Data ProcessOkN/ALast metadata change in the source system
orphanBooleanDataset, Field, VisualizationOkN/AItem missing from the last inventory
deletionDateDateDataset, Field, Visualization, Data ProcessOkN/ADeletion date in the source system
importDateDateDataset, Field, Visualization, Data ProcessOkN/AImport date into the catalog
fieldTypeStringFieldOkN/ANormalized field type
fieldNativeTypeStringFieldOkN/ANative field type in the source system
canBeNullBooleanFieldOkN/AIndicates nullability
multivaluedBooleanFieldOkN/ASupports multiple values
primaryKeyBooleanFieldOkN/AIs a primary key
foreignKeyBooleanFieldOkN/AIs a foreign key
businessKeyBooleanFieldOkOkIs a business key
dataProfileEnabledBooleanFieldOkOkData profiling enabled
dataProfilePublishedBooleanFieldOkOkData profiling published
alternativeNames[String]All glossary typesOkOkAlternative names
emailStringContactOkOkContact email
firstNameStringContactOkOkFirst name
lastNameStringContactOkOkLast name
phoneStringContactOkOkPhone number

Connections

Information Circle
Connections Overview

Connections describe relationships between items and define how entities are linked in the catalog.

Source typeTarget type(s)Connection nameReadWriteDescription
datasetfieldfieldsOkN/AFields of a dataset
datasetdatasetrelationsOkOkDatasets linked through a foreign key
datasetdata-processingestersOkOkData processes consuming the dataset
datasetdata-processproducersOkOkData processes producing the dataset
datasetvisualizationvisualizationOkOkVisualization embedding the dataset
datasetCustom item typeCustom codeOkOkCustom items linked to the dataset
datasetcategorycategoryOkOkDEPRECATED dataset category
datasetcontactcuratorsOkOkDataset curators
datasetcontactResponsibility nameOkOkDataset responsibilities

Custom Properties

Property typeReadWriteDescription
Template propertyOkOkProperties associated with the item template in Studio
Source propertyOkN/AProperties harvested from a connector
Information Circle
Next Steps

For usage examples, schema details, and mutations, refer to the GraphQL API v2 reference documentation.

Loading editor...