Skip to main content

integrationTypes

List all supported integration types in the Massdriver catalog.

Returns the full catalog of integrations that can be configured, along with their JSON schemas for config and auth fields. Use this to discover available integrations and build configuration forms.

query {
integrationTypes(organizationId: "my-org") {
items {
id
name
description
configSchema
authSchema
}
}
}
integrationTypes(
organizationId: ID!
): IntegrationTypesPage

Arguments

integrationTypes.organizationId ● ID! non-null scalar {#organization-id}

Your organization's unique identifier.

Type

IntegrationTypesPage object