Sku
No description
type Sku {
batteryDesignsByBatterySkuId(
filter: BatteryDesignFilter
first: Int
offset: Int
orderBy: [BatteryDesignOrderBy!]
): [BatteryDesign!]!
batteryDesignsByInverterSkuId(
filter: BatteryDesignFilter
first: Int
offset: Int
orderBy: [BatteryDesignOrderBy!]
): [BatteryDesign!]!
bomItems(
filter: BomItemFilter
first: Int
offset: Int
orderBy: [BomItemOrderBy!]
): [BomItem!]!
category: PublicSkuCategory!
certificationYear: String!
childSkuAssociations(
filter: SkuAssociationFilter
first: Int
offset: Int
orderBy: [SkuAssociationOrderBy!]
): [SkuAssociation!]!
countryOfManufacture: String!
description: String!
distributorSkus(
filter: DistributorSkuFilter
first: Int
offset: Int
orderBy: [DistributorSkuOrderBy!]
): [DistributorSku!]!
evChargerDesignsByEvChargerSkuId(
filter: EvChargerDesignFilter
first: Int
offset: Int
orderBy: [EvChargerDesignOrderBy!]
): [EvChargerDesign!]!
files: [File]
id: String!
isCustom: Boolean
isSubcategoryDefault: Boolean!
parentSku(
filter: BomRuleVersionFilter
first: Int
offset: Int
orderBy: [BomRuleVersionOrderBy!]
): [BomRuleVersion!]!
parentSkuAssociations(
filter: SkuAssociationFilter
first: Int
offset: Int
orderBy: [SkuAssociationOrderBy!]
): [SkuAssociation!]!
solarDesignsByInverterSkuId(
filter: SolarDesignFilter
first: Int
offset: Int
orderBy: [SolarDesignOrderBy!]
): [SolarDesign!]!
solarDesignsByPanelSkuId(
filter: SolarDesignFilter
first: Int
offset: Int
orderBy: [SolarDesignOrderBy!]
): [SolarDesign!]!
subCategory: String
warrantyPeriod: String
}
Fields
Sku.batteryDesignsByBatterySkuId ● [BatteryDesign!]! non-null object
Reads and enables pagination through a set of BatteryDesign.
Sku.batteryDesignsByBatterySkuId.filter ● BatteryDesignFilter input
A filter to be used in determining which values should be returned by the collection.
Sku.batteryDesignsByBatterySkuId.first ● Int scalar
Only read the first n values of the set.
Sku.batteryDesignsByBatterySkuId.offset ● Int scalar
Skip the first n values.
Sku.batteryDesignsByBatterySkuId.orderBy ● [BatteryDesignOrderBy!] list enum
The method to use when ordering BatteryDesign.
Sku.batteryDesignsByInverterSkuId ● [BatteryDesign!]! non-null object
Reads and enables pagination through a set of BatteryDesign.
Sku.batteryDesignsByInverterSkuId.filter ● BatteryDesignFilter input
A filter to be used in determining which values should be returned by the collection.
Sku.batteryDesignsByInverterSkuId.first ● Int scalar
Only read the first n values of the set.
Sku.batteryDesignsByInverterSkuId.offset ● Int scalar
Skip the first n values.
Sku.batteryDesignsByInverterSkuId.orderBy ● [BatteryDesignOrderBy!] list enum
The method to use when ordering BatteryDesign.
Sku.bomItems ● [BomItem!]! non-null object
Reads and enables pagination through a set of BomItem.
Sku.bomItems.filter ● BomItemFilter input
A filter to be used in determining which values should be returned by the collection.
Sku.bomItems.first ● Int scalar
Only read the first n values of the set.
Sku.bomItems.offset ● Int scalar
Skip the first n values.
Sku.bomItems.orderBy ● [BomItemOrderBy!] list enum
The method to use when ordering BomItem.
Sku.category ● PublicSkuCategory! non-null enum
Sku.certificationYear ● String! non-null scalar
Sku.childSkuAssociations ● [SkuAssociation!]! non-null object
Reads and enables pagination through a set of SkuAssociation.
Sku.childSkuAssociations.filter ● SkuAssociationFilter input
A filter to be used in determining which values should be returned by the collection.
Sku.childSkuAssociations.first ● Int scalar
Only read the first n values of the set.
Sku.childSkuAssociations.offset ● Int scalar
Skip the first n values.
Sku.childSkuAssociations.orderBy ● [SkuAssociationOrderBy!] list enum
The method to use when ordering SkuAssociation.
Sku.countryOfManufacture ● String! non-null scalar
Sku.description ● String! non-null scalar
Sku.distributorSkus ● [DistributorSku!]! non-null object
Reads and enables pagination through a set of DistributorSku.
Sku.distributorSkus.filter ● DistributorSkuFilter input
A filter to be used in determining which values should be returned by the collection.
Sku.distributorSkus.first ● Int scalar
Only read the first n values of the set.
Sku.distributorSkus.offset ● Int scalar
Skip the first n values.
Sku.distributorSkus.orderBy ● [DistributorSkuOrderBy!] list enum
The method to use when ordering DistributorSku.
Sku.evChargerDesignsByEvChargerSkuId ● [EvChargerDesign!]! non-null object
Reads and enables pagination through a set of EvChargerDesign.
Sku.evChargerDesignsByEvChargerSkuId.filter ● EvChargerDesignFilter input
A filter to be used in determining which values should be returned by the collection.
Sku.evChargerDesignsByEvChargerSkuId.first ● Int scalar
Only read the first n values of the set.
Sku.evChargerDesignsByEvChargerSkuId.offset ● Int scalar
Skip the first n values.
Sku.evChargerDesignsByEvChargerSkuId.orderBy ● [EvChargerDesignOrderBy!] list enum
The method to use when ordering EvChargerDesign.
Sku.files ● [File] list object
Sku.id ● String! non-null scalar
Sku.isCustom ● Boolean scalar
Sku.isSubcategoryDefault ● Boolean! non-null scalar
Sku.parentSku ● [BomRuleVersion!]! non-null object
Reads and enables pagination through a set of BomRuleVersion.
Sku.parentSku.filter ● BomRuleVersionFilter input
A filter to be used in determining which values should be returned by the collection.
Sku.parentSku.first ● Int scalar
Only read the first n values of the set.
Sku.parentSku.offset ● Int scalar
Skip the first n values.
Sku.parentSku.orderBy ● [BomRuleVersionOrderBy!] list enum
The method to use when ordering BomRuleVersion.
Sku.parentSkuAssociations ● [SkuAssociation!]! non-null object
Reads and enables pagination through a set of SkuAssociation.
Sku.parentSkuAssociations.filter ● SkuAssociationFilter input
A filter to be used in determining which values should be returned by the collection.
Sku.parentSkuAssociations.first ● Int scalar
Only read the first n values of the set.
Sku.parentSkuAssociations.offset ● Int scalar
Skip the first n values.
Sku.parentSkuAssociations.orderBy ● [SkuAssociationOrderBy!] list enum
The method to use when ordering SkuAssociation.
Sku.solarDesignsByInverterSkuId ● [SolarDesign!]! non-null object
Reads and enables pagination through a set of SolarDesign.
Sku.solarDesignsByInverterSkuId.filter ● SolarDesignFilter input
A filter to be used in determining which values should be returned by the collection.
Sku.solarDesignsByInverterSkuId.first ● Int scalar
Only read the first n values of the set.
Sku.solarDesignsByInverterSkuId.offset ● Int scalar
Skip the first n values.
Sku.solarDesignsByInverterSkuId.orderBy ● [SolarDesignOrderBy!] list enum
The method to use when ordering SolarDesign.
Sku.solarDesignsByPanelSkuId ● [SolarDesign!]! non-null object
Reads and enables pagination through a set of SolarDesign.
Sku.solarDesignsByPanelSkuId.filter ● SolarDesignFilter input
A filter to be used in determining which values should be returned by the collection.
Sku.solarDesignsByPanelSkuId.first ● Int scalar
Only read the first n values of the set.
Sku.solarDesignsByPanelSkuId.offset ● Int scalar
Skip the first n values.
Sku.solarDesignsByPanelSkuId.orderBy ● [SolarDesignOrderBy!] list enum
The method to use when ordering SolarDesign.
Sku.subCategory ● String scalar
Sku.warrantyPeriod ● String scalar
Returned By
Member Of
BatteryDesign object ● BomItem object ● BomRuleVersion object ● DistributorSku object ● EvChargerDesign object ● SkuAssociation object ● SolarDesign object