Documentation Center

Connector GraphQL queries

Tridion Integration Framework enables connectors to perform complex GraphQL queries on external data.

Where PCA is the Application Client for a connector, you can use the following GraphQL queries on generic items:

  • externalItem - use to get a single entity, such as a Contact
  • externalItems - use to search for or list a set of entities, which can be narrowed down with a filter to a specific type, such as a Contact, Product, and so on
  • externalNamespaces - use to get a list all available external namespaces and the entity types they expose

The topics in this section describe each query's general syntax and usage. The reference section gives examples of their usage with specific connectors and entity types.