Skip to main content

IntegrationCenter

An integration available in the Integration Center.

type IntegrationCenter implements Model {
allowedSiteTypes: [Int!]!
blocks: String!
id: Int
meta: String!
requiredBy: [String!]!
requires: [String!]!
slug: String!
title: String!
visibility: String!
}

Fields

IntegrationCenter.allowedSiteTypes ● [Int!]! non-null scalar common

The site types that can use this integration.

IntegrationCenter.blocks ● String! non-null scalar common

The serialized block configuration for the integration.

IntegrationCenter.id ● Int scalar common

The unique identifier for the integration.

IntegrationCenter.meta ● String! non-null scalar common

The serialized metadata for the integration.

IntegrationCenter.requiredBy ● [String!]! non-null scalar common

The integrations that depend on this integration.

IntegrationCenter.requires ● [String!]! non-null scalar common

The capabilities or dependencies required by the integration.

IntegrationCenter.slug ● String! non-null scalar common

The integration slug.

IntegrationCenter.title ● String! non-null scalar common

The display title of the integration.

IntegrationCenter.visibility ● String! non-null scalar common

The visibility setting for the integration.

Interfaces

Model interface common

A model with an integer identifier.

Member Of

IntegrationCenterList object