ProductMap
That type represents mapping between external product ID and Genera product.
type ProductMap {
externalId: String!
product: Product!
}
That type represents mapping between external product ID and Genera product.
type ProductMap {
externalId: String!
product: Product!
}
ProductMap.externalId ● String! non-null scalarProductMap.product ● Product! non-null object