DmInterfaceSupportSummary
**Experimental** Summary of supported interfaces across all devices in the catalog.
type DmInterfaceSupportSummary {
interfaces(
interfaceType: String
): [DmInterfaceSummary!]!
totalBoards: Int!
totalDevices: Int!
}
Fields
DmInterfaceSupportSummary.interfaces ● [DmInterfaceSummary!]! non-null object
**Experimental** List of supported generic interfaces with per-device support details. Optionally filter by interface type.
DmInterfaceSupportSummary.interfaces.interfaceType ● String scalar
DmInterfaceSupportSummary.totalBoards ● Int! non-null scalar
**Experimental** Total number of boards in the catalog.
DmInterfaceSupportSummary.totalDevices ● Int! non-null scalar
**Experimental** Total number of devices in the catalog.