IntegrationCatalogEntity
No description
type IntegrationCatalogEntity {
description: String
is_account: Boolean
is_entitlement: Boolean
key: String!
name: String!
sync_support: IntegrationCatalogEntitySyncSupport
}
Fields
IntegrationCatalogEntity.description ● String scalar
IntegrationCatalogEntity.is_account ● Boolean scalar
IntegrationCatalogEntity.is_entitlement ● Boolean scalar
IntegrationCatalogEntity.key ● String! non-null scalar
IntegrationCatalogEntity.name ● String! non-null scalar
IntegrationCatalogEntity.sync_support ● IntegrationCatalogEntitySyncSupport object
Member Of
IntegrationCatalogItem object