OBJECT
ProductSizeEdge
link GraphQL Schema definition
1 type ProductSizeEdge { 2 : String! 3 4 # Required permission: ProductSize:read 5 : ProductSize! 6 7 }
OBJECT
1 type ProductSizeEdge { 2 : String! 3 4 # Required permission: ProductSize:read 5 : ProductSize! 6 7 }