supPartGroupsByIds
Get a set of part groups by their unique identifiers (GRIDs). If an ID is not found it will be returned as null, ensuring a one to one mapping of input ids to output.
supPartGroupsByIds(
ids: [ID!]!
): [SupPartGroup]!
Arguments
supPartGroupsByIds.ids ● [ID!]! non-null scalar
Type
SupPartGroup object
SupPartGroup contains the relevant information relating to a part group.
It represents the leaves of the Part Family hierarchy, and contain the parts represented by this group.